Joe Marcus Clarke
85a0e5f5b1
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
2004-11-10 20:22:41 +00:00
Joe Marcus Clarke
9e5632dd66
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
2004-07-09 17:43:11 +00:00
Pav Lucistnik
db249059e4
- Add SIZE to GNOME ports
...
Submitted by: trevor
2004-03-18 14:33:42 +00:00
Ade Lovett
3f651573ad
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.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
73f7c91b5d
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 1)
2004-02-04 05:10:27 +00:00
Adam Weinberger
c413d0b2b0
Utilize USE_GNOME= pkgconfig.
2003-06-16 20:52:58 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Joe Marcus Clarke
59deb69012
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.
2002-09-20 17:07:51 +00:00
Maxim Sobolev
548387be80
Use USE_REINPLACE.
2002-07-11 15:31:46 +00:00
Maxim Sobolev
f03cdffe48
- Hack for better hier(7) conformance - install documentation into
...
${PREFIX}/share/doc;
- use USE_LIBTOOL.
2002-04-30 23:17:59 +00:00
Ade Lovett
118d700616
Fix typo.
2002-02-14 02:57:47 +00:00
Ade Lovett
1d25b2294b
Unbreak for -CURRENT (and remove warning on stable) by changing malloc.h
...
references to stdlib.h
PR: 34652
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-13 04:57:17 +00:00
Maxim Sobolev
656da512bf
Update to 1.8.17.
2002-01-29 11:00:05 +00:00
Maxim Sobolev
d0fba3e0f1
Backout previous change - it seems that new revision of the patch doesn't
...
apply everywhere.
Submitted by: Todd Punderson <todd@doonga.net>
2001-12-20 06:19:02 +00:00
Maxim Sobolev
41c22e9c76
Don't filter libc_r on 5-CURRENT.
2001-12-19 20:20:23 +00:00
Maxim Sobolev
eaf57fe455
Update to 1.8.16.
2001-12-12 14:56:27 +00:00
Maxim Sobolev
b0790e4238
Don't link in libc - FreeBSD doesn't need this.
...
Submitted by: Ports Fury
2001-10-31 08:20:45 +00:00
Maxim Sobolev
412fb3b18e
Update to 1.8.15.
2001-09-11 07:26:54 +00:00
Maxim Sobolev
3b2c9b40ee
Add WWW.
...
Submitted by: kuriyama
2001-08-22 11:00:47 +00:00
Maxim Sobolev
c9afbb06b5
Prevent harmless but annoying warning: "this file includes <malloc.h> which
...
is deprecated, use <stdlib.h> instead".
2001-08-13 11:17:10 +00:00
Maxim Sobolev
46870bafbb
Another attempt (this time correct, I hope) to fix creation/removal of the
...
${LOCALBASE}/include/gnome-xml/libxml symlink.
Submitted by: bento
2001-07-30 10:22:38 +00:00
Maxim Sobolev
bc35a04eac
${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.
Submitted by: bento
2001-07-27 14:00:49 +00:00
Maxim Sobolev
29dbe48136
Update to 1.8.14.
2001-07-09 16:43:14 +00:00
Ade Lovett
ff4f18ab92
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.
2001-05-23 00:49:11 +00:00
Ade Lovett
a43f288f50
Update to 1.8.13
2001-05-14 21:57:27 +00:00
Ade Lovett
5ed28dbe7a
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.
2001-05-11 16:36:50 +00:00
Ade Lovett
03af2187bd
Update to GNOME 1.4 -- massive changes all around, for the sake of
...
CVS repo bloat, I'll only list the updates.
graphics/imlib 1.9.9 -> 1.9.10
textproc/xml-i18n-tools 0.8 -> 0.8.1
x11/gnomelibs 1.2.11 -> 1.2.13
devel/oaf 0.6.2 -> 0.6.5
devel/gconf 0.12 -> 1.0.0
devel/gnomevfs 0.5 -> 1.0
graphics/gdk-pixbuf 0.9.0 -> 0.11.0
sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1
print/gnomeprint 0.25 -> 0.28
devel/bonobo 0.37 -> 1.0.3
audio/gnomeaudio 1.0.0 -> 1.4.0
x11/gnomecore 1.2.4 -> 1.4.0.3
devel/libgtop 1.0.11 -> 1.0.12
x11/gnomeapplets 1.2.4 -> 1.4.0.1
misc/gnomeuserdocs NEW 1.4.1
misc/gnomeutils 1.2.1 -> 1.4.0
deskutils/gnomepim 1.2.0 -> 1.4.0
games/gnomegames 1.2.0 -> 1.4.0.1
print/ggv 0.95 -> 1.0
editors/ghex 1.1.4 -> 1.2
devel/bugbuddy 1.2 -> 2.0.1
devel/glade 0.5.11 -> 0.6.2
sysutils/gtop 1.0.12 -> 1.0.13
x11/xalf NEW 0.11
x11-toolkits/py-gtk 0.6.6 -> 0.6.7
x11-toolkits/py-gnome 1.0.53 -> 1.4.0
x11-toolkits/guile-gtk 0.19 -> 0.20
x11-toolkits/guile-gnome 0.10 -> 0.20
devel/libsigc++ 1.0.1 -> 1.0.3
x11-toolkits/gnome-- 1.1.15 -> 1.1.17
x11-toolkits/panel-- NEW 0.1
x11-fm/gnomemc 4.5.51 -> 4.5.54
2001-05-04 21:39:58 +00:00
Jimmy Olgeni
2917814d32
More style fixes for ports/textproc.
2001-02-05 16:35:26 +00:00
Ade Lovett
3c000e6a29
Update to 1.8.11
2001-01-11 16:45:02 +00:00
Ade Lovett
15f906c71b
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.
2000-10-10 17:14:48 +00:00
Ade Lovett
6dca5fc349
Update to 1.8.10
2000-09-07 15:01:22 +00:00
Ade Lovett
c8b82dd93f
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.
Oh, the shame of it.
Submitted by: sobomax
2000-07-12 15:13:35 +00:00
Ade Lovett
8b3a26af9d
Update to 1.8.9
2000-07-09 19:21:26 +00:00
Ade Lovett
cdc2e6ac19
Update to 1.8.8
2000-07-01 05:56:56 +00:00
Satoshi Asami
ffb21b5654
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
...
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
dc1177a9a5
Fourth round of INSTALLS_SHLIBS conversion.
2000-06-16 08:48:22 +00:00
Chris Piazza
37c0ef8e3b
Update with the new PORTNAME/PORTVERSION variables
2000-04-09 21:54:47 +00:00
Ade Lovett
e1b9283501
Update to 1.8.7
2000-03-06 10:01:51 +00:00
Ade Lovett
ed8a8521f8
Update to 1.8.6
2000-02-03 21:30:16 +00:00
Ade Lovett
cf96f2d7f6
Update to 1.8.5
2000-01-22 04:43:26 +00:00
Ade Lovett
16fbd17adc
Update to 1.8.4
2000-01-14 20:40:38 +00:00
Ade Lovett
27342b5d60
Update to 1.8.3
2000-01-10 21:19:19 +00:00
Yukihiro Nakai
a6844f7b83
Change MAINTAINER to ade@FreeBSD.org .
2000-01-07 02:07:00 +00:00
Yukihiro Nakai
54985dbae5
Update to 1.8.2
...
PR: ports/15725
Submitted by: Ade Lovett <ade@lovett.com>
1999-12-28 02:32:23 +00:00
Yukihiro Nakai
ae1e462c77
Update to 1.8.0
...
PR: ports/15503
Submitted by: Ade Lovett <ade@lovett.com>
1999-12-24 10:44:57 +00:00
Steve Price
4275cb17e6
New location on MASTER_SITE.
...
PR: 15238, 15248
Submitted by: Ade Lovett <ade@lovett.com>
1999-12-04 19:08:13 +00:00
Yukihiro Nakai
b29c6736cb
PR: ports/14303
...
Submitted by:Ade Lovett <ade@lovett.com>
Update to 1.7.3
1999-10-14 03:39:38 +00:00
Peter Wemm
85bc214e28
$Id$ -> $FreeBSD$
1999-08-31 02:11:56 +00:00
Steve Price
2632c100ba
Update to version 1.4.0.
...
PR: 12781 (2 of 19)
Submitted by: Ade Lovett <ade@lovett.com>
1999-08-22 03:40:41 +00:00
Tim Vanderhoek
a84b5b5f94
#4/4 enforcing Caps, no period
...
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +00:00