svn commit: r322696 - in head/net-mgmt/p5-NetAddr-IP: . files

Anton Berezin tobez at FreeBSD.org
Wed Jul 10 13:42:42 UTC 2013


Author: tobez
Date: Wed Jul 10 13:42:41 2013
New Revision: 322696
URL: http://svnweb.freebsd.org/changeset/ports/322696

Log:
  Make it package correctly on clang-only boxes.
  
  PR:			180220
  Submitted by:	Dave Hayes <dave at jetcafe.org>

Added:
  head/net-mgmt/p5-NetAddr-IP/files/
  head/net-mgmt/p5-NetAddr-IP/files/patch-Lite-Util-Makefile.PL   (contents, props changed)
Modified:
  head/net-mgmt/p5-NetAddr-IP/Makefile

Modified: head/net-mgmt/p5-NetAddr-IP/Makefile
==============================================================================
--- head/net-mgmt/p5-NetAddr-IP/Makefile	Wed Jul 10 13:40:57 2013	(r322695)
+++ head/net-mgmt/p5-NetAddr-IP/Makefile	Wed Jul 10 13:42:41 2013	(r322696)
@@ -3,6 +3,7 @@
 
 PORTNAME=	NetAddr-IP
 PORTVERSION=	4.069
+PORTREVISION=	1
 CATEGORIES=	net-mgmt perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Added: head/net-mgmt/p5-NetAddr-IP/files/patch-Lite-Util-Makefile.PL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/p5-NetAddr-IP/files/patch-Lite-Util-Makefile.PL	Wed Jul 10 13:42:41 2013	(r322696)
@@ -0,0 +1,11 @@
+--- ./Lite/Util/Makefile.PL.orig	2013-07-10 15:38:50.000000000 +0200
++++ ./Lite/Util/Makefile.PL	2013-07-10 15:38:55.000000000 +0200
+@@ -205,7 +205,7 @@ sub test_cc {
+     return;
+   }
+ 
+-  my $CC = $ENV{CC} || $Config{ccname};
++  my $CC = $ENV{CC} || $Config{cc};
+   my $command = qq|$CC compile.c -o compile.output|;
+ 
+   print F <<'EOF';


More information about the svn-ports-all mailing list