Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-05-08 | Convert to buildlink3. | snj | 1 | -5/+6 | |
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 1 | -2/+2 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-08-29 | Bump package revision to 7 (Sablotron was updated to 1.0). | xtraeme | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -2/+2 | |
2003-05-31 | fix a multiline literal, allowing this to be built with gcc-3.3. | grant | 2 | -7/+27 | |
2003-05-31 | a dependency (sablotron) uses gcc shlibs, not this package, so no | grant | 1 | -4/+3 | |
need to set USE_GCC_SHLIBS. we also don't need libiconv, libstdc++ or libm. bump PKGREVISION. | |||||
2003-05-29 | s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just | grant | 1 | -3/+2 | |
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically. | |||||
2003-05-27 | use mk/gcc.buildlink2.mk | grant | 1 | -2/+2 | |
2003-05-27 | this uses c++, so set USE_CXX and include gcc/buildlink2.mk. ride the | grant | 1 | -1/+3 | |
recent pkgrevision bump. | |||||
2003-05-27 | add LoadFile statements for ap-xslt | grant | 1 | -1/+4 | |
2003-05-26 | as per MESSAGE, this requires libxml{parse,tok}.so from www/libwww, so | grant | 1 | -2/+4 | |
include it's buildlink2.mk. bump PKGREVISION. | |||||
2003-02-25 | Remove trailing empty line. | wiz | 1 | -1/+0 | |
2003-02-25 | Add WRKSRC to make this build. Closes PR 20484. | wiz | 1 | -1/+2 | |
2003-02-18 | use MASTER_SITE_SOURCEFORGE and version numbered distfile. | grant | 2 | -6/+6 | |
2003-02-17 | - move LDFLAGS to Makefile, patch-aa no longer needed. | grant | 4 | -21/+12 | |
fixes runtime problem noted by zuntum. - add MESSAGE. | |||||
2003-02-17 | no need to specify *.c anymore. | grant | 1 | -2/+1 | |
2003-02-17 | use buildlink2 and apache/module.mk. | grant | 1 | -7/+6 | |
2002-09-10 | Since the major of libiconv was increased during the update to 1.8, | wiz | 1 | -3/+3 | |
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb. | |||||
2002-07-24 | Change explicit build dependencies on perl into "USE_PERL5=build". This | jlam | 1 | -3/+2 | |
makes these packages build correctly on Darwin where perl>=5.8.0 is required. | |||||
2002-01-22 | Fix last commit (package was already at PKGREVISION 1, adding | wiz | 1 | -3/+3 | |
nb1 to the PKGNAME made it go nb1nb1...). Bump to PKGREVISION 2. | |||||
2002-01-05 | New sablotron needs iconv to be linked in as well. | jwise | 3 | -6/+6 | |
Dependency is picked up via the sablotron package, so just add to link. Bump version to nb1, as old version will build correctly, but fail to link into apache. | |||||
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+3 | |
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally. | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-10-23 | Integrate a patch from the sourceforge page for this project. | jwise | 4 | -6/+35 | |
With this patch, the sablotron base URI for xslt processing is set to the current working directory, so document inclusion (ala <xsl:apply-templates select="document(data/test.xml)" /> ) will DTRT. Bump the pkg version to 1.1nb1, as stylesheets written for the new version may not work with the old. | |||||
2001-10-23 | Fix previous, and also add new MASTER_SITES. | jwise | 1 | -3/+3 | |
2001-10-23 | HOMEPAGE moved... | jwise | 1 | -2/+2 | |
2001-10-22 | Need a BUILD_DEPENDS on perl, so we can use apxs... | jwise | 1 | -1/+4 | |
2001-10-16 | Import Userworld's Apache mod_xslt into pkgsrc. | jwise | 6 | -0/+66 | |
mod_xslt provides a simple, fast mechanism for doing XSLT transformations of XML content for presentation to the user. It doesn't seek to provide all the bells and whistles of, say, Cocoon, but being implemented natively and using an XSLT parser (sablotron) which is implemented natively, it provides a nice lightweight solution. |