summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-06-30 17:52:23 +0000
committertijl <tijl@FreeBSD.org>2014-06-30 17:52:23 +0000
commit489a139747d4845518fd8ef6aec427d9c810acd8 (patch)
treeefc3b35341321b20b2a3aef5396a59643da16a34
parent48eeda14e1194d0c63d9c8fd661d99eb763113aa (diff)
downloadFreeBSD-ports-489a139747d4845518fd8ef6aec427d9c810acd8.zip
FreeBSD-ports-489a139747d4845518fd8ef6aec427d9c810acd8.tar.gz
- Add USES=libtool to x11-toolkits/xforms and bump dependent ports.
- Remove xforms dependency from graphics/qslim.
-rw-r--r--comms/echolinux/Makefile2
-rw-r--r--games/xmastermind/Makefile2
-rw-r--r--graphics/qslim/Makefile5
-rw-r--r--graphics/xfpovray/Makefile2
-rw-r--r--math/apc/Makefile2
-rw-r--r--math/xldlas/Makefile2
-rw-r--r--net/xisp/Makefile2
-rw-r--r--x11-toolkits/fpc-xforms/Makefile2
-rw-r--r--x11-toolkits/xforms/Makefile14
-rw-r--r--x11-toolkits/xforms/pkg-plist12
-rw-r--r--x11/gpctool/Makefile2
-rw-r--r--x11/tycoon/Makefile2
12 files changed, 23 insertions, 26 deletions
diff --git a/comms/echolinux/Makefile b/comms/echolinux/Makefile
index 28b15fd..9f732ed 100644
--- a/comms/echolinux/Makefile
+++ b/comms/echolinux/Makefile
@@ -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
diff --git a/games/xmastermind/Makefile b/games/xmastermind/Makefile
index 55d96af..10f5f78 100644
--- a/games/xmastermind/Makefile
+++ b/games/xmastermind/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xmastermind
PORTVERSION= 0.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= SUNSITE/games/strategy
diff --git a/graphics/qslim/Makefile b/graphics/qslim/Makefile
index f766911..8107d78 100644
--- a/graphics/qslim/Makefile
+++ b/graphics/qslim/Makefile
@@ -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
diff --git a/graphics/xfpovray/Makefile b/graphics/xfpovray/Makefile
index 9c6e710..ee703b9 100644
--- a/graphics/xfpovray/Makefile
+++ b/graphics/xfpovray/Makefile
@@ -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}
diff --git a/math/apc/Makefile b/math/apc/Makefile
index 4cc25e0..4689c8f 100644
--- a/math/apc/Makefile
+++ b/math/apc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= apc
PORTVERSION= 1.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= arved
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile
index b66fb64..7fd56c6 100644
--- a/math/xldlas/Makefile
+++ b/math/xldlas/Makefile
@@ -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
diff --git a/net/xisp/Makefile b/net/xisp/Makefile
index 1a77472..4b55e21 100644
--- a/net/xisp/Makefile
+++ b/net/xisp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xisp
PORTVERSION= 2.7p4
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net
MASTER_SITES= http://xisp.hellug.gr/release/
diff --git a/x11-toolkits/fpc-xforms/Makefile b/x11-toolkits/fpc-xforms/Makefile
index 6602fa6..eee5bd6 100644
--- a/x11-toolkits/fpc-xforms/Makefile
+++ b/x11-toolkits/fpc-xforms/Makefile
@@ -1,7 +1,7 @@
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= x11-toolkits lang
PKGNAMESUFFIX= -xforms
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile
index 96e6387..dda9a9c 100644
--- a/x11-toolkits/xforms/Makefile
+++ b/x11-toolkits/xforms/Makefile
@@ -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>
diff --git a/x11-toolkits/xforms/pkg-plist b/x11-toolkits/xforms/pkg-plist
index 6b45393..c524d06 100644
--- a/x11-toolkits/xforms/pkg-plist
+++ b/x11-toolkits/xforms/pkg-plist
@@ -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
diff --git a/x11/gpctool/Makefile b/x11/gpctool/Makefile
index 33e39cb..c601bf8 100644
--- a/x11/gpctool/Makefile
+++ b/x11/gpctool/Makefile
@@ -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}
diff --git a/x11/tycoon/Makefile b/x11/tycoon/Makefile
index fe0389d..7ba4cc9 100644
--- a/x11/tycoon/Makefile
+++ b/x11/tycoon/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tycoon
PORTVERSION= 1.07o
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= x11
MASTER_SITES= SUNSITE/X11/desktop
OpenPOWER on IntegriCloud