summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2004-01-20reverse some "if ! command;" statements so this works with Solaris'grant1-9/+9
2004-01-20missed a `uname -p`grant1-2/+2
2004-01-20get and use the value of ${MACHINE_ARCH} instead of `uname -p` togrant1-2/+3
2004-01-20tiny whitespace tweakgrant1-2/+2
2004-01-20on Linux, use --bind arg to mount(8) and call 'MAKEDEV generic' togrant1-2/+6
2004-01-19Fix PERL5_REQD=5.8 to mean that we want to install lang/perl58. Before,jlam1-2/+2
2004-01-19Allow CONFIG_STATUS_OVERRIDE to override config.status scripts generatedjlam1-1/+15
2004-01-19Remove some extraneous commands and switch some targets to be conditionallyjlam1-10/+5
2004-01-19* Create two new package-settable variables: BUILDLINK_PASSTHRU_DIRS isjlam1-76/+98
2004-01-19* Make the mangle and depot commands a bit more conservative in findingjlam1-5/+39
2004-01-19Create a word separator $_sep variable and use throughout.jlam1-34/+36
2004-01-18As i described in <9883.1074028467@gould.diplodocus.org>epg1-1/+11
2004-01-18We only need the special PLIST info-file handling if we're using staticjlam1-4/+6
2004-01-17Be even less aggressive and just remove relative paths that start with "."jlam1-7/+7
2004-01-17Fix overly aggressive substitution pattern in abs-rpath to allow thingsjlam1-7/+7
2004-01-17portability fixes:grant1-11/+22
2004-01-17minor whitespace cleanup.grant1-15/+15
2004-01-17use GREP and SED as set by defs.opsys.mk so this works on non-NetBSD.grant1-5/+18
2004-01-15Use nbsed on Solaris, as xpg4 sed is no longer good enoughgavan1-2/+2
2004-01-15Support a new yes/no variable "KERBEROS_PREFIX_CMDS" that can be used byjlam1-1/+7
2004-01-15ensure we call chroot with the full path to 'sh'.grant1-2/+3
2004-01-15Also merge -Wl,-R -Wl,/path/to/dir into a single argument so that we canjlam1-3/+9
2004-01-15'export VAR=value' doesn't work in some brain-dead shells. usegrant1-2/+3
2004-01-14Add warning to IGNORE_RECOMMENDED entry.wiz1-2/+6
2004-01-14 Add *RECOMMENDED variables as discussed on tech-pkg@ to allow for a morerh4-4/+45
2004-01-13Add a new command "abs-rpath" to the gen-transform.sh script that removesjlam2-13/+29
2004-01-13Differentiate between MAKE_FLAGS passed to the build, test and installjlam1-8/+11
2004-01-12Sync comment with reality: tell about USE_PKGINSTALL and discourage directsalo1-4/+4
2004-01-12show-shlib-type: use return(0) instead of exit(0). eliminates agrant1-2/+2
2004-01-11Add ICECAST_CHUNKLEN and ICECAST_SOURCE_BUFFSIZE (for audio/icecast1).kim1-1/+15
2004-01-11Add X10_PORT for selecting the default serial port for the X10 adapter.kim1-1/+7
2004-01-11Use egrep instead of relying on GNU grep features. Fixes populating thejlam1-2/+2
2004-01-11Back out the changes in revision 1.41 which were much more complex thanjlam1-21/+15
2004-01-11"for arg; do" -> "for arg do", as the latter is more portable. fixesgrant2-4/+4
2004-01-10If BUILDLINK_PREFIX.<pkg> is "/usr" and BUILDLINK_{INCDIRS,LIBDIRS}.<pkg>jlam1-1/+27
2004-01-10Document the variables set and used by this file.jlam1-1/+16
2004-01-10First cut at a generic buildlink3.mk file to be included by packages thatjlam1-0/+78
2004-01-10Only match the first result of "pkg_info -qp" in case there are weirdjlam1-2/+2
2004-01-10backout previous until it can be done a better way.grant1-12/+38
2004-01-10make shared library handling more efficient by nuking thegrant1-38/+12
2004-01-10Solaris' pax(1) has been insufficient for pkgsrc for a long time. nukegrant1-5/+1
2004-01-10Don't stop if the file listed in BUILDLINK_FILES.<pkg> doesn't exist.jlam1-2/+2
2004-01-08Explain the option ICECAST_CHROOTDIR.xtraeme1-1/+7
2004-01-08use gzip -cd instead of gzcat(1), which doesn't always exist.grant1-2/+2
2004-01-08fix minor formatting funny in lastgrant1-3/+2
2004-01-07Change wxGTK to use gtk2 by default. Provide the WXGTK_USE_GTK1 variablejmmv1-1/+6
2004-01-07Add bits to make buildlink3 use the MIPSpro compiler if USE_MIPSPRO isjlam3-4/+87
2004-01-07Add fprot-workstation-license for security/fprot-workstation-bin.ben1-4/+4
2004-01-07Make the wrapper exit with error code 2 to signify a buffer overflow tojlam1-1/+3
2004-01-07Suppress duplicates when splitting -Wl,-R/dir1:/dir2:... into separatejlam1-7/+15