Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2013 16:00:46 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310613 - in head/devel/p5-Inline-CPP: . files
Message-ID:  <201301181600.r0IG0kUg052380@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Fri Jan 18 16:00:45 2013
New Revision: 310613
URL: http://svnweb.freebsd.org/changeset/ports/310613

Log:
  Remove interactivity
  
  Reviewed by:	bapt

Added:
  head/devel/p5-Inline-CPP/files/patch-Makefile.PL
     - copied unchanged from r310598, head/devel/p5-Inline-CPP/files/opt-patch-Makefile.PL
Deleted:
  head/devel/p5-Inline-CPP/files/opt-patch-Makefile.PL
Modified:
  head/devel/p5-Inline-CPP/Makefile

Modified: head/devel/p5-Inline-CPP/Makefile
==============================================================================
--- head/devel/p5-Inline-CPP/Makefile	Fri Jan 18 15:46:10 2013	(r310612)
+++ head/devel/p5-Inline-CPP/Makefile	Fri Jan 18 16:00:45 2013	(r310613)
@@ -17,12 +17,6 @@ RUN_DEPENDS=	p5-Inline>=0.51:${PORTSDIR}
 
 PERL_CONFIGURE=	yes
 
-.if defined(BATCH) || defined(PACKAGE_BUILDING)
-EXTRA_PATCHES+=	${FILESDIR}/opt-patch-Makefile.PL
-.else
-IS_INTERACTIVE=	yes
-.endif
-
 MAN3=		Inline::CPP.3 \
 		Inline::CPP::Config.3 \
 		Inline::CPP::grammar.3

Copied: head/devel/p5-Inline-CPP/files/patch-Makefile.PL (from r310598, head/devel/p5-Inline-CPP/files/opt-patch-Makefile.PL)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Inline-CPP/files/patch-Makefile.PL	Fri Jan 18 16:00:45 2013	(r310613, copy of r310598, head/devel/p5-Inline-CPP/files/opt-patch-Makefile.PL)
@@ -0,0 +1,15 @@
+--- ./Makefile.PL.orig	2013-01-01 03:27:22.000000000 +0800
++++ ./Makefile.PL	2013-01-01 03:30:52.000000000 +0800
+@@ -121,10 +121,9 @@
+ print "This will configure and build Inline::C++.\n";
+ 
+ my $cpp_compiler
+-    = prompt( "What default C++ compiler would you like to use?", $cc_guess );
++    = $cc_guess;
+ 
+-my $libs = prompt( "What default libraries would you like to include?",
+-    $libs_guess );
++my $libs = $libs_guess;
+ 
+ #============================================================================
+ # Test whether the compiler prefers <iostream> or <iostream.h>.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301181600.r0IG0kUg052380>