summaryrefslogtreecommitdiff
path: root/lang/gcc34
AgeCommit message (Collapse)AuthorFilesLines
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
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-5/+5
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-12/+12
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-05The Solaris /bin/sh doesn't like two adjacent open parentheses. Removedrillig1-3/+3
them completely, as they had been unnecessary. As ${MKDIR} already includes the -p option, the ${TEST} is not necessary and has been dropped, too. Fixes PR 32002.
2005-09-28Removed trailing white-space.rillig1-4/+4
2005-07-09Prevent paths to the build directories from being included in thekristerw1-2/+4
package for BUILD_F77. Solves PR pkg/30628. Bump PKGREVISION.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-20Update from 3.3.3 to 3.3.4. This is a bugfix release. There is a veryshannonjr2-6/+6
significant reduction in the number of regressions, particularily with libstdc++.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-21Temporarily mark as not for Interix, until platform config and libtool fixed.tv1-3/+5
2004-11-22Now that no package uses USE_GCC_SHLIB any longer, remove supportwiz1-2/+2
for it from compiler.mk. Move the variable of the same name used by compiler/gcc.mk and the gcc* buildlink3 files into private namespace (_USE_GCC_SHLIB).
2004-11-15Add missing '-print' to FINDshannonjr1-2/+2
2004-11-12If Fortran frontend is being built, dependency on gmp is added. Thisshannonjr1-1/+6
follows the stated prerequisites in the gcc installation documentation.
2004-11-08Update to 3.4.3. This release is a bug-fix release, containing fixes forshannonjr4-8/+24
regressions in GCC relative to previous releases of GCC.
2004-11-05Re: pkg/27775 programs compiled with gcc34 don't find gcc34's librariesshannonjr3-2/+16
Added patch patterned after the one in lang/gcc3 to set rpath for libgcc
2004-10-30Revised to build dynamic (in addition to static) libgnat if Ada languageshannonjr3-5/+10
frontend is built.
2004-10-30Revised to only define a full BUILDLINK_DEPMETHOD if USE_GCC_SHLIB is defined.shannonjr1-2/+7