Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2014 17:52:23 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359892 - in head: comms/echolinux games/xmastermind graphics/qslim graphics/xfpovray math/apc math/xldlas net/xisp x11-toolkits/fpc-xforms x11-toolkits/xforms x11/gpctool x11/tycoon
Message-ID:  <201406301752.s5UHqNiD028477@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Mon Jun 30 17:52:23 2014
New Revision: 359892
URL: http://svnweb.freebsd.org/changeset/ports/359892
QAT: https://qat.redports.org/buildarchive/r359892/

Log:
  - Add USES=libtool to x11-toolkits/xforms and bump dependent ports.
  - Remove xforms dependency from graphics/qslim.

Modified:
  head/comms/echolinux/Makefile
  head/games/xmastermind/Makefile
  head/graphics/qslim/Makefile
  head/graphics/xfpovray/Makefile
  head/math/apc/Makefile
  head/math/xldlas/Makefile
  head/net/xisp/Makefile
  head/x11-toolkits/fpc-xforms/Makefile
  head/x11-toolkits/xforms/Makefile
  head/x11-toolkits/xforms/pkg-plist
  head/x11/gpctool/Makefile
  head/x11/tycoon/Makefile

Modified: head/comms/echolinux/Makefile
==============================================================================
--- head/comms/echolinux/Makefile	Mon Jun 30 17:49:18 2014	(r359891)
+++ head/comms/echolinux/Makefile	Mon Jun 30 17:52:23 2014	(r359892)
@@ -3,7 +3,7 @@
 
 PORTNAME=	echolinux
 PORTVERSION=	0.17a
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	comms hamradio
 MASTER_SITES=	SF/cqinet/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 EXTRACT_SUFX=	.tgz

Modified: head/games/xmastermind/Makefile
==============================================================================
--- head/games/xmastermind/Makefile	Mon Jun 30 17:49:18 2014	(r359891)
+++ head/games/xmastermind/Makefile	Mon Jun 30 17:52:23 2014	(r359892)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmastermind
 PORTVERSION=	0.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	games
 MASTER_SITES=	SUNSITE/games/strategy
 

Modified: head/graphics/qslim/Makefile
==============================================================================
--- head/graphics/qslim/Makefile	Mon Jun 30 17:49:18 2014	(r359891)
+++ head/graphics/qslim/Makefile	Mon Jun 30 17:52:23 2014	(r359892)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qslim
 PORTVERSION=	2.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 MASTER_SITES=	http://mgarland.org/files/dist/ \
 		CENKES
@@ -15,8 +15,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
 		libtiff.so:${PORTSDIR}/graphics/tiff \
-		libgfx.so:${PORTSDIR}/graphics/libgfx \
-		libforms.so:${PORTSDIR}/x11-toolkits/xforms
+		libgfx.so:${PORTSDIR}/graphics/libgfx
 
 CONFIGURE_WRKSRC=	${WRKSRC}/mixkit
 BUILD_WRKSRC=		${WRKSRC}/mixkit/src

Modified: head/graphics/xfpovray/Makefile
==============================================================================
--- head/graphics/xfpovray/Makefile	Mon Jun 30 17:49:18 2014	(r359891)
+++ head/graphics/xfpovray/Makefile	Mon Jun 30 17:52:23 2014	(r359892)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xfpovray
 PORTVERSION=	1.3.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.batse.msfc.nasa.gov/~mallozzi/home/software/xforms/src/ \
 		${MASTER_SITE_SUNSITE}

Modified: head/math/apc/Makefile
==============================================================================
--- head/math/apc/Makefile	Mon Jun 30 17:49:18 2014	(r359891)
+++ head/math/apc/Makefile	Mon Jun 30 17:52:23 2014	(r359892)
@@ -3,7 +3,7 @@
 
 PORTNAME=	apc
 PORTVERSION=	1.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	arved

Modified: head/math/xldlas/Makefile
==============================================================================
--- head/math/xldlas/Makefile	Mon Jun 30 17:49:18 2014	(r359891)
+++ head/math/xldlas/Makefile	Mon Jun 30 17:52:23 2014	(r359892)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xldlas
 PORTVERSION=	0.85
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_SUNSITE}
 MASTER_SITE_SUBDIR=	apps/graphics/visualization

