Date: Wed, 4 Jun 2008 20:40:26 GMT From: Max Brazhnikov <makc@issp.ac.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/124285: maintainer update: graphics/xaos Message-ID: <200806042040.m54KeQMi091527@www.freebsd.org> Resent-Message-ID: <200806042050.m54Ko1IB083917@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124285 >Category: ports >Synopsis: maintainer update: graphics/xaos >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 04 20:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: FreeBSD luna.dio.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Thu Apr 17 12:14:46 MSD 2008 makc@luna.dio.ru:/usr/obj/usr/src/sys/LUNA i386 >Description: update to 3.4 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS /usr/ports/graphics/xaos/Makefile /home/makc/porting/ports/graphics/xaos/Makefile --- /usr/ports/graphics/xaos/Makefile 2008-04-29 23:06:43.000000000 +0400 +++ /home/makc/porting/ports/graphics/xaos/Makefile 2008-06-05 00:23:06.000000000 +0400 @@ -6,8 +6,8 @@ # PORTNAME= xaos -PORTVERSION= 3.3 -CATEGORIES= graphics +PORTVERSION= 3.4 +CATEGORIES= graphics math MASTER_SITES= SF DISTNAME= XaoS-${PORTVERSION} @@ -16,27 +16,25 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png -USE_XORG= x11 xt x11 xau xdmcp xext -USE_GETTEXT= yes +USE_XORG= x11 xau xdmcp xext GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= autoconf:261 -OPTIONS= PTHREAD "Enable experimental SMP support" off +OPTIONS= PTHREAD "Enable SMP support (experimental)" off \ + NLS "Native Language Support" on CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-aa-driver=no --with-dga-driver=no \ --with-ggi-driver=no --with-svga-driver=no \ - --with-included-gettext=yes \ - --with-x --with-png=yes \ - --with-mit-shm=yes \ --with-sffe=no MAN6= xaos.6 INFO= xaos PLIST_SUB+= XAOSDIR="share/XaoS" + DESKTOP_ENTRIES="XaoS" "Fractal zoomer" "" "xaos" "" false .include <bsd.port.pre.mk> diff -ruN --exclude=CVS /usr/ports/graphics/xaos/distinfo /home/makc/porting/ports/graphics/xaos/distinfo --- /usr/ports/graphics/xaos/distinfo 2008-04-29 23:06:43.000000000 +0400 +++ /home/makc/porting/ports/graphics/xaos/distinfo 2008-06-04 22:28:46.000000000 +0400 @@ -1,3 +1,3 @@ -MD5 (XaoS-3.3.tar.gz) = c1156044a54638df32b1b163e051e3e0 -SHA256 (XaoS-3.3.tar.gz) = 02399eeb49f4e5fe43cd97195525ec5c603709a4a49998986402dc37ca76420f -SIZE (XaoS-3.3.tar.gz) = 1638245 +MD5 (XaoS-3.4.tar.gz) = 366fd8151e9642a0d9afce889912e388 +SHA256 (XaoS-3.4.tar.gz) = 2cdba9b356f725b278b20eaf925b54478ba24b722b1ddda3879a84ddc16a8c00 +SIZE (XaoS-3.4.tar.gz) = 1977108 diff -ruN --exclude=CVS /usr/ports/graphics/xaos/files/patch-configure.in /home/makc/porting/ports/graphics/xaos/files/patch-configure.in --- /usr/ports/graphics/xaos/files/patch-configure.in 2008-04-29 23:06:44.000000000 +0400 +++ /home/makc/porting/ports/graphics/xaos/files/patch-configure.in 2008-06-04 22:36:43.000000000 +0400 @@ -1,6 +1,6 @@ ---- ./configure.in.orig 2008-03-13 20:23:57.000000000 +0300 -+++ ./configure.in 2008-04-10 22:34:25.000000000 +0400 -@@ -284,7 +284,7 @@ +--- ./configure.in.orig 2008-05-22 23:10:28.000000000 +0400 ++++ ./configure.in 2008-06-04 22:29:31.000000000 +0400 +@@ -285,7 +285,7 @@ use_cc_g_flag=no DRIVERDIRS="" @@ -9,7 +9,7 @@ DRIVERLIBS="lib/libui.a lib/libui-hlp.a lib/libengine.a lib/libutil.a lib/libfilter.a" CFLAGS="$CCOPTS" AC_PROG_INSTALL -@@ -429,6 +429,7 @@ +@@ -420,6 +420,7 @@ fi fi case $target_os in @@ -17,7 +17,7 @@ *linux*) CMPLX_O_TARGET=elf;; *cygwin*) CMPLX_O_TARGET=coff;; *darwin*) CMPLX_O_TARGET=macho;; -@@ -735,6 +736,7 @@ +@@ -726,6 +727,7 @@ eval datadir3=$datadir2 # This is a madness! eval can evaluate only one level of variable... AC_DEFINE_UNQUOTED(DATAPATH,"${datadir3}/XaoS") diff -ruN --exclude=CVS /usr/ports/graphics/xaos/files/patch-src__Makefile.in /home/makc/porting/ports/graphics/xaos/files/patch-src__Makefile.in --- /usr/ports/graphics/xaos/files/patch-src__Makefile.in 2008-04-29 23:06:44.000000000 +0400 +++ /home/makc/porting/ports/graphics/xaos/files/patch-src__Makefile.in 2008-06-04 22:36:43.000000000 +0400 @@ -1,5 +1,5 @@ --- ./src/Makefile.in.orig 2008-03-05 16:00:12.000000000 +0300 -+++ ./src/Makefile.in 2008-04-11 01:36:56.000000000 +0400 ++++ ./src/Makefile.in 2008-06-04 22:29:31.000000000 +0400 @@ -1,6 +1,6 @@ CC = @CC@ CFLAGS = @CFLAGS@ diff -ruN --exclude=CVS /usr/ports/graphics/xaos/files/patch-src__include__aconfig.h.in /home/makc/porting/ports/graphics/xaos/files/patch-src__include__aconfig.h.in --- /usr/ports/graphics/xaos/files/patch-src__include__aconfig.h.in 1970-01-01 03:00:00.000000000 +0300 +++ /home/makc/porting/ports/graphics/xaos/files/patch-src__include__aconfig.h.in 2008-06-04 22:36:43.000000000 +0400 @@ -0,0 +1,8 @@ +--- ./src/include/aconfig.h.in.orig 2008-05-22 00:23:37.000000000 +0400 ++++ ./src/include/aconfig.h.in 2008-06-04 22:29:31.000000000 +0400 +@@ -56,4 +56,5 @@ + #undef SIZEOF_LONG + #undef HAVE_GETTEXT + #undef NO_MALLOC_H ++#undef PREFIX + #endif diff -ruN --exclude=CVS /usr/ports/graphics/xaos/files/patch-src__ui__ui.c /home/makc/porting/ports/graphics/xaos/files/patch-src__ui__ui.c --- /usr/ports/graphics/xaos/files/patch-src__ui__ui.c 1970-01-01 03:00:00.000000000 +0300 +++ /home/makc/porting/ports/graphics/xaos/files/patch-src__ui__ui.c 2008-06-04 22:36:43.000000000 +0400 @@ -0,0 +1,11 @@ +--- ./src/ui/ui.c.orig 2008-05-22 00:23:37.000000000 +0400 ++++ ./src/ui/ui.c 2008-06-04 22:36:27.000000000 +0400 +@@ -1243,7 +1243,7 @@ + #ifdef USE_LOCALEPATH + localepath) + #else +- "/usr/share/locale") ++ PREFIX "/share/locale") + #endif + #ifdef DEBUG + ) diff -ruN --exclude=CVS /usr/ports/graphics/xaos/files/patch-src_include_aconfig.h.in /home/makc/porting/ports/graphics/xaos/files/patch-src_include_aconfig.h.in --- /usr/ports/graphics/xaos/files/patch-src_include_aconfig.h.in 2007-07-05 10:22:19.000000000 +0400 +++ /home/makc/porting/ports/graphics/xaos/files/patch-src_include_aconfig.h.in 1970-01-01 03:00:00.000000000 +0300 @@ -1,8 +0,0 @@ ---- src/include/aconfig.h.in.orig Wed Jul 4 22:26:52 2007 -+++ src/include/aconfig.h.in Wed Jul 4 22:26:58 2007 -@@ -55,4 +55,5 @@ - #undef SIZEOF_LONG - #undef HAVE_GETTEXT - #undef NO_MALLOC_H -+#undef PREFIX - #endif diff -ruN --exclude=CVS /usr/ports/graphics/xaos/files/patch-src_ui_ui.c /home/makc/porting/ports/graphics/xaos/files/patch-src_ui_ui.c --- /usr/ports/graphics/xaos/files/patch-src_ui_ui.c 2007-07-05 10:22:19.000000000 +0400 +++ /home/makc/porting/ports/graphics/xaos/files/patch-src_ui_ui.c 1970-01-01 03:00:00.000000000 +0300 @@ -1,11 +0,0 @@ ---- src/ui/ui.c.orig Sun Nov 12 22:49:51 2006 -+++ src/ui/ui.c Wed Jul 4 22:43:49 2007 -@@ -1207,7 +1207,7 @@ - ) - #endif - #else -- "/usr/share/locale") -+ PREFIX "/share/locale") - #ifdef DEBUG - ) - #endif diff -ruN --exclude=CVS /usr/ports/graphics/xaos/pkg-plist /home/makc/porting/ports/graphics/xaos/pkg-plist --- /usr/ports/graphics/xaos/pkg-plist 2008-04-29 23:06:43.000000000 +0400 +++ /home/makc/porting/ports/graphics/xaos/pkg-plist 2008-06-04 22:42:45.000000000 +0400 @@ -5,6 +5,7 @@ %%XAOSDIR%%/catalogs/english.cat %%XAOSDIR%%/catalogs/espanhol.cat %%XAOSDIR%%/catalogs/francais.cat +%%XAOSDIR%%/catalogs/italiano.cat %%XAOSDIR%%/catalogs/magyar.cat %%XAOSDIR%%/catalogs/romanian.cat %%XAOSDIR%%/doc/AUTHORS @@ -228,6 +229,7 @@ %%NLS%%share/locale/es/LC_MESSAGES/xaos.mo %%NLS%%share/locale/fr/LC_MESSAGES/xaos.mo %%NLS%%share/locale/hu/LC_MESSAGES/xaos.mo +%%NLS%%share/locale/it/LC_MESSAGES/xaos.mo %%NLS%%share/locale/ro/LC_MESSAGES/xaos.mo @dirrm %%XAOSDIR%%/tutorial @dirrm %%XAOSDIR%%/help >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806042040.m54KeQMi091527>