Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2016 14:06:37 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411713 - head/x11-toolkits/fox16
Message-ID:  <201603231406.u2NE6b7R075229@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Mar 23 14:06:37 2016
New Revision: 411713
URL: https://svnweb.freebsd.org/changeset/ports/411713

Log:
  Update to 1.6.51.
  
  PR:		208215
  Submitted by:	tkato432 yahoo com
  Sponsored by:	Absolight

Modified:
  head/x11-toolkits/fox16/Makefile
  head/x11-toolkits/fox16/distinfo
  head/x11-toolkits/fox16/pkg-descr
  head/x11-toolkits/fox16/pkg-plist

Modified: head/x11-toolkits/fox16/Makefile
==============================================================================
--- head/x11-toolkits/fox16/Makefile	Wed Mar 23 14:06:31 2016	(r411712)
+++ head/x11-toolkits/fox16/Makefile	Wed Mar 23 14:06:37 2016	(r411713)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fox
-PORTVERSION=	1.6.50
-PORTREVISION=	1
+PORTVERSION=	1.6.51
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	ftp://ftp.fox-toolkit.org/pub/ \
     		http://ftp.fox-toolkit.org/pub/
@@ -18,7 +17,7 @@ LIB_DEPENDS=	libpng.so:${PORTSDIR}/graph
 		libtiff.so:${PORTSDIR}/graphics/tiff
 
 USES=		jpeg libtool pathfix
-USE_GL=		yes
+USE_GL=		glu
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-opengl --with-x --with-xim
 USE_LDCONFIG=	yes
@@ -30,8 +29,9 @@ PLIST_SUB=	MAJORVER="${MAJORVER}"
 
 PORTDOCS=	*
 
-OPTIONS_DEFINE=		APPS DEBUG DOCS OPTIMIZED_CFLAGS PROFILE SHM XFT
-OPTIONS_DEFAULT= 	SHM XFT
+OPTIONS_DEFINE=		APPS DEBUG DOCS OPTIMIZED_CFLAGS PROFILE SHM \
+			XCURSOR XFT XINPUT XRANDR XRENDER
+OPTIONS_DEFAULT= 	SHM XCURSOR XFT XINPUT XRANDR XRENDER
 OPTIONS_SUB=		yes
 
 APPS_DESC=		Install sample applications
@@ -44,16 +44,29 @@ PROFILE_CONFIGURE_ON=	--with-profiling=g
 SHM_DESC=		Shared Memory support
 SHM_CONFIGURE_ON=	--with-xshm=yes
 SHM_CONFIGURE_OFF=	--with-xshm=no
+XCURSOR_USE=		xorg=xcursor
+XCURSOR_CONFIGURE_ON=	--with-xcursor=yes
+XCURSOR_CONFIGURE_OFF=	--with-xcursor=no
 XFT_USE=		xorg=xft
 XFT_CONFIGURE_ON=	--with-xft=yes
 XFT_CONFIGURE_OFF=	--with-xft=no
 XFT_CPPFLAGS=		$$(freetype-config --cflags)
 XFT_LDFLAGS=		$$(freetype-config --libs)
+XFT_IMPLIES=		XRENDER
+XINPUT_DESC=		X Input extension library support
+XINPUT_USE=		xorg=xi
+XINPUT_CONFIGURE_ON=	--with-xinput=yes
+XINPUT_CONFIGURE_OFF=	--with-xinput=no
+XRANDR_USE=		xorg=xrandr
+XRANDR_CONFIGURE_ON=	--with-xrandr=yes
+XRANDR_CONFIGURE_OFF=	--with-xrandr=no
+XRENDER_DESC=		X Render extension library support
+XRENDER_USE=		xorg=xrender
+XRENDER_CONFIGURE_ON=	--with-xrender=yes
+XRENDER_CONFIGURE_OFF=	--with-xrender=no
 
 MAJORVER=	${PORTVERSION:R}
 
-.include <bsd.port.options.mk>
-
 post-patch:
 # Rename man pages as in manpage.1 --> manpage-16.1 to avoid
 # conflicts with fox14 and fox17
@@ -83,13 +96,13 @@ post-patch:
 	@${REINPLACE_CMD} -e \
 		's|^\(screenshotsdir\).*$$|\1=${DOCSDIR}/html|' \
 		${WRKSRC}/doc/screenshots/Makefile.in
-.if !${PORT_OPTIONS:MAPPS}
+
+post-patch-APPS-off:
 	@${REINPLACE_CMD} -e \
 		's|^\(SUBDIRS.*\)adie|\1|; \
 		 s|^\(SUBDIRS.*\)pathfinder|\1|; \
 		 s|^\(SUBDIRS.*\)calculator|\1|' \
 		${WRKSRC}/Makefile.in
-.endif
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libCHART-${MAJORVER}.so.[0-9].*

Modified: head/x11-toolkits/fox16/distinfo
==============================================================================
--- head/x11-toolkits/fox16/distinfo	Wed Mar 23 14:06:31 2016	(r411712)
+++ head/x11-toolkits/fox16/distinfo	Wed Mar 23 14:06:37 2016	(r411713)
@@ -1,2 +1,2 @@
-SHA256 (fox-1.6.50.tar.gz) = 342c751d2a7edab136ad26cb4483329da3c16c7abf2f283f318d666ef12d0887
-SIZE (fox-1.6.50.tar.gz) = 4381855
+SHA256 (fox-1.6.51.tar.gz) = 15a99792965d933a4936e48b671c039657546bdec6a318c223ab1131624403d1
+SIZE (fox-1.6.51.tar.gz) = 4383165

Modified: head/x11-toolkits/fox16/pkg-descr
==============================================================================
--- head/x11-toolkits/fox16/pkg-descr	Wed Mar 23 14:06:31 2016	(r411712)
+++ head/x11-toolkits/fox16/pkg-descr	Wed Mar 23 14:06:37 2016	(r411713)
@@ -3,4 +3,5 @@ a program once, and compile anywhere (or
 like Java to me). FOX is a very flexible library, it has all sorts of
 functions and options, and is supposed to be fairly fast.
 
+Author: Jeroen van der Zijp <jvz@cfdrc.com>
 WWW: http://www.fox-toolkit.org/fox.html

Modified: head/x11-toolkits/fox16/pkg-plist
==============================================================================
--- head/x11-toolkits/fox16/pkg-plist	Wed Mar 23 14:06:31 2016	(r411712)
+++ head/x11-toolkits/fox16/pkg-plist	Wed Mar 23 14:06:37 2016	(r411713)
@@ -294,11 +294,11 @@ include/fox-%%MAJORVER%%/xincs.h
 lib/libCHART-%%MAJORVER%%.a
 lib/libCHART-%%MAJORVER%%.so
 lib/libCHART-%%MAJORVER%%.so.0
-lib/libCHART-%%MAJORVER%%.so.0.0.50
+lib/libCHART-%%MAJORVER%%.so.0.0.51
 lib/libFOX-%%MAJORVER%%.a
 lib/libFOX-%%MAJORVER%%.so
 lib/libFOX-%%MAJORVER%%.so.0
-lib/libFOX-%%MAJORVER%%.so.0.0.50
+lib/libFOX-%%MAJORVER%%.so.0.0.51
 libdata/pkgconfig/fox.pc
 %%APPS%%man/man1/PathFinder-16.1.gz
 %%APPS%%man/man1/adie-16.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603231406.u2NE6b7R075229>