Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-12-26 | print-PLIST target pipeline modifications: | seb | 1 | -32/+36 | |
- reduce the number of components with pervasive awk usage. - handle Info directory file when it is not `info/dir'. Notice that print-PLIST substitutions are now made globally (awk's gsub()) when previously the sed substitution commands did not have the 'g'lobal flag. While here fix PKGVERSION substitution just like PLIST_SUBST's PKGVERSION element is handled in ${PLIST} target i.e. without considering the 'nb${PKGREVISION}' suffix. While here give COMMON_DIRS variable a more "internal type" name: _PRINT_PLIST_COMMON_DIRS. | |||||
2003-12-25 | print-pkg-size-this target: | seb | 1 | -4/+4 | |
- properly quote any filenames in ${PLIST} before feeding them to xargs. This allows latest textproc/docbook-xsl package to be registered with its correct size because it contains a file with a single quote in its name. XXX pkg_add does not like this filename anyway. - fix the awk script that parse ${PLIST} so pathname containing space (hence awk's NF > 1) are not removed from size calculation. Many thanks to atatat@ to remind me the proper way to quote a shell word. | |||||
2003-12-24 | Use MAIL variable from defs.OPSYS.mk instead of hard-coded 'mail'. | heinz | 1 | -2/+2 | |
This should (really, this time) close pkg/23682. | |||||
2003-12-23 | Move message/${MESSAGE} target around, out of plist target and its | seb | 1 | -16/+19 | |
supporting code. While here comment the message target a bit. | |||||
2003-12-23 | Remove "ftp.tu-darmstadt.de" from "MASTER_SITE_XEMACS" because it doesn't | tron | 1 | -2/+1 | |
have the packages any more. | |||||
2003-12-23 | Added default values for jabberd package. | xtraeme | 1 | -1/+29 | |
2003-12-23 | Add en@boldquot and en@quot locale directories, used by openbox 3.x. | jmmv | 16 | -16/+144 | |
2003-12-23 | hide aclocal-1.8 and automake-1.8 after automake update to 1.8. | grant | 1 | -2/+4 | |
2003-12-23 | fix a comment. | grant | 1 | -2/+2 | |
2003-12-21 | Make SMART_MESSAGES work again by passing _PKGSRC_DEPS through the | agc | 1 | -2/+2 | |
environment into sub-makes for pre-requisite packages, rather than using ${MAKEFLAGS} and the command line. | |||||
2003-12-21 | tweak a message and some formatting. | grant | 1 | -14/+16 | |
2003-12-20 | Handle removal of fonts databases properly if the package is using | jmmv | 1 | -4/+4 | |
{MAKE,OWN}_DIRS (i.e., the .pkgsrc file exists in them). | |||||
2003-12-20 | Define LS in install scripts (needed by install/fonts). | jmmv | 2 | -2/+4 | |
2003-12-19 | Handle font (de)installation before bsd.pkg.install.mk handles OWN_DIRS. | jmmv | 2 | -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-19 | Use ${CD}, ${GREP}, ${RM} and ${RMDIR} instead of directly calling commands. | jmmv | 1 | -10/+10 | |
2003-12-19 | Update for the latest x11-links 0.19. | veego | 2 | -4/+4 | |
2003-12-18 | revert previous; it is not needed. | grant | 1 | -2/+1 | |
2003-12-18 | subst PKG_SYSCONFDIR in the PLIST, avoiding having to do it manually | grant | 1 | -1/+2 | |
in every package which uses it. | |||||
2003-12-17 | http://www.netbsd.org/Sites/net.html is no more, use /mirrors/ instead. | keihan | 1 | -20/+20 | |
From Dave B <netbsd-current (at) dberg (dot) net> to www@ While there, s/netbsd.org/NetBSD.org/g. | |||||
2003-12-17 | add a template and comments for MOZILLA_USE_LINUX. | grant | 1 | -1/+7 | |
2003-12-16 | Introduce command MAIL. It will be used to send messages like this: | heinz | 9 | -9/+22 | |
echo "message" | ${MAIL} -s"subject" add@ress.example | |||||
2003-12-16 | Allow _PATCH_BACKUP_ARG to be overridden in /etc/mk.conf (in order to use ↵ | heinz | 9 | -19/+19 | |
different patch programs). Ok by agc | |||||
2003-12-16 | Rewrite most of the pipeline generating ${PLIST} as a single awk script. | seb | 1 | -58/+68 | |
2003-12-14 | Add 'br' locale, needed by upcoming gnome-desktop upgrade. | jmmv | 16 | -16/+80 | |
2003-12-14 | Add 'mr' locale directory, needed by upcoming gnome-vfs2 update. | jmmv | 16 | -16/+80 | |
2003-12-13 | Improve, move around and bring up to date comments about print-PLIST | seb | 1 | -5/+5 | |
target. | |||||
2003-12-13 | Properly fix meta-characters quoting in awk regexp specified as strings: | seb | 1 | -32/+32 | |
`\' needs to be quoted in a string. Also remove some unnecessary `\' in awk strings. | |||||
2003-12-12 | Escape any ':' characters when using ${FLAG} as a match pattern. | erh | 1 | -2/+2 | |
2003-12-12 | Support the automake17 package, and for now, | wiz | 1 | -7/+11 | |
default to it until all packages have been fixed. | |||||
2003-12-12 | Sync for automake update to 1.8. | wiz | 1 | -5/+5 | |
2003-12-12 | Enable _BLNK_CACHE_ALL in FreeBSD (approved by silence in tech-pkg@). | xtraeme | 1 | -1/+2 | |
2003-12-11 | Increase base version of libtool required for BSD/OS. | reed | 1 | -2/+2 | |
(1.4.20010614nb18 has support for bsdi* instead of just bsdi4*.) | |||||
2003-12-11 | For BSD/OS, the customized libtool uses "bsdi", so set | reed | 1 | -1/+4 | |
LOWER_OPSYS to that. | |||||
2003-12-11 | remove ftp.progsoc.uts.edu.au from MASTER_SITE_GNU as it has been | grant | 1 | -2/+2 | |
unreachable for weeks. replace with public.planetmirror.com.au. | |||||
2003-12-11 | add missing }. | grant | 1 | -2/+2 | |
from Aidan Kehoe in PR pkg/23676. | |||||
2003-12-11 | only print SUBST_MESSAGE if it's defined. | grant | 1 | -1/+3 | |
2003-12-10 | override bootstrap-pkgsrc's incorrect OBJECT_FMT on NetBSD 1.4. from | grant | 1 | -2/+13 | |
krister. XXX this should also be fixed in bootstrap-pkgsrc and bmake's mk-files. | |||||
2003-12-10 | Replace hardcoded '/usr/pkgsrc' in comments. | sketch | 3 | -7/+7 | |
2003-12-10 | handle older NetBSD systems where bootstrap-pkgsrc is needed, and | grant | 1 | -1/+5 | |
therefore the pkgtools are in ${LOCALBASE}/sbin. patch from krister. | |||||
2003-12-10 | Ensure CPP is defined to use the Sun compiler when building packages | sketch | 1 | -1/+2 | |
under USE_SUNPRO, to avoid the possibility of picking up "cpp" from a local GCC installation. | |||||
2003-12-09 | make the "update your package tools!" failure message more accurate | grant | 1 | -4/+5 | |
and friendly. | |||||
2003-12-08 | Use BUILDLINK_SHELL, do not hardcode /bin/sh. | salo | 1 | -2/+2 | |
From PR pkg/23685 by Adam C. Migus. Addresses PR pkg/23691 by Rob Quinn. | |||||
2003-12-07 | g/c FIX_RPATH, it is broken and no longer required for Darwin, which | grant | 2 | -21/+2 | |
was the only platform where it was being used. | |||||
2003-12-07 | Make the cvs update work for all shells, not just csh. | agc | 1 | -2/+2 | |
2003-12-06 | When DIST_SUBDIR is set, make sure various download variables don't get | cube | 1 | -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-05 | add ftp.cz.NetBSD.org as another MASTER_SITE_BACKUP prior to ftp.netbsd.org | jdolecek | 1 | -1/+2 | |
2003-12-05 | For BSD/OS, get rid of that libtool work-around of | reed | 1 | -6/+1 | |
renaming LOWER_OPSYS to match. I will fix ltconfig to work with "bsdos" too instead. | |||||
2003-12-04 | Whitespace fixes, no functional changes. | agc | 1 | -30/+29 | |
2003-12-04 | Add IRSSI_USE_SSL?= YES to be used in the coming update of irssi 0.8.8. | veego | 1 | -1/+7 | |
2003-12-04 | set _OPSYS_RPATH_NAME=-L, as proposed by danw@ in | grant | 1 | -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. |