summaryrefslogtreecommitdiff
path: root/lang/gcc34
AgeCommit message (Collapse)AuthorFilesLines
2014-09-10Fix build on NetBSD 7+joerg4-15/+101
2014-09-06Replace all references to _GCC_REQD with the appropriate logical value forjperkin1-2/+2
each GCC version. Using the variable causes impossible version constraints when a specific GCC is depended upon but the user is using something newer, as _GCC_REQD will be set to the higher value.
2014-07-02Make it build on FreeBSD 10.asau3-7/+37
2013-04-06'Please use ${ECHO} instead of "echo".'rodent2-3/+3
'Please use ${ECHO_N} instead of "echo -n".'
2013-04-06"For efficiency reasons, please include bsd.fast.prefs.mk instead ofrodent1-2/+2
bsd.prefs.mk."
2013-04-06'Please use "${TEST}" instead of "test".'rodent1-1/+1
2013-04-06"Definition of PKG_SKIP_REASON is deprecated. Use PKG_FAIL_REASON instead."rodent1-4/+4
2013-02-01Reset MAINTAINER/OWNER (became observers)wiz1-2/+2
2012-12-31Remove leftover references to gcc3-ada and gcc34-ada.dholland2-31/+14
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-08Redo netbsd/ctype_base.h patch to not pollute the namespace as much withjoerg3-17/+8
sys/param.h.
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-04-26Fix gcc-inplace-math option.hans1-3/+3
2012-04-25Clean up lang/gcc34 to be similar to lang/gcc4*.hans3-134/+192
2012-04-08Fix PR pkg/46029ryoon3-3/+23
* Make gcc handle -fPIC properly. from http://gcc.gnu.org/viewcvs/branches/csl-sol210-3_4-branch/gcc/config/sol2.h?r1=87927&r2=87928&pathrev=178719
2012-03-21Revbump for PLIST change due to BUILD_F77=YES.hans1-2/+2
2012-03-21Re-enable F77 build. This was accidentally lost in 2005 with r1.21.hans1-2/+2
2012-03-12Remove the MESSAGE files from gcc34 and gcc4X, the messages is VERY outdated!sbd1-17/+0
2011-08-26Do DESTDIR support The Right Way(tm) by passing ${INSTALL_ENV} tosbd1-3/+2
the 'make install' process and _not_ using MAKEFLAGS. Should fix PR pkg/45290
2011-06-03Convert to destdir, from Makoto Fujiwara <makoto@ki.nu>.wiz1-5/+8
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2010-12-23Fix patch-ac for NetBSD<5.99.41.wiz2-27/+16
2010-12-20Fix build on NetBSD-5.99.41 (_? -> _CTYPE_?) while hopefully not breakingwiz2-1/+52
older releases.
2010-12-20Set LICENSE.wiz1-1/+2
2010-05-04Add patch to embedded libltdl for CVE-2009-3736 from:tez3-3/+97
http://lists.gnu.org/archive/html/libtool/2009-11/msg00065.html
2010-03-24Recursive revision bump for GMP update.asau1-2/+2
2009-06-16Fix a number of GENERATE_PLIST entries to always have a terminating ;joerg1-2/+2
2009-06-14Remove @dirrm related logic.joerg1-4/+2
2009-04-22Hack it to work on DragonFly.hasso9-10/+507
2009-03-30Fix build on NetBSD 5.x using same patch Joerg applied to gcc3.markd2-1/+26
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-07-28Fixes pkgname of BUILDLINK_DEPMETHOD, it caused unwanted full dependency,obache1-3/+3
pointed out in PR 39234.
2007-10-25Move code that generates a dynamic PLIST from the {pre,do,post}-installjlam1-10/+6
targets and into a GENERATE_PLIST variable definition. Remove some unnecessary empty PLISTs as a result of properly setting GENERATE_PLIST.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-10-09Remove trailing spaces.martti1-3/+3
2007-04-07_ULIMIT_CMD already includes a trailing ";" so don't follow that withdmcmahill1-4/+4
"&&" as some shells do not like this.
2007-02-05Apply resource limits for ADA build, too.tron1-3/+3
2007-02-04Unlimit datasize to fix build under (at least) NetBSD-i386 3.3.1 usingtron1-2/+4
NetBSD's GCC 3.3.3.
2007-01-17Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to makerillig1-2/+2
clear that these variables are completely unrelated to BUILDLINK_TRANSFORM. Added a legacy check that catches appearances of BUILDLINK_TRANSFORM.*. XXX: Where should incompatible changes in pkgsrc be documented?
2006-10-04Fixed the AWK interpreter. Bumped PKGREVISION.rillig1-1/+5
2006-09-27Set MAKE_ENV+=SHELL=${CONFIG_SHELL} for all gcc packages. Fixes SHELL setabs1-1/+2
to non sh compatible shell in environment. Thanks to Georg Schwarz.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-3/+2
USE_TOOLS+=msgfmt.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-05Update to 3.4.6. This is a bugfix release.shannonjr2-8/+6
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-4/+3
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-2/+4
2006-01-04Update to 3.4.5. This is a bug fix release.shannonjr2-7/+7