summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
AgeCommit message (Expand)AuthorFilesLines
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
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-1/+5
2003-01-25Add some LOWER_VENDOR definitions on Linux to better customize packagesjschauma1-6/+14
2003-01-15Make BUILD_DIR always point to a physical path by invoking /bin/pwd insteadjlam1-3/+3
2003-01-15Revert previous change. Defining BSD_PREFS_MK instead of BSD_PKG_MKjlam1-4/+4
2003-01-14Define and check for BSD_PREFS_MK, not BSD_PKG_MK. Proposed by Jan Schaumann.wiz1-4/+4
2003-01-14On Linux, LOWER_ARCH is generally not yet defined. Move assignment.jschauma1-5/+4
2003-01-12According to seb, make on 1.5 does not know about ${VAR:tl}, so let's go back tojschauma1-3/+3
2003-01-12efficiency++;jschauma1-6/+6
2003-01-12On Linux, s/i.86/i386/ for LOWER_ARCH and MACHINE_ARCH as suggested byjschauma1-1/+3
2003-01-05Remove a unused hack (it was only used by pthread.buildlink.mk, which isjlam1-13/+1
2002-12-18Introduce _OPSYS_HAS_INET6, and use it to determine the defaultschmonz1-18/+8
2002-12-15Previous commit breaks pkgsrc on NetBSD current since OS_VERSION isn'ttaca1-2/+4
2002-12-15Default to USE_INET6 = NO on Darwin < 6.0, whose IPv6 bits are a red herring.schmonz1-1/+3
2002-12-12Make sure that on IRIX{,64} LOWER_OPSYS matches what most configurejschauma1-1/+5
2002-12-10Remove trailing whitespace.wiz1-4/+4
2002-11-30turn on USE_INET6 in a KAME IPv6 environment other than NetBSD.grant1-2/+5
2002-11-17LOWER_VENDOR is 'pc' on FreeBSD only if running on i386.grant1-1/+5
2002-11-17Add initial pkgsrc FreeBSD support :-)grant1-1/+8
2002-11-01When "make install" su's to root, su is invoked with the "-l" option, whichjlam1-1/+3
2002-11-01Whitespace and minor cosmetic fixes.jlam1-2/+2
2002-10-21Move X11BASE setting for Solaris to a more appropriate place now that wejlam1-3/+6
2002-10-21Purge unused USE_XPM (use graphics/xpm/buildlink2.mk instead).wiz1-23/+1
2002-10-21Remove traces of now unused USE_XAW.wiz1-6/+1
2002-10-21Remove USE_MESA -- now unused.wiz1-33/+2
2002-10-20Remove obsolete USE_FREETYPE2 support; all users have been converted to usewiz1-18/+1
2002-10-19Move some variable definitions from bsd.pkg.mk to bsd.prefs.mk so thatjlam1-1/+37
2002-10-12Assign a default value to SPARC_TARGET_ARCH for the if MACHINE_ARCH == sun4bouyer1-1/+2
2002-10-12On Solaris, MACHINE_ARCH on Suns can be sun4c or i86pc withagc1-14/+17
2002-09-24Move pkgtools-related definitions into bsd.prefs.mk so that they may bejlam1-3/+10
2002-09-24Some whitespace cleanup.wiz1-3/+3
2002-09-15Move xpkgwedge check from bsd.pkg.mk to bsd.prefs.mk so that X11PREFIXrh1-1/+20
2002-09-01The "Xpm" library is distributed with Solaris 9. Handle this case liketron1-6/+11
2002-08-21set USE_INET6 if we are on an IPv6 capable Solaris host.grant1-1/+3
2002-08-01We no longer expect PTHREAD_TYPE to be defined after includingjlam1-5/+1
2002-06-21Move the definition of OBJECT_FMT for NetBSD-1.3.x back _below_ thejlam1-3/+3
2002-06-21Move the definition of OBJECT_FMT for NetBSD-1.3.x systems ahead of thejlam1-12/+12
2002-05-30On Darwin, before including <bsd.own.mk>, set OBJECT_FMT to "Mach-O".schmonz1-1/+6
2002-03-18Append "elf" to ${MACHINE_GNU_PLATFORM}, for NetBSD archs that were oncefredb1-2/+20
2001-12-26Define a symbol BSD_PREFS_MK that may be checked by Makefile fragments tojlam1-1/+13