summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
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
2004-01-07Resurrect ftp.cz.NetBSD.org MASTER_SITE_BACKUP, the machine is up and runningsalo1-1/+2
2004-01-07Be more precise about when rules are emitted in the tranform andjlam1-5/+11
2004-01-07Remove "$" at the end of rules in the [IL] commands that mistakenly creptjlam1-4/+4
2004-01-07whitespacejlam1-2/+2
2004-01-07Assume NetBSD's sed is good enough.wiz1-2/+2
2004-01-06Create a variable USE_XPKGWEDGE that determines whether or not pkgsrc willjlam2-7/+28
2004-01-06Back out revision 1.6 which was wrong. It failed to matchjlam1-3/+5
2004-01-06Allow l:foo: to remove -lfoo. Also remove an incorrect rule in the "l"jlam1-4/+10
2004-01-06Reduce the number of lines emitted by the I and L rules.jlam1-5/+3
2004-01-06Missing trailing $ to only match whole words.jlam1-2/+2
2004-01-06Fix awk warnings in MASTER_SORT* code.wiz1-4/+4
2004-01-06Add FreeBSD to _BLNK_CACHE_ALL (matches bsd.buildlink2.mk).jlam1-1/+2
2004-01-06Fix comment for generate-plist after removal of PERL5_GENERATE_PLIST.jlam1-3/+1
2004-01-06PERL5_GENERATE_PLIST is defined properly in perl5/module.mk, and alljlam1-20/+1
2004-01-06If xpkgwedge is installed, then _always_ add it to BUILD_DEPENDS. Alsojlam1-2/+3
2004-01-06Try to convert GCC's optimization flags to SunPro optimization flags.jlam2-3/+18
2004-01-06Fix bug where "!empty" was missing from a .if test.jlam1-2/+2
2004-01-05Do the right thing for pkgviews if we do binary package upgrades ofjlam1-6/+14
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-4/+4
2004-01-05fix a bug in the extraction of shlib dependencies on Darwin whichgrant1-2/+2
2004-01-05When checking the value of yes/no variables using the thejlam1-6/+6
2004-01-05Of course I really meant buildlink*3*.mk.jlam1-2/+2
2004-01-04We don't need to escape "+" if we're using the :M variable operator.jlam1-3/+3