diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-12 10:29:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-12 10:29:47 +0000 |
commit | 452dbd569224682bc15422b6c2f93a75c79c87b3 (patch) | |
tree | f5b8754c8382fbd0742e8403c2bfa858d7234466 /emulators/visualos | |
parent | c091ac9abed4884b113fa92ff96f83f0c10c405a (diff) | |
download | ports-452dbd569224682bc15422b6c2f93a75c79c87b3.tar.gz ports-452dbd569224682bc15422b6c2f93a75c79c87b3.zip |
Update to version 1.0.5
PR: ports/72318
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=118921
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 |