summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2003-09-17honour GCC_REQD by testing $CC -v against it, and only pull in pkgsrcgrant1-9/+82
2003-09-17patch -b <suffix> is obsoleted, use -z <suffix>itojun1-2/+2
2003-09-17binary format detection for OpenBSD. Frederick Bruckmanitojun1-1/+9
2003-09-17Introduce a new variable "CONF_DEPENDS" for pkgviews: a package'sjlam5-15/+65
2003-09-16apply patch from Jonathan Perkin on tech-pkg@, bringing the list ofgrant1-8/+13
2003-09-16Use pkg_admin(1) instead of pkg_delete(1) to manipulate the file entries injlam1-2/+2
2003-09-16fix some indentationgrant1-29/+29
2003-09-16backout previousitojun1-2/+2
2003-09-16OpenBSD ships with perl in /usr/bin/perlitojun1-2/+2
2003-09-15Add a --mode== for libtool 1.5skrll1-2/+2
2003-09-15Do not rely on MANINSTALL beeing set (it's always set now) to do manpagejmmv1-5/+1
2003-09-15Add MANINSTALL and document it. This is to ensure it's always defined, evenjmmv1-1/+6
2003-09-15add an @ on one of the print-summary-data target lines. This removes somedmcmahill1-2/+2
2003-09-14Set default value of USE_ESOUND (to YES) and document it.jmmv1-1/+7
2003-09-14do-shlib-handling fix for Darwin: check if the ".so" file actually existsdanw1-2/+5
2003-09-14-lpthread is a no-op on Darwin, but it messes up buildlink. So add a newdanw8-9/+22
2003-09-14Recommend "make clean && make install" instead of just "make install" whenjlam1-2/+2
2003-09-14Update PKGTOOLS_REQD to 20030914. This version fixes a problem injlam1-2/+2
2003-09-14Document that a buildlink3.mk file must either directly or indirectly setjlam1-1/+9
2003-09-14Document that the correct "pop" action uses :C and not :Sjlam1-2/+2
2003-09-13Document IMAP_UW_MAILSPOOLHOMEkim1-1/+7
2003-09-13Fix cases where we were calling "${PKG_BEST_EXISTS} <pkgbase>". <pkgbase>jlam1-7/+8
2003-09-13Kill the odd "duplicate checksum target" warning by rearranging a testjlam1-2/+2
2003-09-13We just depend on the package that best matches the pkgpattern, so removejlam1-17/+2
2003-09-13Change a few more uses of PKG_INFO into PKG_BEST_EXISTS. This correctsjlam1-5/+6
2003-09-13Add the config files to the view also when there are rc.d scripts present.jlam3-6/+13
2003-09-13Don't add the perl dependency in bsd.pkg.mk if BUILDLINK_DEPENDS.perl isjlam1-2/+2
2003-09-13Correct an error message to be more meaningful, and optimize slightly byjlam1-5/+4
2003-09-13Only run the tests if TEST_TARGET is non-empty.jlam1-2/+2
2003-09-13In cases where we need the best match for a pkgpattern, usejlam2-20/+27
2003-09-12Make the PERL5_* definitions sane in a pkgviews world.jlam1-11/+20
2003-09-12Sync comments with reality.salo1-6/+6
2003-09-12remove redundant comment about USE_GCC2 and USE_GCC3 until they aregrant1-5/+3
2003-09-12move a SunPro tweak to compiler.mk.grant2-10/+11
2003-09-12tidy up handling of LDFLAGS wrt USE_GCC_SHLIB a little.grant1-5/+12
2003-09-12Typos/punctuation/caps.salo2-4/+4
2003-09-12start of improved compiler handling, mostly derived from the existinggrant3-39/+100
2003-09-12Create two new variables:jlam1-2/+16
2003-09-12Move the default settings for USE_BUILDLINK[23] from bsd.pkg.mk intojlam2-7/+8
2003-09-12Make adding config files to views other than the default view work ifjlam5-16/+23
2003-09-11s/vulnerabilities/pkg-vulnerabilitesdmcmahill1-2/+2
2003-09-10During print-PLIST, use PKGNAME_NOREV to search for matches, not PKGNAMEjmmv1-2/+2
2003-09-10There's no need to preserve mode bits when copying the x11-links tree.jlam2-4/+4
2003-09-10Create TEST_ENV variable that's initially just MAKE_ENV, but can be addedjlam1-2/+3
2003-09-10Check that ${_PKG_DBDIR} exists before cd'ing into it. This makesjlam1-2/+5
2003-09-09Update PKGTOOLS_REQD to 20030907. Critical fixes include makingjlam1-2/+2
2003-09-09Check that the lockfile isn't stale from being left over across a systemjlam1-1/+6
2003-09-09Use pax(1) instead of "cp -R" so we preserve symlinks instead of followingjlam2-4/+4
2003-09-09Note how package views is also similar to GNU Stow, but state clearly thejlam1-6/+12
2003-09-09Document this file, and do the command length reduction by suppressingjlam1-2/+48