Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Nov 2010 08:23:30 -0500
From:      Eitan Adler <lists@eitanadler.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/152011: [PATCH] x11-toolkits/xscoop: fix fetch error; add compat6x depends
Message-ID:  <4cd6a854.1a7cdc0a.3ded.4ae3@mx.google.com>
Resent-Message-ID: <201011071330.oA7DUB9H029013@freefall.freebsd.org>

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

>Number:         152011
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/xscoop: fix fetch error; add compat6x depends
>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 Nov 07 13:30:11 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
>Environment:
System: 
>Description:
I removed a failing MASTER_SITE, added a dependency on misc/compat6x
I do not want maintainership of this port (I don't use it so I can't guarentee that I'll
fix it if it breaks again)

>How-To-Repeat:
>Fix:

--- xscoop-1.0.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/xscoop/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	30 Sep 2010 09:00:36 -0000	1.12
+++ Makefile	7 Nov 2010 13:10:15 -0000
@@ -8,14 +8,11 @@
 PORTNAME=	xscoop
 PORTVERSION=	1.0.2
 CATEGORIES=	x11-toolkits
-MASTER_SITES=	http://www.fourcalorieservers.com/ports/x11-toolkits/xscoop/ \
-		http://T32.TecNik93.com/FreeBSD/others_ports/${PORTNAME}/sources/
+MASTER_SITES=	http://T32.TecNik93.com/FreeBSD/others_ports/${PORTNAME}/sources/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	An X library detective
 
-BROKEN=		does not fetch
-
 MAN7=		xscoop.7
 PLIST_FILES=	bin/xscoop
 PORTDOCS=	xscoop.pdf
@@ -26,6 +23,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} >= 700043
+LIB_DEPENDS+=	c.6:${PORTSDIR}/misc/compat6x
+.endif
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/xscoop6 ${PREFIX}/bin/xscoop
 	${INSTALL_MAN} ${WRKSRC}/xscoop.7 ${MAN7PREFIX}/man/man7/xscoop.7
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/xscoop/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	12 Dec 2005 00:41:15 -0000	1.2
+++ distinfo	7 Nov 2010 13:10:15 -0000
@@ -1,3 +1,2 @@
-MD5 (xscoop-1.0.2.tar.gz) = 52c2c433d50f91c413fb8880b58a0121
 SHA256 (xscoop-1.0.2.tar.gz) = f4ddccf6eaa99efa1e77bf8f3bd350ccda6b51285045579e39c033102038cccb
 SIZE (xscoop-1.0.2.tar.gz) = 91846
--- xscoop-1.0.2.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?4cd6a854.1a7cdc0a.3ded.4ae3>