summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2007-10-22Pullup ticket 2207 - requested by adrianpghen3-6/+7
bugfix for "make readme" - pkgsrc/mk/bsd.pkg.readme.mk 1.15 - pkgsrc/mk/scritps/genreadme.awk 1.29 - pkgsrc/mk/scritps/mkreadme 1.20 Module Name: pkgsrc Committed By: adrianp Date: Sat Oct 20 13:35:12 UTC 2007 Modified Files: pkgsrc/mk: bsd.pkg.readme.mk pkgsrc/mk/scripts: genreadme.awk mkreadme Log Message: Rename PKGTOOLS_VER to PKGTOOLS_VERSION and use that everywhere Export PKGTOOLS_VERSION so that genreadme.awk can use it This will sync the output between './mkreadme' and 'make readme'
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.
2007-09-20Replaced _PKG_SILENT _PKG_DEBUG with the shorter RUN.rillig1-51/+41
2007-09-20When CPP is defined as "cc -E", the wrapper framework created therillig1-1/+2
wrapper for gcc and cc as type "CPP", although these aren't C preprocessors. By preventing the code from overwriting files, this works now.
2007-09-20Added variable descriptions.rillig1-1/+6
2007-09-19Renamed pkgpath to pkg_path, since there exists a completely independentrillig1-9/+9
variable PKGPATH. I hope this will avoid some confusion.
2007-09-19When using bin-install, the version of the installed package was checkedrillig1-6/+9
twice: First against the required package pattern (PKGNAME_REQD), and then against the current version (PKGNAME). When only a binary package for an old (but sufficient) version of a package was available, that version had been installed and the current version been built afterwards, which was unnecessary. This problem was mentioned in PR 36146, and is hereby fixed. By the way, the code was really ugly: The messages that had been printed didn't reflect what the code was actually doing. This is fixed, too.
2007-09-19Fixed incorrect quoting of arguments. This behavior had been unnoticedrillig2-9/+4
for several years now, since the directories in the -I... and -L... options usually don't need quoting. But when the -D... option was processed using the same code, the bug had become visible.
2007-09-19Before and after the transformations, the commands are written to therillig1-3/+4
log file in a format that allows copy-and-paste into a shell. Before, it wasn't possible to see from the log file whether a space was a delimiter or part of a shell word.