1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

44 Commits

Author SHA1 Message Date
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Erwin Lansing
08ea16d509 Apply FreeBSD 10 workaround for some high profile ports to
unbreak a lot of dependent ports.

Submitted by:	beat
Tested on:	pointyhat i386-9-exp and i386-10
2011-10-27 10:03:59 +00:00
Jun Kuriyama
65e5990d1d Apply updated (correct) fix for xmlparse.c (r1.166 in expat CVS).
PR:		ports/157469
Submitted by:	Todd Rinaldo <toddr@cpanel.net>
2011-08-29 14:33:26 +00:00
Olli Hauer
fc03c837e2 -remove MD5 2011-07-03 14:40:25 +00:00
Jun Kuriyama
20984f7901 - Apply 2 patches from CVS.
Security:	CVE-2009-3560, CVE-2009-3720 (DoS)
Obtained from:	http://expat.cvs.sourceforge.net/viewvc/expat/expat/lib/xmlparse.c?r1=1.164&r2=1.165
	 	http://expat.cvs.sourceforge.net/viewvc/expat/expat/lib/xmltok_impl.c?r1=1.13&r2=1.15&view=patch
2009-12-08 01:34:32 +00:00
Dmitry Marakasov
b2b01422b8 - Switch SourceForge ports to the new File Release System: categories starting with T,U,V 2009-08-22 00:37:17 +00:00
Rong-En Fan
741aa71483 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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Pav Lucistnik
dbcface0f6 - Update to 2.0.1
PR:		ports/113550
Submitted by:	bf <bf2006a@yahoo.com>
Approved by:	maintainer timeout (kuriyama; 10 months)
2008-04-11 13:57:34 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Jun Kuriyama
5cf144bec9 - Upgrade to 2.0.0 (almost bugfixes from 1.95.8).
- Bump shlib version to 6.
2006-01-30 23:18:23 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
Pav Lucistnik
d9e783961a - Fix breakage from previous changes, incorrect libtool file was being
installed breaking libtool-aware consumers, like php4-xml. Easiest fix
  is to not install .la file.

PR:		ports/82020
Submitted by:	pav
Approved by:	maintainer timeout (4 days - acute fix)
2005-06-12 16:19:36 +00:00
Jun Kuriyama
8340d60f19 Avoid linking with libc.so (for supporting PTHREAD_LIBS
correctly on 4-stable).

Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
PR:		ports/81730
2005-06-05 14:18:52 +00:00
Jun Kuriyama
0c252d2a17 Avoid linking with libc.so (for supporting PTHREAD_LIBS
correctly on 4-stable).

Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
PR:		ports/81730
2005-06-05 14:17:52 +00:00
Jun Kuriyama
c8a9f84f56 Use libtool-1.5 (with required plist fix).
PR:		ports/78291
Submitted by:	delphij
2005-04-24 09:37:32 +00:00
Jun Kuriyama
a9c35d163f Upgrade to 1.95.8. 2004-08-04 04:46:24 +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
Jun Kuriyama
8e9dca3d94 Upgrade to 1.95.7 (shlib major is bumped to 5). 2004-03-14 07:57:43 +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
Jun Kuriyama
2df3da6afb de-pkg-comment. 2003-02-22 07:48:51 +00:00
Jun Kuriyama
519f106ac6 Move declaration of enum XML_Status to more earlier place.
This patch is already included in expat repository and will be removed
after next version is released.

Pointed out by:	Jordanas Kriauciunas <joskis@xxx.lt>
2003-02-06 01:25:48 +00:00
Jun Kuriyama
d395f84de9 Upgrade to 1.95.6. 2003-02-03 22:27:13 +00:00
Jun Kuriyama
704e9d5a8b I forgot to bump shlib version.
Spotted by:	Mike Harding <mvh@ix.netcom.com>
2002-09-17 06:36:52 +00:00
Jun Kuriyama
7590dc0cc1 Upgrade to 1.95.5.
PR:		ports/42749
Submitted by:	Paul Dlug <paul@aps.org>
2002-09-17 02:26:23 +00:00
Jun Kuriyama
cb109492b2 Upgrade to 1.95.4 (shlib version bumped).
Submitted by:	Sandro Tolaini <sandro@focuseek.com> and
		KATO Tsuguru <tkato@prontomail.com>
