mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- drop option X11
- remove "tiffgt" from port PR: 190816
This commit is contained in:
parent
cd97dca7ed
commit
f5d9561791
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357344
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= tiff
|
||||
PORTVERSION= 4.0.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \
|
||||
http://download.osgeo.org/libtiff/
|
||||
@ -22,9 +22,10 @@ USES= libtool:oldver
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \
|
||||
--with-jpeg-lib-dir=${LOCALBASE}/lib
|
||||
--with-jpeg-lib-dir=${LOCALBASE}/lib \
|
||||
--without-x
|
||||
|
||||
MLINKS= TIFFError.3tiff TIFFSetErrorHandler.3tiff \
|
||||
MLNKS= TIFFError.3tiff TIFFSetErrorHandler.3tiff \
|
||||
TIFFFlush.3tiff TIFFFlushData.3tiff \
|
||||
TIFFGetField.3tiff TIFFGetFieldDefaulted.3tiff \
|
||||
TIFFGetField.3tiff TIFFVGetField.3tiff \
|
||||
@ -82,16 +83,10 @@ MLINKS= TIFFError.3tiff TIFFSetErrorHandler.3tiff \
|
||||
TIFFtile.3tiff TIFFTileRowSize.3tiff \
|
||||
TIFFtile.3tiff TIFFVTileSize.3tiff
|
||||
|
||||
OPTIONS_DEFINE= X11
|
||||
OPTIONS_DEFAULT=X11
|
||||
OPTIONS_SUB= yes
|
||||
X11_CONFIGURE_WITH= x libgl
|
||||
X11_USE= xorg=sm,ice,xmu,xi,x11 gl=glut,glu,gl
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if !defined(BUILDING_INDEX)
|
||||
__pmlinks3!= ${ECHO_CMD} '${MLINKS:S/ / /}' | ${AWK} \
|
||||
__pmlinks3!= ${ECHO_CMD} '${MLNKS:S/ / /}' | ${AWK} \
|
||||
'{ if (NF % 2 != 0) { print "broken"; exit; } \
|
||||
for (i=1; i<=NF; i++) { \
|
||||
if ( i % 2 == 0) { print " " $$i " ;"; } \
|
||||
@ -103,6 +98,9 @@ pre-configure:
|
||||
${REINPLACE_CMD} \
|
||||
-e 's|^LIBTIFF_VERSION_INFO =.*$$|LIBTIFF_VERSION_INFO = 4:0:0|' \
|
||||
${WRKSRC}/libtiff/Makefile.in
|
||||
${REINPLACE_CMD} \
|
||||
-e 's|tiffgt.1 ||' \
|
||||
${WRKSRC}/man/Makefile.in
|
||||
${REINPLACE_CMD} -e 's|^docfiles|no-docfiles|' \
|
||||
-e 's|man html|man|' ${WRKSRC}/Makefile.in
|
||||
|
||||
|
@ -17,7 +17,6 @@ bin/tiffcp
|
||||
bin/tiffcrop
|
||||
bin/tiffdither
|
||||
bin/tiffdump
|
||||
%%X11%%bin/tiffgt
|
||||
bin/tiffinfo
|
||||
bin/tiffmedian
|
||||
bin/tiffset
|
||||
@ -56,7 +55,6 @@ man/man1/tiffcp.1.gz
|
||||
man/man1/tiffcrop.1.gz
|
||||
man/man1/tiffdither.1.gz
|
||||
man/man1/tiffdump.1.gz
|
||||
man/man1/tiffgt.1.gz
|
||||
man/man1/tiffinfo.1.gz
|
||||
man/man1/tiffmedian.1.gz
|
||||
man/man1/tiffset.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user