summaryrefslogtreecommitdiffstats
path: root/devel/gnome-common
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-06-15 01:28:25 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-06-15 01:28:25 +0800
commitb66cc17810970f6c1f89fea379333f6f81a84704 (patch)
treed573ed4fef4ff33b2cf107b0f0d193da6c9aaddd /devel/gnome-common
parenteaf9bc6a334cf779a69221d9aa39a5025f60a852 (diff)
downloadmarcuscom-ports-b66cc17810970f6c1f89fea379333f6f81a84704.tar
marcuscom-ports-b66cc17810970f6c1f89fea379333f6f81a84704.tar.gz
marcuscom-ports-b66cc17810970f6c1f89fea379333f6f81a84704.tar.bz2
marcuscom-ports-b66cc17810970f6c1f89fea379333f6f81a84704.tar.lz
marcuscom-ports-b66cc17810970f6c1f89fea379333f6f81a84704.tar.xz
marcuscom-ports-b66cc17810970f6c1f89fea379333f6f81a84704.tar.zst
marcuscom-ports-b66cc17810970f6c1f89fea379333f6f81a84704.zip
Add patch to support automake 1.12.
Obtained from: upstream. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16939 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-common')
-rw-r--r--devel/gnome-common/Makefile3
-rw-r--r--devel/gnome-common/files/patch-macros2_gnome-autogen.sh35
2 files changed, 37 insertions, 1 deletions
diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile
index 088d1a56d..7090f325c 100644
--- a/devel/gnome-common/Makefile
+++ b/devel/gnome-common/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/gnome-common/Makefile,v 1.17 2011/04/04 08:56:31 kwm Exp $
+# $MCom: ports/devel/gnome-common/Makefile,v 1.18 2012/06/13 12:51:43 kwm Exp $
#
PORTNAME= gnome-common
PORTVERSION= 3.4.0.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/devel/gnome-common/files/patch-macros2_gnome-autogen.sh b/devel/gnome-common/files/patch-macros2_gnome-autogen.sh
new file mode 100644
index 000000000..5a2716d05
--- /dev/null
+++ b/devel/gnome-common/files/patch-macros2_gnome-autogen.sh
@@ -0,0 +1,35 @@
+From 1fed4ee7015b89a1ac4c4a535aeb753e820e4970 Mon Sep 17 00:00:00 2001
+From: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
+Date: Sun, 29 Apr 2012 17:44:32 +0000
+Subject: Add support for automake 1.12
+
+Bug #675093.
+---
+diff --git a/macros2/gnome-autogen.sh b/macros2/gnome-autogen.sh
+index 9967f89..3179c3f 100644
+--- macros2/gnome-autogen.sh
++++ macros2/gnome-autogen.sh
+@@ -325,13 +325,14 @@ AUTOHEADER=`echo $AUTOCONF | sed s/autoconf/autoheader/`
+
+ case $REQUIRED_AUTOMAKE_VERSION in
+ 1.4*) automake_progs="automake-1.4" ;;
+- 1.5*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;;
+- 1.6*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
+- 1.7*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
+- 1.8*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
+- 1.9*) automake_progs="automake-1.11 automake-1.10 automake-1.9" ;;
+- 1.10*) automake_progs="automake-1.11 automake-1.10" ;;
+- 1.11*) automake_progs="automake-1.11" ;;
++ 1.5*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;;
++ 1.6*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
++ 1.7*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
++ 1.8*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
++ 1.9*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9" ;;
++ 1.10*) automake_progs="automake-1.12 automake-1.11 automake-1.10" ;;
++ 1.11*) automake_progs="automake-1.12 automake-1.11" ;;
++ 1.12*) automake_progs="automake-1.12" ;;
+ esac
+ version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \
+ "http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz"
+--
+cgit v0.9.0.2