head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.05.58.52;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.04.14.20.24.51;	author netchild;	state Exp;
branches;
next	1.6;

1.6
date	2011.03.07.15.08.22;	author ehaupt;	state Exp;
branches;
next	1.5;

1.5
date	2011.03.03.09.26.41;	author ehaupt;	state Exp;
branches;
next	1.4;

1.4
date	2009.06.02.21.15.37;	author bsam;	state Exp;
branches;
next	1.3;

1.3
date	2009.04.01.10.10.14;	author bsam;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.19.17.51.29;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2006.07.05.21.07.29;	author bsam;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:		linux-libg2c
# Date created:					2006.07.05
# Whom:						bsam
#
# $FreeBSD: head/lang/linux-libg2c/Makefile 300896 2012-07-14 13:54:48Z beat $

PORTNAME=	libg2c
PORTVERSION=	3.2.3
PORTREVISION=	2
CATEGORIES=	lang linux
MASTER_SITES=	CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
DISTNAME=	compat-libf2c-32-${PORTVERSION}-47.fc4

MAINTAINER=	emulation@@FreeBSD.org
COMMENT=	Fortran 77 compatibility runtime

CONFLICTS=	linux-f8-libg2c-[0-9]* linux-f10-libg2c-[0-9]*

# EXPIRATION_DATE is the EoL of the last 7.x release
EXPIRATION_DATE=2013-02-28
ONLY_FOR_ARCHS=	i386 amd64
USE_LINUX_RPM=	yes
LINUX_DIST_VER=	4
USE_LDCONFIG=	yes
SRC_DISTFILES=	compat-gcc-32-${PORTVERSION}-47.fc4.src.rpm

PLIST_FILES=	usr/lib/libg2c.so.0 usr/lib/libg2c.so.0.0.0

.include <bsd.port.mk>
@


1.7
log
@Set the expiration date for all ports which depend upon linux_base-fc4 to
the EoL of the last 7.x release. The 7.x branch is the only supported
FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator
environment (linux_base-f10 doesn't work there).

I didn't bump the portrevision, this is mostly done as a hint for ports
committers to tell them that at least the emulation@@-owned ports need
to stay until then (even the forbidden ones). The dependent ports need to
go at the same time, but are free to be deleted before.

Discussed with:	bsam
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Unify maintainer address for emulation ports.
(freebsd-emulation@@FreeBSD.org -> emulation@@FreeBSD.org)

Discussed with:	netchild (emulation)
@
text
@d19 2
@


1.5
log
@Add a more reliable mirrors for fc4 and f10 linux emulation ports.

Triggered by:	distilator
Reviewed by:	netchild (emulation)
@
text
@d14 1
a14 1
MAINTAINER=	freebsd-emulation@@FreeBSD.org
@


1.4
log
@. add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;
. bump PORTREVISIONs.
@
text
@d11 1
@


1.3
log
@Finish repocopies of new linux-f8 infrastructure ports:
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION).
@
text
@d9 1
a9 1
PORTREVISION=	1
d16 1
a16 1
CONFLICTS=	linux-f8-libg2c-[0-9]*
@


1.2
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@d9 1
d16 2
@


1.1
log
@This is a Fortran 77 compatibility runtime linux (Fedora Core 4)
library built with gcc-3.2.

Reported by:	thierry
Approved by:	netchild (mentor)
@
text
@d18 1
a18 1
INSTALLS_SHLIB=	yes
@

