diff options
author | swills <swills@FreeBSD.org> | 2012-04-26 02:56:02 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-04-26 02:56:02 +0800 |
commit | e09924a5087020d7a6d7a73f775d38d9a1ad5af5 (patch) | |
tree | 8b4fd17a9bba66e0e200dbb7f7c789e79958bcfa | |
parent | 9f2046aaef2c22b46a44e47dfee11add4f0ea642 (diff) | |
download | freebsd-ports-gnome-e09924a5087020d7a6d7a73f775d38d9a1ad5af5.tar.gz freebsd-ports-gnome-e09924a5087020d7a6d7a73f775d38d9a1ad5af5.tar.zst freebsd-ports-gnome-e09924a5087020d7a6d7a73f775d38d9a1ad5af5.zip |
- Patch this so that it's not INTERACTIVE
-rw-r--r-- | net/p5-Net/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net/files/patch-Makefile.PL | 13 |
2 files changed, 12 insertions, 7 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 3402b001e52e..4bebacdb1cd9 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -7,7 +7,7 @@ PORTNAME= Net PORTVERSION= 1.22 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN @@ -17,10 +17,6 @@ DISTNAME= libnet-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 modules to access and use network protocols -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) -IS_INTERACTIVE= yes -.endif - RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL PORTSCOUT= skipv:1.0901 diff --git a/net/p5-Net/files/patch-Makefile.PL b/net/p5-Net/files/patch-Makefile.PL index 6e8250940727..e44908d34bdd 100644 --- a/net/p5-Net/files/patch-Makefile.PL +++ b/net/p5-Net/files/patch-Makefile.PL @@ -1,5 +1,14 @@ ---- Makefile.PL.orig Sat May 19 15:56:18 2007 -+++ Makefile.PL Tue Jun 19 16:05:28 2007 +--- Makefile.PL.orig 2007-08-26 08:14:13.000000000 -0400 ++++ Makefile.PL 2012-04-25 14:43:48.565212760 -0400 +@@ -47,7 +47,7 @@ + last if ($config_pm = $_) =~ s/^ExtUtils(.)MakeMaker.pm/Net${1}libnet.cfg/; + } + +- system(($^O eq 'VMS' ? 'mcr ': ()),$^X, 'Configure') ++ system(($^O eq 'VMS' ? 'mcr ': ()),$^X, 'Configure','-d') + unless -f $libnet_cfg; + + $self->{PM}->{$libnet_cfg} = $self->catfile('$(INST_LIBDIR)',$config_pm); @@ -98,6 +98,18 @@ IO::Socket => 1.05 }, |