ports/89673: [MAINTAINER] x11/idesk: update to 0.7.5

Jose Alonso Cardenas Marquez acardenas at bsd.org.pe
Mon Nov 28 14:20:27 UTC 2005


>Number:         89673
>Category:       ports
>Synopsis:       [MAINTAINER] x11/idesk: update to 0.7.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 28 14:20:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
FreeBSD HellFire.BSD.org.pe 6.0-STABLE FreeBSD 6.0-STABLE #1: Sun Nov 13 21:15:57 PET 2005          
>Description:
- Update to 0.7.5
- Add SHA256
- Add OPTIONS         
>How-To-Repeat:
              
>Fix:
--- idesk-0.7.5_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11/idesk/Makefile /usr/ports/x11/idesk-new/Makefile
--- Makefile	Wed Nov 16 12:51:51 2005
+++ Makefile	Mon Nov 28 09:15:34 2005
@@ -6,16 +6,15 @@
 #
 
 PORTNAME=	idesk
-PORTVERSION=	0.7.4
+PORTVERSION=	0.7.5
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}/
-EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	acardenas at bsd.org.pe
 COMMENT=	Place launch icons and background directly on your desktop
 
-LIB_DEPENDS=	Xft.2:${PORTSDIR}/x11-fonts/libXft
 BUILD_DEPENDS=	imlib2-config:${PORTSDIR}/graphics/imlib2
 
 USE_X_PREFIX=	yes
@@ -28,6 +27,32 @@
 CXXFLAGS+=	`imlib2-config --cflags` `freetype-config --cflags`
 MAKE_ARGS=	cc="${CXX}" cflags="${CXXFLAGS}"
 
+OPTIONS=	XFT	"XFT antialias support"	on \
+		SHAPE	"Enable support of the XShape extension"	on \
+		SN	"Startup notification support"	off
+
+.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_XFT)
+LIB_DEPENDS+=	Xft.2:${PORTSDIR}/x11-fonts/libXft
+CONFIGURE_ARGS+=	--enable-xft
+.else
+CONFIGURE_ARGS+=	--disable-xft
+.endif
+
+.if !defined(WITHOUT_SHAPE)
+CONFIGURE_ARGS+=	--enable-shape
+.else
+CONFIGURE_ARGS+=	--disable-shape
+.endif
+
+.if defined(WITH_SN)
+LIB_DEPENDS+=	startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+CONFIGURE_ARGS+=	--enable-libsn
+.else
+CONFIGURE_ARGS+=	--disable-libsn
+.endif
+
 do-install:
 		${INSTALL_PROGRAM} ${WRKSRC}/src/idesk ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
@@ -36,4 +61,4 @@
 .endif
 		@${SED} -e 's:%%PREFIX%%:${PREFIX}:' ${PKGMESSAGE}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/x11/idesk/distinfo /usr/ports/x11/idesk-new/distinfo
--- distinfo	Tue Sep 13 16:18:31 2005
+++ distinfo	Mon Nov 28 08:48:13 2005
@@ -1,2 +1,3 @@
-MD5 (idesk-0.7.4.tar.bz2) = 7e11b0b5cc181e74616e24600b354698
-SIZE (idesk-0.7.4.tar.bz2) = 156141
+MD5 (idesk-0.7.5.tar.bz2) = beb48c97815c7b085e3b3d601297fbb8
+SHA256 (idesk-0.7.5.tar.bz2) = d4b7ea5dcf6d49d83e2df9512d4c6388f11632a702b14f42a1bc6bffb617b3d3
+SIZE (idesk-0.7.5.tar.bz2) = 185858
--- idesk-0.7.5_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list