diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-29 19:48:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-29 19:48:18 +0000 |
commit | 8dc72c9e6beec47ae8e11b317dc6afe6eb4cd171 (patch) | |
tree | 7a37e997391d774a35762fdfab119fcd20b3d7c3 /science | |
parent | Update to 0.1.4. (diff) |
Update to 0.3.4.
PR: 53850
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=83853
Diffstat (limited to 'science')
-rw-r--r-- | science/gchempaint/Makefile | 9 | ||||
-rw-r--r-- | science/gchempaint/distinfo | 2 | ||||
-rw-r--r-- | science/gchempaint/files/patch-configure | 10 | ||||
-rw-r--r-- | science/gchempaint/pkg-plist | 5 |
4 files changed, 19 insertions, 7 deletions
diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile index c9e7b67a137d..420fee7d83ff 100644 --- a/science/gchempaint/Makefile +++ b/science/gchempaint/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= gchempaint -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= science MASTER_SITES= http://savannah.nongnu.org/download/gchempaint/unstable.pkg/${PORTVERSION}/ @@ -18,10 +18,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix libgnomeprintui libgnomeui USE_GMAKE= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" .include <bsd.port.mk> diff --git a/science/gchempaint/distinfo b/science/gchempaint/distinfo index cec431acb5cc..c7961f364277 100644 --- a/science/gchempaint/distinfo +++ b/science/gchempaint/distinfo @@ -1 +1 @@ -MD5 (gchempaint-0.3.3.tar.bz2) = cdf5fa5d07884a1ee6a00cf6acb40ed8 +MD5 (gchempaint-0.3.4.tar.bz2) = 15afabbae8aa07d3361952b5061457a0 diff --git a/science/gchempaint/files/patch-configure b/science/gchempaint/files/patch-configure new file mode 100644 index 000000000000..f195f07b43c6 --- /dev/null +++ b/science/gchempaint/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Dec 11 18:31:51 2002 ++++ configure Thu Dec 12 12:07:17 2002 +@@ -7414,6 +7414,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/science/gchempaint/pkg-plist b/science/gchempaint/pkg-plist index 08733da55ea4..9bc94579f7aa 100644 --- a/science/gchempaint/pkg-plist +++ b/science/gchempaint/pkg-plist @@ -51,6 +51,11 @@ share/gnome/pixmaps/gchempaint.png share/gnome/pixmaps/gchempaint_logo.png @exec scrollkeeper-install -q %D/share/gnome/omf/gchempaint/gchempaint-C.omf 2>/dev/null || /usr/bin/true share/gnome/ui/gchempaint.xml +share/locale/de/LC_MESSAGES/gchempaint.mo +share/locale/fr/LC_MESSAGES/gchempaint.mo +share/locale/it/LC_MESSAGES/gchempaint.mo +share/locale/pl/LC_MESSAGES/gchempaint.mo +share/locale/zh_CN/LC_MESSAGES/gchempaint.mo @dirrm share/gnome/gchempaint/glade @dirrm share/gnome/gchempaint @dirrm share/gnome/help/gchempaint/C/figures |