aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/expat2
Commit message (Collapse)AuthorAgeFilesLines
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
|
* Apply FreeBSD 10 workaround for some high profile ports toerwin2011-10-271-0/+1
| | | | | | | unbreak a lot of dependent ports. Submitted by: beat Tested on: pointyhat i386-9-exp and i386-10
* Apply updated (correct) fix for xmlparse.c (r1.166 in expat CVS).kuriyama2011-08-292-11/+13
| | | | | PR: ports/157469 Submitted by: Todd Rinaldo <toddr@cpanel.net>
* -remove MD5ohauer2011-07-031-1/+0
|
* - Apply 2 patches from CVS.kuriyama2009-12-083-0/+22
| | | | | | 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
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with T,U,V
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Update to 2.0.1pav2008-04-113-19/+14
| | | | | | PR: ports/113550 Submitted by: bf <bf2006a@yahoo.com> Approved by: maintainer timeout (kuriyama; 10 months)
* Conversion to a single libtool environment.ade2006-02-232-1/+3
| | | | Approved by: portmgr (kris)
* - Upgrade to 2.0.0 (almost bugfixes from 1.95.8).kuriyama2006-01-313-6/+19
| | | | - Bump shlib version to 6.
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* - Fix breakage from previous changes, incorrect libtool file was beingpav2005-06-132-5/+1
| | | | | | | | | 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)
* Avoid linking with libc.so (for supporting PTHREAD_LIBSkuriyama2005-06-051-0/+0
| | | | | | | correctly on 4-stable). Submitted by: KATO Tsuguru <tkato432@yahoo.com> PR: ports/81730
* Avoid linking with libc.so (for supporting PTHREAD_LIBSkuriyama2005-06-052-12/+5
| | | | | | | correctly on 4-stable). Submitted by: KATO Tsuguru <tkato432@yahoo.com> PR: ports/81730
* Use libtool-1.5 (with required plist fix).kuriyama2005-04-242-1/+3
| | | | | PR: ports/78291 Submitted by: delphij
* Upgrade to 1.95.8.kuriyama2004-08-043-3/+4
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Upgrade to 1.95.7 (shlib major is bumped to 5).kuriyama2004-03-143-66/+10
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* de-pkg-comment.kuriyama2003-02-222-1/+1
|
* Move declaration of enum XML_Status to more earlier place.kuriyama2003-02-062-0/+63
| | | | | | | 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>
* Upgrade to 1.95.6.kuriyama2003-02-042-2/+2
|
* I forgot to bump shlib version.kuriyama2002-09-171-1/+1
| | | | Spotted by: Mike Harding <mvh@ix.netcom.com>
* Upgrade to 1.95.5.kuriyama2002-09-172-2/+2
| | | | | PR: ports/42749 Submitted by: Paul Dlug <paul@aps.org>
* Upgrade to 1.95.4 (shlib version bumped).kuriyama2002-07-212-3/+3
| | | | | | Submitted by: Sandro Tolaini <sandro@focuseek.com> and KATO Tsuguru <tkato@prontomail.com> PR: ports/40682, ports/40798
* Upgrade to 1.95.3.kuriyama2002-07-067-70/+15
| | | | | PR: ports/39993 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Force SHELL MAKE_ENV to be /bin/sh.sobomax2002-05-111-1/+2
| | | | Submitted by: Kent Stewart <kstewart@owt.com>
* Use bmake instead of gmake - this hopefully resolves dependency deadloopsobomax2002-05-115-2/+64
| | | | | | | | (gettext->expat->gmake->gettext->expat->...) occasionally created by yours truly. Reported by: marcus Self kick applied to: sobomax
* Upgrade to 1.95.2.kuriyama2001-11-265-35/+2
| | | | Reminded by: John Angelmo <john@veidit.net>
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.sobomax2001-08-311-1/+0
|
* Fix prototype to reduce warning.kuriyama2001-03-171-0/+11
| | | | Submitted by: Archie Cobbs <archie@packetdesign.com>
* Fix typo (INSTALLS_SHLIBS -> INSTALLS_SHLIB).kuriyama2001-03-101-1/+1
| | | | Pointed out by: knu
* More style fixes for ports/textproc.olgeni2001-02-061-1/+1
|
* Add MAKE_ARGS to tell libtool to use the specified shlib version.knu2000-10-261-0/+1
|
* Bump SHLIB_MAJOR (and PORTREVISION) not to conflict with expat1.2.kuriyama2000-10-261-1/+2
| | | | Submitted by: knu
* Introduce latest version of expat.kuriyama2000-10-246-28/+38
| | | | | | | | 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
* Add NOPROFILE=true to MAKE_ARGS so as not to build a profiled library.knu2000-10-221-1/+1
| | | | Found by: bento
* Update to 1.2.knu2000-10-183-70/+21
| | | | | | | | | | | 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)
* Make this build and install the shared library (libexpat.so) too.knu2000-08-103-8/+38
| | | | | | External programs/interfaces might want that. Approved by: dirk (MAINTAINER)
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* Add WWW:dirk1999-09-031-0/+2
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Initial import of expat, adirk1999-08-266-0/+69
XML 1.0 parser written in C.