Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2000 10:53:44 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/17050: Update port: devel/gide to to 0.1.7
Message-ID:  <200002281853.KAA41801@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         17050
>Category:       ports
>Synopsis:       Update port: devel/gide to to 0.1.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 28 11:00:06 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.1.7

New file:
patches/patch-aw  patches/patch-ax  patches/patch-ay

Remove file:
patches/patch-au  patches/patch-av

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/devel/gide/Makefile devel/gide/Makefile
--- /usr/ports/devel/gide/Makefile	Thu Dec 23 08:14:13 1999
+++ devel/gide/Makefile	Mon Feb 28 19:05:57 2000
@@ -1,15 +1,16 @@
 # New ports collection makefile for:	gIDE
-# Version required:			0.1.6
+# Version required:			0.1.7
 # Date created:				29 Jul 1998
 # Whom:					rom
 #
 # $FreeBSD: ports/devel/gide/Makefile,v 1.31 1999/12/22 21:19:27 jedgar Exp $
 #
 
-DISTNAME= 	gIDE-0.1.6
-PKGNAME= 	gide-0.1.6
+DISTNAME= 	gIDE-0.1.7
+PKGNAME= 	gide-0.1.7
 CATEGORIES=	devel gnome
-MASTER_SITES=	${MASTER_SITE_GNOME}
+MASTER_SITES=	${MASTER_SITE_GNOME} \
+		http://gide.pn.org/
 MASTER_SITE_SUBDIR=	unstable/sources/gIDE
 
 MAINTAINER=	ports@FreeBSD.org
@@ -24,15 +25,16 @@
 USE_LIBTOOL=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		GTK_CONFIG="${GTK_CONFIG}" \
-		LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS=	--localstatedir=${PREFIX}/share/gnome \
-		--datadir=${PREFIX}/share/gnome \
-		--with-gnome=${PREFIX}
+		LIBS="-L${LOCALBASE}/lib -lgnuregex"
+CONFIGURE_ARGS=	--with-gnome=${PREFIX}
 
 MAN1=		gide.1 gdbio.1
 
