ports/58217: Update port: deskutils/genius to 0.5.6

KATO Tsuguru tkato at prontomail.com
Sat Oct 18 16:50:31 UTC 2003


>Number:         58217
>Category:       ports
>Synopsis:       Update port: deskutils/genius to 0.5.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 18 09:50:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
>Environment:
>Description:
- Update to version 0.5.6

New file:
files/patch-configure
files/patch-src::Makefile.in

Remove file:
files/patch-ltmain.sh
files/patch-src::calc.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/deskutils/genius/Makefile deskutils/genius/Makefile
--- /usr/ports/deskutils/genius/Makefile	Sat Jun  7 17:02:24 2003
+++ deskutils/genius/Makefile	Fri Oct 17 11:53:29 2003
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	genius
-PORTVERSION=	0.5.5
-PORTREVISION=	1
+PORTVERSION=	0.5.6
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	http://ftp.5z.com/pub/genius/
 
@@ -18,13 +17,10 @@
 
 USE_PERL5_BUILD=	yes
 USE_X_PREFIX=	yes
-USE_GNOME=	gnomeprefix gnomehack libgnomeui vte
-GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GNOME=	gnomehack gnomeprefix gnometarget gtksourceview libgnomeui vte
+USE_LIBTOOL=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
-INSTALLS_SHLIB=	yes
-LDCONFIG_DIRS+=	%%PREFIX%%/lib/genius
 
 .include <bsd.port.pre.mk>
 
diff -urN /usr/ports/deskutils/genius/distinfo deskutils/genius/distinfo
--- /usr/ports/deskutils/genius/distinfo	Wed Jun  4 00:22:20 2003
+++ deskutils/genius/distinfo	Fri Oct 17 11:50:05 2003
@@ -1 +1 @@
-MD5 (genius-0.5.5.tar.gz) = ac3227f0cf8041df0efc7c26894e6e33
+MD5 (genius-0.5.6.tar.gz) = c8132a1d1f38e263888eee71759c4be1
diff -urN /usr/ports/deskutils/genius/files/patch-configure deskutils/genius/files/patch-configure
--- /usr/ports/deskutils/genius/files/patch-configure	Thu Jan  1 09:00:00 1970
+++ deskutils/genius/files/patch-configure	Fri Oct 17 11:53:10 2003
@@ -0,0 +1,10 @@
+--- configure.orig	Fri Oct 17 02:09:41 2003
++++ configure	Fri Oct 17 11:52:59 2003
+@@ -18425,6 +18425,7 @@
+ 
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+ 
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff -urN /usr/ports/deskutils/genius/files/patch-ltmain.sh deskutils/genius/files/patch-ltmain.sh
--- /usr/ports/deskutils/genius/files/patch-ltmain.sh	Sat Jun  7 13:57:30 2003
+++ deskutils/genius/files/patch-ltmain.sh	Thu Jan  1 09:00:00 1970
@@ -1,15 +0,0 @@
---- ltmain.sh.orig	Sat Apr 26 04:18:44 2003
-+++ ltmain.sh	Wed Jun  4 01:37:42 2003
-@@ -4280,10 +4280,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 -urN /usr/ports/deskutils/genius/files/patch-src::Makefile.in deskutils/genius/files/patch-src::Makefile.in
--- /usr/ports/deskutils/genius/files/patch-src::Makefile.in	Thu Jan  1 09:00:00 1970
+++ deskutils/genius/files/patch-src::Makefile.in	Fri Oct 17 12:11:25 2003
@@ -0,0 +1,11 @@
+--- src/Makefile.in.bak	Fri Oct 17 02:22:23 2003
++++ src/Makefile.in	Fri Oct 17 12:11:07 2003
+@@ -213,7 +213,7 @@
+ 
+ DEFS = @DEFS@ -I. -I$(srcdir) -I..
+ LIBS = @LIBS@
+-libtestplugin_la_LDFLAGS = 
++libtestplugin_la_LDFLAGS = -module -avoid-version
+ libtestplugin_la_LIBADD = 
+ libtestplugin_la_OBJECTS =  testplugin.lo
+ bin_PROGRAMS =  gnome-genius$(EXEEXT) genius$(EXEEXT)
diff -urN /usr/ports/deskutils/genius/files/patch-src::calc.c deskutils/genius/files/patch-src::calc.c
--- /usr/ports/deskutils/genius/files/patch-src::calc.c	Sat Jun  7 13:57:30 2003
+++ deskutils/genius/files/patch-src::calc.c	Thu Jan  1 09:00:00 1970
@@ -1,20 +0,0 @@
---- src/calc.c.orig	Tue Jun  3 01:11:20 2003
-+++ src/calc.c	Wed Jun  4 13:38:50 2003
-@@ -30,6 +30,8 @@
- #include <signal.h>
- #ifdef HAVE_WORDEXP
- #include <wordexp.h>
-+#else
-+#include <glob.h>
- #endif
- #include <stdio.h>
- #include <string.h>
-@@ -2402,7 +2404,7 @@
- 		return NULL;
- 	}
- 	for (i = 0; i < gl.gl_pathc; i++) {
--		list = g_slist_prepend (list, g_strdup (gl.gl_pathc[i]));
-+		list = g_slist_prepend (list, g_strdup (gl.gl_pathv[i]));
- 	}
- 	globfree (&gl);
- #endif
diff -urN /usr/ports/deskutils/genius/pkg-plist deskutils/genius/pkg-plist
--- /usr/ports/deskutils/genius/pkg-plist	Sat Jun  7 17:02:25 2003
+++ deskutils/genius/pkg-plist	Fri Oct 17 11:56:58 2003
@@ -14,9 +14,7 @@
 include/genius/plug_api.h
 include/genius/structs.h
 include/genius/utype.h
