gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r2984: change default stow configuration and add pat


From: Brandon Invergo
Subject: [Gsrc-commit] trunk r2984: change default stow configuration and add patch to silence warning with perl 5.20.0
Date: Sun, 08 Jun 2014 21:48:35 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 2984
revision-id: address@hidden
parent: address@hidden
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2014-06-08 22:48:16 +0100
message:
  change default stow configuration and add patch to silence warning with perl 
5.20.0
added:
  gnu/stow/files/                files-20140608214749-1e8ulndgih9gm0nl-1
  gnu/stow/files/stow-2.2.0-op-precedence.diff 
stow2.2.0opprecedenc-20140608214749-1e8ulndgih9gm0nl-2
modified:
  gnu/stow/Makefile              makefile-20100610201541-zilbojleihpphujd-99
  gnu/stow/config.mk             config.mk-20121121122908-euh0td1a8846nffv-1
  gnu/stow/sha256sums            sha256sums-20100611093859-cc1j7sx6x2qya5t8-98
=== modified file 'gnu/stow/Makefile'
--- a/gnu/stow/Makefile 2014-01-28 22:24:51 +0000
+++ b/gnu/stow/Makefile 2014-06-08 21:48:16 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2013 Brandon Invergo <address@hidden>
+# Copyright © 2013, 2014 Brandon Invergo <address@hidden>
 #
 # This file is part of GSRC.
 #
@@ -35,6 +35,7 @@
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES =
+PATCHFILES = $(DISTNAME)-op-precedence.diff
 
 BUILDDEPS =
 LIBDEPS =

=== modified file 'gnu/stow/config.mk'
--- a/gnu/stow/config.mk        2012-11-21 12:29:13 +0000
+++ b/gnu/stow/config.mk        2014-06-08 21:48:16 +0000
@@ -1,4 +1,4 @@
 ## Configuration options for stow ##
 
-CONFIGURE_OPTS ?= 
+CONFIGURE_OPTS ?= --with-pmdir=$(prefix)/lib/perl5/vendor_perl
 BUILD_OPTS ?=

=== added directory 'gnu/stow/files'
=== added file 'gnu/stow/files/stow-2.2.0-op-precedence.diff'
--- a/gnu/stow/files/stow-2.2.0-op-precedence.diff      1970-01-01 00:00:00 
+0000
+++ b/gnu/stow/files/stow-2.2.0-op-precedence.diff      2014-06-08 21:48:16 
+0000
@@ -0,0 +1,12 @@
+diff -x config.log -x config.status -ru work/stow-2.2.0/lib/Stow.pm.in 
work/stow-2.2.0/lib/Stow.pm.in
+--- work/stow-2.2.0/lib/Stow.pm.in     2012-02-18 20:33:34.000000000 +0000
++++ work/stow-2.2.0/lib/Stow.pm.in     2014-06-08 22:46:03.420893651 +0100
+@@ -1732,7 +1732,7 @@
+     }
+     elsif (-l $path) {
+         debug(4, "  read_a_link($path): real link");
+-        return readlink $path
++        (return readlink $path)
+             or error("Could not read link: $path");
+     }
+     internal_error("read_a_link() passed a non link path: $path\n");

=== modified file 'gnu/stow/sha256sums'
--- a/gnu/stow/sha256sums       2012-04-23 19:04:38 +0000
+++ b/gnu/stow/sha256sums       2014-06-08 21:48:16 +0000
@@ -1,1 +1,2 @@
 8b89d79939cf9ae87d2f223bb36a3b2d0c66775b62aeb9953c6d33dab40d3c2b  
download/stow-2.2.0.tar.gz
+615c775c232516e76d86e171bf43eb9a6a66d0477e333c87669cbca164c1161c  
download/stow-2.2.0-op-precedence.diff


reply via email to

[Prev in Thread] Current Thread [Next in Thread]