Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.82_14 11 Dec 2018 13:02:51 |
rene |
Remove expired ports:
2018-12-10 net/g2ipmsg: GNOME 2 application
2018-12-10 net/grdesktop: GNOME 2 application
2018-12-10 textproc/gnome-spell: GNOME 2 application
2018-12-10 textproc/sagasu: GNOME 2 application
2018-12-10 deskutils/planner: GNOME 2 application
2018-12-10 deskutils/multisync: GNOME 2 application
2018-12-10 deskutils/drivel: GNOME 2 application
2018-12-10 deskutils/notecase: GNOME 2 application
2018-12-10 deskutils/gtodo: GNOME 2 application
2018-12-10 deskutils/gtweakui: GNOME 2 application
2018-12-10 deskutils/gnotime: GNOME 2 application
2018-12-10 deskutils/gruler: GNOME 2 application
2018-12-10 japanese/gjiten: GNOME 2 application
2018-12-10 graphics/truevision: GNOME 2 application (Only the first 15 lines of the commit message are shown above ) |
0.82_14 07 Oct 2018 20:25:16 |
antoine |
Deprecate some GNOME 2 applications
With hat: portmgr |
0.82_14 14 Jun 2018 12:47:58 |
tijl |
Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.
PR: 228809
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.82_14 26 Mar 2018 12:38:57 |
bapt |
Make libgnome and libgnomeui not implying esound dependency
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.
While here:
- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
* update to 2.4.5
* use USES=localbase |
0.82_13 11 Jun 2015 14:24:46 |
amdmi3 |
- Strip library |
0.82_12 18 Apr 2015 19:09:04 |
tijl |
Convert to USES=autoreconf |
0.82_12 20 Oct 2014 11:52:39 |
bapt |
Cleanup plist |
0.82_12 26 Aug 2014 14:06:09 |
tijl |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.82_12 29 Jul 2014 14:20:39 |
amdmi3 |
- Switch to USES=libtool, drop .la files |
0.82_11 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.82_11 02 Feb 2014 13:47:56 |
antoine |
Stage support |
0.82_11 22 Oct 2013 13:52:24 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with d)
Approved by: portmgr (bdrewery) |
0.82_11 20 Sep 2013 16:21:38 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
0.82_11 03 Sep 2013 12:13:24 |
bapt |
Add an explicit dependency on pkgconf |
0.82_11 09 Jul 2013 21:26:49 |
pav |
- Drop all my ports |
0.82_11 25 Jul 2012 06:32:08 |
cs |
Fix typos in COMMENT |
0.82_11 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.82_10 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.82_10 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.82_10 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.82_10 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
0.82_10 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.82_9 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.82_8 20 Nov 2009 22:53:09 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
0.82_8 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.82_8 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 |
0.82_8 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 |
0.82_7 06 Jun 2008 13:18:34 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.82_6 24 Mar 2008 13:03:55 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.82_6 24 Oct 2007 23:37:25 |
marcus |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above ) |
0.82_5 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}. |
0.82_4 23 Nov 2005 17:38:02 |
pav |
- Add some SHA256s |
0.82_4 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. |
0.82_4 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.82_3 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.82_2 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
0.82_1 15 Oct 2004 17:32:46 |
ade |
Kill off automake18, switching to automake19. Requiem Mors Pacem. |
0.82_1 11 Oct 2004 22:36:43 |
pav |
- Fix loading of plugins
Obtained from: Multisync authors via Sam Lawrance <boris@brooknet.com.au> |
0.82 01 Jul 2004 17:06:41 |
ade |
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!) |
0.82 04 Jun 2004 17:29:38 |
ade |
Sync with new bsd.autotools.mk |
0.82 28 Apr 2004 22:57:58 |
pav |
- Update to 0.82
- Fix packages |
0.81_2 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.81_1 24 Mar 2004 20:59:17 |
ade |
Convert all but one port that uses libtool14 to use libtool15, in readiness
for the destruction of devel/libtool14 |
0.81_1 18 Mar 2004 12:22:01 |
pav |
- Add SIZE
Submitted by: trevor |
0.81_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.81 21 Dec 2003 18:25:23 |
pav |
- Fix fetching in slave ports.
Reported by: fenner's portsurvey |
0.81 04 Dec 2003 21:43:55 |
pav |
Add Multisync, a modular engine for synchronizing PIM (contacts, calendar
and tasks) items between your computer, PDA or mobile phone.
Approved by: adamw (mentor) |