diff options
Diffstat (limited to 'devel/gnome-build')
-rw-r--r-- | devel/gnome-build/Makefile | 34 | ||||
-rw-r--r-- | devel/gnome-build/distinfo | 1 | ||||
-rw-r--r-- | devel/gnome-build/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | devel/gnome-build/files/patch-ltmain.sh | 28 | ||||
-rw-r--r-- | devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-project.c | 17 | ||||
-rw-r--r-- | devel/gnome-build/pkg-comment | 1 | ||||
-rw-r--r-- | devel/gnome-build/pkg-descr | 3 | ||||
-rw-r--r-- | devel/gnome-build/pkg-plist | 27 |
8 files changed, 0 insertions, 125 deletions
diff --git a/devel/gnome-build/Makefile b/devel/gnome-build/Makefile deleted file mode 100644 index 0505ea17116f..000000000000 --- a/devel/gnome-build/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gnomebuild -# Date created: 24 July 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomebuild -PORTVERSION= 0.0.2 -CATEGORIES?= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= unstable/sources/${PORTNAME:S/gnome/gnome-/} -DISTNAME= ${PORTNAME:S/gnome/gnome-/}-${PORTVERSION} - -MAINTAINER?= gnome@FreeBSD.org - -LIB_DEPENDS= gdl.0:${PORTSDIR}/x11-toolkits/gdl - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GNOME= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - -.include <bsd.port.mk> diff --git a/devel/gnome-build/distinfo b/devel/gnome-build/distinfo deleted file mode 100644 index dba874ee1628..000000000000 --- a/devel/gnome-build/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome-build-0.0.2.tar.bz2) = b11ea327dfec58a80b62c1ef41f3f889 diff --git a/devel/gnome-build/files/patch-Makefile.in b/devel/gnome-build/files/patch-Makefile.in deleted file mode 100644 index 880769f21307..000000000000 --- a/devel/gnome-build/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in 2001/07/24 11:40:27 1.1 -+++ Makefile.in 2001/07/24 11:40:57 -@@ -148,7 +148,7 @@ - - SUBDIRS = po intl src idl - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gnome_buildConf.sh - - bin_SCRIPTS = gnome-build-clean.sh diff --git a/devel/gnome-build/files/patch-ltmain.sh b/devel/gnome-build/files/patch-ltmain.sh deleted file mode 100644 index 98cb05e4ddb3..000000000000 --- a/devel/gnome-build/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-project.c b/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-project.c deleted file mode 100644 index 08a428958f4c..000000000000 --- a/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-project.c +++ /dev/null @@ -1,17 +0,0 @@ - -$FreeBSD$ - ---- src/backends/libgbf_am/gbf-am-project.c 2001/07/24 11:44:39 1.1 -+++ src/backends/libgbf_am/gbf-am-project.c 2001/07/24 11:46:14 -@@ -33,6 +33,11 @@ - #include "../../lib/gnome-build.h" - #include "gbf-am-project.h" - -+#ifdef __FreeBSD__ -+extern char **environ; -+#define __environ environ -+#endif -+ - #define SCRIPT_NAME "gbf-am-parse" - #define BUILD_SCRIPT_NAME "gbf-am-build" - diff --git a/devel/gnome-build/pkg-comment b/devel/gnome-build/pkg-comment deleted file mode 100644 index 79bcfd20218a..000000000000 --- a/devel/gnome-build/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A GNOME Build Framework (GBF) diff --git a/devel/gnome-build/pkg-descr b/devel/gnome-build/pkg-descr deleted file mode 100644 index 60385151a1e2..000000000000 --- a/devel/gnome-build/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a GNOME Build Framework (GBF). - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-build/pkg-plist b/devel/gnome-build/pkg-plist deleted file mode 100644 index 40420acbaeaf..000000000000 --- a/devel/gnome-build/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -bin/gbf-am-build -bin/gbf-am-parse -bin/gbf-am-project -bin/gbf-controls-server -bin/gnome-build-clean.sh -etc/gnome_buildConf.sh -include/gbf/gbf-build-info.h -include/gbf/gbf-project-client.h -include/gbf/gbf-project-tree.h -include/gbf/gbf-target-tree.h -include/gbf/gbf-widgets.h -include/gbf/gbf.h -include/gbf/gnome-build.h -lib/libgbf-widgets.a -lib/libgbf-widgets.so -lib/libgbf-widgets.so.0 -lib/libgbf.a -lib/libgbf.so -lib/libgbf.so.0 -share/gnome/idl/gbf-project.idl -share/gnome/idl/gnome-build.idl -share/gnome/oaf/GNOME_Development_BuildControls.oaf -share/gnome/oaf/GNOME_Development_Project_Automake.oaf -share/gnome/pixmaps/gbf-build.png -share/gnome/pixmaps/gbf-install.png -share/gnome/ui/gbf-tree.xml -@dirrm include/gbf |