head	1.9;
access;
symbols
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5;
locks; strict;
comment	@# @;


1.9
date	2006.06.29.00.14.09;	author jylefort;	state dead;
branches;
next	1.8;

1.8
date	2006.06.13.19.55.44;	author netchild;	state Exp;
branches;
next	1.7;

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

1.6
date	2006.05.07.09.52.38;	author netchild;	state Exp;
branches;
next	1.5;

1.5
date	2006.01.31.09.43.17;	author jylefort;	state Exp;
branches;
next	1.4;

1.4
date	2006.01.22.15.35.04;	author jylefort;	state Exp;
branches;
next	1.3;

1.3
date	2005.11.29.10.06.02;	author jylefort;	state Exp;
branches;
next	1.2;

1.2
date	2005.11.27.01.20.08;	author jylefort;	state Exp;
branches;
next	1.1;

1.1
date	2005.11.26.19.33.32;	author jylefort;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Remove linux-libgcc since it has been obsoleted by fc3 and fc4.
@
text
@# New ports collection makefile for:	linux-libgcc
# Date created:				25 Nov 2005
# Whom:					jylefort@@FreeBSD.org
#
# $FreeBSD: ports/lang/linux-libgcc/Makefile,v 1.8 2006/06/13 19:55:44 netchild Exp $
#

PORTNAME=	libgcc
DISTVERSION=	3.4.4-2
PORTREVISION=	4
CATEGORIES=	lang linux
MASTER_SITE_SUBDIR=	updates/3/${LINUX_RPM_ARCH}/
DISTNAME=	${PORTNAME}-${DISTVERSION}.fc3

MAINTAINER=	jylefort@@FreeBSD.org
COMMENT=	Linux libgcc support library

CONFLICTS=	linux_base-fc*

ONLY_FOR_ARCHS=	i386 amd64
USE_LINUX_RPM=	yes
USE_LINUX=	8
AUTOMATIC_PLIST=yes
SRC_DISTFILES=	gcc-3.4.4-2.fc3.src.rpm

# Do not conflict with linux_base's libgcc: install in /lib/libgcc
# (note that we do not set INSTALLS_SHLIB because we must prepend
# /lib/libgcc to /etc/ld.so.conf before running ldconfig, which we do
# in pkg-install).

post-extract:
	@@${MKDIR} ${WRKSRC}/lib/libgcc
	@@${MV} -f ${WRKSRC}/lib/libgcc_s* ${WRKSRC}/lib/libgcc

post-install:
	@@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL

.include <bsd.port.mk>
@


1.8
log
@Hardcode the linux base dependency to the current default one. This solves
a problem with the upcomming new default one (which doesn't needs thi port,
it comntains already similar files) in an exp-build run.

Approved by:	maintainer (implicit)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Fix the CONFLICTS, it conflicts with FC3 and FC4.

Discussed with:	Boris Samorodov <bsam@@ipt.ru>
Approved by:	jylefort
@
text
@d10 1
a10 1
PORTREVISION=	3
d22 1
@


1.6
log
@Ooops, previous commit missed the SRPM (else pointyhat will complain
again).

While I'm here register a conflict with linux_base-fc3, it comes with
libgcc already (bump PORTREVISION because of this).
@
text
@d10 1
a10 1
PORTREVISION=	2
d18 1
a18 1
CONFLICTS=	linux_base-fc3-*
@


1.5
log
@Fix MASTER_SITE_SUBDIR

Reported by:	pointyhat via kris
@
text
@d10 1
a10 1
PORTREVISION=	1
d18 2
d23 1
@


1.4
log
@Switch to the USE_LINUX_RPM framework.
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	updates/3/${LINUX_ARCH}/
@


1.3
log
@The linuxulator does not support Linux amd64 code. When ${ARCH} is
amd64, use the i386 RPM packages.
@
text
@d19 2
a20 1
DESCR=		${PKGDIR}/pkg-descr
d23 3
a25 3
# (note that we do not set INSTALLS_LINUX_SHLIB because we must
# prepend /lib/libgcc to /etc/ld.so.conf before running ldconfig,
# which we do in pkg-install).
d34 1
a34 1
.include "${.CURDIR}/../../audio/linux-openal/bsd.linux.mk"
@


1.2
log
@Fix category.

Reported by:	kris (chkversion)
@
text
@d10 1
@


1.1
log
@Add linux-libgcc.

This port contains a version of libgcc which is newer than the one shipped
with the default linux_base port.

WWW: http://gcc.gnu.org/
@
text
@d10 1
a10 1
CATEGORIES=	audio linux
@

