Commit graph

23 commits

Author SHA1 Message Date
xtraeme
742755aea2 Bump package revision to 7 (Sablotron was updated to 1.0). 2003-08-29 15:50:07 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
grant
75a4efae49 a dependency (sablotron) uses gcc shlibs, not this package, so no
need to set USE_GCC_SHLIBS. we also don't need libiconv, libstdc++
or libm.

bump PKGREVISION.
2003-05-31 12:57:31 +00:00
grant
712c21283a s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just
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-29 23:14:07 +00:00
grant
793d8871e5 use mk/gcc.buildlink2.mk 2003-05-27 08:30:24 +00:00
grant
37adc92fb5 this uses c++, so set USE_CXX and include gcc/buildlink2.mk. ride the
recent pkgrevision bump.
2003-05-27 05:04:25 +00:00
grant
511379101e as per MESSAGE, this requires libxml{parse,tok}.so from www/libwww, so
include it's buildlink2.mk.

bump PKGREVISION.
2003-05-26 10:36:27 +00:00
wiz
bf2f22a626 Add WRKSRC to make this build. Closes PR 20484. 2003-02-25 10:59:06 +00:00
grant
fe1e82bbab use MASTER_SITE_SOURCEFORGE and version numbered distfile. 2003-02-18 00:41:35 +00:00
grant
c72b4b9bad - move LDFLAGS to Makefile, patch-aa no longer needed.
fixes runtime problem noted by zuntum.
- add MESSAGE.
2003-02-17 21:21:37 +00:00
grant
186b57d77a no need to specify *.c anymore. 2003-02-17 21:01:07 +00:00
grant
1c767b90c4 use buildlink2 and apache/module.mk. 2003-02-17 17:57:19 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
jlam
e1be891dbc Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
2002-07-24 19:45:22 +00:00
wiz
684bf3ea96 Fix last commit (package was already at PKGREVISION 1, adding
nb1 to the PKGNAME made it go nb1nb1...). Bump to PKGREVISION 2.
2002-01-22 22:21:41 +00:00
jwise
12fe642351 New sablotron needs iconv to be linked in as well.
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.
2002-01-05 21:18:02 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
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-29 01:12:24 +00:00
jwise
c6b77b3c82 Integrate a patch from the sourceforge page for this project.
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 17:21:56 +00:00
jwise
c4fa25edb1 Fix previous, and also add new MASTER_SITES. 2001-10-23 03:17:17 +00:00
jwise
36cede2c0d HOMEPAGE moved... 2001-10-23 03:13:04 +00:00
jwise
4de03fc6d7 Need a BUILD_DEPENDS on perl, so we can use apxs... 2001-10-22 15:10:49 +00:00
jwise
97a178caaa Import Userworld's Apache mod_xslt into pkgsrc.
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.
2001-10-16 18:23:21 +00:00