+VERSION=	${DISTNAME:S/gIDE-//}
+PLIST_SUB=	VERSION=${VERSION}
+
 post-patch:
-	@${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/src/*.c
-	@${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/src/*.c
+	@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/src/*.c
+	@${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/src/*.c
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/gide/files/md5 devel/gide/files/md5
--- /usr/ports/devel/gide/files/md5	Thu Dec 23 08:14:14 1999
+++ devel/gide/files/md5	Mon Feb 28 00:44:00 2000
@@ -1 +1 @@
-MD5 (gIDE-0.1.6.tar.gz) = 6e9fa7818e63633fd39c830a1e2c9808
+MD5 (gIDE-0.1.7.tar.gz) = 22664138059fad610242a7783285aa1c
diff -urN /usr/ports/devel/gide/patches/patch-ai devel/gide/patches/patch-ai
--- /usr/ports/devel/gide/patches/patch-ai	Thu Dec 23 08:14:14 1999
+++ devel/gide/patches/patch-ai	Mon Feb 28 00:48:41 2000
@@ -1,9 +1,9 @@
---- Makefile.in.orig	Tue Dec  7 04:43:34 1999
-+++ Makefile.in	Sun Dec 12 09:45:47 1999
-@@ -321,8 +321,8 @@
+--- Makefile.in.orig	Sun Feb 27 01:12:03 2000
++++ Makefile.in	Mon Feb 28 00:48:08 2000
+@@ -384,8 +384,8 @@
  distcheck: dist
  	-rm -rf $(distdir)
- 	GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
+ 	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
 -	mkdir $(distdir)/=build
 -	mkdir $(distdir)/=inst
 +	mkdir -p $(distdir)/=build
@@ -11,25 +11,25 @@
  	dc_install_base=`cd $(distdir)/=inst && pwd`; \
  	cd $(distdir)/=build \
  	  && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
-@@ -346,7 +346,7 @@
+@@ -411,7 +411,7 @@
  	-rm -rf $(distdir)
  distdir: $(DISTFILES)
  	-rm -rf $(distdir)
 -	mkdir $(distdir)
 +	mkdir -p $(distdir)
  	-chmod 777 $(distdir)
- 	here=`cd $(top_builddir) && pwd`; \
- 	top_distdir=`cd $(distdir) && pwd`; \
-@@ -362,7 +362,7 @@
- 	done
+ 	$(mkinstalldirs) $(distdir)/$(srcdir)/extra $(distdir)/docs
+ 	@for file in $(DISTFILES); do \
+@@ -427,7 +427,7 @@
  	for subdir in $(SUBDIRS); do \
- 	  test -d $(distdir)/$$subdir \
--	  || mkdir $(distdir)/$$subdir \
-+	  || mkdir -p $(distdir)/$$subdir \
- 	  || exit 1; \
- 	  chmod 777 $(distdir)/$$subdir; \
- 	  (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
-@@ -452,8 +452,8 @@
+ 	  if test "$$subdir" = .; then :; else \
+ 	    test -d $(distdir)/$$subdir \
+-	    || mkdir $(distdir)/$$subdir \
++	    || mkdir -p $(distdir)/$$subdir \
+ 	    || exit 1; \
+ 	    chmod 777 $(distdir)/$$subdir; \
+ 	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
+@@ -518,8 +518,8 @@
  
  install-pkgdataDATA:
  	rm -rf $(pkgdatadir)
diff -urN /usr/ports/devel/gide/patches/patch-ar devel/gide/patches/patch-ar
--- /usr/ports/devel/gide/patches/patch-ar	Thu Oct 21 14:49:47 1999
+++ devel/gide/patches/patch-ar	Mon Feb 28 00:51:39 2000
@@ -1,25 +1,22 @@
---- src/gide.c.orig	Tue Aug 17 00:06:24 1999
-+++ src/gide.c	Mon Oct 18 20:17:29 1999
-@@ -292,17 +292,17 @@
- #endif
+--- src/gide.c.orig	Sun Feb 27 00:59:52 2000
++++ src/gide.c	Mon Feb 28 00:50:43 2000
+@@ -260,16 +260,16 @@
  
-     cfg->tab_width = 4;
--    cfg->incpath = (gchar *) realloc( cfg->incpath, 40 );
--    strcpy( cfg->incpath, "/usr/include:/usr/local/include" );
-+    cfg->incpath = (gchar *) realloc( cfg->incpath, 60 );
-+    strcpy( cfg->incpath, "/usr/include:%%LOCALBASE%%/include:%%X11BASE%%/include" );
-     cfg->ccopt = (gchar *) realloc( cfg->ccopt, 2 );
-     strcpy( cfg->ccopt, "" );
--    cfg->libpath = (gchar *) realloc( cfg->libpath, 40 );
--    strcpy( cfg->libpath, "/lib:/usr/lib:/usr/local/lib" );
-+    cfg->libpath = (gchar *) realloc( cfg->libpath, 60 );
-+    strcpy( cfg->libpath, "/usr/lib:%%LOCALBASE%%/lib:%%X11BASE%%/lib" );
-     cfg->ldopt = (gchar *) realloc( cfg->ldopt, 2 );
-     strcpy( cfg->ldopt, "" );
+ 	cfg->tab_width = 4;
+ 	cfg->incpath = (gchar *) realloc( cfg->incpath, 40 );
+-	strcpy( cfg->incpath, "/usr/include:/usr/local/include" );
++	strcpy( cfg->incpath, "/usr/include:%%LOCALBASE%%/include:%%X11BASE%%/include" );
+ 	cfg->ccopt = (gchar *) realloc( cfg->ccopt, 2 );
+ 	strcpy( cfg->ccopt, "" );
+ 	cfg->libpath = (gchar *) realloc( cfg->libpath, 40 );
+-	strcpy( cfg->libpath, "/lib:/usr/lib:/usr/local/lib" );
++	strcpy( cfg->libpath, "/lib:/usr/lib:%%LOCALBASE%%/lib:%%X11BASE%%/lib" );
+ 	cfg->ldopt = (gchar *) realloc( cfg->ldopt, 2 );
+ 	strcpy( cfg->ldopt, "" );
  
-     cfg->bash = (gchar *) realloc( cfg->bash, 20 );
--    strcpy( cfg->bash, "/bin/bash" );
-+    strcpy( cfg->bash, "/bin/sh" );
+ 	cfg->bash = (gchar *) realloc( cfg->bash, 20 );
+-	strcpy( cfg->bash, "/bin/bash" );
++	strcpy( cfg->bash, "/bin/sh" );
  
-     cfg->xterm = (gchar *) realloc( cfg->xterm, 10 );
-     strcpy( cfg->xterm, "xterm" );
+ 	cfg->xterm = (gchar *) realloc( cfg->xterm, 10 );
+ 	strcpy( cfg->xterm, "xterm" );
diff -urN /usr/ports/devel/gide/patches/patch-au devel/gide/patches/patch-au
--- /usr/ports/devel/gide/patches/patch-au	Thu Dec 23 06:19:37 1999
+++ devel/gide/patches/patch-au	Thu Jan  1 09:00:00 1970
@@ -1,14 +0,0 @@
---- src/Makefile.in.orig	Tue Dec  7 04:43:34 1999
-+++ src/Makefile.in	Sun Dec 12 15:11:42 1999
-@@ -279,9 +279,9 @@
- 
- maintainer-clean-libtool:
- 
--gide: $(gide_OBJECTS) $(gide_DEPENDENCIES)
-+gide: $(gide_OBJECTS) $(gide_DEPENDENCIES) $(LIBOBJS)
- 	@rm -f gide
--	$(LINK) $(gide_LDFLAGS) $(gide_OBJECTS) $(gide_LDADD) $(LIBS)
-+	$(LINK) $(gide_LDFLAGS) $(gide_OBJECTS) $(LIBOBJS) $(gide_LDADD) $(LIBS)
- 
- gdbio: $(gdbio_OBJECTS) $(gdbio_DEPENDENCIES)
- 	@rm -f gdbio
diff -urN /usr/ports/devel/gide/patches/patch-av devel/gide/patches/patch-av
--- /usr/ports/devel/gide/patches/patch-av	Thu Dec 23 06:19:37 1999
+++ devel/gide/patches/patch-av	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- src/GtkEditor/gtkeditor/Makefile.in.orig	Tue Dec  7 04:43:34 1999
-+++ src/GtkEditor/gtkeditor/Makefile.in	Sun Dec 12 14:14:12 1999
-@@ -122,7 +122,7 @@
- l = @l@
- 
- # include ../regex 'cause we haven't installed it yet
--INCLUDES= -I$(srcdir)/../../GtkSCText
-+INCLUDES= -I$(srcdir)/../../GtkSCText -I$(srcdir)/../..
- 
- noinst_LIBRARIES = libgtkeditor.a
- 
diff -urN /usr/ports/devel/gide/patches/patch-aw devel/gide/patches/patch-aw
--- /usr/ports/devel/gide/patches/patch-aw	Thu Jan  1 09:00:00 1970
+++ devel/gide/patches/patch-aw	Mon Feb 28 01:36:16 2000
@@ -0,0 +1,14 @@
+--- src/GtkEditor/gtkeditor/gtkeditor-regex.h.orig	Mon Oct 11 09:49:57 1999
++++ src/GtkEditor/gtkeditor/gtkeditor-regex.h	Mon Feb 28 01:35:42 2000
+@@ -24,7 +24,11 @@
+ #define GTKEDITOR_REGEX_H
+ 
+ #include <sys/types.h>
++#ifdef __FreeBSD__
++#include <gnuregex.h>
++#else
+ #include <regex.h>
++#endif
+ #include <string.h>
+ 
+ #include <gtk/gtk.h>
diff -urN /usr/ports/devel/gide/patches/patch-ax devel/gide/patches/patch-ax
--- /usr/ports/devel/gide/patches/patch-ax	Thu Jan  1 09:00:00 1970
+++ devel/gide/patches/patch-ax	Mon Feb 28 03:48:27 2000
@@ -0,0 +1,14 @@
+--- src/GtkEditor/gtkeditor/gtkhint.c.orig	Mon Dec  6 01:40:45 1999
++++ src/GtkEditor/gtkeditor/gtkhint.c	Mon Feb 28 01:41:00 2000
+@@ -31,7 +31,11 @@
+ #include <gtk/gtktext.h>
+ 
+ #include "gtkeditor.h"
++#ifdef __FreeBSD__
++#include <gnuregex.h>
++#else
+ #include "regex.h"
++#endif
+ #include "gtkhint.h"
+ 
+ 
diff -urN /usr/ports/devel/gide/patches/patch-ay devel/gide/patches/patch-ay
--- /usr/ports/devel/gide/patches/patch-ay	Thu Jan  1 09:00:00 1970
+++ devel/gide/patches/patch-ay	Mon Feb 28 01:34:05 2000
@@ -0,0 +1,14 @@
+--- src/GtkEditor/gtkeditor/internal.h.orig	Mon Oct 11 09:49:57 1999
++++ src/GtkEditor/gtkeditor/internal.h	Mon Feb 28 01:33:16 2000
+@@ -24,7 +24,11 @@
+ #define INTERNAL_H
+ 
+ #include <sys/types.h>
++#ifdef __FreeBSD__
++#include <gnuregex.h>
++#else
+ #include <regex.h>
++#endif
+ 
+ #include "gtkeditor.h"
+ #include "syntaxtable.h"
diff -urN /usr/ports/devel/gide/pkg/PLIST devel/gide/pkg/PLIST
--- /usr/ports/devel/gide/pkg/PLIST	Thu Dec 23 08:14:14 1999
+++ devel/gide/pkg/PLIST	Mon Feb 28 04:39:42 2000
@@ -3,18 +3,38 @@
 include/gtkeditor.h
 include/gtkhint.h
 include/gtksctext.h
+lib/gide/plugins/%%VERSION%%/libgide_asciitable.a
+lib/gide/plugins/%%VERSION%%/libgide_asciitable.so
+lib/gide/plugins/%%VERSION%%/libgide_asciitable.so.0
+lib/gide/plugins/%%VERSION%%/libgide_calculator.a
+lib/gide/plugins/%%VERSION%%/libgide_calculator.so
+lib/gide/plugins/%%VERSION%%/libgide_calculator.so.0
+lib/gide/plugins/%%VERSION%%/libgide_docstat.a
+lib/gide/plugins/%%VERSION%%/libgide_docstat.so
+lib/gide/plugins/%%VERSION%%/libgide_docstat.so.0
+lib/gide/plugins/%%VERSION%%/libgide_sample.a
+lib/gide/plugins/%%VERSION%%/libgide_sample.so
+lib/gide/plugins/%%VERSION%%/libgide_sample.so.0
+lib/gide/plugins/%%VERSION%%/libgide_text.a
+lib/gide/plugins/%%VERSION%%/libgide_text.so
+lib/gide/plugins/%%VERSION%%/libgide_text.so.0
 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
-share/gnome/gIDE/extra/README
-share/gnome/gIDE/extra/compile_sets
-share/gnome/gIDE/extra/functions.highlight
-share/gnome/gIDE/extra/functions.ignore
-share/gnome/gIDE/extra/gide.conf
-share/gnome/gIDE/extra/gide.scm
-share/gnome/gIDE/extra/glob
-share/gnome/gIDE/extra/glob.scm
-share/gnome/gIDE/extra/patterns
-share/gnome/gIDE/extra/patterns.scm
+share/gIDE/extra/README
+share/gIDE/extra/compile_sets
+share/gIDE/extra/functions.highlight
+share/gIDE/extra/functions.ignore
+share/gIDE/extra/gide.conf
+share/gIDE/extra/gide.scm
+share/gIDE/extra/glob
+share/gIDE/extra/glob.scm
+share/gIDE/extra/patterns
+share/gIDE/extra/patterns.scm
+share/gnome/apps/Development/gIDE.desktop
 share/locale/fr/LC_MESSAGES/gIDE.mo
-@dirrm share/gnome/gIDE/extra
-@dirrm share/gnome/gIDE
+@unexec rmdir %D/share/gnome/apps/Development 2>/dev/null || true
+@dirrm share/gIDE/extra
+@dirrm share/gIDE
+@dirrm lib/gide/plugins/%%VERSION%%
+@dirrm lib/gide/plugins
+@dirrm lib/gide


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002281853.KAA41801>