pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/f2c bl3ify. rename post-patch target to do-config...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0abd36466ac6
branches:  trunk
changeset: 468844:0abd36466ac6
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Feb 17 06:36:38 2004 +0000

description:
bl3ify. rename post-patch target to do-configure, as the compiler is
not available before the buildlink phase, and calling the compiler in
the patch phase is Wrong.

diffstat:

 lang/f2c/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0a7f7b433bcc -r 0abd36466ac6 lang/f2c/Makefile
--- a/lang/f2c/Makefile Tue Feb 17 05:55:27 2004 +0000
+++ b/lang/f2c/Makefile Tue Feb 17 06:36:38 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/01/20 12:19:16 agc Exp $
+# $NetBSD: Makefile,v 1.26 2004/02/17 06:36:38 grant Exp $
 
 DISTNAME=      f2c-20001205
 PKGREVISION=   5
@@ -31,7 +31,7 @@
 PLIST_SRC=     ${WRKDIR}/PLIST
 
 WRKSRC=                ${WRKDIR}/f2c
-USE_BUILDLINK2=        # defined
+USE_BUILDLINK3=        # defined
 
 post-extract:
        @${RM} ${WRKSRC}/index.html
@@ -41,7 +41,7 @@
        @${MV} ${WRKSRC}/src/.depend  ${WRKSRC}/src/depend.orig
        @${GUNZIP_CMD} ${WRKSRC}/src/*.gz
 
-post-patch:
+do-configure:
        @cd ${WRKSRC} && ${CC} -o chktypes chktypes.c
        ${WRKSRC}/chktypes -v
        @${CP} -f ${WRKSRC}/libF77/signal1.h0 ${WRKSRC}/libF77/signal1.h



Home | Main Index | Thread Index | Old Index