summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
AgeCommit message (Expand)AuthorFilesLines
2004-03-11Add Interix bits.tv1-1/+5
2004-03-09Add LOWER_OPSYS_VERSUFFIX on FreeBSD platforms, so that the majorrecht1-1/+10
2004-02-18* Move pkgsrc/mk/compiler/bsd.compiler.mk to pkgsrc/mk/compiler.mk.jlam1-15/+1
2004-02-14Convert a debugging definition back into the real thing.jlam1-3/+2
2004-02-14add URL to my post to tech-pkg to deprecated Zoularis message.grant1-1/+3
2004-02-14deprecate Zoularis: remove any tests for ZOULARIS* and bomb ifgrant1-10/+6
2004-02-13Don't use the new pkg_info options unless the the pkg_install tools arejlam1-12/+19
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam1-7/+7
2004-02-06Hiding the PATH from certain phases of the build only accidentally workedjlam1-1/+17
2004-02-05Simpilfy the test for whether we're inside bsd.prefs.mk.jlam1-3/+3
2004-02-05Include bsd.compiler.mk inside both bsd.pkg.mk and bsd.prefs.mk and definejlam1-1/+9
2004-02-01Use the new compiler selection framework instead of the old one.jlam1-5/+5
2004-01-27"fetch" is also a distinct build phase.jlam1-1/+2
2004-01-25Purge one more instance of _NULL_SUFFIX. Fix by Marc Recht.jlam1-2/+2
2004-01-25pkgsrc requires PKGTOOLS_REQD>=20030918, so we don't need to conditionalizejlam1-7/+1
2004-01-23Move all of the code that sets USE_XPKGWEDGE from bsd.pkg.mk intojlam1-22/+39
2004-01-23Temporary fix for xpkgwedge'd packages which were getting buildlinkedagc1-2/+3
2004-01-21Introduce concept of the "phase" that we're in as we progress throughjlam1-1/+15
2003-12-28Indent to make nested blocks easier to distinguish.agc1-4/+4
2003-12-28Fix back ".endif" logic which breaks "USE_INET6" on many platforms.tron1-2/+2
2003-12-27Override predefined "USE_INET6" if "USE_SOCKS" is defined.tron1-2/+2
2003-12-27If "USE_INET6" is already defined (e.g. by NetBSD-current's "bsd.own.mk")tron1-4/+10
2003-12-11For BSD/OS, the customized libtool uses "bsdi", so setreed1-1/+4
2003-12-10override bootstrap-pkgsrc's incorrect OBJECT_FMT on NetBSD 1.4. fromgrant1-2/+13
2003-12-05For BSD/OS, get rid of that libtool work-around ofreed1-6/+1
2003-12-03In bsd.prefs.mk, get rid of possible "/" in OPSYS name and definereed1-2/+7
2003-10-23The "elf" goes after "netbsd", the version number after that.fredb1-2/+2
2003-10-11use 'solaris2' instead of 'solaris' in MACHINE_GNU_PLATFORM togrant1-2/+3
2003-10-08Use the -S argument to pkg_admin(1) if it exists.agc1-2/+8
2003-09-24make CC_VERSION available to packages by including bsd.prefs.mk.grant1-1/+7
2003-09-17binary format detection for OpenBSD. Frederick Bruckmanitojun1-1/+9
2003-09-16fix some indentationgrant1-29/+29
2003-09-13In cases where we need the best match for a pkgpattern, usejlam1-1/+8
2003-09-12move a SunPro tweak to compiler.mk.grant1-9/+1
2003-09-12Move the default settings for USE_BUILDLINK[23] from bsd.pkg.mk intojlam1-1/+7
2003-09-02Merge pkgviews-mk branch into the HEAD by running:jlam1-8/+48
2003-08-31Create new variables PKG_*_CMD that contain just the paths to the variousjlam1-7/+13
2003-08-21Avoid circular dependency on gcc if USE_GCC[23] is set.gavan1-1/+3
2003-08-16There are many uses for a common log file, so define one that may bejlam1-1/+6
2003-07-13move gcc selection back to bsd.pkg.mk as the top-level Makefilegrant1-15/+1
2003-07-13don't set USE_GCC2 by default as it implies the use pkgsrc gcc2, andgrant1-13/+13
2003-07-09More support bits for native Sun compilers (on Solaris).salo1-1/+9
2003-07-09Handle blank MACHINE_ARCH on Linux (as seen on 20030630 bootstrap kit)abs1-2/+2
2003-07-09Introduce few new variables for (mostly) non-GCC compilers use with pkgsrcsalo1-1/+15
2003-06-05Use a better value as LOWER_OPSYS for IRIX.jschauma1-3/+3
2003-04-21back out previous, it does not work as it should.grant1-4/+7
2003-04-21ensure LOWER_ARCH always gets set on Solaris, not only if MACHINE_ARCHgrant1-7/+4
2003-04-15add OPSYS_{,NO_}WHOLE_ARCHIVE_FLAG which defines the argument passedgrant1-1/+6
2003-03-31${UNAME} -p is a good value for LOWER_ARCH on Irix as well.jschauma1-1/+2
2003-03-28Quote tr arguments.wiz1-2/+2