Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.4_13 27 Nov 2022 14:24:26 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-11-27 graphics/giblib: Last release in 2004, abandoned upstream, not used,
website disappeared |
1.2.4_13 27 Sep 2022 20:10:00 |
Dmitry Marakasov (amdmi3) |
graphics/giblib: switch to archive WWW, deprecate |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.4_13 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2.4_13 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.2.4_13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.4_13 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.2.4_13 14 Dec 2015 12:16:40 |
amdmi3 |
- Fix fetch
- Take maintainership |
1.2.4_13 13 Dec 2015 09:41:23 |
bapt |
Mark as broken: does not fetch |
1.2.4_13 27 Dec 2014 00:09:03 |
gblach |
- Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
which depends on imlib2
PR: 196062
Approved by: portmgr |
1.2.4_12 31 Oct 2014 14:44:36 |
amdmi3 |
- Add LICENSE |
1.2.4_12 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
1.2.4_12 13 Jun 2014 07:36:28 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt) |
1.2.4_12 08 May 2014 16:36:09 |
amdmi3 |
- Convert to USES=libtool
- Simplify docs installation |
1.2.4_11 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.2.4_11 17 Oct 2013 23:51:45 |
amdmi3 |
- Support staging |
1.2.4_11 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.2.4_11 07 Sep 2013 17:20:21 |
sunpoet |
- Use single space after WWW: |
1.2.4_11 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.2.4_11 23 Apr 2013 10:47:03 |
bapt |
Convert g* to USES=pkgconfig |
1.2.4_11 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
1.2.4_11 03 Sep 2012 04:00:32 |
eadler |
Mark ports MAKE_JOBS_SAFE after some testing. |
1.2.4_11 26 Jul 2012 05:40:24 |
bapt |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
1.2.4_11 23 Jul 2012 01:33:56 |
dougb |
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk. |
1.2.4_11 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.2.4_10 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.2.4_10 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
1.2.4_10 15 Dec 2010 04:10:53 |
stas |
- Update imlib2 and imlib2_loaders to 1.4.4. This version mainly contains
bugfixes compared to 1.4.1 with some new functions added.
I'm also dropping .la files, so port revisions of dependent library
ports have been bumped accordingly. |
1.2.4_9 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.2.4_9 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.2.4_8 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.2.4_7 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.2.4_7 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.2.4_6 20 Mar 2008 20:07:23 |
miwi |
- Get rid of USE_X_PREFIX.
PR: 121889
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> |
1.2.4_5 11 Mar 2008 21:13:53 |
stas |
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az |
1.2.4_4 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.2.4_3 23 Mar 2007 08:38:30 |
linimon |
Reset andrew.nau.ua@gmail.com at his request due to lack of time.
Hat: portmgr |
1.2.4_3 11 Mar 2007 08:51:14 |
stas |
- Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion
was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
support it anymore. [2]
The patch was tested in the tinderbox.
Approved by: portmgr (marcus) [1],
Anders Troback <freebsd@troback.com> (maintainer) [2] |
1.2.4_2 10 Feb 2007 06:05:06 |
kris |
Use libtool15 port instead of included version to avoid objformat a.out botch |
1.2.4_2 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
1.2.4_2 08 Mar 2006 21:00:38 |
novel |
Make fetchable.
PR: 94222
Submitted by: Andrew Pogrebennyk (maintainer)
Approved by: portmgr (erwin) |
1.2.4_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.2.4_1 22 Jan 2006 12:35:18 |
edwin |
SHA256ify
Approved by: krion@ |
1.2.4_1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.2.4_1 14 Oct 2005 09:59:04 |
edwin |
Welcome Andrew Pogrebennyk as new maintainer
PR: ports/87412, ports/87411, ports/87410, ports/87409
Submitted by: Andrew Pogrebennyk <andrew.nau.ua@gmail.com> |
1.2.4_1 07 Mar 2005 16:41:04 |
adamw |
Bump PORTREVISION on all ports that received the imlib2 shlib chase. |
1.2.4 07 Mar 2005 15:10:20 |
vanilla |
1: Upgrade imlib2 to 1.2.0
2: chase shared library version to 3.
PR: ports/78347
Submitted by: Russell Jackson <raj at cserv62.csub.edu>
Somepart by: me |
1.2.4 12 Oct 2004 09:58:43 |
krion |
Update to version 1.2.4
PR: ports/71880
Submitted by: Ports Fury |
1.2.3 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.2.3 15 Dec 2003 18:44:02 |
krion |
- Chase libraries for new Imlib2 version |
1.2.3 23 Jun 2003 14:44:38 |
osa |
Update to 1.2.3
Submitted by: maintainer
PR: 53633
Approved by: fjoe (mentor) (implicit) |
1.2.2 20 Feb 2003 18:08:19 |
knu |
de-pkg-comment |
1.2.2 04 Jun 2002 01:38:45 |
petef |
Reset maintainership to ports@. Thanks for your work on these, Jeremy!
PR: 38874
Submitted by: Jeremy Norris <ishmael@mchsi.com> (previous maintainer) |
27 Jan 2002 17:07:29 |
dwcjr |
Update to 2.2.2 Respect NOPORTDOCS Update maintainer's email |
20 Dec 2001 06:19:02 |
sobomax |
Backout previous change - it seems that new revision of the patch doesn't
apply everywhere. |
19 Dec 2001 20:20:23 |
sobomax |
Don't filter libc_r on 5-CURRENT. |
31 Oct 2001 08:20:45 |
sobomax |
Don't link in libc - FreeBSD doesn't need this. |
30 Aug 2001 01:29:47 |
petef |
Update to 1.2.1 |
05 Apr 2001 11:05:50 |
mharo |
Update grahpics/giblib to 1.2.0 |
12 Mar 2001 14:40:13 |
sf |
imlib2-tmp -> imlib2 |
19 Dec 2000 12:01:32 |
will |
Update to 1.1.0. |
19 Dec 2000 08:42:45 |
will |
Add giblib 1.0.1, a utility library that incorporates doubly linked lists,
some string functions, and a wrapper for Imlib2. |