summaryrefslogtreecommitdiff
path: root/lang/gcc
AgeCommit message (Collapse)AuthorFilesLines
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}.
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2001-02-08Add missing semicolon.jlam1-2/+2
Fixes PR#12153 by Olaf Seibert <rhialto@polderland.nl>.
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz3-6/+16
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-16Use ${PKGNAME} instead of hard-coding gcc-2.95.2.jlam1-1/+1
2001-01-13Fix thinko in last commit.tron1-4/+3
2001-01-13It doesn't make sense to remove "bin/cc" and recreate it later intron1-4/+5
"post-install" target.
2001-01-13Remove bogus file entries.tron1-4/+1
2001-01-11Make this package work with Solaris:tron3-6/+344
- It can be bootstraped with Sun Workshop. - It goes to "${LOCALBASE}" directly because there is no possible conflict with the system's GNU C compiler.
2000-10-16Regen.jlam1-1/+2
2000-10-16Don't redefine wint_t (already defined in <machine/ansi.h> by NetBSD).jlam1-0/+43
Fixes PR#11177.
2000-09-25Avoid running "autoheader" -- it can't help you, but it can hurt you!fredb1-1/+4
2000-09-22Mention support of "NetBSD-m68k" in comment and correct a typo.tron1-3/+3
2000-09-22What do you know... this builds on m68k/1.4.3.fredb1-2/+2
2000-09-16Use place holder for "${PREFIX}" instead of hard coding "/usr/pkg".tron1-1/+1
2000-09-16Add a message which explains how to use "gcc-2.95.2" via "MAKECONF".tron2-3/+11
2000-09-15- Add patches from NetBSD-current to fix build on i386 ELF systems.tron23-314/+13917
- Install into "${LOCALBASE}/gcc-2.95.2" to avoid that e.g. "bsd.pkg.mk" picks up the new compiler by accident. - Add a file "${LOCALBASE}/etc/gcc-2.95.2.mk" which makes it possible to use the new "gcc" like this: make MAKECONF=/usr/pkg/etc/gcc-2.95.2.mk
2000-05-23- Remove broken NetBSD i386 ELF support for the moment. Something intron4-781/+307
NetBSD's "egcs" configuration files breaks the build of "libiberty" obviously. - Make this package work on NetBSD arm32. - Actually add entries to package list. Still to do: - rename binaries to avoid conflicts with base distribution - improve directory structure - support more platforms
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-6/+7
2000-03-24Initial import of unfinished "gcc-2.95.2" package:tron7-0/+825
GNU Compiler Collection