Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2007 15:57:26 +0100 (CET)
From:      Martin Matuska <martin@matuska.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/110226: [PATCH] editors/muggy
Message-ID:  <20070312145726.292D63F42E@mail.vx.sk>
Resent-Message-ID: <200703121500.l2CF09LR085082@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         110226
>Category:       ports
>Synopsis:       [PATCH] editors/muggy
>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:09 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 dependencies
Required PR's to be commited: ports/110221 ports/110222

Tested via portlint -A and tinderbox.
>How-To-Repeat:
>Fix:
diff -Nbur editors/muggy.orig/Makefile editors/muggy/Makefile
--- editors/muggy.orig/Makefile	Sun May  7 12:55:34 2006
+++ editors/muggy/Makefile	Mon Mar 12 15:26:21 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	muggy
 PORTVERSION=	1.3.1
+PORTREVISION=	1
 CATEGORIES=	editors windowmaker tkstep80
 MASTER_SITES=	http://www.aaa-int.or.jp/~jfactory/JDE/dist/ \
 		${MASTER_SITE_LOCAL}
@@ -17,21 +18,18 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A simple text editor for the X on 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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070312145726.292D63F42E>