Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-22 | Do not use gcc-specific compiler flags on Mac OS versions that come with | bsiegert | 2 | -6/+15 | |
clang. Update version for bootstrap-mk-files. Patch provided by Todd Kover in PR pkg/48966. | |||||
2014-05-16 | Update to 20140516 | ryoon | 2 | -2/+533 | |
Fix PR pkg/48793: Use cc as linker instead of ld under OpenBSD. Fix undefined __guard_local in devel/libexecinfo. | |||||
2014-05-10 | Update to 20140510 | ryoon | 2 | -3/+4 | |
Fix PR pkg/48793: treat OpenBSD 5.4 or later as ELF platform Patch from obache@, thank you. | |||||
2014-03-14 | Update to 20140314 | ryoon | 4 | -2/+918 | |
* Add SCO OpenServer 5.0.7/3.2 support | |||||
2014-03-03 | Just define PKGNAME and use it. | obache | 1 | -4/+2 | |
2013-12-31 | Add support for PROGS (not just PROG) more or less like in the current | dholland | 2 | -32/+53 | |
NetBSD make library. Bump version (to 20131207, which was when I wrote this.) Fixes the build of multimedia/bsdav. Note: this is not a merge from NetBSD HEAD, but a minimal reimplementation of the feature to get the job done. These make templates really need to be merged with or replaced by the latest versions from NetBSD HEAD. Anyone embarking on such a merge should probably revert this change (which is only to bsd.prog.mk) before doing so. No objection after 3+ weeks on tech-pkg. | |||||
2013-10-25 | Use the compiler front-end to generate shared libraries on OSX - the | jperkin | 2 | -5/+5 | |
native linker uses different arguments compared to GNU ld. Fixes various builds. Bump version to 20131025. | |||||
2013-09-12 | bootstrap-mk-files-20130912: Fix catman pages on SunOS. | jperkin | 3 | -2/+530 | |
Introduce a modified bsd.own.mk on SunOS which enables MKCATPAGES by default, and a modified bsd.man.mk which correctly installs catman pages with a section suffix rather than a blanket '.0'. This allows the SunOS man(1) to find the catman pages correctly. | |||||
2013-09-08 | Update to 20130908 | ryoon | 2 | -2/+202 | |
* Add FreeMiNT support. This file is needed for bootstrapping pkgsrc. | |||||
2013-08-30 | bootstrap-mk-files-20130830: Use bsdinstall on SunOS by default. | jperkin | 2 | -4/+4 | |
2013-07-26 | Add (Debian) GNU/kFreeBSD port. | ryoon | 4 | -2/+925 | |
Similar to GNU/Linux. Bump bootstrap-mk-files to 20130727. | |||||
2013-07-03 | Increase default SunOS compiler flags to -O2 to match most other systems. | jperkin | 2 | -4/+4 | |
Bump PKGVERSION to today's date. | |||||
2013-03-18 | Use `` instead of $(), fixes bootstrap on older SunOS versions which have | jperkin | 1 | -3/+3 | |
the legacy /bin/sh. Fix from asau. | |||||
2013-02-23 | Help people using mk files outside pkgsrc, provide saner default values. | asau | 1 | -0/+8 | |
2013-02-10 | Add Cygwin support, mainly borrowed from Interix's one. | obache | 2 | -0/+666 | |
2012-09-11 | "user-destdir" is default these days | asau | 1 | -3/+1 | |
2012-04-15 | Update to 20120415. | obache | 2 | -105/+149 | |
Rewrite OpenBSD.bsd.man.mk, based on current NetBSD.bsd.man.mk and changed to use mandoc. Fixes manual pages installation with packages using USE_BSD_MAKEFILE=yes on OpenBSD-5.0. | |||||
2012-03-05 | Mirror two changes from the NetBSD mk-files. | sbd | 2 | -5/+10 | |
1) Stop building catpages by default. 2) Derive MANINSTALL from MKCATPAGES. Bump package version. | |||||
2012-02-15 | Don't depend on /usr/ucb/install on SunOS, use ${PREFIX}/bin/install-sh. | hans | 1 | -2/+2 | |
2011-12-05 | Don't disable builtins for GCC. | joerg | 2 | -9/+3 | |
2011-11-26 | Propagate a fix from NetBSD base bsd.lib.mk: if SHLIB_FULLVERSION is | dholland | 2 | -3/+6 | |
the same as SHLIB_MAJOR, don't try to symlink SHLIB_MAJOR. Otherwise you lose the library and get a symlink pointing to itself, and things fail later with ELOOP. Fixes builds of packages that use bsd.lib.mk for shared libraries and set only a major version number. | |||||
2011-11-06 | Add Minix specific Makefiles to bootstrap-mk-files. PR pkg/45045 | tcort | 5 | -3/+1202 | |
2011-10-31 | Move the NOGCCERROR. When using '+=' on a make variable it must come | sbd | 2 | -9/+9 | |
_after_ '?=' is used on that variable. Bump PKGREVISION | |||||
2011-10-30 | Add support for groff-1.18. From norc on pkgsrc-users. | wiz | 1 | -1/+3 | |
2011-08-29 | IRIX: Set CPP to '${CC} -E' by default (old value is 'CC -E'). | cheusov | 1 | -2/+2 | |
This fixes bootstrap failure on IRIX with MIPSPro C compiler when MIPSPro C++ is not available. Approved by wiz@ | |||||
2011-06-17 | Fixes bsd.own.mk handling in bootstrap.sh script to same as pkg's Makefile. | obache | 1 | -2/+2 | |
PR#45061. | |||||
2011-01-23 | Add support for MirBSD to pkgsrc. Patches from Benny Siegert and | agc | 1 | -0/+213 | |
Thorsten Glaser. | |||||
2011-01-17 | Fix the fix for Arch Linux | ghen | 1 | -2/+2 | |
2011-01-10 | Yet Another Groff Version (1.21). Fixes bootstrap on ArchLinux. | markd | 1 | -2/+4 | |
2010-05-12 | In SunOS, use cpp rather than ${CC} -E, as gcc -E is broken. | tez | 2 | -3/+9 | |
If /usr/ucb/lib/cpp is in the path before gnu cpp this could break things but that is not an expected situation. The only executable in /usr/ucb/lib is cpp, so there is no other reason to add it to the path. This should fix PR#42624 | |||||
2010-02-06 | Initial Haiku support. | obache | 2 | -0/+724 | |
currently, just copies of Linux's one. | |||||
2010-01-15 | Update bsd.files.mk multiple include protection to use the same mechanism | abs | 2 | -5/+6 | |
as in the base NetBSD system - fixes PR pkg/39715 | |||||
2009-12-30 | Add note on SHLIB_{MAJOR,MINOR,TEENY} | abs | 1 | -2/+6 | |
2009-12-30 | Sync comments section with current bsd.lib.mk from NetBSD - fixes various | abs | 1 | -4/+8 | |
typos and incorrect entries and also adds a brief line on SHLIB_MAJOR, SHLIB_MINOR and SHLIB_TEENY, the latter addresses PR bin/39693 No functionality change, no PKGREVISION bump | |||||
2009-08-07 | Yet Another Groff Version, version 1.19.1, present in some release of Gentoo. | dsainty | 2 | -3/+5 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2009-05-12 | "ranlib -t" doesn't work on Darwin; use "touch" instead. | minskim | 2 | -4/+4 | |
2009-04-09 | Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. | joerg | 1 | -2/+1 | |
2009-04-08 | Remove the remaining NO_MTREE definitions, it has been a nop for a | joerg | 1 | -2/+1 | |
while. | |||||
2009-04-07 | Much simpler fix for PR/41125 | tez | 1 | -3/+3 | |
Approved by agc | |||||
2009-02-26 | Recognize groff-1.20.1 on Linux. | wiz | 2 | -4/+6 | |
From Stathis Kamperis on pkgsrc-users. Bump version. | |||||
2009-02-19 | Fix PR 40151 - bootstrap of pkgsrc fails on Ubuntu 8.10 | abs | 1 | -1/+7 | |
- At least Ubuntu 8.1 sets __attribute__((warn_unused_result)) on fwrite() http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25509 which means (void)fwrite(...) will *always* generate a warning, so set -Wno-error to bypass this in Linux.sys.mk - Ubuntu 8.1 also jumps through hoops to ensure ARG_MAX is *undefined*, so work around this in tnftp and libnbcompat | |||||
2009-02-17 | bootstrap-mk-files-20090217: | joerg | 1 | -4/+4 | |
Don't leak the unprivileged user for USE_DESTDIR=full. | |||||
2009-01-14 | Yet Another Groff Version (1.17.2), allows successful bootstrapping on an | dsainty | 2 | -3/+5 | |
extremely crufty old Linux box of unclear parentage (but it might be a RedHat 3.0 installation). | |||||
2008-11-15 | remove NetBSD-specific code from OpenBSD's bsd.own.mk | schwarz | 1 | -14/+1 | |
2008-11-15 | OpenBSD changed to ELF on i386 with the 3.4 release | schwarz | 1 | -2/+3 | |
2008-08-08 | bootstrap-mk-files-20080808: | joerg | 2 | -3/+5 | |
YAGV (Yet Another Groff Version) | |||||
2008-07-29 | fix yesterday's commit: bump to the correct date (20080728) | tnn | 1 | -2/+2 | |
2008-07-28 | bootstrap-mk-files-20080722: | tnn | 2 | -3/+5 | |
Yet another Linux TMACDIR fix. PR pkg/39239 from Alexander Nasonov. | |||||
2008-07-03 | bootstrap-mk-files-20080703: | joerg | 2 | -2/+210 | |
AIX's tsort doesn't understand -q, override sys.mk. Reported in PR 39064. |