summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-23 23:08:50 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-23 23:08:50 +0800
commit2d12817d10d528b5b82e0df7e2fc509f3be1e67f (patch)
treebe50685a704123ceacedd0da9c9610b215bf63bd
parent9c8f65313769aac75b6576454ed99e974a40eeb0 (diff)
downloadmarcuscom-ports-2d12817d10d528b5b82e0df7e2fc509f3be1e67f.tar
marcuscom-ports-2d12817d10d528b5b82e0df7e2fc509f3be1e67f.tar.gz
marcuscom-ports-2d12817d10d528b5b82e0df7e2fc509f3be1e67f.tar.bz2
marcuscom-ports-2d12817d10d528b5b82e0df7e2fc509f3be1e67f.tar.lz
marcuscom-ports-2d12817d10d528b5b82e0df7e2fc509f3be1e67f.tar.xz
marcuscom-ports-2d12817d10d528b5b82e0df7e2fc509f3be1e67f.tar.zst
marcuscom-ports-2d12817d10d528b5b82e0df7e2fc509f3be1e67f.zip
Already merged to ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18694 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--devel/gnome-common/Makefile20
-rw-r--r--devel/gnome-common/distinfo2
-rw-r--r--devel/gnome-common/files/patch-marcros2_gnome-autogen.sh42
-rw-r--r--devel/gnome-common/pkg-descr4
-rw-r--r--devel/gnome-common/pkg-plist9
5 files changed, 0 insertions, 77 deletions
diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile
deleted file mode 100644
index ef73ca55a..000000000
--- a/devel/gnome-common/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/trunk/devel/gnome-common/Makefile 18610 2013-06-30 16:33:05Z marcus $
-
-PORTNAME= gnome-common
-PORTVERSION= 3.6.0
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Common automake macros for GNOME 2 and GNOME 3
-
-NO_STAGE= yes
-USE_XZ= yes
-USES= gmake pkgconfig
-GNU_CONFIGURE= yes
-
-.include <bsd.port.mk>
diff --git a/devel/gnome-common/distinfo b/devel/gnome-common/distinfo
deleted file mode 100644
index 5ce2e2210..000000000
--- a/devel/gnome-common/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome2/gnome-common-3.6.0.tar.xz) = e10f09de06bddcc8f980422e3bfdcd8185eee7f1eae11543a765ec8e764b8d95
-SIZE (gnome2/gnome-common-3.6.0.tar.xz) = 143636
diff --git a/devel/gnome-common/files/patch-marcros2_gnome-autogen.sh b/devel/gnome-common/files/patch-marcros2_gnome-autogen.sh
deleted file mode 100644
index f8f7e3a43..000000000
--- a/devel/gnome-common/files/patch-marcros2_gnome-autogen.sh
+++ /dev/null
@@ -1,42 +0,0 @@
---- macros2/gnome-autogen.sh.orig 2012-10-16 00:58:19.000000000 +0200
-+++ macros2/gnome-autogen.sh 2013-07-20 22:13:10.000000000 +0200
-@@ -346,14 +346,16 @@
-
- case $REQUIRED_AUTOMAKE_VERSION in
- 1.4*) automake_progs="automake-1.4" ;;
-- 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" ;;
-+ 1.5*) automake_progs="automake-1.14 automake-1.13 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.14 automake-1.13 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.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
-+ 1.8*) automake_progs="automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
-+ 1.9*) automake_progs="automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9" ;;
-+ 1.10*) automake_progs="automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10" ;;
-+ 1.11*) automake_progs="automake-1.14 automake-1.13 automake-1.12 automake-1.11" ;;
-+ 1.12*) automake_progs="automake-1.14 automake-1.13 automake-1.12" ;;
-+ 1.13*) automake_progs="automake-1.14 automake-1.13" ;;
-+ 1.14*) automake_progs="automake-1.14" ;;
- esac
- version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \
- "http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz"
-@@ -426,6 +428,14 @@
- printbold "Processing $configure_ac"
- cd $dirname
-
-+ # if the AC_CONFIG_MACRO_DIR() macro is used, create that directory
-+ # This is a automake bug fixed in automake 1.13.2
-+ # See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13514
-+ m4dir=`autoconf --trace AC_CONFIG_MACRO_DIR | sed 's,^.*:,,g'`
-+ if [ -n "$m4dir" ]; then
-+ mkdir -p $m4dir
-+ fi
-+
- # Note that the order these tools are called should match what
- # autoconf's "autoupdate" package does. See bug 138584 for
- # details.
diff --git a/devel/gnome-common/pkg-descr b/devel/gnome-common/pkg-descr
deleted file mode 100644
index 4cf03f1e9..000000000
--- a/devel/gnome-common/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This is a collection of automake macros used for developing new GNOME
-or GNOME 2.0 applications.
-
-WWW: http://www.gnome.org/
diff --git a/devel/gnome-common/pkg-plist b/devel/gnome-common/pkg-plist
deleted file mode 100644
index eb75c41be..000000000
--- a/devel/gnome-common/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-bin/gnome-autogen.sh
-bin/gnome-doc-common
-share/aclocal/gnome-code-coverage.m4
-share/aclocal/gnome-common.m4
-share/aclocal/gnome-compiler-flags.m4
-%%DATADIR%%/data/omf.make
-%%DATADIR%%/data/xmldocs.make
-@dirrm %%DATADIR%%/data
-@dirrm %%DATADIR%%