On Tue 2012.05.08 at 14:08 -0400, Okan Demirmen wrote:
> FYI, mail/p5-p5-FuzzyOcr is in and therefore, ready to move on the below
> if OK.
> 
> Cheers,
> Okan
> 
> On Tue 2012.05.08 at 11:57 -0400, Okan Demirmen wrote:
> > dependant on a patch to remove graphics/gidscile,no_x11 from
> > mail/p5-p5-FuzzyOcr sent in a separate mail to MAINTAINER.  of course,
> > corresponding ../Makefile update as well, once ready.
> > 
> > but why not ask for an OK now?
> > 
> > cheers,
> > okan

I mean this - thanks sthen :)

Index: Makefile
===================================================================
RCS file: /home/open/anoncvs/cvs/ports/graphics/gifsicle/Makefile,v
retrieving revision 1.35
diff -u -p -r1.35 Makefile
--- Makefile    29 Mar 2012 13:38:31 -0000      1.35
+++ Makefile    8 May 2012 15:54:23 -0000
@@ -3,6 +3,7 @@
 COMMENT=       creating & editing GIF images and animations
 
 DISTNAME=      gifsicle-1.60
+REVISION=      0
 CATEGORIES=            graphics
 
 MAINTAINER=    Eric Faurot <e...@openbsd.org>
@@ -12,7 +13,7 @@ PERMIT_PACKAGE_CDROM= Yes
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
-WANTLIB=               c
+WANTLIB=               c ICE SM X11
 
 HOMEPAGE=      http://www.lcdf.org/gifsicle/
 
@@ -20,19 +21,10 @@ MASTER_SITES=       ${HOMEPAGE}/ \
                ftp://ftp.lcdf.org/pub/ \
                ftp://ftp.lcdf.org/pub/OLD-VERSIONS/
 
-FLAVORS=       no_x11
-FLAVOR?=
-
 CONFIGURE_STYLE=       gnu
 CONFIGURE_ARGS=                --enable-gifdiff
 
 SEPARATE_BUILD=                Yes
 USE_GROFF =    Yes
-
-.if ${FLAVOR:Mno_x11}
-CONFIGURE_ARGS+=       --disable-gifview
-.else
-WANTLIB+=      ICE SM X11
-.endif
 
 .include <bsd.port.mk>
Index: pkg/DESCR
===================================================================
RCS file: /home/open/anoncvs/cvs/ports/graphics/gifsicle/pkg/DESCR,v
retrieving revision 1.4
diff -u -p -r1.4 DESCR
--- pkg/DESCR   15 Dec 2003 21:42:32 -0000      1.4
+++ pkg/DESCR   8 May 2012 15:50:27 -0000
@@ -1,6 +1,3 @@
 Gifsicle twaddles GIF image files in a variety of ways. It is better
 than many of the freely available GIF twaddlers on the market - for one
 thing, it has more options.
-
-Flavors:
-       no_x11 - Build without X support (excludes gifview).
Index: pkg/PFRAG.no-no_x11
===================================================================
RCS file: pkg/PFRAG.no-no_x11
diff -N pkg/PFRAG.no-no_x11
--- pkg/PFRAG.no-no_x11 8 Jun 2008 21:26:48 -0000       1.3
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,3 +0,0 @@
-@comment $OpenBSD: PFRAG.no-no_x11,v 1.3 2008/06/08 21:26:48 eric Exp $
-@bin bin/gifview
-@man man/man1/gifview.1
Index: pkg/PLIST
===================================================================
RCS file: /home/open/anoncvs/cvs/ports/graphics/gifsicle/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST   8 Jun 2008 21:26:48 -0000       1.6
+++ pkg/PLIST   8 May 2012 18:42:49 -0000
@@ -1,6 +1,8 @@
 @comment $OpenBSD: PLIST,v 1.6 2008/06/08 21:26:48 eric Exp $
+@pkgpath graphics/gifsicle,no_x11
 @bin bin/gifdiff
 @bin bin/gifsicle
+@bin bin/gifview
 @man man/man1/gifdiff.1
 @man man/man1/gifsicle.1
-!%%no_x11%%
+@man man/man1/gifview.1

Reply via email to