On Tue, May 8, 2012 at 6:06 AM, Okan Demirmen <[email protected]> wrote:
> - additionally, remove the groff requirement.
>
> Index: Makefile
> ===================================================================
> RCS file: /home/open/anoncvs/cvs/ports/graphics/aalib/Makefile,v
> retrieving revision 1.38
> diff -u -p -r1.38 Makefile
> --- Makefile    2 Dec 2011 14:36:14 -0000       1.38
> +++ Makefile    8 May 2012 04:02:39 -0000
> @@ -4,7 +4,7 @@ COMMENT=        ascii art library
>
>  DISTNAME=      aalib-1.4rc5
>  PKGNAME=       aalib-1.4
> -REVISION =     3
> +REVISION =     4
>  SHARED_LIBS=   aa      2.0
>  CATEGORIES=    graphics
>  MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=aa-project/}
> @@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes
>  PERMIT_PACKAGE_FTP=    Yes
>  PERMIT_DISTFILES_CDROM=        Yes
>  PERMIT_DISTFILES_FTP=  Yes
> -WANTLIB=               c m ncurses
> +WANTLIB=               c m ncurses X11 xcb
>
>  USE_LIBTOOL=   Yes
>  CONFIGURE_STYLE= gnu
> @@ -24,16 +24,6 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
>
>  WRKDIST=       ${WRKDIR}/aalib-1.4.0
>
> -USE_GROFF =    Yes
>  NO_REGRESS=    Yes
> -
> -FLAVORS=       no_x11
> -FLAVOR?=
> -
> -.if ${FLAVOR} == "no_x11"
> -CONFIGURE_ARGS+= --without-x
> -.else
> -WANTLIB+=      X11 xcb
> -.endif
>
>  .include <bsd.port.mk>
> Index: pkg/PLIST
> ===================================================================
> RCS file: /home/open/anoncvs/cvs/ports/graphics/aalib/pkg/PLIST,v
> retrieving revision 1.7
> diff -u -p -r1.7 PLIST
> --- pkg/PLIST   3 Apr 2008 12:42:46 -0000       1.7
> +++ pkg/PLIST   8 May 2012 04:03:03 -0000
> @@ -1,9 +1,10 @@
>  @comment $OpenBSD: PLIST,v 1.7 2008/04/03 12:42:46 jasper Exp $
> -bin/aafire
> -bin/aainfo
> +@pkgpath graphics/aalib,no_x11
> +@bin bin/aafire
> +@bin bin/aainfo
>  bin/aalib-config
> -bin/aasavefont
> -bin/aatest
> +@bin bin/aasavefont
> +@bin bin/aatest
>  include/aalib.h
>  @info info/aalib.info
>  lib/libaa.a

looks ok to me.

ciao,
david

Reply via email to