PR:		ports/40682, ports/40798
2002-07-21 02:16:17 +00:00
Jun Kuriyama
d2b5da83a9 Upgrade to 1.95.3.
PR:		ports/39993
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-07-06 08:10:24 +00:00
Maxim Sobolev
0a36041a35 Force SHELL MAKE_ENV to be /bin/sh.
Submitted by:	Kent Stewart <kstewart@owt.com>
2002-05-11 01:54:17 +00:00
Maxim Sobolev
0c66abd041 Use bmake instead of gmake - this hopefully resolves dependency deadloop
(gettext->expat->gmake->gettext->expat->...) occasionally created by yours
truly.

Reported by:		marcus
Self kick applied to:	sobomax
2002-05-10 17:40:21 +00:00
Jun Kuriyama
e23565b3a7 Upgrade to 1.95.2.
Reminded by:	John Angelmo <john@veidit.net>
2001-11-26 06:27:49 +00:00
Maxim Sobolev
810fcd34d2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. 2001-08-31 14:20:29 +00:00
Jun Kuriyama
ce150c6f8a Fix prototype to reduce warning.
Submitted by:	Archie Cobbs <archie@packetdesign.com>
2001-03-17 04:01:45 +00:00
Jun Kuriyama
62b5b0fcf2 Fix typo (INSTALLS_SHLIBS -> INSTALLS_SHLIB).
Pointed out by:	knu
2001-03-10 06:44:03 +00:00
Jimmy Olgeni
2917814d32 More style fixes for ports/textproc. 2001-02-05 16:35:26 +00:00
Akinori MUSHA
a9867d0f0c Add MAKE_ARGS to tell libtool to use the specified shlib version. 2000-10-26 12:36:51 +00:00
Jun Kuriyama
f3476b6169 Bump SHLIB_MAJOR (and PORTREVISION) not to conflict with expat1.2.
Submitted by:	knu
2000-10-26 01:20:04 +00:00
Jun Kuriyama
46022e220c Introduce latest version of expat.
This development version will be released as 2.0 and maintained on
sourceforge.

Submitted by:	Naoki IDO <ido@hitachi-ms.co.jp>
Repo-copied by:	PW
2000-10-24 09:51:38 +00:00
Akinori MUSHA
8d8c48611a Add NOPROFILE=true to MAKE_ARGS so as not to build a profiled library.
Found by:	bento
2000-10-21 18:47:52 +00:00
Akinori MUSHA
b61e799d8b Update to 1.2.
Add BSD-style Makefiles for building & installation.

Use a tarball distribution instead of the zip one which includes
redundant Windows binaries.

Take over the maintainership.

Permitted by:	dirk (previous MAINTAINER)
2000-10-18 05:46:55 +00:00
Akinori MUSHA
2fbe9aa5a5 Make this build and install the shared library (libexpat.so) too.
External programs/interfaces might want that.

Approved by:	dirk (MAINTAINER)
2000-08-10 12:36:27 +00:00
Chris Piazza
37c0ef8e3b Update with the new PORTNAME/PORTVERSION variables 2000-04-09 21:54:47 +00:00
Dirk Froemberg
a09eedf423 Add WWW: 1999-09-02 22:11:58 +00:00
Peter Wemm
85bc214e28 $Id$ -> $FreeBSD$ 1999-08-31 02:11:56 +00:00
Dirk Froemberg
e6e1e1046b Initial import of expat, a
XML 1.0 parser written in C.
1999-08-26 13:45:48 +00:00