Index: head/x11-toolkits/gtkextra/Makefile =================================================================== --- head/x11-toolkits/gtkextra/Makefile (revision 51068) +++ head/x11-toolkits/gtkextra/Makefile (revision 51069) @@ -1,25 +1,25 @@ # New ports collection makefile for: gtkextra # Date created: 17 August 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= gtkextra -PORTVERSION= 0.99.16 +PORTVERSION= 0.99.17 CATEGORIES= x11-toolkits MASTER_SITES= http://gtkextra.sourceforge.net/src/ \ ${MASTER_SITE_SOURCEFORGE} \ http://magnet.fsu.edu/~feiguin/gtk/src/ MASTER_SITE_SUBDIR= scigraphica DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org USE_X_PREFIX= yes USE_GTK= yes USE_LIBTOOL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes .include Property changes on: head/x11-toolkits/gtkextra/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/x11-toolkits/gtkextra/distinfo =================================================================== --- head/x11-toolkits/gtkextra/distinfo (revision 51068) +++ head/x11-toolkits/gtkextra/distinfo (revision 51069) @@ -1 +1 @@ -MD5 (gtk+extra-0.99.16.tar.gz) = 36846324144fc148c3e78781335044d6 +MD5 (gtk+extra-0.99.17.tar.gz) = 390e622c12a5c7f7845ee144ae13ab93 Property changes on: head/x11-toolkits/gtkextra/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/x11-toolkits/gtkextra/files/patch-aa =================================================================== --- head/x11-toolkits/gtkextra/files/patch-aa (revision 51068) +++ head/x11-toolkits/gtkextra/files/patch-aa (revision 51069) @@ -1,22 +1,22 @@ $FreeBSD$ ---- gtkextra/Makefile.in.orig Thu Jun 28 18:25:32 2001 -+++ gtkextra/Makefile.in Mon Jul 2 17:45:25 2001 -@@ -123,14 +123,14 @@ +--- gtkextra/Makefile.in.orig Fri Nov 30 17:28:46 2001 ++++ gtkextra/Makefile.in Wed Dec 5 10:57:22 2001 +@@ -126,14 +126,14 @@ lib_LTLIBRARIES = libgtkextra.la libgtkextra_la_SOURCES = $(gtkextra_c_sources) -libgtkextra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -export-dynamic $(shell gtk-config --libs) $(GTKGL_LIBS) +libgtkextra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-dynamic $(shell gtk-config --libs) $(GTKGL_LIBS) EXTRA_HEADERS = - EXTRA_DIST = $(gtkextra_private_h_sources) gtkextra.def Makefile.win32 makefile.msc sat.xpm sg_small.xpm cloud.xpm suncloud.xpm + EXTRA_DIST = $(gtkextra_private_h_sources) gtkextra.def Makefile.win32 makefile.msc sat.xpm sg_small.xpm cloud.xpm suncloud.xpm testgtkplotdt.in # test programs, not to be installed --noinst_PROGRAMS = testgtksheet testgtkiconlist testgtkfilesel testgtkplot testgtkfont testrealtime testpolar testgtkplot3d testcontour testbubbles testflux testboxes testimage testpixmap testcharsel -+noinst_PROGRAMS = #testgtksheet testgtkiconlist testgtkfilesel testgtkplot testgtkfont testrealtime testpolar testgtkplot3d testcontour testbubbles testflux testboxes testimage testpixmap testcharsel +-noinst_PROGRAMS = testgtksheet testgtkiconlist testgtkfilesel testgtkplot testgtkfont testrealtime testiterator testpolar testgtkplot3d testcontour testbubbles testflux testboxes testimage testpixmap testcharsel testdt testgtkplotdt ++noinst_PROGRAMS = #testgtksheet testgtkiconlist testgtkfilesel testgtkplot testgtkfont testrealtime testiterator testpolar testgtkplot3d testcontour testbubbles testflux testboxes testimage testpixmap testcharsel testdt testgtkplotdt DEPS = libgtkextra.la LDADDS = libgtkextra.la $(GTK_LIBS) Property changes on: head/x11-toolkits/gtkextra/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotdt.c =================================================================== --- head/x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotdt.c (nonexistent) +++ head/x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotdt.c (revision 51069) @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- gtkextra/gtkplotdt.c 2001/12/05 09:01:36 1.1 ++++ gtkextra/gtkplotdt.c 2001/12/05 09:02:12 +@@ -20,7 +20,9 @@ + #include + #include + #include ++#ifndef __FreeBSD__ + #include ++#endif + #include + #include + #include "gtkplotdt.h" Property changes on: head/x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotdt.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotps.c =================================================================== --- head/x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotps.c (revision 51068) +++ head/x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotps.c (revision 51069) @@ -1,15 +1,15 @@ $FreeBSD$ ---- gtkextra/gtkplotps.c 2001/07/05 08:52:19 1.1 -+++ gtkextra/gtkplotps.c 2001/07/05 08:52:48 +--- gtkextra/gtkplotps.c.orig Fri Nov 30 17:13:40 2001 ++++ gtkextra/gtkplotps.c Wed Dec 5 10:58:27 2001 @@ -34,7 +34,9 @@ #include #include #include +#if __FreeBSD_version >= 500019 #include +#endif + #include #include "gtkplot.h" - #include "gtkpsfont.h" Property changes on: head/x11-toolkits/gtkextra/files/patch-gtkextra::gtkplotps.c ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/x11-toolkits/gtkextra/pkg-plist =================================================================== --- head/x11-toolkits/gtkextra/pkg-plist (revision 51068) +++ head/x11-toolkits/gtkextra/pkg-plist (revision 51069) @@ -1,38 +1,39 @@ bin/gtkextra-config include/gtkextra/gtkbordercombo.h include/gtkextra/gtkcharsel.h include/gtkextra/gtkcheckitem.h include/gtkextra/gtkcolorcombo.h include/gtkextra/gtkcombobox.h include/gtkextra/gtkdirtree.h include/gtkextra/gtkextra.h include/gtkextra/gtkextrafeatures.h include/gtkextra/gtkfileicons.h include/gtkextra/gtkfilelist.h include/gtkextra/gtkfontcombo.h include/gtkextra/gtkiconfilesel.h include/gtkextra/gtkiconlist.h include/gtkextra/gtkitementry.h include/gtkextra/gtkplot.h include/gtkextra/gtkplot3d.h include/gtkextra/gtkplotbar.h include/gtkextra/gtkplotbox.h include/gtkextra/gtkplotcanvas.h include/gtkextra/gtkplotcsurface.h include/gtkextra/gtkplotdata.h +include/gtkextra/gtkplotdt.h include/gtkextra/gtkplotflux.h include/gtkextra/gtkplotgdk.h include/gtkextra/gtkplotpc.h include/gtkextra/gtkplotpixmap.h include/gtkextra/gtkplotpolar.h include/gtkextra/gtkplotprint.h include/gtkextra/gtkplotps.h include/gtkextra/gtkplotsurface.h include/gtkextra/gtkpsfont.h include/gtkextra/gtksheet.h include/gtkextra/gtktogglecombo.h lib/libgtkextra.a lib/libgtkextra.so -lib/libgtkextra.so.16 +lib/libgtkextra.so.17 share/aclocal/gtkextra.m4 @dirrm include/gtkextra Property changes on: head/x11-toolkits/gtkextra/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/x11-toolkits/gtkextra2/Makefile =================================================================== --- head/x11-toolkits/gtkextra2/Makefile (revision 51068) +++ head/x11-toolkits/gtkextra2/Makefile (revision 51069) @@ -1,25 +1,25 @@ # New ports collection makefile for: gtkextra # Date created: 17 August 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= gtkextra -PORTVERSION= 0.99.16 +PORTVERSION= 0.99.17 CATEGORIES= x11-toolkits MASTER_SITES= http://gtkextra.sourceforge.net/src/ \ ${MASTER_SITE_SOURCEFORGE} \ http://magnet.fsu.edu/~feiguin/gtk/src/ MASTER_SITE_SUBDIR= scigraphica DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org USE_X_PREFIX= yes USE_GTK= yes USE_LIBTOOL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes .include Property changes on: head/x11-toolkits/gtkextra2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/x11-toolkits/gtkextra2/distinfo =================================================================== --- head/x11-toolkits/gtkextra2/distinfo (revision 51068) +++ head/x11-toolkits/gtkextra2/distinfo (revision 51069) @@ -1 +1 @@ -MD5 (gtk+extra-0.99.16.tar.gz) = 36846324144fc148c3e78781335044d6 +MD5 (gtk+extra-0.99.17.tar.gz) = 390e622c12a5c7f7845ee144ae13ab93 Property changes on: head/x11-toolkits/gtkextra2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/x11-toolkits/gtkextra2/files/patch-aa =================================================================== --- head/x11-toolkits/gtkextra2/files/patch-aa (revision 51068) +++ head/x11-toolkits/gtkextra2/files/patch-aa (revision 51069) @@ -1,22 +1,22 @@ $FreeBSD$ ---- gtkextra/Makefile.in.orig Thu Jun 28 18:25:32 2001 -+++ gtkextra/Makefile.in Mon Jul 2 17:45:25 2001 -@@ -123,14 +123,14 @@ +--- gtkextra/Makefile.in.orig Fri Nov 30 17:28:46 2001 ++++ gtkextra/Makefile.in Wed Dec 5 10:57:22 2001 +@@ -126,14 +126,14 @@ lib_LTLIBRARIES = libgtkextra.la libgtkextra_la_SOURCES = $(gtkextra_c_sources) -libgtkextra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -export-dynamic $(shell gtk-config --libs) $(GTKGL_LIBS) +libgtkextra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-dynamic $(shell gtk-config --libs) $(GTKGL_LIBS) EXTRA_HEADERS = - EXTRA_DIST = $(gtkextra_private_h_sources) gtkextra.def Makefile.win32 makefile.msc sat.xpm sg_small.xpm cloud.xpm suncloud.xpm + EXTRA_DIST = $(gtkextra_private_h_sources) gtkextra.def Makefile.win32 makefile.msc sat.xpm sg_small.xpm cloud.xpm suncloud.xpm testgtkplotdt.in # test programs, not to be installed --noinst_PROGRAMS = testgtksheet testgtkiconlist testgtkfilesel testgtkplot testgtkfont testrealtime testpolar testgtkplot3d testcontour testbubbles testflux testboxes testimage testpixmap testcharsel -+noinst_PROGRAMS = #testgtksheet testgtkiconlist testgtkfilesel testgtkplot testgtkfont testrealtime testpolar testgtkplot3d testcontour testbubbles testflux testboxes testimage testpixmap testcharsel +-noinst_PROGRAMS = testgtksheet testgtkiconlist testgtkfilesel testgtkplot testgtkfont testrealtime testiterator testpolar testgtkplot3d testcontour testbubbles testflux testboxes testimage testpixmap testcharsel testdt testgtkplotdt ++noinst_PROGRAMS = #testgtksheet testgtkiconlist testgtkfilesel testgtkplot testgtkfont testrealtime testiterator testpolar testgtkplot3d testcontour testbubbles testflux testboxes testimage testpixmap testcharsel testdt testgtkplotdt DEPS = libgtkextra.la LDADDS = libgtkextra.la $(GTK_LIBS) Property changes on: head/x11-toolkits/gtkextra2/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotdt.c =================================================================== --- head/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotdt.c (nonexistent) +++ head/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotdt.c (revision 51069) @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- gtkextra/gtkplotdt.c 2001/12/05 09:01:36 1.1 ++++ gtkextra/gtkplotdt.c 2001/12/05 09:02:12 +@@ -20,7 +20,9 @@ + #include + #include + #include ++#ifndef __FreeBSD__ + #include ++#endif + #include + #include + #include "gtkplotdt.h" Property changes on: head/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotdt.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c =================================================================== --- head/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c (revision 51068) +++ head/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c (revision 51069) @@ -1,15 +1,15 @@ $FreeBSD$ ---- gtkextra/gtkplotps.c 2001/07/05 08:52:19 1.1 -+++ gtkextra/gtkplotps.c 2001/07/05 08:52:48 +--- gtkextra/gtkplotps.c.orig Fri Nov 30 17:13:40 2001 ++++ gtkextra/gtkplotps.c Wed Dec 5 10:58:27 2001 @@ -34,7 +34,9 @@ #include #include #include +#if __FreeBSD_version >= 500019 #include +#endif + #include #include "gtkplot.h" - #include "gtkpsfont.h" Property changes on: head/x11-toolkits/gtkextra2/files/patch-gtkextra::gtkplotps.c ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/x11-toolkits/gtkextra2/pkg-plist =================================================================== --- head/x11-toolkits/gtkextra2/pkg-plist (revision 51068) +++ head/x11-toolkits/gtkextra2/pkg-plist (revision 51069) @@ -1,38 +1,39 @@ bin/gtkextra-config include/gtkextra/gtkbordercombo.h include/gtkextra/gtkcharsel.h include/gtkextra/gtkcheckitem.h include/gtkextra/gtkcolorcombo.h include/gtkextra/gtkcombobox.h include/gtkextra/gtkdirtree.h include/gtkextra/gtkextra.h include/gtkextra/gtkextrafeatures.h include/gtkextra/gtkfileicons.h include/gtkextra/gtkfilelist.h include/gtkextra/gtkfontcombo.h include/gtkextra/gtkiconfilesel.h include/gtkextra/gtkiconlist.h include/gtkextra/gtkitementry.h include/gtkextra/gtkplot.h include/gtkextra/gtkplot3d.h include/gtkextra/gtkplotbar.h include/gtkextra/gtkplotbox.h include/gtkextra/gtkplotcanvas.h include/gtkextra/gtkplotcsurface.h include/gtkextra/gtkplotdata.h +include/gtkextra/gtkplotdt.h include/gtkextra/gtkplotflux.h include/gtkextra/gtkplotgdk.h include/gtkextra/gtkplotpc.h include/gtkextra/gtkplotpixmap.h include/gtkextra/gtkplotpolar.h include/gtkextra/gtkplotprint.h include/gtkextra/gtkplotps.h include/gtkextra/gtkplotsurface.h include/gtkextra/gtkpsfont.h include/gtkextra/gtksheet.h include/gtkextra/gtktogglecombo.h lib/libgtkextra.a lib/libgtkextra.so -lib/libgtkextra.so.16 +lib/libgtkextra.so.17 share/aclocal/gtkextra.m4 @dirrm include/gtkextra Property changes on: head/x11-toolkits/gtkextra2/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property