a) Unbreak for i386 arch
b) cleanup (info files are inappropreately registered) PR: kris via bento
This commit is contained in:
parent
220dbfdd38
commit
7397c37978
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100450
4 changed files with 1 additions and 13 deletions
|
@ -32,10 +32,6 @@ SNAPDATE= 20040130
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502000
|
||||
BROKEN= "Broken pkg-plist"
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
SRCDIR= ${WRKDIR}/gcc
|
||||
|
@ -70,7 +66,6 @@ CONFIGURE_ARGS+= --enable-threads=posix
|
|||
ALL_TARGET= bootstrap-lean
|
||||
MAN1= cpptree-ssa.1 gcctree-ssa.1 gcovtree-ssa.1
|
||||
MAN7= fsf-funding.7 gfdl.7 gpl.7
|
||||
INFO= cpp gcc gccint cppinternals gccinstall
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} ${PORTOBJFORMAT} target ${CONFIGURE_TARGET}"
|
||||
|
|
|
@ -7,7 +7,6 @@ bin/gfortran
|
|||
bin/gfortrantree-ssa
|
||||
bin/%%GNU_HOST%%-gcc-3.5-tree-ssa
|
||||
bin/%%GNU_HOST%%-gcctree-ssa
|
||||
include/mf-runtime.h
|
||||
@comment Insert PLIST.lib here
|
||||
@comment -=[ begin PLIST.lib ]=-
|
||||
@comment -=[ end PLIST.lib ]=-
|
||||
|
|
|
@ -32,10 +32,6 @@ SNAPDATE= 20040130
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502000
|
||||
BROKEN= "Broken pkg-plist"
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
SRCDIR= ${WRKDIR}/gcc
|
||||
|
@ -70,7 +66,6 @@ CONFIGURE_ARGS+= --enable-threads=posix
|
|||
ALL_TARGET= bootstrap-lean
|
||||
MAN1= cpptree-ssa.1 gcctree-ssa.1 gcovtree-ssa.1
|
||||
MAN7= fsf-funding.7 gfdl.7 gpl.7
|
||||
INFO= cpp gcc gccint cppinternals gccinstall
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} ${PORTOBJFORMAT} target ${CONFIGURE_TARGET}"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $FreeBSD: /tmp/pcvs/ports/lang/gfortran/Attic/pkg-plist,v 1.2 2004-02-03 00:08:41 maho Exp $
|
||||
@comment $FreeBSD: /tmp/pcvs/ports/lang/gfortran/Attic/pkg-plist,v 1.3 2004-02-09 02:07:48 maho Exp $
|
||||
bin/cpptree-ssa
|
||||
bin/gccbugtree-ssa
|
||||
bin/gcctree-ssa
|
||||
|
@ -7,7 +7,6 @@ bin/gfortran
|
|||
bin/gfortrantree-ssa
|
||||
bin/%%GNU_HOST%%-gcc-3.5-tree-ssa
|
||||
bin/%%GNU_HOST%%-gcctree-ssa
|
||||
include/mf-runtime.h
|
||||
@comment Insert PLIST.lib here
|
||||
@comment -=[ begin PLIST.lib ]=-
|
||||
@comment -=[ end PLIST.lib ]=-
|
||||
|
|
Loading…
Reference in a new issue