diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | deskutils/superswitcher/Makefile | 4 | ||||
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | devel/configgen/Makefile | 2 | ||||
-rw-r--r-- | devel/gnome2-hacker-tools/Makefile | 2 | ||||
-rw-r--r-- | devel/gnomecommon/Makefile | 25 | ||||
-rw-r--r-- | devel/gnomecommon/distinfo | 3 | ||||
-rw-r--r-- | devel/gnomecommon/pkg-descr | 4 | ||||
-rw-r--r-- | devel/gnomecommon/pkg-plist | 8 |
9 files changed, 6 insertions, 45 deletions
@@ -2304,3 +2304,4 @@ accessibility/gnomespeech|accessibility/gnome-speech|2006-05-27|Renamed to use r deskutils/gnomeblog|deskutils/gnome-blog|2006-05-27|Renamed to use real vendor package name deskutils/gnomepim|deskutils/gnome-pim|2006-05-27|Renamed to use real vendor package name devel/gnomebuild|devel/gnome-build|2006-05-27|Renamed to use real vendor package name +devel/gnomecommon|devel/gnome-common|2006-05-27|Renamed to use real vendor package name diff --git a/deskutils/superswitcher/Makefile b/deskutils/superswitcher/Makefile index cfc4530afef6..4cba4c58146c 100644 --- a/deskutils/superswitcher/Makefile +++ b/deskutils/superswitcher/Makefile @@ -14,8 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= MrL0Lz@gmail.com COMMENT= Alt-Tab replacement -BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon -RUN_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon +BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common +RUN_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common USE_GMAKE= yes USE_GNOME= gtk20 libwnck pango diff --git a/devel/Makefile b/devel/Makefile index 45e505aa59e6..a66f997e2f49 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -337,9 +337,9 @@ SUBDIR += glui SUBDIR += gmake SUBDIR += gnome-build + SUBDIR += gnome-common SUBDIR += gnome-vfsmm SUBDIR += gnome2-hacker-tools - SUBDIR += gnomecommon SUBDIR += gnomecrash SUBDIR += gnomevfs SUBDIR += gnomevfs2 diff --git a/devel/configgen/Makefile b/devel/configgen/Makefile index 9f4171e0eef0..3903da2d2a20 100644 --- a/devel/configgen/Makefile +++ b/devel/configgen/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS+= libtool:${PORTSDIR}/devel/libtool15 .for tool in autoconf automake RUN_DEPENDS+= ${LOCALBASE}/gnu-autotools/bin/${tool}:${PORTSDIR}/devel/gnu-${tool} .endfor -RUN_DEPENDS+= gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon +RUN_DEPENDS+= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common .endif pre-everything:: diff --git a/devel/gnome2-hacker-tools/Makefile b/devel/gnome2-hacker-tools/Makefile index 2a2218b602e2..046d1857bcb8 100644 --- a/devel/gnome2-hacker-tools/Makefile +++ b/devel/gnome2-hacker-tools/Makefile @@ -13,7 +13,7 @@ PKGNAMESUFFIX= -hacker-tools COMMENT= GNOME 2 development tools RUN_DEPENDS= mlview:${PORTSDIR}/editors/mlview \ - gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon \ + gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ glade-2:${PORTSDIR}/devel/glade2 \ ghex2:${PORTSDIR}/editors/ghex \ gob2:${PORTSDIR}/devel/gob2 \ diff --git a/devel/gnomecommon/Makefile b/devel/gnomecommon/Makefile deleted file mode 100644 index 764daaf916a3..000000000000 --- a/devel/gnomecommon/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: gnomecommon -# Date created: 04 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gnomecommon/Makefile,v 1.5 2005/09/20 09:39:51 ahze Exp $ -# - -PORTNAME= gnomecommon -PORTVERSION= 2.12.0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-common/2.12 -DISTNAME= gnome-common-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Common automake macros for GNOME and GNOME 2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig gnometarget -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/devel/gnomecommon/distinfo b/devel/gnomecommon/distinfo deleted file mode 100644 index ff6483918661..000000000000 --- a/devel/gnomecommon/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-common-2.12.0.tar.bz2) = 817be32ab5dc7a5d56e6ec50d56100f8 -SHA256 (gnome2/gnome-common-2.12.0.tar.bz2) = adee3a981eb7b09291ee4dead5df9317f598b50d8516c7ed1a15a397bbaf51b5 -SIZE (gnome2/gnome-common-2.12.0.tar.bz2) = 60283 diff --git a/devel/gnomecommon/pkg-descr b/devel/gnomecommon/pkg-descr deleted file mode 100644 index 4cf03f1e9171..000000000000 --- a/devel/gnomecommon/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/gnomecommon/pkg-plist b/devel/gnomecommon/pkg-plist deleted file mode 100644 index 2882fbd2a975..000000000000 --- a/devel/gnomecommon/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/gnome-autogen.sh -bin/gnome-doc-common -share/aclocal/gnome-common.m4 -share/aclocal/gnome-compiler-flags.m4 -share/gnome-common/data/omf.make -share/gnome-common/data/xmldocs.make -@dirrm share/gnome-common/data -@dirrm share/gnome-common |