summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2007-10-14Switched two words, so that the version number of the package appears torillig1-2/+2
the right instead of the (strictly) redundant word "found".
2007-10-13Ignore post-hyphen parts of the Linux kernel version similiar tojoerg1-1/+3
DragonFly and FreeBSD. It seems like Linux people love those... This addresses the first part of PR 37100.
2007-10-13The "debug" variable was often used like "if [ $debug = yes ]; then ...;rillig1-34/+19
fi". There is an easier way to solve the same problem with much less code.
2007-10-13The --database option doesn't exist.rillig1-3/+1
2007-10-13Made the code simpler and documented it.rillig1-10/+11
2007-10-13Fix the .include lines so that make looks in the right place first.dsl19-99/+99
Remember .include "foo.mk" is looked for (first) in the directory that contains the makefile being processed (like in C), so remove all the ${.PARSEDIR} and ../ sequences that just cause grief.
2007-10-11Explain "dnsrbl" and "spf" used by "milter-greylist".tron1-0/+2
2007-10-11Add $HOME/.pinepwd support by default; bump PKGREVISION. Option "pinepwd"tv1-0/+1
can be disabled to remove the behavior again. In spite of UW's "recommendations" against enabling this, it should be up to the sysadmin and user whether to use the rope to build a bridge or hang him/herself. PC-Pine has it enabled by default; there's no reason besides FUD to make the Un*x build any different.
2007-10-10Rewrote the comments on REQD_FILES to be accessible via "bmake help".rillig1-11/+22
2007-10-10Added _VARGROUPS.rillig1-1/+6
2007-10-09AIX has nothing to do with NetBSD-1.5.rillig1-7/+1
2007-10-09Added _VARGROUPS.rillig1-1/+6
2007-10-09Remove trailing spaces.martti11-27/+27
2007-10-09Fixed CVS Id and trailing empty lines.rillig1-3/+1
2007-10-09Provided some reason for having PKGMANDIR and PKGINFODIR. And, by therillig1-3/+9
way, MANINSTALL isn't user-settable.
2007-10-09typorillig1-2/+2
2007-10-07Added _VARGROUPS.rillig1-1/+10
2007-10-07fix obsolete URLs for www.NetBSD.orgkano3-6/+6
close PR pkg/37071 reviewd by xtraeme@
2007-10-05Added lots of XXX that should be cleaned up when the compiler frameworkrillig1-1/+11
is rewritten the next time.
2007-10-05I often want to know which directories pkgsrc is using.rillig1-1/+6
2007-10-05When linking with XLC on AIX, force -brtl to get linkage behaviour wejoerg1-1/+8
expect from other platforms.
2007-10-03Additional pattern matching NetBSD-3.1_STABLE-i386, forgotten in theheinz1-1/+2
last commit (Thanks to Jukka Salmi for noting this).
2007-10-02Added NetBSD 3 to the list of platforms which need pthreads linked intoheinz1-2/+3
the application if it uses dlopen(). This change was triggered by the longstanding bug that mod_perl (due to perl itself) was built with threads but apache was not, thus leading to incompatibility between apache and mod_perl. Whether NetBSD 4 needs to be added as well is still an open question.
2007-10-01Some useful keywords for "bmake help".rillig1-1/+3
2007-10-01Documented the currently available features and added _VARGROUPS.rillig1-1/+19
2007-10-01Added CVS Id.rillig1-0/+2
2007-10-01Fixed the comments a little bit.rillig2-23/+30
Hey Joerg, since you made the non-modular Xorg obsolete, you could have at least changed the comments in this file, reflecting the change to modular Xorg. Now, please document here how these files are really meant to be used, since you know it better than me.
2007-10-01Why don't we use pkg_info -qL instead of pkg_info -f?rillig1-1/+2
2007-09-30MANINSTALL is _not_ user-settable.rillig1-1/+3
2007-09-30More variables.rillig1-3/+3
2007-09-30Outside of .for loops, there is no _t_ variable. Hi joerg.rillig1-10/+10
2007-09-30Fixed indentation.rillig2-19/+19
2007-09-30The mentioned manpages are useless for understanding this file.rillig1-4/+1
2007-09-29Removed a funny comment from 1997.rillig1-6/+1
2007-09-29obsolete.rillig1-1/+3
2007-09-29Documented the file format.rillig1-1/+5
2007-09-29Added documentation about manpage handling in pkgsrc. This still needsrillig1-0/+36
much work.
2007-09-29typorillig1-2/+2
2007-09-29+ _VARGROUPSrillig1-1/+6
2007-09-29Improved the documentation.rillig1-2/+28
2007-09-27Even though VARBASE is sometimes below LOCALBASE, some users want torillig1-1/+3
check it. Don't prevent that in CHECK_FILES_STRICT=yes mode.
2007-09-27One ident string per file is enough.rillig1-2/+2
Committed although we are in a freeze, since it doesn't affect building the packages.
2007-09-27More comments.rillig1-1/+6
2007-09-27Documented the used environment variables.rillig1-1/+7
2007-09-25Fix a comment (gnome-vfs2 -> gnome-vfs).hira1-2/+2
2007-09-22revert previous; it has trouble in two many places and 1) a fix isn'tgdt1-5/+4
obvious 2) we're in freeze, so restore to working as quickly as possible.
2007-09-21BINPKG_SITES may be empty, and most shells don't like syntacticallyrillig1-3/+5
empty for loops.
2007-09-21When replacing, use the oldname as found in work/.replace_oldname togdt1-4/+5
tar up, instead of PKGBASE. This enables modifying that file to have a package that isn't automatically found be the replace target, e.g., "echo libglade2-2.6.2 > work/.replace_oldname" after make replace fails to find a package to tar up when doing make replace in libglade.
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-2/+2
Bump PKGREVISION.
2007-09-21Instead of the overly verbose "Required installed package", the type ofrillig1-10/+13
dependency (bootstrap, build, full) is printed. When building a package that pulls in the basic tools as dependencies, it is good to know whether these are build or full dependencies, so the additional information is useful.