pkgsrc-WIP-changes archive

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

Skip the portability check on distrib.sh, it' s not used apparently. via Brian Callahan



Module Name:	pkgsrc-wip
Committed By:	Sevan Janiyan <venture37%geeklan.co.uk@localhost>
Pushed By:	sevan
Date:		Fri Nov 13 22:49:20 2015 +0000
Changeset:	b70f2828b120678ef12a2ac2cdfab2f4d6109afe

Modified Files:
	hypatia/Makefile

Log Message:
Skip the portability check on distrib.sh, it's not used apparently.
via Brian Callahan

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

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

diffstat:
 hypatia/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/hypatia/Makefile b/hypatia/Makefile
index 8060705..1013bf7 100644
--- a/hypatia/Makefile
+++ b/hypatia/Makefile
@@ -15,6 +15,7 @@ DEPENDS+=	${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game
 DEPENDS+=	${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
 
 USE_TOOLS+=	perl
+CHECK_PORTABILITY_SKIP+=	distrib.sh
 
 post-extract:
 	@cd ${WRKSRC} && perl -pi -e 's/\r$$//' setup.py


Home | Main Index | Thread Index | Old Index