head	1.21;
access;
symbols
	RELEASE_8_3_0:1.20
	RELEASE_9_0_0:1.19
	old_RELEASE_7_4_0:1.17
	old_RELEASE_8_2_0:1.17
	old_RELEASE_6_EOL:1.16
	old_RELEASE_8_1_0:1.16
	old_RELEASE_7_3_0:1.16
	old_RELEASE_8_0_0:1.16
	old_RELEASE_7_2_0:1.16
	old_RELEASE_7_1_0:1.13
	old_RELEASE_6_4_0:1.13
	old_RELEASE_5_EOL:1.13
	old_RELEASE_7_0_0:1.11
	old_RELEASE_6_3_0:1.11
	old_PRE_XORG_7:1.9
	old_RELEASE_4_EOL:1.9
	old_RELEASE_6_2_0:1.9
	old_RELEASE_6_1_0:1.8
	old_RELEASE_5_5_0:1.8
	old_RELEASE_6_0_0:1.8
	old_RELEASE_5_4_0:1.8
	old_RELEASE_4_11_0:1.8
	old_RELEASE_5_3_0:1.8
	old_RELEASE_4_10_0:1.8
	old_RELEASE_5_2_1:1.8
	old_RELEASE_5_2_0:1.8
	old_RELEASE_4_9_0:1.8
	old_RELEASE_5_1_0:1.8
	old_RELEASE_4_8_0:1.7
	old_RELEASE_5_0_0:1.6
	old_RELEASE_4_7_0:1.6
	old_RELEASE_4_6_2:1.6
	old_RELEASE_4_6_1:1.6
	old_RELEASE_4_6_0:1.6
	old_RELEASE_5_0_DP1:1.6
	old_RELEASE_4_5_0:1.6
	old_RELEASE_4_4_0:1.6
	old_RELEASE_4_3_0:1.6
	old_RELEASE_4_2_0:1.4
	old_RELEASE_4_1_1:1.4
	old_RELEASE_4_1_0:1.4
	old_RELEASE_3_5_0:1.3
	old_RELEASE_4_0_0:1.2
	old_RELEASE_3_4_0:1.1.1.1
	old_v1_12:1.1.1.1
	old_KGB:1.1.1;
locks; strict;
comment	@# @;


1.21
date	2012.11.17.05.58.54;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2012.01.20.17.26.00;	author bf;	state Exp;
branches;
next	1.19;

1.19
date	2011.11.07.17.36.00;	author sunpoet;	state Exp;
branches;
next	1.18;

1.18
date	2011.05.05.08.22.29;	author tota;	state Exp;
branches;
next	1.17;

1.17
date	2010.12.17.20.14.55;	author pgollucci;	state Exp;
branches;
next	1.16;

1.16
date	2008.12.30.13.18.42;	author araujo;	state Exp;
branches;
next	1.15;

1.15
date	2008.12.30.13.00.59;	author araujo;	state Exp;
branches;
next	1.14;

1.14
date	2008.11.29.00.11.53;	author linimon;	state Exp;
branches;
next	1.13;

1.13
date	2008.04.17.14.26.50;	author araujo;	state Exp;
branches;
next	1.12;

1.12
date	2007.12.13.23.24.59;	author pav;	state Exp;
branches;
next	1.11;

1.11
date	2007.12.10.22.50.56;	author pav;	state Exp;
branches;
next	1.10;

1.10
date	2007.10.03.23.22.03;	author edwin;	state Exp;
branches;
next	1.9;

1.9
date	2006.06.23.08.49.01;	author jmz;	state Exp;
branches;
next	1.8;

1.8
date	2003.05.14.21.26.51;	author jmz;	state Exp;
branches;
next	1.7;

1.7
date	2003.03.07.06.05.32;	author ade;	state Exp;
branches;
next	1.6;

1.6
date	2001.03.01.06.37.32;	author vanilla;	state Exp;
branches;
next	1.5;

1.5
date	2000.12.10.04.43.07;	author vanilla;	state Exp;
branches;
next	1.4;

1.4
date	2000.06.17.02.36.33;	author will;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.12.06.19.45;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	2000.01.07.16.40.05;	author asami;	state Exp;
branches;
next	1.1;

1.1
date	99.12.07.21.17.40;	author jmz;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.12.07.21.17.40;	author jmz;	state Exp;
branches;
next	;


desc
@@


1.21
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-ExtUtils-F77
# Date created:				December 7 1999
# Whom:	      				jmz
#
# $FreeBSD: head/lang/p5-ExtUtils-F77/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	ExtUtils-F77
PORTVERSION=	1.17
PORTREVISION=	1
CATEGORIES=	lang perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Helps link C programs with Fortran subroutines

PERL_CONFIGURE=	yes
USE_FORTRAN=	yes

MAN3=		ExtUtils::F77.3

post-patch:
	@@${REINPLACE_CMD} -e "s|'gfortran44'|'${FC}'|" \
			  -e "s|'-O2'|'${CFLAGS}'|" \
			  ${WRKSRC}/F77.pm

.include <bsd.port.mk>
@


1.20
log
@The compiler flags contain '/', so use a different delimiter
with sed; set USE_FORTRAN; remove some unused variables
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.19
log
@- Force commit to state the repocopy from lang/p5-F77 to lang/p5-ExtUtils-F77 is complete

PR:		ports/162202
Submitted by:	sunpoet (myself)
Repocopied by:	marucs (portmgr)
@
text
@d10 1
d19 1
a22 3
GCCLIBDIR_CMDS=	${FC} -print-file-name=libgfortran.so | ${SED} -e s/libgfortran.so//
F2CLIB=		-lgfortran

