Remove NO_MANCOMPRESS which is not necessary on relevant versions of
FreeBSD any more. Sort pkg-plist consistently.
This commit is contained in:
parent
f9c55d4f55
commit
9a7460d7a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246919
3 changed files with 9 additions and 8 deletions
|
@ -28,12 +28,11 @@ USE_BISON= build
|
|||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_ICONV= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PATCH_WRKSRC= ${SRCDIR}
|
||||
CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
|
||||
NO_MANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -4,3 +4,5 @@ This port installs the various front ends as gcc34, g++34, and g77-34
|
|||
into the ${PREFIX}/bin directory.
|
||||
|
||||
WWW: http://gcc.gnu.org/
|
||||
|
||||
Gerald Pfeifer <gerald@FreeBSD.org>
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
@comment $FreeBSD$
|
||||
bin/%%GNU_HOST%%-c++%%SUFFIX%%
|
||||
bin/%%GNU_HOST%%-g++%%SUFFIX%%
|
||||
bin/%%GNU_HOST%%-gcc%%SUFFIX%%
|
||||
bin/%%GNU_HOST%%-gcc-%%GCC_VER%%
|
||||
bin/c++%%SUFFIX%%
|
||||
bin/cpp%%SUFFIX%%
|
||||
bin/g++%%SUFFIX%%
|
||||
|
@ -6,15 +10,11 @@ bin/g77-%%SUFFIX%%
|
|||
bin/gcc%%SUFFIX%%
|
||||
bin/gccbug%%SUFFIX%%
|
||||
bin/gcov%%SUFFIX%%
|
||||
bin/%%GNU_HOST%%-c++%%SUFFIX%%
|
||||
bin/%%GNU_HOST%%-g++%%SUFFIX%%
|
||||
bin/%%GNU_HOST%%-gcc-%%GCC_VER%%
|
||||
bin/%%GNU_HOST%%-gcc%%SUFFIX%%
|
||||
libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/cc1
|
||||
libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/cc1plus
|
||||
libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/f771
|
||||
libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/cc1obj
|
||||
libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/cc1plus
|
||||
libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/collect2
|
||||
libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/f771
|
||||
libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/install-tools/fixinc.sh
|
||||
libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/install-tools/fixincl
|
||||
libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/install-tools/mkheaders
|
||||
|
|
Loading…
Reference in a new issue