mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add USES=libtool to x11-toolkits/xforms and bump dependent ports.
- Remove xforms dependency from graphics/qslim.
This commit is contained in:
parent
237fffa92a
commit
5123b58834
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359892
@ -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
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xmastermind
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SUNSITE/games/strategy
|
||||
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= apc
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= arved
|
||||
|
@ -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
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xisp
|
||||
PORTVERSION= 2.7p4
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://xisp.hellug.gr/release/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits lang
|
||||
PKGNAMESUFFIX= -xforms
|
||||
|
||||
|
@ -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>
|
||||
BROKEN_ia64= Does not compile on ia64
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
BROKEN= Does not compile on ia64
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= tycoon
|
||||
PORTVERSION= 1.07o
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= SUNSITE/X11/desktop
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user