diff options
author | krion <krion@FreeBSD.org> | 2004-10-12 18:29:47 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-10-12 18:29:47 +0800 |
commit | 63b42d6896c431373b905083efb6f14fe84c3008 (patch) | |
tree | 40e36bb58f0324f6d3b2a339da8adb1727d96234 /emulators/visualos | |
parent | e5b199762d3303c03e7a992c39c71b5066206951 (diff) | |
download | freebsd-ports-gnome-63b42d6896c431373b905083efb6f14fe84c3008.tar.gz freebsd-ports-gnome-63b42d6896c431373b905083efb6f14fe84c3008.tar.zst freebsd-ports-gnome-63b42d6896c431373b905083efb6f14fe84c3008.zip |
Update to version 1.0.5
PR: ports/72318
Submitted by: Ports Fury
Diffstat (limited to 'emulators/visualos')
-rw-r--r-- | emulators/visualos/Makefile | 11 | ||||
-rw-r--r-- | emulators/visualos/distinfo | 4 | ||||
-rw-r--r-- | emulators/visualos/files/patch-configure | 13 | ||||
-rw-r--r-- | emulators/visualos/pkg-plist | 1 |
4 files changed, 10 insertions, 19 deletions
diff --git a/emulators/visualos/Makefile b/emulators/visualos/Makefile index 57f69b526d52..120c81974970 100644 --- a/emulators/visualos/Makefile +++ b/emulators/visualos/Makefile @@ -6,8 +6,7 @@ # PORTNAME= VisualOS -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= emulators gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} @@ -16,12 +15,16 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A visual simulator of an operating system to help understand how OSes work USE_X_PREFIX= yes -USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libglade -USE_LIBTOOL_VER=13 +USE_REINPLACE= yes +USE_GMAKE= yes +USE_LIBTOOL_VER= 15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= VisualOS.1 +post-patch: + @${REINPLACE_CMD} -e '/^#define _/d' ${WRKSRC}/src/signals.c + .include <bsd.port.mk> diff --git a/emulators/visualos/distinfo b/emulators/visualos/distinfo index 035ed6001b37..43cb25899c2f 100644 --- a/emulators/visualos/distinfo +++ b/emulators/visualos/distinfo @@ -1,2 +1,2 @@ -MD5 (VisualOS-1.0.4.tar.gz) = 9439dad74f5944e7028514cb135d14fb -SIZE (VisualOS-1.0.4.tar.gz) = 917161 +MD5 (VisualOS-1.0.5.tar.gz) = db0db4fe4251038fcfe0b2e7f5feefa4 +SIZE (VisualOS-1.0.5.tar.gz) = 1066835 diff --git a/emulators/visualos/files/patch-configure b/emulators/visualos/files/patch-configure deleted file mode 100644 index 42efb5a9986c..000000000000 --- a/emulators/visualos/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- configure 2002/06/10 09:27:06 1.1 -+++ configure 2002/06/10 09:27:21 -@@ -7605,6 +7605,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 --git a/emulators/visualos/pkg-plist b/emulators/visualos/pkg-plist index 853aa29ab2da..3206824d3e4b 100644 --- a/emulators/visualos/pkg-plist +++ b/emulators/visualos/pkg-plist @@ -1,6 +1,7 @@ bin/VisualOS share/gnome/VisualOS/VisualOS.glade share/gnome/VisualOS/io_editor_disk.xpm +share/locale/cs/LC_MESSAGES/VisualOS.mo share/locale/es/LC_MESSAGES/VisualOS.mo share/locale/fr/LC_MESSAGES/VisualOS.mo share/locale/it/LC_MESSAGES/VisualOS.mo |