Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Aug 2011 11:22:56 -0400
From:      Eitan Adler <lists@eitanadler.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159585: [PATCH] graphics/scr2png: make portlint happy; take maintainership
Message-ID:  <4e3eadd8.4787e50a.603c.ffff9774@mx.google.com>
Resent-Message-ID: <201108071530.p77FUCs8053048@freefall.freebsd.org>

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

>Number:         159585
>Category:       ports
>Synopsis:       [PATCH] graphics/scr2png: make portlint happy; take maintainership
>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:   Sun Aug 07 15:30:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        
>Organization:
>Environment:
>Description:

I want this port. While here fix up some portlint warnings.

>How-To-Repeat:
>Fix:

--- scr2png-1.2_4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/scr2png/Makefile /home/eitan/svn/ports/graphics/scr2png/Makefile
--- /usr/ports/graphics/scr2png/Makefile	2010-03-28 02:37:57.000000000 -0400
+++ /home/eitan/svn/ports/graphics/scr2png/Makefile	2011-08-07 11:19:31.000000000 -0400
@@ -9,16 +9,15 @@
 PORTVERSION=	1.2
 PORTREVISION=	4
 CATEGORIES=	graphics
-
 MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= nik
-NO_WRKSUBDIR=	yes
+MASTER_SITE_SUBDIR=	nik
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ports@eitanadler.com
 COMMENT=	Converts the output of "vidcontrol -p" to PNG
 
 LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
 
+NO_WRKSUBDIR=	yes
 
 MAN1=		scr2png.1
 MANCOMPRESSED=	yes
@@ -28,7 +27,7 @@
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -e 's|<gd/gd\.h>|<gd.h>|' ${WRKSRC}/scr2png.c
 
-do-install:	
+do-install:
 	@cd ${WRKSRC}; ${MAKE} BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} install
 
 .include <bsd.port.mk>
--- scr2png-1.2_4.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4e3eadd8.4787e50a.603c.ffff9774>