summaryrefslogtreecommitdiff
path: root/lang/pgcc
AgeCommit message (Collapse)AuthorFilesLines
2002-05-14Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano1-2/+2
2002-03-14Pull over gcc package files from before the 2.95.3 update.wiz38-23/+13573
Compiles and installs/deinstalls cleanly on 1.5ZA/i386, otherwise untested, but that's better than a BROKEN package. Some cleanup.
2002-02-18Introduce new framework for handling info files generation and installation.seb1-1/+2
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-01-10Mark as broken, because it hasn't been kept in sync when gcc was updatedwiz1-1/+3
to 2.95.3, but was sharing patches.
2001-11-01Change reachover references into another package's pkg/ directory intojlam1-3/+3
references to the other package's base directory. This is needed after the files in the pkg/ directory were dispersed into the base directory.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum1-0/+0
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-12Mirror changes to lang/gcc/Makefile:jlam1-3/+4
Install info file into "${PREFIX}/info" so that they get found.
2001-06-11Mirror recent changes to lang/gcc/Makefile:jlam1-1/+3
Remove link "${PREFIX}/${PKGNAME}/bin/cc" before trying to create it to avoid install failures in case of an incomplete install before.
2001-05-05regen for patch-azhubertf1-1/+2
2001-05-04Add --enable-shared to the configuration phase so that a shared libstdc++skrll1-2/+4
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-04-30Set FILESDIR to lang/gcc/files as this package needs the location of thejlam1-1/+2
template gcc.mk file.
2001-04-30Regenerate patch checksums. This package uses the lang/gcc patches, sojlam1-5/+8
when lang/gcc/patches/patch* are updated, this files also needs to be regenerated.
2001-04-26Don't set DISTINFO_FILE. We can't share it, we have one file more.wiz1-2/+1
2001-04-21Drop remaining uses of DIGEST_FILE (which were bogus, anyway)wiz1-5/+4
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-3/+5
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+26
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-11Reverse order of PLIST and PLIST.NetBSD-sparcjlam1-3/+3
2001-03-29Add missing files for NetBSD/sparc to a ${MACHINE_PLATFORM}-specificjlam1-1/+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-07${MD5_FILE} -> ${DIGEST_FILE}wiz1-2/+2
2001-02-28Minimize differences between gcc/Makefile and pgcc/Makefile.jlam1-2/+2
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-20Pentium GNU Compiler Collection.jlam3-0/+104
Provided in pkg/11483 by Jared McNeill <jmcneill@invisible.yi.org> with several modifications by me to synchronize with lang/gcc.