Index: head/x11-toolkits/gtkextra2/Makefile =================================================================== --- head/x11-toolkits/gtkextra2/Makefile (revision 284552) +++ head/x11-toolkits/gtkextra2/Makefile (revision 284553) @@ -1,38 +1,38 @@ # New ports collection makefile for: gtkextra # Date created: 17 August 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= gtkextra PORTVERSION= 2.1.2 CATEGORIES= x11-toolkits MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A useful widget set complementary to GTK+ 2.0 USE_GNOME= gtk20 gnomehack USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_LDCONFIG= yes LATEST_LINK= gtkextra2 DOCSDIR= ${PREFIX}/share/doc/gtkextra2 PORTDOCS= * post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s|docs||' ${WRKSRC}/Makefile.in post-install: .if !defined(NOPORTDOCS) .for d in reference tutorial @${MKDIR} ${DOCSDIR}/${d} @(cd ${WRKSRC}/docs/${d} && ${COPYTREE_SHARE} . ${DOCSDIR}) .endfor .endif .include Property changes on: head/x11-toolkits/gtkextra2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property Index: head/x11-toolkits/gtkextra2/files/patch-Makefile.in =================================================================== --- head/x11-toolkits/gtkextra2/files/patch-Makefile.in (nonexistent) +++ head/x11-toolkits/gtkextra2/files/patch-Makefile.in (revision 284553) @@ -0,0 +1,16 @@ +--- gtkextra/Makefile.in.orig 2011-10-27 00:29:46.287956897 +0200 ++++ gtkextra/Makefile.in 2011-10-27 00:30:31.199394384 +0200 +@@ -1028,11 +1028,11 @@ + $(libgtkextra_x11_2_0_la_OBJECTS) $(libgtkextra_linux_fb_2_0_la_OBJECTS) $(libgtkextra_win32_2_0_la_OBJECTS): ${gtkextra_built_public_sources} ${gtkextra_built_private_headers} + + $(srcdir)/gtkextra-marshal.h: gtkextra-marshal.list +- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \ ++ ( glib-genmarshal --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \ + && mv gtkextra-marshal.tmp gtkextra-marshal.h ) \ + || ( rm -f gtkextra-marshal.tmp && exit 1 ) + $(srcdir)/gtkextra-marshal.c: gtkextra-marshal.h +- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \ ++ ( glib-genmarshal --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \ + && mv gtkextra-marshal.tmp gtkextra-marshal.c ) \ + || ( rm -f gtkextra-marshal.tmp && exit 1 ) + Property changes on: head/x11-toolkits/gtkextra2/files/patch-Makefile.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-toolkits/gtkextra2/files/patch-gtkcolorcombo.c =================================================================== --- head/x11-toolkits/gtkextra2/files/patch-gtkcolorcombo.c (nonexistent) +++ head/x11-toolkits/gtkextra2/files/patch-gtkcolorcombo.c (revision 284553) @@ -0,0 +1,11 @@ +--- gtkextra/gtkcolorcombo.c.orig 2011-10-27 00:08:40.655552360 +0200 ++++ gtkextra/gtkcolorcombo.c 2011-10-27 00:09:03.934648236 +0200 +@@ -146,7 +146,7 @@ + GTK_CLASS_TYPE(object_class), + GTK_SIGNAL_OFFSET(GtkColorComboClass, + changed), +- gtkextra_VOID__INT_BOXED, ++ gtkextra_VOID__BOXED_BOXED, + GTK_TYPE_NONE, + 2, GTK_TYPE_INT, GDK_TYPE_COLOR); + Property changes on: head/x11-toolkits/gtkextra2/files/patch-gtkcolorcombo.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property