[Midnightbsd-cvs] mports [18705] trunk/x11/xloadimage: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 1 18:28:04 EDT 2015


Revision: 18705
          http://svnweb.midnightbsd.org/mports/?rev=18705
Author:   laffer1
Date:     2015-05-01 18:28:03 -0400 (Fri, 01 May 2015)
Log Message:
-----------
fix depends

Modified Paths:
--------------
    trunk/x11/xloadimage/Makefile
    trunk/x11/xloadimage/pkg-plist

Modified: trunk/x11/xloadimage/Makefile
===================================================================
--- trunk/x11/xloadimage/Makefile	2015-04-19 22:21:48 UTC (rev 18704)
+++ trunk/x11/xloadimage/Makefile	2015-05-01 22:28:03 UTC (rev 18705)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xloadimage
 PORTVERSION=	4.1.21
+PORTREVISION=	1
 CATEGORIES=	x11 graphics
 MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
 DISTNAME=	${PORTNAME}.${VERSION}
@@ -14,9 +15,9 @@
 LICENSE=	mit
 
 
-LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
-		png15:${PORTSDIR}/graphics/png \
-		tiff:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libpng.so:${PORTSDIR}/graphics/png \
+		libtiff.so:${PORTSDIR}/graphics/tiff
 
 CONFLICTS_INSTALL=	xli-*
 
@@ -28,15 +29,10 @@
 
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
-MAKE_JOBS_SAFE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		xloadimage.1 uufilter.1
-MLINKS=		xloadimage.1 xsetbg.1 \
-		xloadimage.1 xview.1
-
 post-patch:
 	@${CHMOD} a+rx ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|TIFFHeader|TIFFHeaderClassic|g' \

Modified: trunk/x11/xloadimage/pkg-plist
===================================================================
--- trunk/x11/xloadimage/pkg-plist	2015-04-19 22:21:48 UTC (rev 18704)
+++ trunk/x11/xloadimage/pkg-plist	2015-05-01 22:28:03 UTC (rev 18705)
@@ -2,6 +2,8 @@
 bin/xloadimage
 bin/xsetbg
 bin/xview
- at unexec if cmp -s %D/etc/xloadimagerc.sample %D/etc/xloadimagerc; then rm -f %D/etc/xloadimagerc; fi
-etc/xloadimagerc.sample
- at exec if [ ! -f %D/etc/xloadimagerc ] ; then cp -p %D/%F %B/xloadimagerc; fi
+man/man1/uufilter.1.gz
+man/man1/xloadimage.1.gz
+man/man1/xsetbg.1.gz
+man/man1/xview.1.gz
+ at sample etc/xloadimagerc.sample



More information about the Midnightbsd-cvs mailing list