Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 1999 12:14:17 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/15466: Update port: devel/gide to 0.1.6
Message-ID:  <19991213201417.F0D93151DA@hub.freebsd.org>

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

>Number:         15466
>Category:       ports
>Synopsis:       Update port: devel/gide to 0.1.6
>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 Dec 13 12:20:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.3-RELEASE i386
>Organization:
>Environment:
>Description:
* Updated version 0.1.5 to 0.1.6

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

Remove file:
patches/patch-ak  patches/patch-al  patches/patch-am  patches/patch-an
patches/patch-ao  patches/patch-ap  patches/patch-aq  patches/patch-as
patches/patch-at

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/devel/gide/Makefile devel/gide/Makefile
--- /usr/ports/devel/gide/Makefile	Mon Nov 29 20:13:02 1999
+++ devel/gide/Makefile	Sun Dec 12 10:01:18 1999
@@ -1,16 +1,16 @@
 # New ports collection makefile for:	gIDE
-# Version required:			0.1.5
+# Version required:			0.1.6
 # Date created:				29 Jul 1998
 # Whom:					rom
 #
 # $FreeBSD: ports/devel/gide/Makefile,v 1.30 1999/11/29 02:37:50 jseger Exp $
 #
 
-DISTNAME= 	gIDE-0.1.5
-PKGNAME= 	gide-0.1.5
+DISTNAME= 	gIDE-0.1.6
+PKGNAME= 	gide-0.1.6
 CATEGORIES=	devel gnome
