From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 23 20:44:28 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75FF816A419; Sun, 23 Dec 2007 20:44:28 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7AB8813C467; Sun, 23 Dec 2007 20:44:28 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lBNKiSSu010251; Sun, 23 Dec 2007 20:44:28 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lBNKiSYl010247; Sun, 23 Dec 2007 20:44:28 GMT (envelope-from thierry) Date: Sun, 23 Dec 2007 20:44:28 GMT Message-Id: <200712232044.lBNKiSYl010247@freefall.freebsd.org> To: voisined@wit.edu, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, thierry@FreeBSD.org From: thierry@FreeBSD.org Cc: Subject: Re: ports/117145: [PATCH] math/dislin - update to 9.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2007 20:44:28 -0000 Synopsis: [PATCH] math/dislin - update to 9.2 State-Changed-From-To: open->feedback State-Changed-By: thierry State-Changed-When: Dim 23 déc 2007 20:39:06 UTC State-Changed-Why: It seems that the file has been updated: => dislin-9.2.fbsd-6.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from ftp://ftp.gwdg.de/pub/grafik/dislin/unix/. fetch: ftp://ftp.gwdg.de/pub/grafik/dislin/unix/dislin-9.2.fbsd-6.0.tar.gz: size mismatch: expected 13918462, actual 14463705 => Attempting to fetch from ftp://ftp.fr.freebsd.org/pub/FreeBSD/ports/distfiles/. fetch: ftp://ftp.fr.freebsd.org/pub/FreeBSD/ports/distfiles/dislin-9.2.fbsd-6.0.tar.gz: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Moreover, I guess that compat6x should be used on FreeBSD-7 and 8, and I propose the following patch: --- dislin.diff begins here --- --- math/dislin/Makefile.orig 2007-12-23 21:37:11.000000000 +0100 +++ math/dislin/Makefile 2007-12-23 21:37:44.000000000 +0100 @@ -20,8 +20,6 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -BROKEN= does not fetch - MD5_FILE= ${MASTERDIR}/distinfo${BINVER} PLIST_SUB+= VER=${PORTVERSION} MAJ=${MAJ} SUB_FILES= dislin.sh pkg-message @@ -43,6 +41,10 @@ BINVER= -6.0 .endif +.if ${OSVERSION} >= 700000 +LIB_DEPENDS+= z.3:${PORTSDIR}/misc/compat6x +.endif + do-install: cd ${WRKSRC} && ${SETENV} DISLIN=${DISLIN_DIR} ${SH} INSTALL ${INSTALL_SCRIPT} ${WRKDIR}/dislin.sh ${DISLIN_DIR}/bin --- dislin.diff ends here --- Could you please check it? Responsible-Changed-From-To: freebsd-ports-bugs->thierry Responsible-Changed-By: thierry Responsible-Changed-When: Dim 23 déc 2007 20:39:06 UTC Responsible-Changed-Why: Take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=117145