diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-10 09:55:01 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-10 09:55:01 +0000 |
commit | c23f97c83105dc6ab00488ed7624a5ba9230216f (patch) | |
tree | 8dfe019357509dbbf7da066e1d383683fbc65596 | |
parent | 90bc2d82bd82bbb9d3408ee06b1bee5644cecdff (diff) | |
download | ports-c23f97c83105dc6ab00488ed7624a5ba9230216f.tar.gz ports-c23f97c83105dc6ab00488ed7624a5ba9230216f.zip |
Notes
-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 98d9202dc270..288d1fc5d466 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 5519efc24716..f81919f53b76 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 000000000000..42efb5a9986c --- /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 000000000000..f04809780e48 --- /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 \ |