Update to 0.1.1. Note to committer: I'd consider waiting on a commit of this because the master sites appear to be _really_ flaky. I grabbed the distfile from linuxberg.com. Files removed: patch-aa Files added: patch-ai Fix: -Chris--n8YcbxvGCFMK47gx73x7tRI6Tf5qh1IhAGeAs6K3dXeiV6U6 Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" Index: gide/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/devel/gide/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 1999/04/23 18:06:21 1.21 +++ Makefile 1999/06/01 04:06:10 @@ -1,31 +1,33 @@ # New ports collection makefile for: gIDE -# Version required: 0.0.14 +# Version required: 0.1.1 # Date created: 29 Jul 1998 # Whom: rom # # $Id: Makefile,v 1.21 1999/04/23 18:06:21 mharo Exp $ # -DISTNAME= gIDE-0.0.14 -PKGNAME= gide-0.0.14 +DISTNAME= gIDE-0.1.1 +PKGNAME= gide-0.1.1 CATEGORIES= devel -MASTER_SITES= http://gide.pn.org/ +MASTER_SITES= http://gide.gdev.net/ \ + http://gide.pn.org/ MAINTAINER= rom_glsa@ein-hashofet.co.il -LIB_DEPENDS= gnomeui.1:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnomeui.2:${PORTSDIR}/x11/gnomelibs \ guile.4:${PORTSDIR}/lang/guile FETCH_BEFORE_ARGS= -b -USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ - GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \ LIBS="-L${LOCALBASE}/lib" -MAN1= gide.1 +MAN1= gide.1 gdbio.1 + +pre-install: + @${MKDIR} ${PREFIX}/share/gIDE/extra .include <bsd.port.mk> Index: gide/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/devel/gide/files/md5,v retrieving revision 1.8 diff -u -r1.8 md5 --- md5 1999/01/17 20:01:53 1.8 +++ md5 1999/05/31 22:55:56 @@ -1 +1 @@ -MD5 (gIDE-0.0.14.tar.gz) = 0daed165ae67472e8cc8504ffc583d81 +MD5 (gIDE-0.1.1.tar.gz) = 71f00a7a48b04e347890aed7139a13f3 Index: gide/patches/patch-aa =================================================================== RCS file: patch-aa diff -N patch-aa --- /tmp/cvsh99289 Mon May 31 21:06:30 1999 +++ /dev/null Mon May 31 21:05:19 1999 @@ -1,21 +0,0 @@ ---- configure.orig Mon Jan 18 02:50:17 1999 -+++ configure Mon Jan 18 02:50:57 1999 -@@ -1721,13 +1721,13 @@ - fi - - if test "$no_gnome_config" = "yes"; then -- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6 --echo "configure:1726: checking for gnomeConf.sh file in $gnome_prefix" >&5 -- if test -f $gnome_prefix/gnomeConf.sh; then -+ echo $ac_n "checking for gnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6 -+echo "configure:1726: checking for gnomeConf.sh file in $prefix/share/gnome" >&5 -+ if test -f $prefix/share/gnome/gnomeConf.sh; then - echo "$ac_t""found" 1>&6 - echo "loading gnome configuration from" \ -- "$gnome_prefix/gnomeConf.sh" -- . $gnome_prefix/gnomeConf.sh -+ "$prefix/share/gnome/gnomeConf.sh" -+ . $prefix/share/gnome/gnomeConf.sh - - else - echo "$ac_t""not found" 1>&6 Index: gide/patches/patch-ai =================================================================== RCS file: patch-ai diff -N patch-ai --- /dev/null Mon May 31 21:05:19 1999 +++ patch-ai Mon May 31 20:28:41 1999 @@ -0,0 +1,10 @@ +--- Makefile.in.orig Mon May 31 20:28:05 1999 ++++ Makefile.in Mon May 31 20:28:29 1999 +@@ -198,7 +198,6 @@ + cd $(srcdir) && $(ACLOCAL) + + config.status: $(srcdir)/configure +- $(SHELL) ./config.status --recheck + $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) + cd $(srcdir) && $(AUTOCONF) + Index: gide/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/devel/gide/pkg/PLIST,v retrieving revision 1.3 diff -u -r1.3 PLIST --- PLIST 1998/10/10 14:52:05 1.3 +++ PLIST 1999/06/01 03:44:38 @@ -1,2 +1,13 @@ bin/gdbio bin/gide +share/gIDE/extra/README +share/gIDE/extra/compile_sets +share/gIDE/extra/functions.highlight +share/gIDE/extra/functions.ignore +share/gIDE/extra/gide.scm +share/gIDE/extra/glob +share/gIDE/extra/glob.scm +share/gIDE/extra/patterns +share/gIDE/extra/patterns.scm +@dirrm share/gIDE/extra +@dirrm share/gIDE
State Changed From-To: open->closed Update committed, thanks!