diff options
author | pat <pat@FreeBSD.org> | 2002-03-03 15:22:25 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-03 15:22:25 +0800 |
commit | 3452eb5ce5d7b42a569fa1b2c18a909fd01a7e1a (patch) | |
tree | 5c8fdadd4f9e89acbf43feafea65245c11896769 /textproc | |
parent | 85cc21adce899afc6564623ccaed4a6e6b935c4c (diff) | |
download | freebsd-ports-gnome-3452eb5ce5d7b42a569fa1b2c18a909fd01a7e1a.tar.gz freebsd-ports-gnome-3452eb5ce5d7b42a569fa1b2c18a909fd01a7e1a.tar.zst freebsd-ports-gnome-3452eb5ce5d7b42a569fa1b2c18a909fd01a7e1a.zip |
Update to 1.3.3
PR: 35500
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gxmlviewer/Makefile | 10 | ||||
-rw-r--r-- | textproc/gxmlviewer/distinfo | 2 | ||||
-rw-r--r-- | textproc/gxmlviewer/pkg-plist | 1 |
3 files changed, 8 insertions, 5 deletions
diff --git a/textproc/gxmlviewer/Makefile b/textproc/gxmlviewer/Makefile index 312562c28f1d..64c5c0d04c84 100644 --- a/textproc/gxmlviewer/Makefile +++ b/textproc/gxmlviewer/Makefile @@ -7,20 +7,22 @@ # PORTNAME= gxmlviewer -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ - xml2.5:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 +USE_X_PREFIX= yes USE_GNOME= yes GNU_CONFIGURE= yes post-patch: - @${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|<iconv.h>|<giconv.h>|g ; \ + s|-liconv|-lgiconv|g' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/textproc/gxmlviewer/distinfo b/textproc/gxmlviewer/distinfo index d56b958f8717..cf2adbbca296 100644 --- a/textproc/gxmlviewer/distinfo +++ b/textproc/gxmlviewer/distinfo @@ -1 +1 @@ -MD5 (gxmlviewer-1.3.1.tar.gz) = c4edae2b9cfe01588a370b523fde0fcd +MD5 (gxmlviewer-1.3.3.tar.gz) = e1f159e003e2ca99482ac7cf8677365e diff --git a/textproc/gxmlviewer/pkg-plist b/textproc/gxmlviewer/pkg-plist index 79175ebc019e..ae61847a0c8e 100644 --- a/textproc/gxmlviewer/pkg-plist +++ b/textproc/gxmlviewer/pkg-plist @@ -1,4 +1,5 @@ bin/gxmlviewer bin/xmlview-control +bin/xmlformatter lib/netscape/plugins/npgxmlviewer.so share/gnome/oaf/GNOME_XMLView.oaf |