diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-06-10 09:55:01 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-06-10 09:55:01 +0000 |
commit | 1fb8afa5dd49b80815c6e951fab4b4bdb37a4caf (patch) | |
tree | 7ea534afd1fa548505b5970e68685d7e2cfb22a0 /emulators | |
parent | cc38859f02dd0e279a4da6bd9df1df592d66acbd (diff) | |
download | FreeBSD-ports-1fb8afa5dd49b80815c6e951fab4b4bdb37a4caf.zip FreeBSD-ports-1fb8afa5dd49b80815c6e951fab4b4bdb37a4caf.tar.gz |
Update to 1.0.4.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/visualos/Makefile | 7 | ||||
-rw-r--r-- | emulators/visualos/distinfo | 2 | ||||
-rw-r--r-- | emulators/visualos/files/patch-configure | 13 | ||||
-rw-r--r-- | emulators/visualos/files/patch-po::Makefile.in.in | 14 |
4 files changed, 31 insertions, 5 deletions
diff --git a/emulators/visualos/Makefile b/emulators/visualos/Makefile index 98d9202..288d1fc 100644 --- a/emulators/visualos/Makefile +++ b/emulators/visualos/Makefile @@ -6,8 +6,7 @@ # PORTNAME= VisualOS -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.4 CATEGORIES= emulators gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= visualos @@ -17,7 +16,7 @@ MAINTAINER= sobomax@FreeBSD.org USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -26,7 +25,7 @@ MAN1= VisualOS.1 pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' diff --git a/emulators/visualos/distinfo b/emulators/visualos/distinfo index 5519efc..f81919f 100644 --- a/emulators/visualos/distinfo +++ b/emulators/visualos/distinfo @@ -1 +1 @@ -MD5 (VisualOS-1.0.3.tar.gz) = cffe8a6d5e34252b2cfa0947c4b775c6 +MD5 (VisualOS-1.0.4.tar.gz) = 9439dad74f5944e7028514cb135d14fb diff --git a/emulators/visualos/files/patch-configure b/emulators/visualos/files/patch-configure new file mode 100644 index 0000000..42efb5a --- /dev/null +++ b/emulators/visualos/files/patch-configure @@ -0,0 +1,13 @@ + +$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/files/patch-po::Makefile.in.in b/emulators/visualos/files/patch-po::Makefile.in.in new file mode 100644 index 0000000..f048097 --- /dev/null +++ b/emulators/visualos/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in 2002/06/10 09:43:52 1.1 ++++ po/Makefile.in.in 2002/06/10 09:44:05 +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ |