Date: Tue, 10 Dec 2002 00:25:42 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46127: Update port: devel/ftnchek to 3.2.0 Message-ID: <20021210002542.66939530.tkato@prontomail.com>
next in thread | raw e-mail | index | archive | help
>Number: 46127 >Category: ports >Synopsis: Update port: devel/ftnchek to 3.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 09 07:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 3.2.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/ftnchek/Makefile devel/ftnchek/Makefile --- /usr/ports/devel/ftnchek/Makefile Mon Nov 11 18:59:10 2002 +++ devel/ftnchek/Makefile Sat Dec 7 03:28:55 2002 @@ -5,22 +5,22 @@ # $FreeBSD: ports/devel/ftnchek/Makefile,v 1.24 2002/11/10 16:45:32 lioux Exp $ PORTNAME= ftnchek -PORTVERSION= 3.1.2 +PORTVERSION= 3.2.0 CATEGORIES= devel -MASTER_SITES= ftp://ftp.netlib.org/fortran/ -DISTFILES= ${PORTNAME}.tgz +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + http://www.dsm.fordham.edu/~ftnchek/download/ +MASTER_SITE_SUBDIR= devel/lang/fortran MAINTAINER= ports@FreeBSD.org MAN1= dcl2inc.1 ftnchek.1 +USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= ac_cv_dir_lispdir=${PREFIX}/share/emacs/site-lisp +CONFIGURE_ARGS= --libdir=${PREFIX}/share -pre-install: - ${MKDIR} ${PREFIX}/share/emacs/site-lisp - -post-install: - strip ${PREFIX}/bin/ftnchek +post-patch: + @${REINPLACE_CMD} -e \ + 's|^CFLAGS=.*$$|CFLAGS="-DUNIX \$$CFLAGS"|g' ${WRKSRC}/configure .include <bsd.port.mk> diff -urN /usr/ports/devel/ftnchek/distinfo devel/ftnchek/distinfo --- /usr/ports/devel/ftnchek/distinfo Sun May 5 05:50:05 2002 +++ devel/ftnchek/distinfo Sat Dec 7 03:11:15 2002 @@ -1 +1 @@ -MD5 (ftnchek.tgz) = 26d41011599e08f06f89ca500f95f000 +MD5 (ftnchek-3.2.0.tar.gz) = 9ba23218e38568b16945a4c69309a43d diff -urN /usr/ports/devel/ftnchek/files/patch-makehtml.c devel/ftnchek/files/patch-makehtml.c --- /usr/ports/devel/ftnchek/files/patch-makehtml.c Thu Jan 1 09:00:00 1970 +++ devel/ftnchek/files/patch-makehtml.c Sat Dec 7 03:19:31 2002 @@ -0,0 +1,10 @@ +--- makehtml.c.orig Thu Nov 21 08:16:41 2002 ++++ makehtml.c Sat Dec 7 03:18:59 2002 +@@ -43,6 +43,7 @@ + + #include <stdio.h> + #include <ctype.h> ++#include <sys/types.h> + #include <string.h> + #include <errno.h> + #include "ftnchek.h" diff -urN /usr/ports/devel/ftnchek/pkg-plist devel/ftnchek/pkg-plist --- /usr/ports/devel/ftnchek/pkg-plist Wed Nov 8 00:04:22 2000 +++ devel/ftnchek/pkg-plist Sat Dec 7 03:29:09 2002 @@ -1,5 +1,5 @@ bin/dcl2inc bin/ftnchek -lib/ftnchek/dcl2inc.awk share/emacs/site-lisp/ftnchek.el -@dirrm lib/ftnchek +share/ftnchek/dcl2inc.awk +@dirrm share/ftnchek >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021210002542.66939530.tkato>