-lib/genius/libtestplugin.a
 lib/genius/libtestplugin.so
-lib/genius/libtestplugin.so.0
 libexec/genius-readline-helper-fifo
 share/gnome/applications/gnome-genius.desktop
 share/gnome/genius/gel/calculus/differentiation.gel
@@ -43,21 +41,32 @@
 share/gnome/genius/gel/number_theory/modulus.gel
 share/gnome/genius/gel/number_theory/primes.gel
 share/gnome/genius/gel/number_theory/quadratic.gel
+share/gnome/genius/gel/sets/basic.gel
 share/gnome/genius/gel/statistics/basic.gel
+share/gnome/genius/gtksourceview/genius.lang
 share/gnome/genius/manual.txt
 share/gnome/genius/plugins/test.plugin
+share/locale/az/LC_MESSAGES/genius.mo
+share/locale/ca/LC_MESSAGES/genius.mo
 share/locale/cs/LC_MESSAGES/genius.mo
 share/locale/de/LC_MESSAGES/genius.mo
 share/locale/es/LC_MESSAGES/genius.mo
 share/locale/fr/LC_MESSAGES/genius.mo
+share/locale/hi/LC_MESSAGES/genius.mo
 share/locale/it/LC_MESSAGES/genius.mo
 share/locale/ko/LC_MESSAGES/genius.mo
+share/locale/nl/LC_MESSAGES/genius.mo
 share/locale/no/LC_MESSAGES/genius.mo
 share/locale/pl/LC_MESSAGES/genius.mo
 share/locale/pt/LC_MESSAGES/genius.mo
+share/locale/sr/LC_MESSAGES/genius.mo
+share/locale/sr at Latn/LC_MESSAGES/genius.mo
 share/locale/sv/LC_MESSAGES/genius.mo
+share/locale/zh_CN/LC_MESSAGES/genius.mo
+ at dirrm share/gnome/genius/gtksourceview
 @dirrm share/gnome/genius/plugins
 @dirrm share/gnome/genius/gel/statistics
+ at dirrm share/gnome/genius/gel/sets
 @dirrm share/gnome/genius/gel/number_theory
 @dirrm share/gnome/genius/gel/misc
 @dirrm share/gnome/genius/gel/linear_algebra
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list