Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2003 10:20:20 +0200 (CEST)
From:      Michael Ebert <ebert@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        obraun@FreeBSD.org
Subject:   ports/53192: [maintainer-update] x11-wm/pager: changed dependency
Message-ID:  <20030611082020.0E4793FEC@daidalos.informatik.unibw-muenchen.de>
Resent-Message-ID: <200306110830.h5B8UBJ6012117@freefall.freebsd.org>

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

>Number:         53192
>Category:       ports
>Synopsis:       [maintainer-update] x11-wm/pager: changed dependency
>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:   Wed Jun 11 01:30:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael Ebert
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD daidalos.informatik.unibw-muenchen.de 4.8-STABLE FreeBSD 4.8-STABLE #1: Mon Jun 2 12:45:12 CEST 2003 ebert@daidalos.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/DAIDALOS i386

>Description:
	* depends now on x11-wm/sawfish2 instead of x11-wm/sawfish

>How-To-Repeat:
>Fix:

diff -ruN pager.old/Makefile pager/Makefile
--- pager.old/Makefile	Wed Jun 11 09:40:22 2003
+++ pager/Makefile	Wed Jun 11 09:41:54 2003
@@ -7,6 +7,7 @@
 
 PORTNAME=	pager
 PORTVERSION=	0.6
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://dapfy.bei.t-online.de/sawfish/pager/
 EXTRACT_SUFX=	.tgz
@@ -14,12 +15,12 @@
 MAINTAINER=	ebert@informatik.unibw-muenchen.de
 COMMENT=	A pager for sawfish without GNOME
 
-BUILD_DEPENDS=	${X11BASE}/bin/sawfish:${PORTSDIR}/x11-wm/sawfish
-RUN_DEPENDS=	${X11BASE}/bin/sawfish:${PORTSDIR}/x11-wm/sawfish
+BUILD_DEPENDS=	${X11BASE}/bin/sawfish:${PORTSDIR}/x11-wm/sawfish2
+RUN_DEPENDS=	${X11BASE}/bin/sawfish:${PORTSDIR}/x11-wm/sawfish2
 
 USE_GMAKE=	yes
 MAKEFILE=	GNUmakefile
-USE_GNOME=	gtk12
+USE_GNOME=	gtk20
 USE_REINPLACE=	yes
 USE_X_PREFIX=	yes
 
@@ -27,9 +28,6 @@
 			${SED} 's/^.*version[ ]*\([0-9.]*\).*/\1/'`
 
 PLIST_SUB+=	SAWFISH_VERSION="${SAWFISH_VERSION}"
-
-post-patch:
-	@${REINPLACE_CMD} -e 's/gtk-config/gtk12-config/g' ${WRKSRC}/${MAKEFILE}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

>Release-Note:
>Audit-Trail:
>Unformatted:



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