ports/110229: [PATCH] misc/seizedesktop

Martin Matuska martin at matuska.org
Mon Mar 12 15:00:14 UTC 2007


>Number:         110229
>Category:       ports
>Synopsis:       [PATCH] misc/seizedesktop
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 12 15:00:12 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 6.2-RELEASE
>Organization:
>Environment:
FreeBSD 6.2-RELEASE i386/amd64
>Description:
Fixed libimg and tkstep dependencies
Required PR's to be commited: ports/110221 ports/110222

Tested via portlint -A and tinderbox.
>How-To-Repeat:
>Fix:
diff -Nbur misc/seizedesktop.orig/Makefile misc/seizedesktop/Makefile
--- misc/seizedesktop.orig/Makefile	Thu May 11 00:37:22 2006
+++ misc/seizedesktop/Makefile	Mon Mar 12 15:23:58 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	seizedesktop
 PORTVERSION=	0.1a
+PORTREVISION=	1
 CATEGORIES=	misc windowmaker tkstep80
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	kiri
@@ -16,19 +17,16 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A customizer of desktop screen environment
 
-RUN_DEPENDS=	${RUN_DEP_LIST}
-LIB_DEPENDS=	${LIB_DEP_LIST}
+RUN_DEPENDS=	${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80
+LIB_DEPENDS=	img.1:${PORTSDIR}/graphics/libimg-tkstep80
 
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 USE_X_PREFIX=	yes
 REINPLACE_ARGS=
+TKSTEPVERSION=	8.0
 SCRIPTS_ENV=	LANG=C LN=${LN} REINPLACE_CMD='${REINPLACE_CMD}' \
 		LANGUAGE=${LANGUAGE} VERSION=${TKSTEPVERSION}
-
-TKSTEPVERSION=	8.0
-RUN_DEP_LIST=	${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80
-LIB_DEP_LIST=	img.1:${PORTSDIR}/graphics/libimg
 
 do-install:
 	${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTNAME}.tar.gz \
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list