diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-05 16:00:41 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-05 16:00:41 +0800 |
commit | aa0efc99a51d56d280551aefc4fc52fbe6bef1fb (patch) | |
tree | c6d7f3e821214b89fb154dda8ec9e74df1d640e3 /textproc | |
parent | 10ba911ad619b469c77fe4d0b4a37352e49154e5 (diff) | |
download | freebsd-ports-graphics-aa0efc99a51d56d280551aefc4fc52fbe6bef1fb.tar.gz freebsd-ports-graphics-aa0efc99a51d56d280551aefc4fc52fbe6bef1fb.tar.zst freebsd-ports-graphics-aa0efc99a51d56d280551aefc4fc52fbe6bef1fb.zip |
Upgrade gnumeric to 0.5, libxml to 0.99,
Correct gtk11-devel's PLIST,
and fix some configure problem of electriceyes.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml/Makefile | 6 | ||||
-rw-r--r-- | textproc/libxml/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxml/pkg-plist | 5 | ||||
-rw-r--r-- | textproc/libxml2/Makefile | 6 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxml2/pkg-plist | 5 |
6 files changed, 16 insertions, 10 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index b5208c748b2..053f5acbf21 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: libxml -# Version required: 0.30 +# Version required: 0.99 # Date created: 28 September 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/10/10 13:48:53 vanilla Exp $ # -DISTNAME= libxml-0.30 +DISTNAME= libxml-0.99 CATEGORIES= textproc MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ ftp://ftp.gnome.org/pub/GNOME/sources/ diff --git a/textproc/libxml/distinfo b/textproc/libxml/distinfo index 741e8459fdd..e7c9535391a 100644 --- a/textproc/libxml/distinfo +++ b/textproc/libxml/distinfo @@ -1 +1 @@ -MD5 (libxml-0.30.tar.gz) = 62cadf0c00e7b0742d663c97ad910e2b +MD5 (libxml-0.99.tar.gz) = d091eb8e5640341718646b4020b162d9 diff --git a/textproc/libxml/pkg-plist b/textproc/libxml/pkg-plist index 0b9535bd26d..ae670798978 100644 --- a/textproc/libxml/pkg-plist +++ b/textproc/libxml/pkg-plist @@ -1,10 +1,13 @@ +bin/xml-config etc/xmlConf.sh +include/gnome-xml/debugXML.h +include/gnome-xml/encoding.h include/gnome-xml/entities.h include/gnome-xml/parser.h include/gnome-xml/tree.h lib/libxml.a -@exec ranlib %D/%F lib/libxml.la +lib/libxml.so lib/libxml.so.0 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index b5208c748b2..053f5acbf21 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: libxml -# Version required: 0.30 +# Version required: 0.99 # Date created: 28 September 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/10/10 13:48:53 vanilla Exp $ # -DISTNAME= libxml-0.30 +DISTNAME= libxml-0.99 CATEGORIES= textproc MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ ftp://ftp.gnome.org/pub/GNOME/sources/ diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 741e8459fdd..e7c9535391a 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1 +1 @@ -MD5 (libxml-0.30.tar.gz) = 62cadf0c00e7b0742d663c97ad910e2b +MD5 (libxml-0.99.tar.gz) = d091eb8e5640341718646b4020b162d9 diff --git a/textproc/libxml2/pkg-plist b/textproc/libxml2/pkg-plist index 0b9535bd26d..ae670798978 100644 --- a/textproc/libxml2/pkg-plist +++ b/textproc/libxml2/pkg-plist @@ -1,10 +1,13 @@ +bin/xml-config etc/xmlConf.sh +include/gnome-xml/debugXML.h +include/gnome-xml/encoding.h include/gnome-xml/entities.h include/gnome-xml/parser.h include/gnome-xml/tree.h lib/libxml.a -@exec ranlib %D/%F lib/libxml.la +lib/libxml.so lib/libxml.so.0 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |