summaryrefslogtreecommitdiff
path: root/lang/gcc
AgeCommit message (Collapse)AuthorFilesLines
2003-05-02Move the sample mk.conf file to share/examples/gcc/mk.conf, instead ofjmmv4-11/+16
installing in in etc/ (and not honouring PKG_SYSCONFDIR). Bump PKGREVISION.
2003-04-14only assume GNU toolchain on Linux and BSD and use try to use sanegrant1-7/+3
defaults for "unknown" platforms. drop unneeded parens, whitespace police. (the last update was broken, oops)
2003-04-14use the bootstrap target unless we know we are using gcc (either bygrant1-8/+23
platform or by name). use
2003-04-10use `gcc -dumpversion' instead of `gcc --version', so this worksgrant1-2/+2
with both gcc2 and gcc3. as suggested by Berndt Wulf on tech-pkg.
2003-03-28Remove unnecessary empty lines.wiz1-1/+0
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-11Mark this NOT_FOR_PLATFORM Darwin.grant1-1/+3
2002-12-12Check if $CC is defined first, next comparison breaks otherwise.salo1-2/+2
2002-12-05use automatic MESSAGE handling.grant1-2/+1
2002-10-26GNU make with its support of micro- and nano-second timestamp and stat(2)seb1-14/+16
related information keeps pestering me while building this package on Solaris. So... - Replace WRKDIR and SRCDIR hack with CONFIGURE_DIRS and BUILD_DIRS tuning: automake-*-override can now properly do their job. - Prevent gperf invocation with the right touch command in pre-configure target. - Create BUILD_DIRS in pre-configure target.
2002-10-22Unused.jlam1-25/+0
2002-10-21Pull in diffs from gnusrc/dist/toolchain to allow Sparcs to buildjlam3-1/+17
lang/gcc. The diffs change some double quotes to single quotes in some sparc-only files so that the shell expression created is legal. This fix was independently found by Lubomir Sedlacik <salo@Xtrmntr.org> and provided in pkg/18309.
2002-10-20Install ${PREFIX}/etc/${PKGNAME}.mk on SunOS, too. From pkg/18627 byjlam1-1/+2
Lubomir Sedlacik.
2002-10-10regen for patch-acdmcmahill1-2/+2
2002-10-08s/echo/${ECHO}/gjlam1-2/+2
2002-10-05make the libstdc++.so version number the same as the one we ship with ↵dmcmahill3-8/+20
netbsd-1.6 as we use the same sources. Pointed out by Nick Hudson.
2002-10-05add a reminder that lang/gcc-ssp needs updating when this pkg is updateddmcmahill1-1/+3
2002-10-01Make the following variables publicly readable:jlam1-11/+16
GCC_VERSION is the version number of the gcc detected. EGCS gcc is considered to be "gcc-2.8.1" so that it will match "gcc>=2.8.0". GCC_PKG is the package name "gcc-${GCC_VERSION} for the gcc detected.
2002-09-29Need to pass the library path to libstdc++.so as well, and only add thejlam1-2/+4
extra ld flags if we USE_CXX.
2002-09-29Ensure that the buildlink2 wrappers are found when searching for toolchainjlam1-12/+15
subprograms, and that the lang/gcc libstdc++.so is found by the linker.
2002-09-27The sophisticated version checking was working, but symlinking files intojlam1-23/+26
the buildlink directory wasn't (!). Fix it.
2002-09-27Create a buildlink2.mk file for lang/gcc. Aside from the usual tunablejlam1-0/+88
variables, there is a new one, GCC_REQD, that contains the minimum version of GCC needed to compile the package. For the purpose of version comparison, all versions of EGCS are considered to be gcc-2.8.1. This buildlink2.mk file attempts to be smart, so if the gcc in your path is actually the one from lang/gcc, then it's considered that you need lang/gcc at least at build-time. There is also a new variable USE_CXX, that tells the buildlink2.mk file whether you need to link against libstdc++.so, and thus need a _full_ dependency on lang/gcc.
2002-09-27Use bsd.pkg.install.mk, correct the PLISTs to refer to ${PKGNAME}.mkjlam5-96/+87
(instead of hardcoding the version number), and general cleanups to the Makefile to make this package easier to maintain.
2002-09-27Use ${BASENAME} instead of "basename", and fix a typo.jlam1-5/+5
2002-09-09- pull in the last bit of changes to sync this up with the netbsd-1-6-RELEASEdmcmahill7-14/+49
gcc. - enable building shared libstdc++ - add a -R to LDFLAGS in Makefile.gcc to point to the shared libs this pkg installs
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.