pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Fix install on NetBSD.



Module Name:	pkgsrc-wip
Committed By:	yrmt <youri.mout%gmail.com@localhost>
Pushed By:	youri
Date:		Thu Feb 25 19:40:17 2016 +0100
Changeset:	e54cc285a5d0067be3bea317f527897c42f3c744

Modified Files:
	phabricator/Makefile

Log Message:
Fix install on NetBSD.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e54cc285a5d0067be3bea317f527897c42f3c744

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 phabricator/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/phabricator/Makefile b/phabricator/Makefile
index 6291141..4166bf9 100644
--- a/phabricator/Makefile
+++ b/phabricator/Makefile
@@ -15,7 +15,8 @@ HOMEPAGE=		http://phabricator.com/
 COMMENT=		Open software engineering platform
 LICENSE=		apache-2.0
 
-USE_TOOLS+=		pax
+USE_TOOLS+=		pax bash:run
+EXTRACT_USING=		bsdtar
 
 DEPENDS+=		${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl
 DEPENDS+=		${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring
@@ -65,6 +66,9 @@ SUBST_FILES.php_env+=	scripts/almanac/manage_almanac.php \
 			support/aphlict/server/aphlict_launcher.php
 SUBST_SED.php_env=	-e 's,/usr/bin/env php,${PREFIX}/bin/php,'
 
+REPLACE_BASH+=		scripts/install/install_rhel-derivs.sh \
+			scripts/install/install_ubuntu.sh
+
 NO_BUILD=		yes
 
 PHABRICATOR_DIR=	share/phabricator


Home | Main Index | Thread Index | Old Index