Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-06 | 'Please use ${ECHO} instead of "echo".' | rodent | 2 | -3/+3 | |
'Please use ${ECHO_N} instead of "echo -n".' | |||||
2013-04-06 | "For efficiency reasons, please include bsd.fast.prefs.mk instead of | rodent | 1 | -2/+2 | |
bsd.prefs.mk." | |||||
2013-04-06 | 'Please use "${TEST}" instead of "test".' | rodent | 1 | -1/+1 | |
2013-04-06 | "Definition of PKG_SKIP_REASON is deprecated. Use PKG_FAIL_REASON instead." | rodent | 1 | -4/+4 | |
2013-02-01 | Reset MAINTAINER/OWNER (became observers) | wiz | 1 | -2/+2 | |
2012-12-31 | Remove leftover references to gcc3-ada and gcc34-ada. | dholland | 2 | -31/+14 | |
2012-10-02 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-06-08 | Redo netbsd/ctype_base.h patch to not pollute the namespace as much with | joerg | 3 | -17/+8 | |
sys/param.h. | |||||
2012-05-07 | Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) | dholland | 1 | -2/+2 | |
It turns out there were a lot of these. | |||||
2012-04-26 | Fix gcc-inplace-math option. | hans | 1 | -3/+3 | |
2012-04-25 | Clean up lang/gcc34 to be similar to lang/gcc4*. | hans | 3 | -134/+192 | |
2012-04-08 | Fix PR pkg/46029 | ryoon | 3 | -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-21 | Revbump for PLIST change due to BUILD_F77=YES. | hans | 1 | -2/+2 | |
2012-03-21 | Re-enable F77 build. This was accidentally lost in 2005 with r1.21. | hans | 1 | -2/+2 | |
2012-03-12 | Remove the MESSAGE files from gcc34 and gcc4X, the messages is VERY outdated! | sbd | 1 | -17/+0 | |
2011-08-26 | Do DESTDIR support The Right Way(tm) by passing ${INSTALL_ENV} to | sbd | 1 | -3/+2 | |
the 'make install' process and _not_ using MAKEFLAGS. Should fix PR pkg/45290 | |||||
2011-06-03 | Convert to destdir, from Makoto Fujiwara <makoto@ki.nu>. | wiz | 1 | -5/+8 | |
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 2 | -4/+4 | |
2010-12-23 | Fix patch-ac for NetBSD<5.99.41. | wiz | 2 | -27/+16 | |
2010-12-20 | Fix build on NetBSD-5.99.41 (_? -> _CTYPE_?) while hopefully not breaking | wiz | 2 | -1/+52 | |
older releases. | |||||
2010-12-20 | Set LICENSE. | wiz | 1 | -1/+2 | |
2010-05-04 | Add patch to embedded libltdl for CVE-2009-3736 from: | tez | 3 | -3/+97 | |
http://lists.gnu.org/archive/html/libtool/2009-11/msg00065.html | |||||
2010-03-24 | Recursive revision bump for GMP update. | asau | 1 | -2/+2 | |
2009-06-16 | Fix a number of GENERATE_PLIST entries to always have a terminating ; | joerg | 1 | -2/+2 | |
2009-06-14 | Remove @dirrm related logic. | joerg | 1 | -4/+2 | |
2009-04-22 | Hack it to work on DragonFly. | hasso | 9 | -10/+507 | |
2009-03-30 | Fix build on NetBSD 5.x using same patch Joerg applied to gcc3. | markd | 2 | -1/+26 | |
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -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-28 | Fixes pkgname of BUILDLINK_DEPMETHOD, it caused unwanted full dependency, | obache | 1 | -3/+3 | |
pointed out in PR 39234. | |||||
2007-10-25 | Move code that generates a dynamic PLIST from the {pre,do,post}-install | jlam | 1 | -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-25 | Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk | jlam | 1 | -1/+0 | |
can handle packages having no PLIST files. | |||||
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 | |
"&&" as some shells do not like this. | |||||
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 | |
NetBSD's GCC 3.3.3. | |||||
2007-01-17 | Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make | rillig | 1 | -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-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 | |
to non sh compatible shell in environment. Thanks to Georg Schwarz. | |||||
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -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-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 1 | -1/+2 | |
of the order in which buildlink3.mk files are (recursively) included by a package Makefile. | |||||
2006-04-13 | BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with | jlam | 1 | -3/+2 | |
USE_TOOLS+=msgfmt. | |||||
2006-04-12 | Aligned the last line of the buildlink3.mk files with the first line, so | rillig | 1 | -2/+2 | |
that they look nicer. | |||||
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 1 | -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-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 | |
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-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 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -5/+5 | |
CONFIGURE_ARGS. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -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 |