Age | Commit message (Expand) | Author | Files | Lines |
2012-01-17 | Simplfy the MACHINE_ARCH/LOWER_ARCH settings on Linux. | sbd | 1 | -8/+1 |
2011-11-28 | for X11_TYPE=native, default X11BASE to /usr/X11R7 on NetBSD if | jmcneill | 1 | -1/+3 |
2011-10-26 | Add the minor number of the OS version to LOWER_OPSYS_VERSUFFIX. | hans | 1 | -2/+2 |
2011-10-15 | Rename "flavor" to "pkgformat". | reed | 1 | -3/+3 |
2011-09-10 | From "What platforms work with X11_TYPE=native" thread on pkgsrc-users. | abs | 1 | -2/+2 |
2011-09-08 | Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -i | abs | 1 | -2/+2 |
2011-04-07 | Make USE_DESTDIR=yes default, and warn if a package is not converted | wiz | 1 | -7/+6 |
2011-01-31 | Remove the unneeded backslashes from the AIX OS_VERSION setting. | sbd | 1 | -2/+2 |
2011-01-23 | Add support for MirBSD to pkgsrc. Patches from Benny Siegert and | agc | 1 | -1/+13 |
2010-08-24 | I'm fed up with having to waste time because PKG_DEVELOPER is "special" and | bad | 1 | -3/+3 |
2010-05-19 | Add BUILTIN_PKGS with the "builtin" package names to the build information. | sbd | 1 | -1/+2 |
2010-04-30 | Make all packages that set OSVERSION_SPECIFIC depends on pkgtools/osabi. | sbd | 1 | -1/+3 |
2010-04-18 | Set NATIVE_MACHINE_GNU_PLATFORM & MACHINE_GNU_PLATFORM using | sbd | 1 | -3/+3 |
2010-02-06 | Set LOWER_VENDOR=pc for Haiku/i386. | obache | 1 | -1/+7 |
2010-01-29 | Enable USE_DESTDIR by default for PKG_DEVELOPER. | joerg | 1 | -1/+5 |
2010-01-29 | Retire USE_DESTDIR=full workaround. | joerg | 1 | -6/+1 |
2010-01-17 | minor English usage nit | dholland | 1 | -2/+2 |
2010-01-16 | Add support of SSD/Linux. | obache | 1 | -1/+3 |
2010-01-06 | Add LP64PLATFORMS, a list of patterns for 64bit systems. | joerg | 1 | -1/+8 |
2009-12-13 | Interix>=5.2 have libc.so.5.2, but no higer revision exists. | obache | 1 | -5/+9 |
2009-09-24 | Unconditionally set the default ABI to 32-Bit for Mac OS X Snow Leopard. | tron | 1 | -6/+11 |
2009-09-22 | Workaround for amd64 vs x86_64 mess on DragonFly as well. | hasso | 1 | -1/+5 |
2009-09-22 | Try again to fix Mac OS X Snow Leopard ABI issue (32-bit vs. 64-bit): | tron | 1 | -1/+13 |
2009-09-21 | Revert last change. It doesn't work properly because the "ABI" setting | tron | 1 | -19/+1 |
2009-09-21 | Try to fix Mac OS X Snow Leopard ABI issue (32-bit vs. 64-bit): | tron | 1 | -1/+19 |
2009-09-13 | Add support for X.org bundled with Mac OS X Snow Leopard. | tron | 1 | -2/+3 |
2009-05-23 | For developer mode, warn about packages without destdir support. | joerg | 1 | -1/+5 |
2009-05-19 | Fix previous: | wiz | 1 | -2/+2 |
2009-05-17 | Sanity check that USE_DESTDIR is either yes or no after downgrading | joerg | 1 | -1/+4 |
2009-05-09 | Make USE_DESTDIR=full the default value and retire the option. | joerg | 1 | -6/+7 |
2009-04-08 | Clear USE_LANGUAGES for meta packages. | joerg | 1 | -1/+2 |
2009-04-08 | Disable CHECK_PERMS by default for meta-packages. | joerg | 1 | -1/+2 |
2008-10-05 | Merge cube-native-xorg, so that pkgsrc-current can be used with the native | cube | 1 | -1/+3 |
2008-09-16 | X11 is located in "/usr/X11" under Mac OS X Leopard, "/usr/X11R6" is just | tron | 1 | -1/+3 |
2008-06-22 | Simplify the logic that avoids using compat_headers during bootstrap. | tnn | 1 | -5/+2 |
2008-06-16 | Make it more explicit that PKG_DESTDIR_SUPPORT and as side effect | joerg | 1 | -1/+4 |
2008-06-12 | Move META_PACKAGE logic from bsd.pkg.mk to bds.prefs.mk, otherwise it | joerg | 1 | -1/+19 |
2008-05-24 | Adjust path for compat_headers. | tnn | 1 | -3/+3 |
2008-05-22 | Daniel Horecki pointed out on irc that all USE_INET6 references have been | tnn | 1 | -6/+1 |
2008-04-16 | Avoid pulling in pkgtools/posix_headers when bootstrapping on HP-UX. | tnn | 1 | -2/+3 |
2008-02-21 | Kill _OPSYS_NEEDS_XPKGWEDGE. It was only used by two platforms and they | tnn | 1 | -4/+1 |
2008-02-07 | Fix a miss that made the hpux bootstrap erronously pull in posix_headers. | tnn | 1 | -2/+4 |
2008-02-06 | Recognise Solaris/xen as i386 | tnn | 1 | -2/+2 |
2008-01-29 | Simplify LOWER_OS_VERSION handling by using the :tl modifier. | tnn | 1 | -11/+3 |
2008-01-16 | Provide a mechanism for enabling use of pkgtools/posix_headers. | tnn | 1 | -1/+7 |
2008-01-12 | If LOWER_ARCH is x86_64 on Linux, force it for MACHINE_ARCH as well. | joerg | 1 | -1/+4 |
2008-01-04 | Made the .include directives simpler, since the directory of the | rillig | 1 | -6/+6 |
2007-10-17 | Accept all licenses in DEFAULT_ACCEPTABLE_LICENSES if the user is only | rillig | 1 | -3/+2 |
2007-10-16 | The previous commit needs all platforms to be correct about | tnn | 1 | -3/+5 |
2007-10-16 | OSF1 and HPUX: Separate the version component from ${LOWER_OPSYS} | tnn | 1 | -6/+8 |