-MASTER_SITES=	http://gide.gdev.net/ \
-		http://gide.pn.org/
+MASTER_SITES=	${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR=	unstable/sources/gIDE
 
 MAINTAINER=	ports@FreeBSD.org
 
@@ -19,8 +19,6 @@
 
 GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
 
-FETCH_BEFORE_ARGS=	-b
-
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
 USE_LIBTOOL=	yes
@@ -36,8 +34,5 @@
 post-patch:
 	@${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/src/*.c
 	@${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/src/*.c
-
-post-install:
-	${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/gide/files/md5 devel/gide/files/md5
--- /usr/ports/devel/gide/files/md5	Thu Oct 21 19:13:41 1999
+++ devel/gide/files/md5	Sun Dec 12 09:35:20 1999
@@ -1 +1 @@
-MD5 (gIDE-0.1.5.tar.gz) = 6b545ee64c5d12b163d3c994de6b4d3f
+MD5 (gIDE-0.1.6.tar.gz) = 6e9fa7818e63633fd39c830a1e2c9808
diff -urN /usr/ports/devel/gide/patches/patch-ai devel/gide/patches/patch-ai
--- /usr/ports/devel/gide/patches/patch-ai	Thu Oct 21 19:13:42 1999
+++ devel/gide/patches/patch-ai	Sun Dec 12 09:46:12 1999
@@ -1,18 +1,6 @@
---- Makefile.in.orig	Fri Oct  8 00:40:37 1999
-+++ Makefile.in	Mon Oct 18 22:06:39 1999
-@@ -151,10 +151,9 @@
- 	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
- 
- $(ACLOCAL_M4):  configure.in  acinclude.m4
--	cd $(srcdir) && $(ACLOCAL)
- 
- config.status: $(srcdir)/configure
--	$(SHELL) ./config.status --recheck
-+
- $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
- 	cd $(srcdir) && $(AUTOCONF)
- 
-@@ -277,8 +276,8 @@
+--- Makefile.in.orig	Tue Dec  7 04:43:34 1999
++++ Makefile.in	Sun Dec 12 09:45:47 1999
+@@ -321,8 +321,8 @@
  distcheck: dist
  	-rm -rf $(distdir)
  	GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
@@ -22,8 +10,8 @@
 +	mkdir -p $(distdir)/=inst
  	dc_install_base=`cd $(distdir)/=inst && pwd`; \
  	cd $(distdir)/=build \
- 	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
-@@ -302,7 +301,7 @@
+ 	  && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
+@@ -346,7 +346,7 @@
  	-rm -rf $(distdir)
  distdir: $(DISTFILES)
  	-rm -rf $(distdir)
@@ -32,7 +20,7 @@
  	-chmod 777 $(distdir)
  	here=`cd $(top_builddir) && pwd`; \
  	top_distdir=`cd $(distdir) && pwd`; \
-@@ -318,7 +317,7 @@
+@@ -362,7 +362,7 @@
  	done
  	for subdir in $(SUBDIRS); do \
  	  test -d $(distdir)/$$subdir \
@@ -41,7 +29,7 @@
  	  || exit 1; \
  	  chmod 777 $(distdir)/$$subdir; \
  	  (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
-@@ -404,12 +403,12 @@
+@@ -452,8 +452,8 @@
  
  install-pkgdataDATA:
  	rm -rf $(pkgdatadir)
@@ -50,10 +38,5 @@
 +	mkdir -p $(pkgdatadir)
 +	mkdir -p $(pkgdatadir)/extra
  	cp -p $(pkgdata_DATA) $(pkgdatadir)/extra
- 
- #dist-hook:
--#	mkdir $(distdir)/extra
-+#	mkdir -p $(distdir)/extra
- #	cp -p extra/* $(distdir)/extra
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff -urN /usr/ports/devel/gide/patches/patch-aj devel/gide/patches/patch-aj
--- /usr/ports/devel/gide/patches/patch-aj	Thu Oct 21 14:49:46 1999
+++ devel/gide/patches/patch-aj	Thu Jan  1 09:00:00 1970
@@ -1,13 +0,0 @@
---- src/gI_document.c.orig	Mon Oct 18 19:48:54 1999
-+++ src/gI_document.c	Mon Oct 18 19:56:06 1999
-@@ -41,8 +41,8 @@
- #include "gI_menus.h"
- 
- #ifdef HAVE_GTKTEXT_PATCH
--#include <gtksctext.h>
--#include <gtkeditor/gtkeditor.h>
-+#include "GtkSCText/gtksctext.h"
-+#include "GtkEditor/gtkeditor/gtkeditor.h"
- #endif
- 
- /* externs */
diff -urN /usr/ports/devel/gide/patches/patch-ak devel/gide/patches/patch-ak
--- /usr/ports/devel/gide/patches/patch-ak	Thu Oct 21 14:49:46 1999
+++ devel/gide/patches/patch-ak	Thu Jan  1 09:00:00 1970
@@ -1,13 +0,0 @@
---- src/gI_file.c.orig	Mon Oct 18 19:48:54 1999
-+++ src/gI_file.c	Mon Oct 18 19:57:47 1999
-@@ -38,8 +38,8 @@
- #include "gI_project.h"
- 
- #ifdef HAVE_GTKTEXT_PATCH
--#include <gtksctext.h>
--#include <gtkeditor/gtkeditor.h>
-+#include "GtkSCText/gtksctext.h"
-+#include "GtkEditor/gtkeditor/gtkeditor.h"
- #include "gI_globpatterns.h"
- #endif
- 
diff -urN /usr/ports/devel/gide/patches/patch-al devel/gide/patches/patch-al
--- /usr/ports/devel/gide/patches/patch-al	Thu Oct 21 14:49:46 1999
+++ devel/gide/patches/patch-al	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- src/gI_globpatterns.h.orig	Thu Jul  1 04:11:42 1999
-+++ src/gI_globpatterns.h	Mon Oct 18 19:58:28 1999
-@@ -21,7 +21,7 @@
- #ifndef GLOB_PATTERNS_H
- #define GLOB_PATTERNS_H
- 
--#include <gtkeditor/gtkeditor.h>
-+#include "GtkEditor/gtkeditor/gtkeditor.h"
- #include "gI_hilite.h"
- 
- /* gI_globpatterns -- used for associating filenames with highlight
diff -urN /usr/ports/devel/gide/patches/patch-am devel/gide/patches/patch-am
--- /usr/ports/devel/gide/patches/patch-am	Thu Oct 21 14:49:46 1999
+++ devel/gide/patches/patch-am	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- src/gI_guilesupport.c.orig	Mon Oct 18 20:23:57 1999
-+++ src/gI_guilesupport.c	Mon Oct 18 21:12:27 1999
-@@ -20,7 +20,7 @@
- #ifdef HAVE_LIBGUILE
- 
- #include <gtk/gtk.h>
--#include <gtkeditor/gtkeditor.h>
-+#include "GtkEditor/gtkeditor/gtkeditor.h"
- 
- #include <guile/gh.h>
- #include <libguile.h>
diff -urN /usr/ports/devel/gide/patches/patch-an devel/gide/patches/patch-an
--- /usr/ports/devel/gide/patches/patch-an	Thu Oct 21 14:49:46 1999
+++ devel/gide/patches/patch-an	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- src/gI_hilite.c.orig	Mon Oct 18 19:48:54 1999
-+++ src/gI_hilite.c	Mon Oct 18 19:59:13 1999
-@@ -21,7 +21,7 @@
- 
- #include <gtk/gtk.h>
- #include <gnome.h>
--#include <gtkeditor/gtkeditor.h>
-+#include "GtkEditor/gtkeditor/gtkeditor.h"
- 
- #include <stdio.h>
- #include <ctype.h>
diff -urN /usr/ports/devel/gide/patches/patch-ao devel/gide/patches/patch-ao
--- /usr/ports/devel/gide/patches/patch-ao	Thu Oct 21 14:49:47 1999
+++ devel/gide/patches/patch-ao	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- src/gI_hilite.h.orig	Mon Jul  5 00:58:27 1999
-+++ src/gI_hilite.h	Mon Oct 18 19:59:58 1999
-@@ -24,7 +24,7 @@
- 
- #include <gtk/gtk.h>
- #include <gnome.h>
--#include <gtkeditor/gtkeditor.h>
-+#include "GtkEditor/gtkeditor/gtkeditor.h"
- 
- typedef struct _gI_HilitePattern gI_HilitePattern;
- struct _gI_HilitePattern
diff -urN /usr/ports/devel/gide/patches/patch-ap devel/gide/patches/patch-ap
--- /usr/ports/devel/gide/patches/patch-ap	Thu Oct 21 14:49:47 1999
+++ devel/gide/patches/patch-ap	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- src/gI_prefs.c.orig	Mon Oct 18 20:23:57 1999
-+++ src/gI_prefs.c	Mon Oct 18 20:58:04 1999
-@@ -39,7 +39,7 @@
- #endif
- 
- #ifdef HAVE_GTKTEXT_PATCH
--#include <gtksctext.h>
-+#include "GtkSCText/gtksctext.h"
- #include "gI_hilite.h"
- #endif
- 
diff -urN /usr/ports/devel/gide/patches/patch-aq devel/gide/patches/patch-aq
--- /usr/ports/devel/gide/patches/patch-aq	Thu Oct 21 14:49:47 1999
+++ devel/gide/patches/patch-aq	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- src/gI_search.c.orig	Mon Oct 18 20:23:58 1999
-+++ src/gI_search.c	Mon Oct 18 21:03:23 1999
-@@ -32,7 +32,7 @@
- #include "regex.h"
- #endif
- #ifdef HAVE_GTKTEXT_PATCH
--#include <gtksctext.h>
-+#include "GtkSCText/gtksctext.h"
- #endif
- 
- #include "structs.h"
diff -urN /usr/ports/devel/gide/patches/patch-as devel/gide/patches/patch-as
--- /usr/ports/devel/gide/patches/patch-as	Thu Oct 21 14:49:48 1999
+++ devel/gide/patches/patch-as	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- src/structs.h.orig	Mon Jul  5 00:58:27 1999
-+++ src/structs.h	Mon Oct 18 20:00:32 1999
-@@ -26,7 +26,7 @@
- /* Structs for gIDE */
- 
- #ifdef HAVE_GTKTEXT_PATCH
--#include <gtkeditor/gtkeditor.h>
-+#include "GtkEditor/gtkeditor/gtkeditor.h"
- #endif
- 
- /* defines */
diff -urN /usr/ports/devel/gide/patches/patch-at devel/gide/patches/patch-at
--- /usr/ports/devel/gide/patches/patch-at	Thu Oct 21 14:49:48 1999
+++ devel/gide/patches/patch-at	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- src/GtkEditor/gtkeditor/gtkeditor.h.orig	Fri Jun  4 15:53:30 1999
-+++ src/GtkEditor/gtkeditor/gtkeditor.h	Mon Oct 18 20:42:55 1999
-@@ -23,7 +23,7 @@
- #define __GTK_EDITOR_H__
- 
- #include <gdk/gdk.h>
--#include <gtksctext.h>
-+#include "../../GtkSCText/gtksctext.h"
- 
- 
- #ifdef __cplusplus
diff -urN /usr/ports/devel/gide/patches/patch-au devel/gide/patches/patch-au
--- /usr/ports/devel/gide/patches/patch-au	Thu Jan  1 09:00:00 1970
+++ devel/gide/patches/patch-au	Sun Dec 12 15:12:00 1999
@@ -0,0 +1,14 @@
+--- 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 Jan  1 09:00:00 1970
+++ devel/gide/patches/patch-av	Sun Dec 12 14:14:21 1999
@@ -0,0 +1,11 @@
+--- 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/pkg/PLIST devel/gide/pkg/PLIST
--- /usr/ports/devel/gide/pkg/PLIST	Fri Nov 19 08:13:06 1999
+++ devel/gide/pkg/PLIST	Sun Dec 12 15:42:23 1999
@@ -1,29 +1,20 @@
 bin/gdbio
 bin/gide
+include/gtkeditor.h
+include/gtkhint.h
 include/gtksctext.h
-include/gtkeditor/gtkeditor.h
-include/gtkeditor/gtkhint.h
-include/regex.h
-lib/libgtkeditor.a
-lib/libgtkeditor.so
-lib/libgtkeditor.so.0
-lib/libgtksctext.a
-lib/libgtksctext.so
-lib/libgtksctext.so.0
-lib/libregex.a
-lib/libregex.so
-lib/libregex.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/locale/fr/LC_MESSAGES/gIDE.mo
 @dirrm share/gnome/gIDE/extra
 @dirrm share/gnome/gIDE
-@dirrm include/gtkeditor


>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?19991213201417.F0D93151DA>