Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-02-24 | Add RMD160 digests to the SHA1 ones. | agc | 1 | -1/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-09-18 | Link with -liconv if ICONV_TYPE=gnu. This makes bdb-xml build on | minskim | 3 | -2/+20 | |
platforms without native iconv. Thanks to Aron Stansvik for testing. Bump PKGREVISION. | |||||
2004-03-22 | Work around "internal compiler errors" for gcc 2.95.3 on i386. | kristerw | 3 | -1/+51 | |
2004-03-18 | Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly | jlam | 1 | -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-10 | Deal with situation where ICONV_TYPE isn't defined until after bsd.pkg.mk | jlam | 1 | -9/+9 | |
is included by not checking its value explicitly. | |||||
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -11/+8 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-03-01 | Not used any more. | minskim | 1 | -26/+0 | |
2004-02-18 | Needs c++ to build. | minskim | 1 | -1/+2 | |
2004-02-18 | New MASTER_SITES. | minskim | 1 | -2/+2 | |
2004-02-15 | Make this package build with GNU iconv. | minskim | 2 | -1/+81 | |
2004-02-11 | Teach these package Makefiles about ICONV_TYPE. | jlam | 1 | -2/+3 | |
2004-02-11 | Update xerces-c to 2.3.0. This closes PR pkg/23861. | minskim | 18 | -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-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-23 | Update textproc/xerces-c to 1.7.0.3. This is the last stable release | jlam | 22 | -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-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-04-28 | Drop maintainership here as well. | skrll | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-22 | Bump PKGREVISION for textproc/icu update. | salo | 2 | -3/+4 | |
2003-03-14 | (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; | jlam | 1 | -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-30 | Fix whitespace. (need to alias cvs commit to pkglint && cvs commit :) | seb | 1 | -2/+2 | |
2002-10-30 | Use buildlink2. | seb | 2 | -6/+219 | |
Provide buillink2.mk. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-06-12 | LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if | jlam | 1 | -6/+5 | |
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value. | |||||
2001-04-20 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -21/+19 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-14 | Use gettimeofday instead of ftime. | skrll | 2 | -5/+5 | |
2001-01-13 | Import of xerces-c package based on pkg/11559 from Emmanuel Dreyfus | skrll | 25 | -0/+1362 | |
<p99dreyf@criens.u-psud.fr>. This is version 1.3.0 of xerces-c and XML parser written in C++ |