| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
23 Sep 2011 22:26:39
1.5_7
|
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 |
19 Mar 2011 12:38:54
1.5_7
|
miwi  |
- Get Rid MD5 support |
04 Jan 2011 03:32:21
1.5_7
|
mezz  |
The x11/libcapplet has been broken for over a year (will be two in June 2011)
and no one has any of interest to fix it. It's an ancient software and
is part of GNOME 1. It's time for us to get rid of some of GNOME 1 stuff as
the GNOME 3 is coming sometimes in 2011. Any ports that required libcappet
are removed and ports that have optional aren't remove.
PR: ports/153355
Discussed with: My team, FreeBSD GNOME Team
Tested by: pointyhat-exp (thanks pav!) |
04 Dec 2010 07:34:27
1.5_6
|
ade  |
Sync to new bsd.autotools.mk |
22 Aug 2009 00:39:37
1.5_6
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with X |
02 Aug 2009 19:36:34
1.5_6
|
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 |
21 Aug 2008 06:18:49
1.5_6
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
06 Jun 2008 14:09:15
1.5_6
|
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) |
25 Mar 2008 22:44:48
1.5_5
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
24 Oct 2007 23:37:25
1.5_5
|
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 ) |
19 May 2007 20:32:57
1.5_4
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
02 Feb 2007 17:06:25
1.5_3
|
pav  |
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr |
01 Feb 2007 02:42:06
1.5_3
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
15 Aug 2006 01:11:33
1.5_3
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained
by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
13 May 2006 05:00:46
1.5_3
|
edwin  |
Remove USE_REINPLACE from categories starting with X |
23 Feb 2006 10:40:45
1.5_3
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
25 Nov 2005 19:09:52
1.5_2
|
pav  |
- Add SHA256 |
15 Nov 2005 06:52:12
1.5_2
|
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. |
01 Mar 2005 19:23:04
1.5_2
|
vs  |
Remove some patches in favour of USE_LIBTOOL_VER=15 |
23 Jul 2004 19:10:32
1.5_2
|
anholt  |
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl) |
30 Mar 2004 19:56:44
1.5_2
|
krion  |
- Use USE_ICONV knob
Approved by: portmgr |
16 Mar 2004 22:54:06
1.5_2
|
marcus  |
Chase the new location of libXft. |
04 Feb 2004 05:10:27
1.5_2
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
29 Jan 2004 16:13:06
1.5_1
|
trevor  |
SIZEify. |
21 Dec 2003 00:23:26
1.5_1
|
sergei  |
- Use canonical form (ports@FreeBSD.org) in MAINTAINER line |
20 Apr 2003 19:47:49
1.5_1
|
marcus  |
Remove USE_GNOMENG. |
22 Feb 2003 18:36:19
1.5_1
|
anholt  |
Fix build after Xft rename.
Submitted by: bento/kris |
20 Feb 2003 19:17:05
1.5_1
|
knu  |
De-pkg-comment. |
29 Sep 2002 08:07:47
1.5_1
|
ijliao  |
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> |
09 Sep 2002 04:33:16
1.5_1
|
marcus  |
Fix things after the GNOMENG commit. |
01 Sep 2002 15:37:37
1.5_1
|
lioux  |
Deploy USE_GNOMENG infrastructure
PR: 42283
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
27 Jun 2002 13:32:15
1.5_1
|
perky  |
PERL -> REINPLACE_CMD
PR: 39262, 39263, 39264, 39265, 39266, 39267
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
19 May 2002 19:56:19
1.5_1
|
marcus  |
* Fix build with latest GNOME libraries.
* Relinquish maintainership to ports@
PR: 36775
Submitted by: maintainer (maintainer change), marcus (build fix)
Approved by: previous maintainer |
19 Mar 2002 12:52:55
1.5_1
|
sobomax  |
Fix another few places where giconv used instead of iconv.
PR: 36059, 36063, 36082
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> |
18 Mar 2002 11:26:13
1.5_1
|
sobomax  |
Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with
<giconv.h> or -liconv with -lgiconv. |
18 Mar 2002 10:27:58
1.5_1
|
knu  |
Bump PORTREVISION to reflect the (lib)iconv upgrade. |
18 Mar 2002 09:46:46
1.5_1
|
sobomax  |
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv. |
06 Feb 2002 04:26:39 
|
pat  |
Fix depends and link giconv library |
02 Feb 2002 04:53:50 
|
pat  |
Update to 1.5 Give maintainership to submitter |
30 Dec 2001 12:28:07 
|
demon  |
Upgrade to version 1.4. |
14 Dec 2001 09:16:33 
|
sobomax  |
Release to the world. I no longer have a XFree86-4.x.x server to test this on,
and I do not think that GNOME team really should maintain this. |
05 Sep 2001 09:22:12 
|
sobomax  |
Update to 1.1. |
04 Sep 2001 12:32:27 
|
sobomax  |
Fix gdkxft_sysinstall script on systems with perl 5.005 and earlier (4.4 and
downward). |
03 Sep 2001 17:54:28 
|
sobomax  |
Add gdkxft 1.0, an package that adds anti-aliased font support for gtk+
(XFree86-4.x required). |