* [gentoo-commits] gentoo-x86 commit in sci-physics/clhep/files: clhep-2.1.2.2-automake-1.12.patch
@ 2012-06-26 6:09 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-06-26 6:09 UTC (permalink / raw
To: gentoo-commits
jlec 12/06/26 06:09:11
Added: clhep-2.1.2.2-automake-1.12.patch
Log:
sci-physics/clhep: Add fix for automake-1.12, #423559; move to autotools-utils
(Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
Revision Changes Path
1.1 sci-physics/clhep/files/clhep-2.1.2.2-automake-1.12.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/clhep/files/clhep-2.1.2.2-automake-1.12.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/clhep/files/clhep-2.1.2.2-automake-1.12.patch?rev=1.1&content-type=text/plain
Index: clhep-2.1.2.2-automake-1.12.patch
===================================================================
CLHEP/Cast/src/Makefile.am | 2 +-
CLHEP/Evaluator/src/Makefile.am | 2 +-
CLHEP/Exceptions/src/Makefile.am | 2 +-
CLHEP/Fields/src/Makefile.am | 2 +-
CLHEP/GenericFunctions/src/Makefile.am | 2 +-
CLHEP/Geometry/src/Makefile.am | 2 +-
CLHEP/Makefile.am | 4 ++--
CLHEP/Matrix/src/Makefile.am | 2 +-
CLHEP/Random/src/Makefile.am | 2 +-
CLHEP/RandomObjects/src/Makefile.am | 2 +-
CLHEP/RefCount/src/Makefile.am | 2 +-
CLHEP/Vector/src/Makefile.am | 2 +-
CLHEP/configure.ac | 1 +
13 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/CLHEP/Cast/src/Makefile.am b/CLHEP/Cast/src/Makefile.am
index ec0fa65..0294bcd 100755
--- a/CLHEP/Cast/src/Makefile.am
+++ b/CLHEP/Cast/src/Makefile.am
@@ -50,7 +50,7 @@ endif
install-exec-local: $(lib_shared)
@$(NORMAL_INSTALL)
- test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
@list='$(lib_shared)'; for p in $$list; do \
if test -f $$p; then \
echo " $(INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$p'"; \
diff --git a/CLHEP/Evaluator/src/Makefile.am b/CLHEP/Evaluator/src/Makefile.am
index f2faaab..c220d64 100755
--- a/CLHEP/Evaluator/src/Makefile.am
+++ b/CLHEP/Evaluator/src/Makefile.am
@@ -52,7 +52,7 @@ endif
install-exec-local: $(lib_shared)
@$(NORMAL_INSTALL)
- test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
@list='$(lib_shared)'; for p in $$list; do \
if test -f $$p; then \
echo " $(INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$p'"; \
diff --git a/CLHEP/Exceptions/src/Makefile.am b/CLHEP/Exceptions/src/Makefile.am
index 293e1fe..35da349 100755
--- a/CLHEP/Exceptions/src/Makefile.am
+++ b/CLHEP/Exceptions/src/Makefile.am
@@ -58,7 +58,7 @@ endif
install-exec-local: $(lib_shared)
@$(NORMAL_INSTALL)
- test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
@list='$(lib_shared)'; for p in $$list; do \
if test -f $$p; then \
echo " $(INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$p'"; \
diff --git a/CLHEP/Fields/src/Makefile.am b/CLHEP/Fields/src/Makefile.am
index 9631546..519e46f 100755
--- a/CLHEP/Fields/src/Makefile.am
+++ b/CLHEP/Fields/src/Makefile.am
@@ -52,7 +52,7 @@ endif
install-exec-local: $(lib_shared)
@$(NORMAL_INSTALL)
- test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
@list='$(lib_shared)'; for p in $$list; do \
if test -f $$p; then \
echo " $(INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$p'"; \
diff --git a/CLHEP/GenericFunctions/src/Makefile.am b/CLHEP/GenericFunctions/src/Makefile.am
index 4e771a1..fdc82e0 100755
--- a/CLHEP/GenericFunctions/src/Makefile.am
+++ b/CLHEP/GenericFunctions/src/Makefile.am
@@ -134,7 +134,7 @@ endif
install-exec-local: $(lib_shared)
@$(NORMAL_INSTALL)
- test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
@list='$(lib_shared)'; for p in $$list; do \
if test -f $$p; then \
echo " $(INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$p'"; \
diff --git a/CLHEP/Geometry/src/Makefile.am b/CLHEP/Geometry/src/Makefile.am
index d37d424..495df4a 100755
--- a/CLHEP/Geometry/src/Makefile.am
+++ b/CLHEP/Geometry/src/Makefile.am
@@ -56,7 +56,7 @@ endif
install-exec-local: $(lib_shared)
@$(NORMAL_INSTALL)
- test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
@list='$(lib_shared)'; for p in $$list; do \
if test -f $$p; then \
echo " $(INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$p'"; \
diff --git a/CLHEP/Makefile.am b/CLHEP/Makefile.am
index adb111b..482d7e4 100755
--- a/CLHEP/Makefile.am
+++ b/CLHEP/Makefile.am
@@ -84,7 +84,7 @@ install-exec-local: install-CLHEPLIB install-versionheader
install-CLHEPLIB: $(CLHEPLIB) $(lib_shared)
@$(NORMAL_INSTALL)
- test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
@list='$(CLHEPLIB)'; for p in $$list; do \
if test -f $$p; then \
echo " $(INSTALL_DATA) '$$p' '$(DESTDIR)$(libdir)/$$p'"; \
@@ -119,7 +119,7 @@ install-CLHEPLIB: $(CLHEPLIB) $(lib_shared)
install-versionheader: versionheader
@$(NORMAL_INSTALL)
- test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
+ test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
if test -f ClhepVersion.h; then \
echo " $(INSTALL_DATA) 'ClhepVersion.h' '$(DESTDIR)$(includedir)/ClhepVersion.h'"; \
$(INSTALL_DATA) "ClhepVersion.h" "$(DESTDIR)$(includedir)/ClhepVersion.h"; \
diff --git a/CLHEP/Matrix/src/Makefile.am b/CLHEP/Matrix/src/Makefile.am
index 12f5732..645ab96 100755
--- a/CLHEP/Matrix/src/Makefile.am
+++ b/CLHEP/Matrix/src/Makefile.am
@@ -61,7 +61,7 @@ endif
install-exec-local: $(lib_shared)
@$(NORMAL_INSTALL)
- test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
@list='$(lib_shared)'; for p in $$list; do \
if test -f $$p; then \
echo " $(INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$p'"; \
diff --git a/CLHEP/Random/src/Makefile.am b/CLHEP/Random/src/Makefile.am
index 8bcb0a3..971d688 100755
--- a/CLHEP/Random/src/Makefile.am
+++ b/CLHEP/Random/src/Makefile.am
@@ -88,7 +88,7 @@ endif
install-exec-local: $(lib_shared)
@$(NORMAL_INSTALL)
- test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
@list='$(lib_shared)'; for p in $$list; do \
if test -f $$p; then \
echo " $(INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$p'"; \
diff --git a/CLHEP/RandomObjects/src/Makefile.am b/CLHEP/RandomObjects/src/Makefile.am
index 2a0ec6e..221e346 100755
--- a/CLHEP/RandomObjects/src/Makefile.am
+++ b/CLHEP/RandomObjects/src/Makefile.am
@@ -54,7 +54,7 @@ endif
install-exec-local: $(lib_shared)
@$(NORMAL_INSTALL)
- test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
@list='$(lib_shared)'; for p in $$list; do \
if test -f $$p; then \
echo " $(INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$p'"; \
diff --git a/CLHEP/RefCount/src/Makefile.am b/CLHEP/RefCount/src/Makefile.am
index e3e2f85..5850d84 100755
--- a/CLHEP/RefCount/src/Makefile.am
+++ b/CLHEP/RefCount/src/Makefile.am
@@ -51,7 +51,7 @@ endif
install-exec-local: $(lib_shared)
@$(NORMAL_INSTALL)
- test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
@list='$(lib_shared)'; for p in $$list; do \
if test -f $$p; then \
echo " $(INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$p'"; \
diff --git a/CLHEP/Vector/src/Makefile.am b/CLHEP/Vector/src/Makefile.am
index 4fa1d26..376a85e 100755
--- a/CLHEP/Vector/src/Makefile.am
+++ b/CLHEP/Vector/src/Makefile.am
@@ -85,7 +85,7 @@ endif
install-exec-local: $(lib_shared)
@$(NORMAL_INSTALL)
- test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
@list='$(lib_shared)'; for p in $$list; do \
if test -f $$p; then \
echo " $(INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$p'"; \
diff --git a/CLHEP/configure.ac b/CLHEP/configure.ac
index 96dcbe8..edb0879 100755
--- a/CLHEP/configure.ac
+++ b/CLHEP/configure.ac
@@ -16,6 +16,7 @@ AM_INIT_AUTOMAKE(1.9 foreign)
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_RANLIB
+AC_PROG_MKDIR_P
# ----------------------------------------------------------------------
# subpackages
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-26 6:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-26 6:09 [gentoo-commits] gentoo-x86 commit in sci-physics/clhep/files: clhep-2.1.2.2-automake-1.12.patch Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox