summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2009-01-08Add kde4 option.wiz1-0/+1
2009-01-07Added options for ImageMagick: ghostscript, djvu, wmfadam1-0/+3
2009-01-06Mention gsasl and gnome-keyring options used by mail/msmtp.obache1-0/+2
2009-01-05this script was not visiting packages in the proper order when subpackagesdbj1-31/+40
had common dependencies. This change hopefully fixes that.
2009-01-04Add links and lynx similar to w3m, add trailing dot to all three.hubertf1-1/+3
2009-01-01Improve description of libao, and remove the 'ao' optionhubertf1-2/+1
Addresses PR 40312
2008-12-29Fix misbalanced brackets as noticed by jnemeth.joerg1-2/+2
2008-12-29Also wrap the cpp command like cc for AIX/XLC.joerg1-1/+2
2008-12-29Improve AIX/XLC support:joerg4-9/+40
- provide cpp wrapper using cc -E - provide c++_r wrapper working like c++ - provide -rpath handling for cc - fix some debug messages to provide the correct script name
2008-12-29Emulate -rpath argument of GCC and xlC on AIX, it works like thejoerg1-1/+10
corresponding linker argument.
2008-12-23Use a temporary variable to hold ${_dep_:C/\:.*$//} since it is useddsl1-2/+3
as a modifier on another variable and would need to be escaped as :M${_dep_\:C/\\\:.*$//} in order for the modifiers to be parsed correctly. This all used to work because _dep_ is a .for loop control variable which was substituted in an earlier pass through the line. Recent changes leave .for loop control variables to be substituted during normal expansion. Adding the \ would leave the script non-working with theolder make. OK'd by Beefy
2008-12-21Add lang-th, Thai language support.taca1-0/+1
2008-12-21nox11 option should not be used anywhere, use -x11 instead.obache1-1/+0
2008-12-21add a description for the uucp option used eg in news/inn. Since otherspz1-0/+1
packages may also want to optionally add uucp support, don't use inn-uucp.
2008-12-21add a line for the recently added bind-xml-statistics-server option for thespz1-0/+1
net/bind95 package
2008-12-19Document pulseaudio option.jmcneill1-0/+1
2008-12-16Update Xcode information for Mac OS X Leopard.tron1-2/+2
2008-12-15There is no mail/nail anymore.rillig1-5/+5
2008-12-15Oops.rillig1-2/+2
2008-12-15Made the code shorter.rillig1-9/+10
The info messages can be omitted. At least for ELF binaries, the code is sufficiently stable.
2008-12-15Fixes typo, able to detect builtin libiconv again.obache1-2/+2
2008-12-15Remove extra debug codes which noted by Ryo HAYASAKA as PR pkg/40175.taca1-3/+1
2008-12-14Add /usr/lib${LIBABISUFFIX} to the search pathjmcneill1-1/+3
2008-12-14Added a -v flag to the verify_file function, which in case of arillig1-8/+18
verification failure prints a useful and concrete error message.
2008-12-13Mention w3m-image-gtk2 option.obache1-0/+1
2008-12-12Solaris useradd requires a full path to the shell.sketch1-2/+2
2008-12-09Add lang-zh option.taca1-0/+1
2008-12-09Add hal's description to the list.ahoka1-0/+1
2008-12-05Bump intltools dependency default to 0.40.0, more and more programs need it.wiz1-2/+2
That version has been in pkgsrc for nearly 6 months now, it is in the last two branches.
2008-12-04Add a few.wiz1-2/+4
2008-12-04Add en_NZ locale.wiz1-1/+5
2008-12-04Added MAKE_ENV and MAKE_FLAGS to the list of important variables.rillig1-2/+2
2008-12-02Add a missing end of slash.obache1-2/+2
2008-12-01Skip -q64. From Jens Rehsack.joerg1-1/+4
2008-12-01Update MASTER_SITE_MOZILLA with today's primary and secondary mirrors.obache1-13/+82
2008-11-29Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig2-21/+21
2008-11-29Removed lots of unreachable mirrors.rillig1-41/+10
2008-11-29One more variable for show-all-gnu-configure.rillig1-1/+2
2008-11-27typorillig1-2/+2
2008-11-27Explicitly pass down -brtl for the linker, not the compiler. From Jensjoerg1-2/+2
Rehsack.
2008-11-27Don't use the CC wrapper for ld on AIX with XLC. From Jens Rehsack.joerg1-3/+2
2008-11-27Adjust xlc_r check to actually look for the right binary.joerg1-3/+4
Prefer xlc_r over cc_r as authoritive name. Export CC_R. From Jens Rehstack.
2008-11-26Added _VARGROUPS and the source of the error message.rillig1-2/+7
2008-11-25Remove belnet from MASTER_SITE_SOURCEFORGE.obache1-3/+2
It is not listed in mirror picker and can't resolve the name. Noticed by Zafer Aydogan via private mail.
2008-11-24Add la locale for GNOME (gedit).wiz1-1/+5
2008-11-24add zapteljnemeth1-0/+1
2008-11-24add libxml2 optionbjs1-0/+1
2008-11-23Add ast locale, for GNOME.wiz1-1/+5
2008-11-19Make the bulk scripts which use 'set -eu' actually work.sketch2-6/+19
2008-11-19Documented BUILD_DEFS and BUILD_DEFS_EFFECTS.rillig1-1/+16