summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2003-02-17 23:04:36 +0000
committergrant <grant>2003-02-17 23:04:36 +0000
commit3d5d354850d63411605b5b53763b501c054a1b72 (patch)
tree7ce388c8b96cbd3a78226fb5114a479d6184ce5e
parentb46f55893a6b5f60bd26e38b92fc67d936899133 (diff)
downloadpkgsrc-3d5d354850d63411605b5b53763b501c054a1b72.tar.gz
workaround pax-as-tar problem in -current by using gnutar to extract
the distfile.
-rw-r--r--www/ap-jk/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/ap-jk/Makefile b/www/ap-jk/Makefile
index a316cff9965..27f8364b32a 100644
--- a/www/ap-jk/Makefile
+++ b/www/ap-jk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2002/12/28 20:50:21 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2003/02/17 23:04:36 grant Exp $
DISTNAME= jakarta-tomcat-${TOMCAT_VERSION}-src
PKGNAME= ap-jk-${TOMCAT_VERSION}
@@ -10,6 +10,12 @@ MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://jakarta.apache.org/
COMMENT= Apache connector for accessing Jakarta Tomcat or Apache JServ
+# XXX workaround for pax-as-tar problem in -current:
+# tar: Invalid header, starting valid header search.
+#
+BUILD_DEPENDS+= gtar-base:../../archivers/gtar-base
+GTAR= ${LOCALBASE}/bin/gtar
+
USE_BUILDLINK2= # defined
APACHE_MODULE= # defined