| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
12 Nov 2011 16:05:28
1.8.17_5
|
miwi  |
- Add patches to fix
CVS-2009-2414
CVS-2009-2416
CVS-2011-1944
Discussion with:bapt
Approved by: secteam (myself)
Obtained from: fedora/gentoo
Security:
http://www.vuxml.org/freebsd/ce4b3af8-0b7c-11e1-846b-00235409fd3e.html
http://www.vuxml.org/freebsd/ce4b3af8-0b7c-11e1-846b-00235409fd3e.html
http://www.vuxml.org/freebsd/5a7d4110-0b7a-11e1-846b-00235409fd3e.html
Feature safe: yes |
03 Jul 2011 14:40:25
1.8.17_4  |
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
1.8.17_4  |
ade  |
Sync to new bsd.autotools.mk |
15 Aug 2009 17:14:11
1.8.17_4  |
marcus  |
Mark MAKE_JOBS_UNSAFE.
PR: 137736
Submitted by: amdmi3 |
02 Aug 2009 19:36:34
1.8.17_4  |
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 |
02 Feb 2009 01:36:16
1.8.17_4  |
araujo  |
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav) |
28 Jan 2007 09:07:47
1.8.17_4  |
kris  |
Use libtool port instead of included one to avoid objformat a.out botch |
05 Nov 2006 03:53:01
1.8.17_4  |
mezz  |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh) |
13 May 2006 04:24:52
1.8.17_4  |
edwin  |
Remove USE_REINPLACE from categories starting with T |
23 Feb 2006 10:40:45
1.8.17_4  |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
23 Nov 2005 22:41:05
1.8.17_3  |
pav  |
- Add SHA256 checksums |
15 Nov 2005 06:52:12
1.8.17_3  |
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. |
29 Sep 2005 22:01:51
1.8.17_3  |
danfe  |
Forgot to fix it here to.
Approved by: gnome (implicit) |
29 Sep 2005 21:51:09
1.8.17_3  |
danfe  |
Spell XML correctly in COMMENT.
Approved by: gnome (pav) |
10 Nov 2004 20:22:41
1.8.17_3  |
marcus  |
Backport patch from libxml2-2.6.15 to fix buffer overflows [nanoftp.c,
nanohttp.c, CAN-2004-0989]
Obtained from: Debian Woody libxml source RPM
Reported by: simon |
09 Jul 2004 17:43:11
1.8.17_2  |
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
18 Mar 2004 14:33:42
1.8.17_2  |
pav  |
- Add SIZE to GNOME ports
Submitted by: trevor |
14 Mar 2004 06:17:56
1.8.17_2  |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
04 Feb 2004 05:10:27
1.8.17_2  |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
16 Jun 2003 20:52:58
1.8.17_1  |
adamw  |
Utilize USE_GNOME= pkgconfig. |
07 Mar 2003 06:11:57
1.8.17_1  |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
20 Sep 2002 17:07:51
1.8.17_1  |
marcus  |
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location. |
11 Jul 2002 15:29:48
1.8.17_1  |
sobomax  |
Use USE_REINPLACE. |
30 Apr 2002 23:17:59
1.8.17_1  |
sobomax  |
- Hack for better hier(7) conformance - install documentation into
${PREFIX}/share/doc;
- use USE_LIBTOOL. |
14 Feb 2002 02:57:47 
|
ade  |
Fix typo. |
13 Feb 2002 04:57:17 
|
ade  |
Unbreak for -CURRENT (and remove warning on stable) by changing malloc.h
references to stdlib.h |
29 Jan 2002 11:00:07 
|
sobomax  |
Update to 1.8.17. |
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. |
12 Dec 2001 14:56:27 
|
sobomax  |
Update to 1.8.16. |
31 Oct 2001 08:20:45 
|
sobomax  |
Don't link in libc - FreeBSD doesn't need this. |
11 Sep 2001 08:26:54 
|
sobomax  |
Update to 1.8.15. |
22 Aug 2001 12:00:48 
|
sobomax  |
Add WWW. |
13 Aug 2001 12:17:10 
|
sobomax  |
Prevent harmless but annoying warning: "this file includes <malloc.h> which is
deprecated, use <stdlib.h> instead". |
30 Jul 2001 11:22:38 
|
sobomax  |
Another attempt (this time correct, I hope) to fix creation/removal of the
${LOCALBASE}/include/gnome-xml/libxml symlink. |
27 Jul 2001 15:00:49 
|
sobomax  |
${PREFIX}/include/gnome-xml/libxml is a symlink to ${PREFIX}/include/gnome-xml,
so it have to be listed among other files, not among @dirrm's, otherwise it is
not being included into package and as a result bento unable to build many
packages that depends on libxml. |
09 Jul 2001 17:43:14 
|
sobomax  |
Update to 1.8.14. |
23 May 2001 01:49:13 
|
ade  |
Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2 to
make transitioning to GNOME/GTK+/GLIB a little easier. |
14 May 2001 22:57:28 
|
ade  |
Update to 1.8.13 |
11 May 2001 17:36:50 
|
ade  |
SWitch maintainership of core GNOME ports to a small group of committers
(gnome@FreeBSD.org), since this is now definitely too big for just one person.
|
04 May 2001 22:39:58 
|
ade  |
Update to GNOME 1.4 -- massive changes all around, for the sake of CVS repo
bloat, I'll only list the updates. |
05 Feb 2001 16:35:27 
|
olgeni  |
More style fixes for ports/textproc. |
11 Jan 2001 16:45:02 
|
ade  |
Update to 1.8.11 |
10 Oct 2000 18:14:48 
|
ade  |
Re-add USE_GMAKE to get around Makefile bogosity. Without this, doing a 'make
all' and 'make install' as two separate commands results in the code being
completely recompiled twice. Bleurgh. |
08 Oct 2000 07:29:51 
|
asami  |
Convert category textproc to new layout. |
07 Sep 2000 16:01:24 
|
ade  |
Update to 1.8.10 |
12 Jul 2000 16:13:36 
|
ade  |
Those awfully nice GNOME folks decided to re-roll the distribution tarball,
with minor changes to the libxml.spec* configuration files, without bumping
the version number. |
09 Jul 2000 20:21:27 
|
ade  |
Update to 1.8.9 |
01 Jul 2000 06:56:56 
|
ade  |
Update to 1.8.8 |
16 Jun 2000 22:52:41 
|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:48:25 
|
sobomax  |
Fourth round of INSTALLS_SHLIBS conversion. |