ports/117007: [PATCH] x11/grabc unbreak

Martin Tournoij carpetsmoker at xs4all.nl
Mon Oct 8 06:10:02 UTC 2007


>Number:         117007
>Category:       ports
>Synopsis:       [PATCH] x11/grabc unbreak
>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 Oct 08 06:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Tournoij
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
FreeBSD phong.rwxrwxrwx.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Aug 24 07:26:43 CEST 2007 carpetsmoker at phong.rwxrwxrwx.net:/usr/obj/usr/src/sys/GENERIC i386

>Description:
x11/grabc is marked as broken because of a checksum mismatch.
Checksums are fine ... So remove BROKEN

>How-To-Repeat:

>Fix:

--- grabc.diff begins here ---
--- Makefile.orig	2007-06-14 21:37:57.000000000 +0200
+++ Makefile	2007-10-08 08:09:23.000000000 +0200
@@ -8,20 +8,20 @@
 
 PORTNAME=	grabc
 PORTVERSION=	1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11
-MASTER_SITES=	http://muquit.com/muquit/software/grabc/
+MASTER_SITES=	http://muquit.com/muquit/software/grabc/ \
+		http://www.carpetsmoker.net/distfiles/ \
+		http://www.xs4all.nl/~tournoij/distfiles/
 DISTNAME=	${PORTNAME}${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	carpetsmoker at xs4all.nl
 COMMENT=	Grab a color from screen
 
-BROKEN=		Checksum mismatch
-
 PLIST_FILES=	bin/grabc
 USE_XLIB=	yes
-CFLAGS+=	-I${X11BASE}/include
-LIBS+=		-L${X11BASE}/lib -lX11
+CFLAGS+=	-I${LOCALBASE}/include
+LIBS+=		-L${LOCALBASE}/lib -lX11
 
 do-build:
 	cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c ${LIBS}
--- grabc.diff ends here ---

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



More information about the freebsd-ports-bugs mailing list