summaryrefslogtreecommitdiff
path: root/lang/gcc
AgeCommit message (Collapse)AuthorFilesLines
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13oops, we still want the mk files for non-pkgsrc purposes. unbumpgrant3-4/+12
PKGREVISIONs.
2003-07-13greatly simplify the handling of pkgsrc gcc, and eliminate a bug whichgrant4-49/+11
has allowed these packages to work :) set CC, CXX, CPP and F77 in gcc{,3}/buildlink2.mk. you now only need to define USE_GCC2 or USE_GCC3 to use the pkgsrc gcc of your choice. the share/examples/gcc/mk.conf and gcc3/mk.conf files are no longer installed. bump PKGREVISIONs.
2003-07-12Add some patches against basesrc gcc implementing the "if-exists"jtb4-3/+527
function in the specs file. Enables the linker to pick up crti.o and crtn.o if they exist.
2003-07-06Ooops I missed this INSTALL script while doing the conversionseb1-26/+0
to USE_NEW_TEXINFO (I should have added it to INSTALL_TEMPLATES). Anyway as info files are now registered in a package specific info directory file I guess it can be removed.
2003-07-06Reorder a bit so pkglint is happier.seb1-4/+5
2003-07-06No need anymore to specify --infodir=... to configure.seb1-6/+3
Factorize some install commands.
2003-07-06set GCC_VERSION for use in GCC_ARCHDIR. remove a superfluous commentgrant1-2/+3
about GCC_PREFIX. XXX why is GCC_PREFIX ${PREFIX}/gcc3 ?
2003-07-04Convert to USE_NEW_TEXINFO.seb6-141/+7
Remove or trim "info related" patch files. Install info files in package specific directory. Hence the PLIST files are now nearly empty... This should finish making these two packages really non-conflicting. Bump PKGREVISION.
2003-07-04Install example mk.conf in package specific directory.seb4-14/+17
Adjust and make uniform various substitution variables and MESSAGE files. No PKGREVISION bump right now.
2003-06-24Make patches f,g,h work correctly.jmc4-13/+13
2003-06-05add -L${PREFIX}/gcc-2.95.3/lib to LDFLAGS if USE_GCC_SHLIB is defined,grant1-2/+2
so packages built with this can find shared libstdc++. s/-R/${RPATH_FLAG}/ while I'm here.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant1-5/+5
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2003-05-28grammar fix in commentgrant1-2/+2
2003-05-28remove redundant commentgrant1-2/+1
2003-05-27on Solaris, install into ${PREFIX}/${PKGNAME_NOREV} as per othergrant4-338/+8
platforms, and remove the related Solaris MESSAGE and PLIST. prevents gcc from always searching ${PREFIX}/{include,lib} for include files and libraries which breaks buildlink2, preventing some packages from being built, depending on what is already installed. noted by Mark Davies and others, and address my PR pkg/21122. bump PKGREVISION. note: if you update to this version, be sure to rebuild libtool-base since the path to crti.o, crtbegin.o, etc is hardcoded in libtool at compile-time.
2003-05-27add pulling in buildlink includes/libraries from lang/gcc, or gcc3grant1-4/+4
when USE_GCC3 is defined. ok'd by jlam@.
2003-05-26Remove build-dependency on bison by applying patch from Todd Vierlingjschauma1-5/+2
provided in PR pkg/21227, which applies for lang/gcc as well as lang/gcc3.
2003-05-24use ${INSTALL_INFO} rather than install-info, so that we don't accidentlyjschauma4-1/+70
use an old or non-compatible version that may be in the base system. This makes this package install flawlessly under Linux.
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.