summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
1999-05-04Unless package debugging is enabled don't output commands duringtron1-2/+2
1999-05-03Make the Kerberos option uniform - it is now USE_KERBEROS4 and specifiestv1-11/+7
1999-05-02MKPICINSTALL and NOPICINSTALL have zero relevance to whether a system hastv1-3/+2
1999-04-29Older 1.3.x releases don't have the GNU_ARCH stuff in bsd.own.mk. Addtv1-1/+13
1999-04-29Completely turn off USE_LOCALBASE_FOR_X11 until xpkgwedge is fixed.tv1-6/+7
1999-04-24Add "DISTDIR", fixes PR pkg/7423 by Minoura Makoto.tron1-2/+8
1999-04-24Be consistent: always use "/usr/bin/uname".tron1-2/+2
1999-04-22re-add empty MASTER/PATCH_SITE which was removed in 1.254.sakamoto1-1/+5
1999-04-20Replace deinstall-depends target with call to "pkg_delete -R" (now thathubertf1-29/+13
1999-04-20Default umask on Solaris is 022, not 0022.agc1-2/+2
1999-04-19- Bump required package tools version to 19990412.tron1-13/+3
1999-04-19Fix just-in-time su deinstalls on Solaris by using the full pathname foragc1-3/+4
1999-04-15Remove "%SUBDIR%/" from various "MASTER_SITE..." examples.tron1-26/+26
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-26/+30
1999-04-14Add missing "|| ${TRUE}" to "${EGREP}" statement to avoid install failurestron1-2/+2
1999-04-13Remove NOPORTDOCS definition - it was useless anyway, as any attempt toagc1-6/+1
1999-04-13Use the system version of bsd.own.mk, rather than keeping a pkgsrc-only copy.agc1-324/+0
1999-04-13Work out the type of shared libraries once, at "make install" time, andagc1-8/+30
1999-04-11Consider NetBSD 1.4 as "current" so that "UVM" is defined again.tron1-2/+2
1999-04-09Move mirror-distfiles target around a bit so it can even be invokedhubertf1-8/+10
1999-04-08"bzcat" now handles symlinks properly.tron1-2/+2
1999-04-08Substitute for ${LOWER_VENDOR} when building the PLIST. Necessary foragc1-1/+2
1999-04-08Prettify PKGSRCDIR - instead of /usr/pkgsrc/foo/bar/../.., just make ithubertf1-2/+2
1999-04-06Make this work on Solaris again.agc1-19/+20
1999-04-06Make it obvious, when invoking ${SU_CMD}, on which machine thisagc1-2/+3
1999-04-05Get rid of this "0":hubertf1-2/+2
1999-04-04Use input redirection with "bzcat" once again because it refuses to handletron1-2/+2
1999-04-03Use "su" automatically for "make deinstall" target, too.tron1-2/+13
1999-04-02Correct a typo in previous - fixes bzip2 extractions.agc1-2/+2
1999-04-01Use input redirection with "bzcat" again because it refuses to handletron1-2/+2
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-13/+19
1999-04-01Provide an acceptable default for PRE_ROOT_CMD - pointed out by Timagc1-3/+4
1999-03-31Avoid shell smarts: on NetBSD, type is a sh(1) builtin. If make(1) isagc1-11/+13
1999-03-31Fix minor typo in previous.agc1-2/+2
1999-03-31+ Factor out the real-install target from the rest of the .USE ones.agc2-23/+76
1999-03-30Add an EXTRACT_USING_PAX definition, which, if defined, will use pax(1)agc2-12/+23
1999-03-30Fix some commentshubertf1-2/+5
1999-03-29Delete spurious ';', when making the "package" target withagc1-2/+2
1999-03-29Calculate the version of the package tools required when it's needed,agc1-25/+24
1999-03-28DUDS is expected to be a a make variable, not a shell variablehubertf1-2/+2
1999-03-22Move the definition of BUILD_ROOT into bsd.pkg.mk, from the individualagc1-1/+3
1999-03-17Add ONLY_FOR_OPSYS processing, to go with the existing NOT_FOR_OPSYSagc1-1/+9
1999-03-17On Solaris, make patch(1) create a backup copy of the file it's patchingagc1-2/+2
1999-03-16Simplify EXTRACT_CMD definitions, and add GTAR definition.agc1-12/+6
1999-03-16Optimise the manual page handling a bit more - miss out redundant commands.agc1-9/+9
1999-03-15pull in deltas from src/share/mk/bsd.own.mk 1.113 -> 1.120. approved by agc.mrg1-18/+111
1999-03-12Major changes in manual page handling - deal with imake's man pages inagc1-65/+57
1999-03-10If "GNU_CONFIGURE" is set to "yes" supply "${INSTALL}" with full pathnametron1-2/+2
1999-03-09Fix another difference between Solaris and NetBSD sh(1). On Solaris,agc1-2/+4
1999-03-09Improve ELF shared lib handling, so that it now works on Solaris.agc1-18/+27