Another fails to compile... p5-GnuPG-Interface-0.52_1
Michelle Sullivan
michelle at sorbs.net
Thu May 12 12:21:41 UTC 2016
Odd one this time...
===========================================================================
=======================<phase: configure >============================
===> Configuring for p5-GnuPG-Interface-0.52_1
which gpg ... gpg (GnuPG) not found at ./Makefile.PL line 7.
*** Error code 1
Stop in /usr/ports/security/p5-GnuPG-Interface.
===> Cleaning for p5-GnuPG-Interface-0.52_1
Seems someone made it depend on
RUN_DEPENDS= gpg2:security/gnupg \
But the package looks for gpg ...
assuming it doesn't work with gpgv2 it should probably read:
RUN_DEPENDS= gpg:security/gnupg1 \
If on the other hand it works with gpg2 then one will probably need to
create a post-extract patch..
In the mean time locally I'm doing this:
[michelle at colossus /Storage/source/ports/head]$ diff -u
security/p5-GnuPG-Interface/Makefile.orig
security/p5-GnuPG-Interface/Makefile
--- security/p5-GnuPG-Interface/Makefile.orig 2016-05-12
14:20:30.288891009 +0200
+++ security/p5-GnuPG-Interface/Makefile 2016-05-12
14:20:45.863890732 +0200
@@ -14,7 +14,7 @@
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-RUN_DEPENDS= gpg2:security/gnupg \
+RUN_DEPENDS= gpg:security/gnupg1 \
p5-MooX-HandlesVia>=0.04:devel/p5-MooX-HandlesVia \
p5-MooX-late>=0.14:devel/p5-MooX-late \
p5-Moo>=0.091011:devel/p5-Moo
--
Michelle Sullivan
http://www.mhix.org/
More information about the freebsd-perl
mailing list