Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jun 2008 19:45:18 GMT
From:      Max Brazhnikov <makc@issp.ac.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/124377: x11/kxgenerator: minor fixes, deprecate port
Message-ID:  <200806071945.m57JjIHQ032990@www.freebsd.org>
Resent-Message-ID: <200806071950.m57Jo7qt065486@freefall.freebsd.org>

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

>Number:         124377
>Category:       ports
>Synopsis:       x11/kxgenerator: minor fixes, deprecate port
>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:   Sat Jun 07 19:50:07 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Thu Apr 17 12:14:46 MSD 2008     makc@luna.dio.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
Fix mastersite. Website has disappeared, seems project development has been discontinued. Mark port as deprecated
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/x11/kxgenerator/Makefile /home/makc/porting/ports/x11/kxgenerator/Makefile
--- /usr/ports/x11/kxgenerator/Makefile	2008-06-06 18:09:03.000000000 +0400
+++ /home/makc/porting/ports/x11/kxgenerator/Makefile	2008-06-07 23:27:32.000000000 +0400
@@ -7,9 +7,9 @@
 
 PORTNAME=	kxgenerator
 PORTVERSION=	0.3.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11 kde
-MASTER_SITES=	http://dp0154.debowypark.waw.pl/kxgenerator/data/download/
+MASTER_SITES=	http://dp0154.debowypark.waw.pl/
 
 MAINTAINER=	makc@issp.ac.ru
 COMMENT=	KDE utility to configure the X server
@@ -21,10 +21,10 @@
 USE_GMAKE=	yes
 INSTALLS_ICONS=	yes
 
-pre-configure:
-.for i in properties.h main.cpp
-	@${REINPLACE_CMD} -e "s:/usr/lib/xorg:${LOCALBASE}/lib:g"	\
-		${WRKSRC}/src/${i}
-.endfor
+DEPRECATED=	Project abandoned
+
+post-patch:
+	cd ${WRKSRC}/src && ${REINPLACE_CMD} -e "s:/usr:${LOCALBASE}:g" \
+		properties.h main.cpp
 
 .include <bsd.port.mk>


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



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