summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2009-02-15Pullup ticket #2698 - requested by minskimtron1-2/+2
bison: portability fix Revisions pulled up: - devel/bison/Makefile 1.69 - mk/tools/tools.Darwin.mk 1.39 --- Module Name: pkgsrc Committed By: schwarz Date: Thu Jan 22 20:14:05 UTC 2009 Modified Files: pkgsrc/mk/tools: tools.Darwin.mk Log Message: Do not use GNU m4 shipped with the OS on systems prior to Mac OS 10.5. 10.4 shipped with gm4 1.4.2, 10.3 came with 1.4. This is not recent enough for some packages (specifically devel/ autoconf), so use pkgsrc's gm4 instead. Fixes PR#40329. --- Module Name: pkgsrc Committed By: minskim Date: Thu Feb 12 18:43:21 UTC 2009 Modified Files: pkgsrc/devel/bison: Makefile Log Message: Bump PKGREVISION because the path to m4 was changed on Darwin<9. The tools framework changed m4 on Darwin<9 from the native one to the pkgsrc version last month. bison needs a PKGREVISION bump because it embeds the path to m4 in its binary.
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
2008-11-18Documented INSTALL_UNSTRIPPED.rillig1-1/+10
2008-11-18Removed unused variables.rillig1-4/+1
2008-11-16Don't try to build gcc2 on AMD64, as it's not supported by that compiler.ahoka1-3/+3
This issue was reported by Daniel Horecki.
2008-11-15Decompress .lzma files with lzcat.minskim3-4/+10