aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libgsf
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-07-12 03:43:35 +0800
committermezz <mezz@FreeBSD.org>2007-07-12 03:43:35 +0800
commite88d6741ad6d6c0db4f5e0c1513d4c1e3226af6f (patch)
tree3b39a95ad6d93fb56299702c524fc2c21f9f95bc /devel/libgsf
parente61f240820b3bca76dff470918fdd0b32ca015ab (diff)
downloadfreebsd-ports-gnome-e88d6741ad6d6c0db4f5e0c1513d4c1e3226af6f.tar.gz
freebsd-ports-gnome-e88d6741ad6d6c0db4f5e0c1513d4c1e3226af6f.tar.zst
freebsd-ports-gnome-e88d6741ad6d6c0db4f5e0c1513d4c1e3226af6f.zip
-Update to 1.14.5.
-Clean up in CONFIGURE_ARGS by remove these that are taken care by gnomeprefix. -Remove an empty of GCONF_SCHEMAS in libgsf-gnome.
Diffstat (limited to 'devel/libgsf')
-rw-r--r--devel/libgsf/Makefile12
-rw-r--r--devel/libgsf/distinfo6
-rw-r--r--devel/libgsf/files/patch-configure32
3 files changed, 7 insertions, 43 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
index 975333cde9cc..fd7bc049b6c5 100644
--- a/devel/libgsf/Makefile
+++ b/devel/libgsf/Makefile
@@ -7,8 +7,8 @@
#
PORTNAME= libgsf
-PORTVERSION= 1.14.4
-PORTREVISION?= 1
+PORTVERSION= 1.14.5
+PORTREVISION?= 0
CATEGORIES?= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -28,17 +28,13 @@ USE_GETTEXT= yes
USE_LDCONFIG= yes
USE_GNOME?= gnomehack gnomeprefix glib20 libxml2 gconf2 ltverhack intlhack
USE_AUTOTOOLS= libtool:15
-CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \
- --disable-gtk-doc --without-gnome --with-bz2 \
- --mandir=${PREFIX}/man \
- --with-gconf-source=${GCONF_CONFIG_SOURCE} \
- --without-python
+CONFIGURE_ARGS?=--without-gnome --without-python
CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.if !defined(GSF_SLAVE)
GCONF_SCHEMAS= gsf-office-thumbnailer.schemas
-MAN1= gsf-office-thumbnailer.1
+MAN1= gsf.1 gsf-office-thumbnailer.1
.endif
.include <bsd.port.mk>
diff --git a/devel/libgsf/distinfo b/devel/libgsf/distinfo
index c288d1617b71..3c6cd601a2fe 100644
--- a/devel/libgsf/distinfo
+++ b/devel/libgsf/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/libgsf-1.14.4.tar.bz2) = 2d07ad2f1336c101ce14982ba7289f80
-SHA256 (gnome2/libgsf-1.14.4.tar.bz2) = e68ee826bda241ac847420043f0335c1c84cdf7ee772d672ae392ff21815e7f0
-SIZE (gnome2/libgsf-1.14.4.tar.bz2) = 543158
+MD5 (gnome2/libgsf-1.14.5.tar.bz2) = 0c1a70ca77aef5706544c1b4082a632a
+SHA256 (gnome2/libgsf-1.14.5.tar.bz2) = 54a1432c73e2df93dfe16bd6c11eb56c949da0967479be2e31e2c08ea0ee1901
+SIZE (gnome2/libgsf-1.14.5.tar.bz2) = 541647
diff --git a/devel/libgsf/files/patch-configure b/devel/libgsf/files/patch-configure
deleted file mode 100644
index b73f5dfac9d3..000000000000
--- a/devel/libgsf/files/patch-configure
+++ /dev/null
@@ -1,32 +0,0 @@
---- configure.orig Tue Jun 19 00:45:29 2007
-+++ configure Tue Jun 19 00:46:52 2007
-@@ -25107,13 +25107,6 @@ else
- fi
-
-
--if test $WITH_BONOBO = yes; then
-- WITH_BONOBO_TRUE=
-- WITH_BONOBO_FALSE='#'
--else
-- WITH_BONOBO_TRUE='#'
-- WITH_BONOBO_FALSE=
--fi
-
-
- if test $WITH_BONOBO = yes; then
-@@ -25215,6 +25208,15 @@ else
- WITH_LIBGSF_GNOME_TRUE='#'
- WITH_LIBGSF_GNOME_FALSE=
- fi
-+
-+if test $WITH_BONOBO = yes; then
-+ WITH_BONOBO_TRUE=
-+ WITH_BONOBO_FALSE='#'
-+else
-+ WITH_BONOBO_TRUE='#'
-+ WITH_BONOBO_FALSE=
-+fi
-+
-
-
- # ===================