summaryrefslogtreecommitdiff
path: root/textproc/xerces-c
AgeCommit message (Collapse)AuthorFilesLines
2004-03-22Work around "internal compiler errors" for gcc 2.95.3 on i386.kristerw3-1/+51
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-10Deal with situation where ICONV_TYPE isn't defined until after bsd.pkg.mkjlam1-9/+9
is included by not checking its value explicitly.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-11/+8
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-01Not used any more.minskim1-26/+0
2004-02-18Needs c++ to build.minskim1-1/+2
2004-02-18New MASTER_SITES.minskim1-2/+2
2004-02-15Make this package build with GNU iconv.minskim2-1/+81
2004-02-11Teach these package Makefiles about ICONV_TYPE.jlam1-2/+3
2004-02-11Update xerces-c to 2.3.0. This closes PR pkg/23861.minskim18-1129/+308
Too many changes to list here. This package hasn't been updated since 1.7.0. See http://xml.apache.org/xerces-c/releases_archive.html for the complete list.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-23Update textproc/xerces-c to 1.7.0.3. This is the last stable releasejlam22-684/+605
in the Xerces-C 1.x line and contains many fixes and improvements over version 1.3.0. Make this package compile with ICU>=2.4.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-04-28Drop maintainership here as well.skrll1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-22Bump PKGREVISION for textproc/icu update.salo2-3/+4
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-3/+3
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2002-10-30Fix whitespace. (need to alias cvs commit to pkglint && cvs commit :)seb1-2/+2
2002-10-30Use buildlink2.seb2-6/+219
Provide buillink2.mk.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-6/+5
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-21/+19
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-14Use gettimeofday instead of ftime.skrll2-5/+5
2001-01-13Import of xerces-c package based on pkg/11559 from Emmanuel Dreyfusskrll25-0/+1362
<p99dreyf@criens.u-psud.fr>. This is version 1.3.0 of xerces-c and XML parser written in C++