ports/110230: [PATCH] x11-fm/binder

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


>Number:         110230
>Category:       ports
>Synopsis:       [PATCH] x11-fm/binder
>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:14 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 x11-fm/binder.orig/Makefile x11-fm/binder/Makefile
--- x11-fm/binder.orig/Makefile	Mon Mar 12 14:24:34 2007
+++ x11-fm/binder/Makefile	Mon Mar 12 15:25:02 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	binder
 PORTVERSION=	1.3
+PORTREVISION=	1
 CATEGORIES=	x11-fm windowmaker tkstep80
 MASTER_SITES=	http://www.aaa-int.or.jp/~jfactory/JDE/dist/ \
 		${MASTER_SITE_LOCAL}
@@ -17,21 +18,18 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A file manager on X window with TkStep
 
-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
+PIXMAPPATH?=	${PREFIX}/share/WindowMaker/Pixmaps
 SCRIPTS_ENV=	LANG=C LN=${LN} REINPLACE_CMD="${REINPLACE_CMD}" \
 		LANGUAGE=${LANGUAGE} VERSION=${TKSTEPVERSION}
 PLIST_SUB=	PIXMAP_PATH=${PIXMAPPATH:S@^${PREFIX}/@@}
-
-TKSTEPVERSION=	8.0
-PIXMAPPATH?=	${PREFIX}/share/WindowMaker/Pixmaps
-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