pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Various packages: Remove url2pkg markers.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sat Mar 12 14:05:32 2016 +0100
Changeset: 2cdaf8386467acd3727c0d5d4ac949b3bd3a2cff
Modified Files:
asql/Makefile
cacti-plugin-aggregate/Makefile
cacti-plugin-hostinfo/Makefile
cacti-plugin-monitor/Makefile
cacti-plugin-realtime/Makefile
cacti-plugin-rrdclean/Makefile
cacti-plugin-settings/Makefile
cacti-plugin-thold/Makefile
cairo-dingbat-ttf/Makefile
classic-mac-font-pack/Makefile
dlpoly-classic/Makefile
dscan/Makefile
elinks-snapshot/Makefile
julia/Makefile
ledger/Makefile
makepp/Makefile
openmx-openmpi/Makefile
otrtool/Makefile
p5-CGI-Application-Plugin-ConfigAuto/Makefile
p5-LWP-Protocol-socks/Makefile
php-malware-finder/Makefile
polarssl11/Makefile
py-numdifftools/Makefile
rippled/Makefile
sds/Makefile
tardy/Makefile
ttf-indic-fonts/Makefile
xmlsysinfo/Makefile
Log Message:
Various packages: Remove url2pkg markers.
These are only needed the first time you quit the editor
during a url2pkg run. They shouldn't be committed.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2cdaf8386467acd3727c0d5d4ac949b3bd3a2cff
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
asql/Makefile | 1 -
cacti-plugin-aggregate/Makefile | 2 --
cacti-plugin-hostinfo/Makefile | 2 --
cacti-plugin-monitor/Makefile | 2 --
cacti-plugin-realtime/Makefile | 2 --
cacti-plugin-rrdclean/Makefile | 2 --
cacti-plugin-settings/Makefile | 2 --
cacti-plugin-thold/Makefile | 2 --
cairo-dingbat-ttf/Makefile | 1 -
classic-mac-font-pack/Makefile | 7 +++----
dlpoly-classic/Makefile | 3 ---
dscan/Makefile | 2 --
elinks-snapshot/Makefile | 3 ---
julia/Makefile | 1 -
ledger/Makefile | 2 --
makepp/Makefile | 1 -
openmx-openmpi/Makefile | 2 --
otrtool/Makefile | 6 ++----
p5-CGI-Application-Plugin-ConfigAuto/Makefile | 2 --
p5-LWP-Protocol-socks/Makefile | 6 ++----
php-malware-finder/Makefile | 1 -
polarssl11/Makefile | 2 --
py-numdifftools/Makefile | 4 ++--
rippled/Makefile | 2 --
sds/Makefile | 1 -
tardy/Makefile | 2 --
ttf-indic-fonts/Makefile | 2 --
xmlsysinfo/Makefile | 2 --
28 files changed, 9 insertions(+), 58 deletions(-)
diffs:
diff --git a/asql/Makefile b/asql/Makefile
index d02b27d..1bb0531 100644
--- a/asql/Makefile
+++ b/asql/Makefile
@@ -28,5 +28,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}/README
.include "../../lang/perl5/buildlink3.mk"
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/cacti-plugin-aggregate/Makefile b/cacti-plugin-aggregate/Makefile
index 0e00677..2f50c99 100644
--- a/cacti-plugin-aggregate/Makefile
+++ b/cacti-plugin-aggregate/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.2 2015/06/10 13:43:17 ahp-nils Exp $
-#
DISTNAME= aggregate-v${VERSION}
PKGNAME= cacti-plugin-aggregate-${VERSION}
@@ -36,5 +35,4 @@ INSTALLATION_DIRS+= ${PLUGINDIR}
do-install:
cd ${WRKSRC} && ${PAX} -wr * ${DESTDIR}${PLUGINDIR}
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/cacti-plugin-hostinfo/Makefile b/cacti-plugin-hostinfo/Makefile
index 3e12bc5..65ef829 100644
--- a/cacti-plugin-hostinfo/Makefile
+++ b/cacti-plugin-hostinfo/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.5 2012/09/24 18:26:51 asau Exp $
-#
DISTNAME= hostinfo-0.2
PKGNAME= cacti-plugin-${DISTNAME}
@@ -32,5 +31,4 @@ do-extract:
do-install:
${CP} -R ${WRKSRC}/* ${DESTDIR}${PLUGINDIR}
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/cacti-plugin-monitor/Makefile b/cacti-plugin-monitor/Makefile
index e02e641..7659f34 100644
--- a/cacti-plugin-monitor/Makefile
+++ b/cacti-plugin-monitor/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.8 2013/02/20 08:25:09 ahp-nils Exp $
-#
DISTNAME= monitor-v${VERSION}
PKGNAME= cacti-plugin-monitor-${VERSION}
@@ -36,5 +35,4 @@ INSTALLATION_DIRS+= ${PLUGINDIR}
do-install:
cd ${WRKSRC} && ${PAX} -wr * ${DESTDIR}${PLUGINDIR}
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/cacti-plugin-realtime/Makefile b/cacti-plugin-realtime/Makefile
index 6b88714..658ce8c 100644
--- a/cacti-plugin-realtime/Makefile
+++ b/cacti-plugin-realtime/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.4 2015/06/10 13:43:16 ahp-nils Exp $
-#
DISTNAME= realtime-v${VERSION}
PKGNAME= cacti-plugin-realtime-${VERSION}
@@ -36,5 +35,4 @@ INSTALLATION_DIRS+= ${PLUGINDIR}
do-install:
cd ${WRKSRC} && ${PAX} -wr * ${DESTDIR}${PLUGINDIR}
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/cacti-plugin-rrdclean/Makefile b/cacti-plugin-rrdclean/Makefile
index 0e7a66f..5cfecfc 100644
--- a/cacti-plugin-rrdclean/Makefile
+++ b/cacti-plugin-rrdclean/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.2 2015/06/10 13:43:17 ahp-nils Exp $
-#
DISTNAME= rrdclean-v${VERSION}
PKGNAME= cacti-plugin-rrdclean-${VERSION}
@@ -36,5 +35,4 @@ INSTALLATION_DIRS+= ${PLUGINDIR}
do-install:
cd ${WRKSRC} && ${PAX} -wr * ${DESTDIR}${PLUGINDIR}
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/cacti-plugin-settings/Makefile b/cacti-plugin-settings/Makefile
index cfcb3d2..979d076 100644
--- a/cacti-plugin-settings/Makefile
+++ b/cacti-plugin-settings/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.6 2013/02/20 08:25:09 ahp-nils Exp $
-#
DISTNAME= settings-v${VERSION}
PKGNAME= cacti-plugin-settings-${VERSION}
@@ -36,5 +35,4 @@ INSTALLATION_DIRS+= ${PLUGINDIR}
do-install:
cd ${WRKSRC} && ${PAX} -wr * ${DESTDIR}${PLUGINDIR}
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/cacti-plugin-thold/Makefile b/cacti-plugin-thold/Makefile
index c391fa1..712a2e6 100644
--- a/cacti-plugin-thold/Makefile
+++ b/cacti-plugin-thold/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.10 2013/07/23 08:09:52 ahp-nils Exp $
-#
DISTNAME= thold-v${VERSION}
PKGNAME= cacti-plugin-thold-${VERSION}
@@ -36,5 +35,4 @@ INSTALLATION_DIRS+= ${PLUGINDIR}
do-install:
cd ${WRKSRC} && ${PAX} -wr * ${DESTDIR}${PLUGINDIR}
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/cairo-dingbat-ttf/Makefile b/cairo-dingbat-ttf/Makefile
index f8fa77a..d0b9fa9 100644
--- a/cairo-dingbat-ttf/Makefile
+++ b/cairo-dingbat-ttf/Makefile
@@ -27,5 +27,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/Cairo*.pdf ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/Cairo*.txt ${DESTDIR}${DOCDIR}
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/classic-mac-font-pack/Makefile b/classic-mac-font-pack/Makefile
index 5c73943..53498e0 100644
--- a/classic-mac-font-pack/Makefile
+++ b/classic-mac-font-pack/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.11 2014/02/27 22:06:24 christtrekker Exp $
-#
DISTNAME= classic-mac-font-pack-201401
CATEGORIES= fonts
@@ -49,6 +48,9 @@ COMMENT= Outline fonts modeled after those of the vintage 68k Macintosh era
LICENSE= generic-nonlicense
RESTRICTED= Various.
+DEPENDS+= cairo-dingbat-ttf-[0-9]*:../../wip/cairo-dingbat-ttf
+DEPENDS+= urbanrenewal-ttf-[0-9]*:../../fonts/urbanrenewal-ttf
+
WRKSRC= ${WRKDIR}
TTFPATH= lib/X11/fonts/TTF
FONTS_DIRS.ttf+= ${PREFIX}/${TTFPATH}
@@ -77,7 +79,4 @@ do-install:
fi
# install doco too!
-DEPENDS+= cairo-dingbat-ttf-[0-9]*:../../wip/cairo-dingbat-ttf
-DEPENDS+= urbanrenewal-ttf-[0-9]*:../../fonts/urbanrenewal-ttf
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/dlpoly-classic/Makefile b/dlpoly-classic/Makefile
index bb2f6e9..183e04f 100644
--- a/dlpoly-classic/Makefile
+++ b/dlpoly-classic/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.3 2013/03/22 00:38:01 outpaddling Exp $
-#
DISTNAME= dl_class_1.8
PKGNAME= dlpoly-classic-1.8
@@ -37,8 +36,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/execute/dlpoly-classic-mpi \
${DESTDIR}${PREFIX}/bin
-# url2pkg-marker (please do not remove this line.)
-
# Temporary hack to use openmpi from outside pkgsrc
# Link fails with non-pkgsrc openmpi on RHEL
# mpif77 cannot find -lmpi_f77
diff --git a/dscan/Makefile b/dscan/Makefile
index 2fb0a17..508a173 100644
--- a/dscan/Makefile
+++ b/dscan/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.3 2015/06/10 13:43:16 ahp-nils Exp $
-#
VERSION= 8ebbeb20c5721567eeba80e5cec65155a488291f
DISTNAME= ${VERSION}
@@ -26,5 +25,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/LICENSE ${DESTDIR}${PREFIX}/${DOCDIR}
.include "../../net/libdnet/buildlink3.mk"
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/elinks-snapshot/Makefile b/elinks-snapshot/Makefile
index fb0c22b..ca31f90 100644
--- a/elinks-snapshot/Makefile
+++ b/elinks-snapshot/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.11 2015/08/15 22:19:25 atomicules Exp $
-#
DISTNAME= elinks-current-0.13
PKGNAME= elinks-0.13
@@ -45,6 +44,4 @@ LIBS+= -lexecinfo
.include "../../devel/libidn/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/lua/buildlink3.mk"
-
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/julia/Makefile b/julia/Makefile
index 7bcffde..3353f5f 100644
--- a/julia/Makefile
+++ b/julia/Makefile
@@ -18,5 +18,4 @@ USE_LANGUAGES+= c
USE_LANGUAGES+= fortran
BUILD_DEPENDS+= git-base>=1.0:../../devel/git-base
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/ledger/Makefile b/ledger/Makefile
index dfadf61..7dd8124 100644
--- a/ledger/Makefile
+++ b/ledger/Makefile
@@ -12,8 +12,6 @@ HOMEPAGE= http://ledger-cli.org/
COMMENT= Double-entry accounting system for command-line
LICENSE= modified-bsd
-# url2pkg-marker (please do not remove this line.)
-
USE_CMAKE= YES
USE_LANGUAGES= c++ c
diff --git a/makepp/Makefile b/makepp/Makefile
index 1f517f3..21a5162 100644
--- a/makepp/Makefile
+++ b/makepp/Makefile
@@ -17,5 +17,4 @@ TEST_TARGET= test
do-configure:
cd ${WRKSRC} && ./configure --prefix=${PREFIX}
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/openmx-openmpi/Makefile b/openmx-openmpi/Makefile
index dbafd29..6e29dfd 100644
--- a/openmx-openmpi/Makefile
+++ b/openmx-openmpi/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.5 2013/06/22 15:54:28 outpaddling Exp $
-#
DISTNAME= openmx3.7
PKGNAME= openmx-openmpi-3.7
@@ -53,7 +52,6 @@ do-install:
${RM} ${DESTDIR}${MPI_PREFIX}/share/openmx/work/${f}
.endfor
-# url2pkg-marker (please do not remove this line.)
.include "../../wip/openmpi163/buildlink3.mk"
.include "../../math/blas/buildlink3.mk"
.include "../../math/lapack/buildlink3.mk"
diff --git a/otrtool/Makefile b/otrtool/Makefile
index a265896..456c2dc 100644
--- a/otrtool/Makefile
+++ b/otrtool/Makefile
@@ -3,18 +3,16 @@
DISTNAME= otrtool-1.2.0
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=otrtool/}
+GITHUB_PROJECT= otrtool
+GITHUB_TAG= v${PKGVERSION_NOREV}
COMMENT= Decrypter for videos (otrkey) from onlinetvrecorder.com
HOMEPAGE= ${MASTER_SITE_GITHUB:=otrtool/otrtool/}
MAINTAINER= dominik.muth%gmx.de@localhost
LICENSE= cc0-1.0-universal
-GITHUB_PROJECT= otrtool
-GITHUB_TAG= v${PKGVERSION_NOREV}
BUILD_MAKE_FLAGS+= VERSION=${GITHUB_TAG}-pkgsrc
.include "../../security/libmcrypt/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
-
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/p5-CGI-Application-Plugin-ConfigAuto/Makefile b/p5-CGI-Application-Plugin-ConfigAuto/Makefile
index 030a160..dbc9f1a 100644
--- a/p5-CGI-Application-Plugin-ConfigAuto/Makefile
+++ b/p5-CGI-Application-Plugin-ConfigAuto/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.4 2014/10/09 14:06:28 thomasklausner Exp $
-#
DISTNAME= CGI-Application-Plugin-ConfigAuto-1.30
CATEGORIES= www perl5
@@ -12,6 +11,5 @@ COMMENT= Easy config file management for CGI::Application
DEPENDS+= p5-CGI-Application>=4.11:../../www/p5-CGI-Application
DEPENDS+= p5-Config-Auto>=0:../../devel/p5-Config-Auto
-# url2pkg-marker (please do not remove this line.)
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/p5-LWP-Protocol-socks/Makefile b/p5-LWP-Protocol-socks/Makefile
index 409db8f..75e2c71 100644
--- a/p5-LWP-Protocol-socks/Makefile
+++ b/p5-LWP-Protocol-socks/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.3 2012/11/13 22:25:40 othyro Exp $
-#
DISTNAME= LWP-Protocol-socks-1.5
PKGNAME= p5-${DISTNAME}
@@ -11,10 +10,9 @@ HOMEPAGE= http://search.cpan.org/~scr/LWP-Protocol-socks-1.5/lib/LWP/Protocol/so
COMMENT= Adds support for SOCKS to p5-libwww
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-IO-Socket-SSL*:../../security/p5-IO-Socket-SSL
-DEPENDS+= p5-IO-Socket-Socks*:../../wip/p5-IO-Socket-Socks
+DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
+DEPENDS+= p5-IO-Socket-Socks-[0-9]*:../../wip/p5-IO-Socket-Socks
.include "../../devel/lwp/buildlink3.mk"
.include "../../lang/perl5/module.mk"
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/php-malware-finder/Makefile b/php-malware-finder/Makefile
index ed55227..725454d 100644
--- a/php-malware-finder/Makefile
+++ b/php-malware-finder/Makefile
@@ -45,5 +45,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/LICENSE ${DESTDIR}${PREFIX}/${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/${DOCDIR}
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/polarssl11/Makefile b/polarssl11/Makefile
index 46a9470..a7796ec 100644
--- a/polarssl11/Makefile
+++ b/polarssl11/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.2 2014/06/01 12:49:38 thomasklausner Exp $
-#
DISTNAME= polarssl-1.1.4
DISTFILES= polarssl-1.1.4-gpl.tgz
@@ -48,5 +47,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/programs/${i} ${DSTDIR}/bin/polarssl_`basename ${i}`
.endfor
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/py-numdifftools/Makefile b/py-numdifftools/Makefile
index 0163208..359fbd0 100644
--- a/py-numdifftools/Makefile
+++ b/py-numdifftools/Makefile
@@ -11,11 +11,11 @@ HOMEPAGE= http://code.google.com/p/numdifftools/
COMMENT= Tools for automatic numerical differentiation
LICENSE= modified-bsd
+DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.1:../../math/py-scipy
+
do-test:
${RUN} cd ${WRKSRC}/numdifftools/test; ${SETENV} ${TEST_ENV} ${PYTHONBIN} testnumdifftools.py
-# url2pkg-marker (please do not remove this line.)
.include "../../lang/python/egg.mk"
-DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.1:../../math/py-scipy
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/rippled/Makefile b/rippled/Makefile
index 381cedc..bd5bacf 100644
--- a/rippled/Makefile
+++ b/rippled/Makefile
@@ -26,6 +26,4 @@ do-install:
.include "../../security/openssl/buildlink3.mk"
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
-
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/sds/Makefile b/sds/Makefile
index e8da9df..eadb580 100644
--- a/sds/Makefile
+++ b/sds/Makefile
@@ -21,5 +21,4 @@ do-install:
${INSTALL_LIB} ${WRKSRC}/libsds.so ${DESTDIR}${PREFIX}/lib/libsds.so
${INSTALL_DATA} ${WRKSRC}/sds.h ${DESTDIR}${PREFIX}/include/sds.h
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/tardy/Makefile b/tardy/Makefile
index bc95a5b..b4d04d1 100644
--- a/tardy/Makefile
+++ b/tardy/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.2 2012/10/07 17:17:23 asau Exp $
-#
DISTNAME= tardy-1.17
CATEGORIES= archivers
@@ -16,5 +15,4 @@ USE_LANGUAGES= c++ c
TEST_TARGET= sure
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/ttf-indic-fonts/Makefile b/ttf-indic-fonts/Makefile
index b5ac5e9..aa27039 100644
--- a/ttf-indic-fonts/Makefile
+++ b/ttf-indic-fonts/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.3 2012/10/07 17:17:49 asau Exp $
-#
DISTNAME= ttf-indic-fonts_0.5.4
PKGNAME= ${DISTNAME:C/_/-/}
@@ -33,5 +32,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${d}/* ${DESTDIR}${FONTS_DIRS.ttf}
.endfor
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
diff --git a/xmlsysinfo/Makefile b/xmlsysinfo/Makefile
index 68dc6d5..efcd34d 100644
--- a/xmlsysinfo/Makefile
+++ b/xmlsysinfo/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.5 2012/11/12 16:51:40 othyro Exp $
-#
DISTNAME= xsi-0.98.29
CATEGORIES= sysutils
@@ -26,5 +25,4 @@ CONFIGURE_ARGS+= --enable-user=xsi
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
-# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index