Bug 181727 - devel/libgsf missing dependency on graphics/gdk-pixbuf2
Summary: devel/libgsf missing dependency on graphics/gdk-pixbuf2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-01 17:50 UTC by Pawel Pekala
Modified: 2013-09-27 21:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Pekala freebsd_committer freebsd_triage 2013-09-01 17:50:00 UTC
From tinderbuild log:

checking for GDK_PIXBUF... no
configure: WARNING: gdk-pixbuf support disabled, unable to find required version

While compiled from ports:

[corn:/home/corn]# ldd /usr/local/bin/gsf-office-thumbnailer | grep pixbuf
        libgdk_pixbuf-2.0.so.0 => /usr/local/lib/libgdk_pixbuf-2.0.so.0 (0x801211000)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-01 17:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Koop Mast freebsd_committer freebsd_triage 2013-09-27 21:25:15 UTC
State Changed
From-To: open->closed

Dependancy to gdkpixbuf2 added, thanks thanks
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-27 21:25:15 UTC
Author: kwm
Date: Fri Sep 27 20:25:08 2013
New Revision: 328512
URL: http://svnweb.freebsd.org/changeset/ports/328512

Log:
  Update to 1.4.28.
  
  Add gdkpixbuf2 to depend [1], also sort USE_GNOME.
  Enable stage support.
  
  PR:		ports/181727
  Submitted by:	pawel@

Modified:
  head/devel/libgsf/Makefile
  head/devel/libgsf/distinfo
  head/devel/libgsf/pkg-plist

Modified: head/devel/libgsf/Makefile
==============================================================================
--- head/devel/libgsf/Makefile	Fri Sep 27 20:04:54 2013	(r328511)
+++ head/devel/libgsf/Makefile	Fri Sep 27 20:25:08 2013	(r328512)
@@ -3,7 +3,7 @@
 #   $MCom: ports/trunk/devel/libgsf/Makefile 18634 2013-07-26 10:42:35Z kwm $
 
 PORTNAME=	libgsf
-PORTVERSION=	1.14.27
+PORTVERSION=	1.14.28
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -14,13 +14,10 @@ COMMENT=	Extensible I/O abstraction for 
 USE_XZ=		yes
 USES=		gettext gmake pathfix pkgconfig
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomeprefix glib20 libxml2 ltverhack intlhack \
-		introspection:build
+USE_GNOME=	gdkpixbuf2 glib20 gnomeprefix intlhack introspection:build \
+		libxml2 ltverhack
 USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		gsf.1 gsf-office-thumbnailer.1 gsf-vba-dump.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/libgsf/distinfo
==============================================================================
--- head/devel/libgsf/distinfo	Fri Sep 27 20:04:54 2013	(r328511)
+++ head/devel/libgsf/distinfo	Fri Sep 27 20:25:08 2013	(r328512)
@@ -1,2 +1,2 @@
-SHA256 (gnome2/libgsf-1.14.27.tar.xz) = a012e63bedd6003cea9ae8fa78944516b50c334767163b88527c6b2332bc3e6c
-SIZE (gnome2/libgsf-1.14.27.tar.xz) = 554008
+SHA256 (gnome2/libgsf-1.14.28.tar.xz) = ea94914f1fdaa5d4eb49149f0228ae6e41a54bdeb8caf52a7dd8acaa329fcbe4
+SIZE (gnome2/libgsf-1.14.28.tar.xz) = 557724

Modified: head/devel/libgsf/pkg-plist
==============================================================================
--- head/devel/libgsf/pkg-plist	Fri Sep 27 20:04:54 2013	(r328511)
+++ head/devel/libgsf/pkg-plist	Fri Sep 27 20:25:08 2013	(r328512)
@@ -55,6 +55,9 @@ lib/libgsf-1.la
 lib/libgsf-1.so
 lib/libgsf-1.so.114
 libdata/pkgconfig/libgsf-1.pc
+man/man1/gsf-office-thumbnailer.1.gz
+man/man1/gsf-vba-dump.1.gz
+man/man1/gsf.1.gz
 share/doc/gsf/annotation-glossary.html
 share/doc/gsf/api.html
 share/doc/gsf/dependencies.html
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"