summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2003-12-23Move message/${MESSAGE} target around, out of plist target and itsseb1-16/+19
supporting code. While here comment the message target a bit.
2003-12-23Remove "ftp.tu-darmstadt.de" from "MASTER_SITE_XEMACS" because it doesn'ttron1-2/+1
have the packages any more.
2003-12-23Added default values for jabberd package.xtraeme1-1/+29
2003-12-23Add en@boldquot and en@quot locale directories, used by openbox 3.x.jmmv16-16/+144
2003-12-23hide aclocal-1.8 and automake-1.8 after automake update to 1.8.grant1-2/+4
2003-12-23fix a comment.grant1-2/+2
2003-12-21Make SMART_MESSAGES work again by passing _PKGSRC_DEPS through theagc1-2/+2
environment into sub-makes for pre-requisite packages, rather than using ${MAKEFLAGS} and the command line.
2003-12-21tweak a message and some formatting.grant1-14/+16
2003-12-20Handle removal of fonts databases properly if the package is usingjmmv1-4/+4
{MAKE,OWN}_DIRS (i.e., the .pkgsrc file exists in them).
2003-12-20Define LS in install scripts (needed by install/fonts).jmmv2-2/+4
2003-12-19Handle font (de)installation before bsd.pkg.install.mk handles OWN_DIRS.jmmv2-7/+3
This way font directories are not automatically removed; the package must define OWN_DIRS if it wants them to be deleted during deinstallation. This is done to avoid removal of standard font directories (those that appear in *.dist files).
2003-12-19Use ${CD}, ${GREP}, ${RM} and ${RMDIR} instead of directly calling commands.jmmv1-10/+10
2003-12-19Update for the latest x11-links 0.19.veego2-4/+4
2003-12-18revert previous; it is not needed.grant1-2/+1
2003-12-18subst PKG_SYSCONFDIR in the PLIST, avoiding having to do it manuallygrant1-1/+2
in every package which uses it.
2003-12-17http://www.netbsd.org/Sites/net.html is no more, use /mirrors/ instead.keihan1-20/+20
From Dave B <netbsd-current (at) dberg (dot) net> to www@ While there, s/netbsd.org/NetBSD.org/g.
2003-12-17add a template and comments for MOZILLA_USE_LINUX.grant1-1/+7
2003-12-16Introduce command MAIL. It will be used to send messages like this:heinz9-9/+22
echo "message" | ${MAIL} -s"subject" add@ress.example
2003-12-16Allow _PATCH_BACKUP_ARG to be overridden in /etc/mk.conf (in order to use ↵heinz9-19/+19
different patch programs). Ok by agc
2003-12-16Rewrite most of the pipeline generating ${PLIST} as a single awk script.seb1-58/+68
2003-12-14Add 'br' locale, needed by upcoming gnome-desktop upgrade.jmmv16-16/+80
2003-12-14Add 'mr' locale directory, needed by upcoming gnome-vfs2 update.jmmv16-16/+80
2003-12-13Improve, move around and bring up to date comments about print-PLISTseb1-5/+5
target.
2003-12-13Properly fix meta-characters quoting in awk regexp specified as strings:seb1-32/+32
`\' needs to be quoted in a string. Also remove some unnecessary `\' in awk strings.
2003-12-12Escape any ':' characters when using ${FLAG} as a match pattern.erh1-2/+2
2003-12-12Support the automake17 package, and for now,wiz1-7/+11
default to it until all packages have been fixed.
2003-12-12Sync for automake update to 1.8.wiz1-5/+5
2003-12-12Enable _BLNK_CACHE_ALL in FreeBSD (approved by silence in tech-pkg@).xtraeme1-1/+2
2003-12-11Increase base version of libtool required for BSD/OS.reed1-2/+2
(1.4.20010614nb18 has support for bsdi* instead of just bsdi4*.)
2003-12-11For BSD/OS, the customized libtool uses "bsdi", so setreed1-1/+4
LOWER_OPSYS to that.
2003-12-11remove ftp.progsoc.uts.edu.au from MASTER_SITE_GNU as it has beengrant1-2/+2
unreachable for weeks. replace with public.planetmirror.com.au.
2003-12-11add missing }.grant1-2/+2
from Aidan Kehoe in PR pkg/23676.
2003-12-11only print SUBST_MESSAGE if it's defined.grant1-1/+3
2003-12-10override bootstrap-pkgsrc's incorrect OBJECT_FMT on NetBSD 1.4. fromgrant1-2/+13
krister. XXX this should also be fixed in bootstrap-pkgsrc and bmake's mk-files.
2003-12-10Replace hardcoded '/usr/pkgsrc' in comments.sketch3-7/+7
2003-12-10handle older NetBSD systems where bootstrap-pkgsrc is needed, andgrant1-1/+5
therefore the pkgtools are in ${LOCALBASE}/sbin. patch from krister.
2003-12-10Ensure CPP is defined to use the Sun compiler when building packagessketch1-1/+2
under USE_SUNPRO, to avoid the possibility of picking up "cpp" from a local GCC installation.
2003-12-09make the "update your package tools!" failure message more accurategrant1-4/+5
and friendly.
2003-12-08Use BUILDLINK_SHELL, do not hardcode /bin/sh.salo1-2/+2
From PR pkg/23685 by Adam C. Migus. Addresses PR pkg/23691 by Rob Quinn.
2003-12-07g/c FIX_RPATH, it is broken and no longer required for Darwin, whichgrant2-21/+2
was the only platform where it was being used.
2003-12-07Make the cvs update work for all shells, not just csh.agc1-2/+2
2003-12-06When DIST_SUBDIR is set, make sure various download variables don't getcube1-1/+11
changed when they're defined but empty. Although it might sound weird to have DISTFILES empty and DIST_SUBDIR set, it makes sense for wrapper packages such as graphics/Mesa. Fixes PR 23658 from Aaron J. Grier.
2003-12-05add ftp.cz.NetBSD.org as another MASTER_SITE_BACKUP prior to ftp.netbsd.orgjdolecek1-1/+2
2003-12-05For BSD/OS, get rid of that libtool work-around ofreed1-6/+1
renaming LOWER_OPSYS to match. I will fix ltconfig to work with "bsdos" too instead.
2003-12-04Whitespace fixes, no functional changes.agc1-30/+29
2003-12-04Add IRSSI_USE_SSL?= YES to be used in the coming update of irssi 0.8.8.veego1-1/+7
2003-12-04set _OPSYS_RPATH_NAME=-L, as proposed by danw@ ingrant1-2/+2
<1062867125.27063.26.camel@frotz.local> on tech-pkg. Darwin has no rpath, but many packages pass "-Wl,${RPATH_NAME}..." to the linker, breaking the build of these packages on Darwin. using -L essentially makes these arguments a no-op, and fixes packages which were solely broken by this.
2003-12-04Congratulations, we've found our first incompatible awk: Irix!jschauma1-2/+2
Pointed out by Bas van Oostveen in PR pkg/23514.
2003-12-03Fix breakage in show-shlib-type introduced in last changes.xtraeme1-2/+2
Thanks to Jeremy C.Reed and Soren Jacobsen, this also closes PR pkg/23641.
2003-12-03In bsd.prefs.mk, get rid of possible "/" in OPSYS name and definereed3-2/+1052
LOWER_OPSYS for libtool use under BSD/OS. Add initial support for using pkgsrc under BSD/OS. This was tested under BSDI BSD/OS 4.3.1. (Thank you D. Hege.) (Need to add BSDOS.x11.dist later.) CVS ----------------------------------------------------------------------