Modified: head/net/xisp/Makefile
==============================================================================
--- head/net/xisp/Makefile	Mon Jun 30 17:49:18 2014	(r359891)
+++ head/net/xisp/Makefile	Mon Jun 30 17:52:23 2014	(r359892)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xisp
 PORTVERSION=	2.7p4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net
 MASTER_SITES=	http://xisp.hellug.gr/release/
 

Modified: head/x11-toolkits/fpc-xforms/Makefile
==============================================================================
--- head/x11-toolkits/fpc-xforms/Makefile	Mon Jun 30 17:49:18 2014	(r359891)
+++ head/x11-toolkits/fpc-xforms/Makefile	Mon Jun 30 17:52:23 2014	(r359892)
@@ -1,7 +1,7 @@
 # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits lang
 PKGNAMESUFFIX=	-xforms
 

Modified: head/x11-toolkits/xforms/Makefile
==============================================================================
--- head/x11-toolkits/xforms/Makefile	Mon Jun 30 17:49:18 2014	(r359891)
+++ head/x11-toolkits/xforms/Makefile	Mon Jun 30 17:52:23 2014	(r359892)
@@ -3,30 +3,28 @@
 
 PORTNAME=	xforms
 DISTVERSION=	1.2.4
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11-toolkits graphics
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	gahr@FreeBSD.org
-COMMENT=	A graphical user interface toolkit for X Window System
+COMMENT=	Graphical user interface toolkit for X Window System
 
 LICENSE=	LGPL21
 
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libtiff.so:${PORTSDIR}/graphics/tiff
 
+USES=		libtool
 USE_XORG=	xpm
 USE_GL=		gl
+USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USE_LDCONFIG=	yes
-
-.include <bsd.port.pre.mk>
 
-.if ${ARCH} == "ia64"
-BROKEN=		Does not compile on ia64
-.endif
+BROKEN_ia64=	Does not compile on ia64
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/x11-toolkits/xforms/pkg-plist
==============================================================================
--- head/x11-toolkits/xforms/pkg-plist	Mon Jun 30 17:49:18 2014	(r359891)
+++ head/x11-toolkits/xforms/pkg-plist	Mon Jun 30 17:52:23 2014	(r359892)
@@ -4,17 +4,17 @@ include/flimage.h
 include/forms.h
 include/glcanvas.h
 lib/libflimage.a
-lib/libflimage.la
 lib/libflimage.so
-lib/libflimage.so.3
+lib/libflimage.so.2
+lib/libflimage.so.2.1.3
 lib/libforms.a
-lib/libforms.la
 lib/libforms.so
-lib/libforms.so.3
+lib/libforms.so.2
+lib/libforms.so.2.1.3
 lib/libformsGL.a
-lib/libformsGL.la
 lib/libformsGL.so
-lib/libformsGL.so.3
+lib/libformsGL.so.2
+lib/libformsGL.so.2.1.3
 man/man1/fdesign.1.gz
 man/man1/fd2ps.1.gz
 man/man5/xforms.5.gz

Modified: head/x11/gpctool/Makefile
==============================================================================
--- head/x11/gpctool/Makefile	Mon Jun 30 17:49:18 2014	(r359891)
+++ head/x11/gpctool/Makefile	Mon Jun 30 17:52:23 2014	(r359892)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gpctool
 PORTVERSION=	1.0.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11 math graphics
 MASTER_SITES=	ftp://ftp.cs.man.ac.uk/pub/toby/gpc/
 DISTNAME=	gpct${PORTVERSION:S/.//g}

Modified: head/x11/tycoon/Makefile
==============================================================================
--- head/x11/tycoon/Makefile	Mon Jun 30 17:49:18 2014	(r359891)
+++ head/x11/tycoon/Makefile	Mon Jun 30 17:52:23 2014	(r359892)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tycoon
 PORTVERSION=	1.07o
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11
 MASTER_SITES=	SUNSITE/X11/desktop
 



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