Age | Commit message (Expand) | Author | Files | Lines |
2008-07-28 | Fixes pkgname of BUILDLINK_DEPMETHOD, it caused unwanted full dependency, | obache | 1 | -3/+3 |
2007-10-25 | Move code that generates a dynamic PLIST from the {pre,do,post}-install | jlam | 1 | -10/+6 |
2007-10-25 | Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk | jlam | 1 | -1/+0 |
2007-10-09 | Remove trailing spaces. | martti | 1 | -3/+3 |
2007-04-07 | _ULIMIT_CMD already includes a trailing ";" so don't follow that with | dmcmahill | 1 | -4/+4 |
2007-02-05 | Apply resource limits for ADA build, too. | tron | 1 | -3/+3 |
2007-02-04 | Unlimit datasize to fix build under (at least) NetBSD-i386 3.3.1 using | tron | 1 | -2/+4 |
2007-01-17 | Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make | rillig | 1 | -2/+2 |
2006-10-04 | Fixed the AWK interpreter. Bumped PKGREVISION. | rillig | 1 | -1/+5 |
2006-09-27 | Set MAKE_ENV+=SHELL=${CONFIG_SHELL} for all gcc packages. Fixes SHELL set | abs | 1 | -1/+2 |
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -2/+2 |
2006-07-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 1 | -1/+2 |
2006-04-13 | BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with | jlam | 1 | -3/+2 |
2006-04-12 | Aligned the last line of the buildlink3.mk files with the first line, so | rillig | 1 | -2/+2 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 1 | -3/+3 |
2006-04-05 | Update to 3.4.6. This is a bugfix release. | shannonjr | 2 | -8/+6 |
2006-03-05 | * Teach the tools framework how to supply the pkgsrc version of | jlam | 1 | -4/+3 |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 2 | -2/+4 |
2006-01-04 | Update to 3.4.5. This is a bug fix release. | shannonjr | 2 | -7/+7 |
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 |
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -5/+5 |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -12/+12 |
2005-11-05 | The Solaris /bin/sh doesn't like two adjacent open parentheses. Removed | rillig | 1 | -3/+3 |
2005-09-28 | Removed trailing white-space. | rillig | 1 | -4/+4 |
2005-07-09 | Prevent paths to the build directories from being included in the | kristerw | 1 | -2/+4 |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 |
2005-05-20 | Update from 3.3.3 to 3.3.4. This is a bugfix release. There is a very | shannonjr | 2 | -6/+6 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+2 |
2005-01-21 | Temporarily mark as not for Interix, until platform config and libtool fixed. | tv | 1 | -3/+5 |
2004-11-22 | Now that no package uses USE_GCC_SHLIB any longer, remove support | wiz | 1 | -2/+2 |
2004-11-15 | Add missing '-print' to FIND | shannonjr | 1 | -2/+2 |
2004-11-12 | If Fortran frontend is being built, dependency on gmp is added. This | shannonjr | 1 | -1/+6 |
2004-11-08 | Update to 3.4.3. This release is a bug-fix release, containing fixes for | shannonjr | 4 | -8/+24 |
2004-11-05 | Re: pkg/27775 programs compiled with gcc34 don't find gcc34's libraries | shannonjr | 3 | -2/+16 |
2004-10-30 | Revised to build dynamic (in addition to static) libgnat if Ada language | shannonjr | 3 | -5/+10 |
2004-10-30 | Revised to only define a full BUILDLINK_DEPMETHOD if USE_GCC_SHLIB is defined. | shannonjr | 1 | -2/+7 |
2004-10-29 | Not every implementation of find(1) accepts "file" and "link" as | minskim | 1 | -2/+2 |
2004-09-21 | Upgrade from 3.4.1 to 3.4.2. gcc 3.4.2 is a bug fix release containing fixes | shannonjr | 3 | -13/+12 |
2004-08-11 | 1) Locate adalib for bootstrap compiler with ${ALT_GCC} --print-file-name=adalib | shannonjr | 3 | -23/+18 |
2004-08-11 | Add ABI description file for sparc64--netbsd2.x | shannonjr | 1 | -0/+2035 |
2004-08-10 | Add ABI description file for i386-netbsd1.x | shannonjr | 1 | -0/+2044 |
2004-08-10 | Introduce several changes so that package builds successfully on | shannonjr | 12 | -17/+4168 |
2004-08-08 | The make target is install not ${INSTALL}. Thank you Georg Schwarz for | shannonjr | 1 | -3/+3 |
2004-08-06 | Override "host" in configure only for NetBSD. This was requested because | shannonjr | 1 | -1/+3 |
2004-08-02 | Changed dependancy from gcc34>=3.4.1nb3 to gcc34>=${_GCC_REQD} | shannonjr | 1 | -2/+2 |
2004-08-01 | Check the version of as using the just-computed ${AS_PATH}, not ${AS}, | shannonjr | 1 | -2/+3 |
2004-07-30 | Recompute patchsum to go with revision to patch-ae: | shannonjr | 1 | -2/+2 |
2004-07-30 | Change for AMD64: The patch incorrectly AMD64 to be identified | shannonjr | 1 | -2/+2 |
2004-07-28 | 1) Fixed two Ada bootstrap issues reported by Matthias Drochner: | shannonjr | 4 | -14/+13 |