d24 2
a25 2
	@@${REINPLACE_CMD} -e "s/'gfortran44'/'${FC}'/" \
			  -e "s/'-O2'/'${CFLAGS}'/" \
@


1.18
log
@- Update to 1.17
  * Detect both g77-34 and gfortran
  * Use a post-patch to set the CFLAGS and gfortran version correctly
  * Mark gfortran as the default compiler (since g77 is deprecated in ports
    tree), and enable g77-34 as a fallback

PR:		ports/155906
Submitted by:	Zhihao Yuan <lichray_AT_gmail_DOT_com>
@
text
@@


1.17
log
@- Pass to perl@@
@
text
@d9 1
a9 2
PORTVERSION=	1.16
PORTREVISION=	1
d21 2
a22 1
F2CLIB=		-lg2c
d25 3
a27 3
	@@cd ${WRKSRC}; ${PERL5} -i.orig -pe \
		's/(.*Freebsd.*lib )(-lf2c)(.*)/$$1 ${F2CLIB} $$3/' F77.pm
	@@${REINPLACE_CMD} -e "s/'f77',/'f77','g77-34',/" ${WRKSRC}/F77.pm
@


1.16
log
@- Fix plist.
- Bump PORTREVISION.

Submitted by:	QAT
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.15
log
@- Update to 1.16.
@
text
@d10 1
@


1.14
log
@Reset jmz@@FreeBSD.org due to no response to email about maintainer-timeout,
and no commit activity for 3 months.

Hat:	portmgr
@
text
@d9 1
a9 2
PORTVERSION=	1.15
PORTREVISION=	2
@


1.13
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d15 1
a15 1
MAINTAINER=	jmz@@FreeBSD.org
@


1.12
log
@- Fix the patch I broke in previous revision

Reported by:	pointyhat
Pointy hat to:	pav
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	ExtUtils
@


1.11
log
@- Attempt to change this so perl code using this module can work with g77
  provided by gcc34 on FreeBSD 7.0

Reported by:	pointyhat (pgperl failure)
Approved by:	portmgr (hat)
@
text
@d10 1
a10 1
PORTREVISION=	1
d27 2
a28 1
		"s/(.*Freebsd.*lib )(-lf2c)(.*)/$$1 ${F2CLIB} $$3/ ; s/'f77',/'f77','g77-34',/" F77.pm
@


1.10
log
@Remove support for OSVERSION < 5
@
text
@d10 1
d27 1
a27 1
		's/(.*Freebsd.*lib )(-lf2c)(.*)/$$1 ${F2CLIB} $$3/' F77.pm
@


1.9
log
@Upgrade to version 1.15.

PR:		ports/99334
Submitted by:	Aaron Dalton <aaron@@freebsd.org>
@
text
@d22 1
a22 6
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400005
F2CLIB=	-lg2c
.else
F2CLIB=	-lf2c
.endif
d28 1
a28 1
.include <bsd.port.post.mk>
@


1.8
log
@Update to 1.14
Add WWW

PR:		ports/52245
Submitted by:	Mathieu Arnold <m@@absolight.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.14
@


1.7
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
a9 1
PORTVERSION=	1.13
a19 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.6
log
@Remove do-configure section, use PERL_CONFIGURE now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/p5-F77/Makefile,v 1.5 2000/12/10 04:43:07 vanilla Exp $
d16 1
@


1.5
log
@Upgrade to 1.13.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/p5-F77/Makefile,v 1.4 2000/06/17 02:36:33 will Exp $
d17 1
a17 1
USE_PERL5=	yes
d24 1
a24 1
F2CLIB= -lg2c
d26 1
a26 1
F2CLIB= -lf2c
a31 3

do-configure:
	@@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
@


1.4
log
@Lots and lots of cleanups.  Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@@mips.inka.de>
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/p5-F77/Makefile,v 1.3 2000/04/12 06:19:45 obrien Exp $
d9 1
a9 1
PORTVERSION=	1.12
@


1.3
log
@Convert to the PORTNAME - PORTVERSION syntax.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/p5-F77/Makefile,v 1.2 2000/01/07 16:40:05 asami Exp $
d8 1
a8 1
PORTNAME=	p5-ExtUtils-F77
d13 1
a13 1
DISTNAME=	ExtUtils-F77-1.12
d17 1
a17 1
USE_PERL5=	YES
d30 2
a31 2
	@@(cd ${WRKSRC}; ${MV} -f F77.pm F77.pm~; \
	${PERL5} -e  'while(<>){s/(.*Freebsd.*lib )(-lf2c)(.*)/$$1 ${F2CLIB} $$3/;print $$_;}' < F77.pm~ > F77.pm)
d34 1
a34 1
		@@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
@


1.2
log
@Don't include bsd.port.pre.mk twice.  This usually is caused by first
including bsd.port.pre.mk and then later including bsd.port.mk (the
latter of which of course should be bsd.port.post.mk).
@
text
@a1 1
# Version required:			1.12
d5 1
a5 1
# $FreeBSD: ports/lang/p5-F77/Makefile,v 1.1.1.1 1999/12/07 21:17:40 jmz Exp $
d8 2
a9 2
DISTNAME=	ExtUtils-F77-1.12
PKGNAME=	p5-ExtUtils-F77-1.12
d13 1
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $FreeBSD$
d36 1
a36 1
.include <bsd.port.mk>
@


1.1.1.1
log
@Tells you how to link C programs with Fortran subroutines.

Required by the new pgperl version.
@
text
@@
