Import of pkgsrc-2015Q1

This commit is contained in:
2016-01-21 23:40:00 +01:00
committed by sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870539 additions and 795424 deletions
+3 -5
View File
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.95 2014/01/01 11:52:03 wiz Exp $
# $NetBSD: Makefile,v 1.98 2014/12/15 11:46:36 jperkin Exp $
DISTNAME= libxslt-1.1.28
PKGREVISION= 2
PKGREVISION= 3
CATEGORIES= textproc
MASTER_SITES= ftp://xmlsoft.org/libxslt/ \
http://xmlsoft.org/sources/
@@ -11,8 +11,6 @@ HOMEPAGE= http://xmlsoft.org/XSLT/
COMMENT= XSLT parser library from the GNOME project
LICENSE= mit # with advertisement clause
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
USE_TOOLS+= gmake perl
GNU_CONFIGURE= yes
@@ -33,7 +31,7 @@ post-extract:
cp ${WRKSRC}/libxslt/libxslt.syms ${WRKSRC}/libxslt/libxslt_solaris.syms
.if ${OPSYS} == "SunOS"
BUILDLINK_TRANSFORM+= rename:-Wl,./libxslt.syms:-Wl,./libxslt_solaris.syms
BUILDLINK_TRANSFORM+= opt:-Wl,./libxslt.syms:-Wl,./libxslt_solaris.syms
.endif
BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.6.27