Age | Commit message (Expand) | Author | Files | Lines |
2003-12-28 | Indent to make nested blocks easier to distinguish. | agc | 1 | -4/+4 |
2003-12-28 | Fix back ".endif" logic which breaks "USE_INET6" on many platforms. | tron | 1 | -2/+2 |
2003-12-27 | Override predefined "USE_INET6" if "USE_SOCKS" is defined. | tron | 1 | -2/+2 |
2003-12-27 | If "USE_INET6" is already defined (e.g. by NetBSD-current's "bsd.own.mk") | tron | 1 | -4/+10 |
2003-12-11 | For BSD/OS, the customized libtool uses "bsdi", so set | reed | 1 | -1/+4 |
2003-12-10 | override bootstrap-pkgsrc's incorrect OBJECT_FMT on NetBSD 1.4. from | grant | 1 | -2/+13 |
2003-12-05 | For BSD/OS, get rid of that libtool work-around of | reed | 1 | -6/+1 |
2003-12-03 | In bsd.prefs.mk, get rid of possible "/" in OPSYS name and define | reed | 1 | -2/+7 |
2003-10-23 | The "elf" goes after "netbsd", the version number after that. | fredb | 1 | -2/+2 |
2003-10-11 | use 'solaris2' instead of 'solaris' in MACHINE_GNU_PLATFORM to | grant | 1 | -2/+3 |
2003-10-08 | Use the -S argument to pkg_admin(1) if it exists. | agc | 1 | -2/+8 |
2003-09-24 | make CC_VERSION available to packages by including bsd.prefs.mk. | grant | 1 | -1/+7 |
2003-09-17 | binary format detection for OpenBSD. Frederick Bruckman | itojun | 1 | -1/+9 |
2003-09-16 | fix some indentation | grant | 1 | -29/+29 |
2003-09-13 | In cases where we need the best match for a pkgpattern, use | jlam | 1 | -1/+8 |
2003-09-12 | move a SunPro tweak to compiler.mk. | grant | 1 | -9/+1 |
2003-09-12 | Move the default settings for USE_BUILDLINK[23] from bsd.pkg.mk into | jlam | 1 | -1/+7 |
2003-09-02 | Merge pkgviews-mk branch into the HEAD by running: | jlam | 1 | -8/+48 |
2003-08-31 | Create new variables PKG_*_CMD that contain just the paths to the various | jlam | 1 | -7/+13 |
2003-08-21 | Avoid circular dependency on gcc if USE_GCC[23] is set. | gavan | 1 | -1/+3 |
2003-08-16 | There are many uses for a common log file, so define one that may be | jlam | 1 | -1/+6 |
2003-07-13 | move gcc selection back to bsd.pkg.mk as the top-level Makefile | grant | 1 | -15/+1 |
2003-07-13 | don't set USE_GCC2 by default as it implies the use pkgsrc gcc2, and | grant | 1 | -13/+13 |
2003-07-09 | More support bits for native Sun compilers (on Solaris). | salo | 1 | -1/+9 |
2003-07-09 | Handle blank MACHINE_ARCH on Linux (as seen on 20030630 bootstrap kit) | abs | 1 | -2/+2 |
2003-07-09 | Introduce few new variables for (mostly) non-GCC compilers use with pkgsrc | salo | 1 | -1/+15 |
2003-06-05 | Use a better value as LOWER_OPSYS for IRIX. | jschauma | 1 | -3/+3 |
2003-04-21 | back out previous, it does not work as it should. | grant | 1 | -4/+7 |
2003-04-21 | ensure LOWER_ARCH always gets set on Solaris, not only if MACHINE_ARCH | grant | 1 | -7/+4 |
2003-04-15 | add OPSYS_{,NO_}WHOLE_ARCHIVE_FLAG which defines the argument passed | grant | 1 | -1/+6 |
2003-03-31 | ${UNAME} -p is a good value for LOWER_ARCH on Irix as well. | jschauma | 1 | -1/+2 |
2003-03-28 | Quote tr arguments. | wiz | 1 | -2/+2 |
2003-03-14 | (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; | jlam | 1 | -1/+5 |
2003-01-25 | Add some LOWER_VENDOR definitions on Linux to better customize packages | jschauma | 1 | -6/+14 |
2003-01-15 | Make BUILD_DIR always point to a physical path by invoking /bin/pwd instead | jlam | 1 | -3/+3 |
2003-01-15 | Revert previous change. Defining BSD_PREFS_MK instead of BSD_PKG_MK | jlam | 1 | -4/+4 |
2003-01-14 | Define and check for BSD_PREFS_MK, not BSD_PKG_MK. Proposed by Jan Schaumann. | wiz | 1 | -4/+4 |
2003-01-14 | On Linux, LOWER_ARCH is generally not yet defined. Move assignment. | jschauma | 1 | -5/+4 |
2003-01-12 | According to seb, make on 1.5 does not know about ${VAR:tl}, so let's go back to | jschauma | 1 | -3/+3 |
2003-01-12 | efficiency++; | jschauma | 1 | -6/+6 |
2003-01-12 | On Linux, s/i.86/i386/ for LOWER_ARCH and MACHINE_ARCH as suggested by | jschauma | 1 | -1/+3 |
2003-01-05 | Remove a unused hack (it was only used by pthread.buildlink.mk, which is | jlam | 1 | -13/+1 |
2002-12-18 | Introduce _OPSYS_HAS_INET6, and use it to determine the default | schmonz | 1 | -18/+8 |
2002-12-15 | Previous commit breaks pkgsrc on NetBSD current since OS_VERSION isn't | taca | 1 | -2/+4 |
2002-12-15 | Default to USE_INET6 = NO on Darwin < 6.0, whose IPv6 bits are a red herring. | schmonz | 1 | -1/+3 |
2002-12-12 | Make sure that on IRIX{,64} LOWER_OPSYS matches what most configure | jschauma | 1 | -1/+5 |
2002-12-10 | Remove trailing whitespace. | wiz | 1 | -4/+4 |
2002-11-30 | turn on USE_INET6 in a KAME IPv6 environment other than NetBSD. | grant | 1 | -2/+5 |
2002-11-17 | LOWER_VENDOR is 'pc' on FreeBSD only if running on i386. | grant | 1 | -1/+5 |
2002-11-17 | Add initial pkgsrc FreeBSD support :-) | grant | 1 | -1/+8 |