[151985] trunk/dports/lang/perl5/files/5.24

mojca at macports.org mojca at macports.org
Thu Aug 25 14:27:24 PDT 2016


Revision: 151985
          https://trac.macports.org/changeset/151985
Author:   mojca at macports.org
Date:     2016-08-25 14:27:24 -0700 (Thu, 25 Aug 2016)
Log Message:
-----------
perl5.24: cosmetic changes in patchfiles only

Modified Paths:
--------------
    trunk/dports/lang/perl5/files/5.24/avoid-bind9-linking.patch
    trunk/dports/lang/perl5/files/5.24/avoid-no-cpp-precomp-PR38913.patch
    trunk/dports/lang/perl5/files/5.24/clean-up-paths.patch
    trunk/dports/lang/perl5/files/5.24/fix-ld-modification.patch
    trunk/dports/lang/perl5/files/5.24/fix-miniperl-linking-PR36438.patch

Modified: trunk/dports/lang/perl5/files/5.24/avoid-bind9-linking.patch
===================================================================
--- trunk/dports/lang/perl5/files/5.24/avoid-bind9-linking.patch	2016-08-25 21:16:25 UTC (rev 151984)
+++ trunk/dports/lang/perl5/files/5.24/avoid-bind9-linking.patch	2016-08-25 21:27:24 UTC (rev 151985)
@@ -2,16 +2,14 @@
 	loclibpth="$loclibpth /opt/local/lib/libgcc" ;;
 which is new in 5.22 needs some special "treatment".
 
-Index: hints/darwin.sh
-===================================================================
 --- hints/darwin.sh.orig
 +++ hints/darwin.sh
-@@ -482,6 +482,8 @@ i_dbm=undef;
+@@ -483,7 +483,7 @@ i_dbm=undef;
+ # Configure doesn't detect ranlib on Tiger properly.
  # NeilW says this should be acceptable on all darwin versions.
  ranlib='ranlib'
- 
+-
 +libswanted="$(echo $libswanted | sed -e 's/bind //' -e 's/ bind//')"
-+
  # Catch MacPorts gcc/g++ extra libdir
  case "$($cc -v 2>&1)" in
  *"MacPorts gcc"*) loclibpth="$loclibpth /opt/local/lib/libgcc" ;;

Modified: trunk/dports/lang/perl5/files/5.24/avoid-no-cpp-precomp-PR38913.patch
===================================================================
--- trunk/dports/lang/perl5/files/5.24/avoid-no-cpp-precomp-PR38913.patch	2016-08-25 21:16:25 UTC (rev 151984)
+++ trunk/dports/lang/perl5/files/5.24/avoid-no-cpp-precomp-PR38913.patch	2016-08-25 21:27:24 UTC (rev 151985)
@@ -1,13 +1,11 @@
-Index: hints/darwin.sh
-===================================================================
 --- hints/darwin.sh.orig
 +++ hints/darwin.sh
-@@ -137,8 +137,6 @@ esac
+@@ -137,7 +137,7 @@ esac
  
  # Avoid Apple's cpp precompiler, better for extensions
  if [ "X`echo | ${cc} -no-cpp-precomp -E - 2>&1 >/dev/null`" = "X" ]; then
 -    cppflags="${cppflags} -no-cpp-precomp"
--
++
+ 
      # This is necessary because perl's build system doesn't
      # apply cppflags to cc compile lines as it should.
-     ccflags="${ccflags} ${cppflags}"

Modified: trunk/dports/lang/perl5/files/5.24/clean-up-paths.patch
===================================================================
--- trunk/dports/lang/perl5/files/5.24/clean-up-paths.patch	2016-08-25 21:16:25 UTC (rev 151984)
+++ trunk/dports/lang/perl5/files/5.24/clean-up-paths.patch	2016-08-25 21:27:24 UTC (rev 151985)
@@ -1,5 +1,3 @@
-Index: Configure
-===================================================================
 --- Configure.orig
 +++ Configure
 @@ -111,8 +111,8 @@ if test -d c:/. || ( uname -a | grep -i 

Modified: trunk/dports/lang/perl5/files/5.24/fix-ld-modification.patch
===================================================================
--- trunk/dports/lang/perl5/files/5.24/fix-ld-modification.patch	2016-08-25 21:16:25 UTC (rev 151984)
+++ trunk/dports/lang/perl5/files/5.24/fix-ld-modification.patch	2016-08-25 21:27:24 UTC (rev 151985)
@@ -1,5 +1,3 @@
-Index: hints/darwin.sh
-===================================================================
 --- hints/darwin.sh.orig
 +++ hints/darwin.sh
 @@ -292,7 +292,7 @@ case "$osvers" in

Modified: trunk/dports/lang/perl5/files/5.24/fix-miniperl-linking-PR36438.patch
===================================================================
--- trunk/dports/lang/perl5/files/5.24/fix-miniperl-linking-PR36438.patch	2016-08-25 21:16:25 UTC (rev 151984)
+++ trunk/dports/lang/perl5/files/5.24/fix-miniperl-linking-PR36438.patch	2016-08-25 21:27:24 UTC (rev 151985)
@@ -1,14 +1,11 @@
-Index: Makefile.SH
-===================================================================
 --- Makefile.SH.orig
 +++ Makefile.SH
-@@ -964,7 +964,8 @@ NAMESPACEFLAGS = -force_flat_namespace
+@@ -964,7 +964,7 @@ NAMESPACEFLAGS = -force_flat_namespace
  		$spitshell >>$Makefile <<'!NO!SUBS!'
  lib/buildcustomize.pl: $& $(miniperl_objs) write_buildcustomize.pl
  	- at rm -f miniperl.xok
 -	$(CC) $(CLDFLAGS) $(NAMESPACEFLAGS) -o $(MINIPERL_EXE) \
-+	unset LIBRARY_PATH && \
-+	$(CC) $(subst -L__PREFIX__/lib,,$(CLDFLAGS)) $(NAMESPACEFLAGS) -o $(MINIPERL_EXE) \
++	unset LIBRARY_PATH && $(CC) $(subst -L__PREFIX__/lib,,$(CLDFLAGS)) $(NAMESPACEFLAGS) -o $(MINIPERL_EXE) \
  	    $(miniperl_objs) $(libs)
  	$(LDLIBPTH) ./miniperl$(HOST_EXE_EXT) -w -Ilib -Idist/Exporter/lib -MExporter -e '<?>' || sh -c 'echo >&2 Failed to build miniperl.  Please run make minitest; exit 1'
  	$(MINIPERL) -f write_buildcustomize.pl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160825/5e7f0651/attachment-0001.html>


More information about the macports-changes mailing list