summaryrefslogtreecommitdiff
path: root/lang/gcc
AgeCommit message (Collapse)AuthorFilesLines
2002-08-19It seems that the new combo patchfile dropped the silly `nb1' suffixseb1-3/+3
on shared libs in $PREFIX/lib. So adjust the PLIST.
2002-08-13add patch which got left out of previous commit (why??? I _know_ it was listeddmcmahill1-0/+21
in the Modified Files: section).
2002-08-12pull in most recent patches to gcc-2.95.3 from the netbsd-1-6dmcmahill71-14889/+43
branch. Includes fixes for sparc, alpha, and others. Should help in keeping pkgsrc running on 1.5.* systems. The patches which mirror those in the main netbsd source tree have been all put into a single distribution patch file. This makes it much easier to maintain and easier to easily see which patches are specific to pkgsrc.
2002-08-06Make sure that the compiler finds the non-standard includefiles normallykristerw1-1/+5
found on NetBSD (i.e. FlexLexer.h) This corrects the issue in the remark to my closing of pkg/17638.
2002-05-25also set PKG_FC to ensure that the fortran compiler which is part ofdmcmahill1-1/+3
this pkg gets used when another pkg includes this file.
2002-05-14Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano1-2/+2
2002-04-08generate most of the packing list dynamically for non-SunOS systems. Thisdmcmahill2-225/+8
is done because different sets of libraries end up being installed based on MACHINE_ARCH. Tested on NetBSD/alpha.
2002-03-31Hand edit the alpha/netbsd.h patch. -current gcc relies on a new linker scriptjmc2-6/+7
which only differs in setting the entry point. Let this use the default linker script for alpha but force the entry point so this will work on older NetBSD installs for alpha.
2002-03-28Remove PKGREVISION. It causes too many issues with installing/trackingjmc1-2/+1
2002-03-28regenjmc1-2/+2
2002-03-28regenjmc1-2/+2
2002-03-28Update patch set against a sync of source from gnusrc/dist/toolchain.jmc82-581/+7622
Not very many overall changes. Main ones include 1. Support for powerpc, arm32 and vax 2. Makefile.gcc can now be included by anything which depends on gcc versions. If the version installed isn't 2.95.3 it'll add itself as a BUILD_DEPENDS. (XXX: any of the makefile's in pkgsrc should be checked and change to use this) 3. Remove special PLIST.NetBSD-sparc as it's no longer needed 4. Change post-extract loop to pick up any arch files from FILESDIR without having to hardcode all the archs 5. Remove arch restrictions as this should work on any arch supported by the main source tree as of 03/28/02 6. Add PKGREVISION as this clearly isn't stock 2.95.3 (it doesn't change gcc --version so version checks won't care).
2002-03-25Use the gcc-2.95.3 FORTRAN (after discussion with abs).cjep1-1/+3
2002-03-25Build for arm32 as well (after discussion with abs).cjep1-2/+2
2002-03-14Remove empty directory "v9" after installation to avoid deinstallationtron1-4/+5
problems.
2002-03-14Some cleanup.wiz6-156/+145
2002-02-18Introduce new framework for handling info files generation and installation.seb2-9/+10
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-16Add missing sparc/netbsd-elf-common.h.kent2-2/+72
2002-01-09Fix and enable for Solaris platform.seb2-8/+15
2002-01-05Add missing command.fredb1-1/+1
2002-01-03Remove unnecessary patch which caused patch problems due to an includetron2-5092/+1
RCS Id.
2002-01-03Provide a "Makefile.gcc" which can be used by other packages which needtron2-1/+17
this "gcc" version for building.
2002-01-03Add missing calls to "install-info".tron1-1/+8
2002-01-03Add RCS Id.tron1-0/+2
2002-01-03Update "gcc" package to version 2.95.3. This is a bug fix release oftron80-12925/+15095
version 2.95.2. This package includes all changes to "gcc" from the new toolchain in NetBSD-current. The only tested (and enabled) platform is "NetBSD-*-i386" so far.
2001-12-29Let's keep this simple, and not let the "nb" bump affect the name of thefredb1-2/+2
installation directory.
2001-12-29Fix up a corrupt infodir entry in "chill.info" that install-info could notfredb4-2/+62
delete cleanly, which foiled subsequent installations, and add an INSTALL script (keyword PRE-INSTALL) to ensure that the corrupt entry is removed.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-06-11Install info file into "${PREFIX}/info" so that they get found.tron2-71/+71
2001-06-11Remove installed curses.h file, as is done by pgcc/Makefile.jlam1-1/+2
2001-06-11Remove link "${PREFIX}/${PKGNAME}/bin/cc" before trying to create it totron1-2/+2
avoid install failures in case of an incomplete install before.
2001-06-07Add missing "INFO_FILES" assignment.tron1-1/+2
2001-05-07Add libstdc++.so needed after shared libs change.jlam1-1/+2
2001-05-04Add --enable-shared to the configuration phase so that a shared libstdc++skrll6-5/+49
gets built. Add makefile fragments to do the right thing for elf and a.out. Make sure they are used. Add @exec/@unexec install-info to the PLIST. Fixes pkg/12154 from Olaf Seibert <rhialto@polderland.nl>
2001-05-04Sort.skrll1-124/+124
2001-04-30Make gcc/Makefile and pgcc/Makefile look more similar.jlam1-9/+5
2001-04-27Make sure that sjlj exceptions are used everywhere and be consistent withskrll8-25/+73
the defines. While I'm here pull across a fix for LIB_SPEC that prevents libc from being linked in when linking a shared library. Fixes pkg/12620 from Takuya SHIOZAKI <tshiozak@netbsd.org>
2001-04-21echo -> ${ECHO}wiz1-5/+5
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-27/+25
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-29Add missing files for NetBSD/sparc to a ${MACHINE_PLATFORM}-specificjlam1-0/+5
PLIST for pgcc. PGCC should now list all the files needed on NetBSD/sparc. This matches a similarly motivated change in gcc/Makefile, but done differently.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-01gcc installs a few extra files on sparc:hubertf1-1/+9
/usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtbegin.o /usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtbeginS.o /usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtend.o /usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtendS.o Make sure they find their way into PLIST
2001-03-01Add LIBGCC_SPEC definition taken fromjlam2-8/+14
gnusrc/gnu/dist/toolchain/gcc/config/netbsd.h
2001-02-28Minimize differences between gcc/Makefile and pgcc/Makefile.jlam1-2/+2
2001-02-28Make comment for ONLY_FOR_PLATFORM a bit more generic and reorder thejlam1-4/+4
platforms so that NetBSD comes first (just because ;)
2001-02-28Make this pkg work on NetBSD/sparc.hubertf8-1091/+263
Patches contributes by Michael Rauch <mrauch@fs.tum.de> in PR 12299
2001-02-21Make lang/gcc and lang/pgcc conflict under Solaris as both install directlyjlam1-1/+2
under ${LOCALBASE}. This doesn't affect NetBSD as, there, both install under ${LOCALBASE}/${PKGNAME}.