summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
AgeCommit message (Expand)AuthorFilesLines
2006-06-07EOL the tv-derecurse branch; it has become too outdated. The last livetv-derecursetv1-627/+0
2005-05-17sync [all but bsd.pkg.mk] with HEADtv1-12/+29
2005-02-25sync with HEADtv1-5/+25
2005-02-11sync with HEADtv1-5/+7
2004-11-23Move "package-name" back to bsd.pkg.mk, as it is needed there.tv1-2/+2
2004-11-23Factor out package data export bits which are not used in the normal buildtv1-4/+6
2004-11-23Factor out PLIST generation and handling into its own morsel that's atv1-3/+6
2004-11-22So that I don't lose all this work, stash the work-in-progress derecursiontv1-17/+56
2004-11-20add framework support for Tru64 and the Compaq C compiler.grant1-1/+9
2004-10-31Add DragonFlyBSD support, provided by Todd Willey on tech-pkg.wiz1-1/+13
2004-10-20Added missing /martti1-2/+2
2004-10-19Translate MACHINE_ARCH and LOWER_ARCH from ppc to powerpc in the case ofben1-2/+3
2004-10-07Make PKGSRCDIR a read-only value. This avoids problems where the userjlam1-4/+5
2004-10-07Remove _PKGSRCDIR now that we have PKGSRCDIR (as per previous commit).jlam1-2/+1
2004-10-07* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,jlam1-15/+19
2004-10-06Climb up the directory tree to find the top, instead of guessing wherejlam1-5/+5
2004-10-06Reorganize some of the files under pkgsrc/mk:jlam1-7/+7
2004-09-27Move some wrapper definitions into a separate file wrapper-defs.mk that isjlam1-1/+6
2004-09-27Define PKGSRC_TOPDIR as the path to the top of the pkgsrc tree relativejlam1-19/+16
2004-09-21Initial commit of a new wrapper script framework that encapsulatesjlam1-3/+3
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-4/+17
2004-07-30bsd.options.mk provides boilerplate code for standard naming conventionsjlam1-1/+6
2004-07-30Only assign X11BASE=/usr/X11R6 if X11_TYPE was not defined, orxtraeme1-5/+5
2004-07-06Retire buildlink2, now that all packages using it have been converted towiz1-3/+2
2004-07-02else exists ... -> elif exists ...wiz1-2/+2
2004-04-26PKGDIRMODE must be set *after* including defs.*.tv1-2/+2
2004-04-25Make sure PKGDIRMODE is always set in bsd.prefs.mk so it can be checkedtv1-1/+2
2004-04-04Make USE_XPKGWEDGE default to "yes", as announced on tech-pkg@ last week.agc1-2/+2
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