summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
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
2008-11-15Add lzcat to the tools framework.minskim2-2/+14
lzcat will be used to decompress .lzma files.
2008-11-14Improve AIX/XLC support based on discussions with Jens Rehsack:joerg5-14/+68
- Add cc_r/xlc_r wrapper using the same rules as xlc itself. It is used for example by Perl. - Improve the RPATH emulation: - Always set -blibpath, use /usr/lib:/lib as default - If -blibpath is exlicitly given, add to the default - Additionally append any -Wl,-rpath given.
2008-11-11DragonFly doesn't have /dev/audio any more.hasso1-2/+2
2008-11-06+opengrok-buildadrianp1-0/+1
2008-11-06Merge aix-xlc block into the xlc block and distinguish AIX and Darwin.joerg1-7/+9
The PKG_FAIL_REASON isn't executed by default, no idea why, but this makes it a bit cleaner why the compiler wrapper will fail and fixes the more important AIX case.
2008-11-06Add typolight-liveupdate which allow using TYPOlight live update service.taca1-0/+1
2008-11-06Add boehm-gc optionbjs1-0/+1
2008-11-05Mentioned PKGSRC_RUN_TEST using the standard formatting.rillig1-1/+6
2008-11-05typorillig1-2/+2
2008-11-05More keywords for "bmake help".rillig1-1/+3
2008-11-05Clarified the difference between "Renamed" and "Moved".rillig1-9/+12
Rewrote a bit of code so that CTYPE=mv and CTYPE=ren work as intended.
2008-11-03Improvements for the "mediatomb" package:tron1-1/+11
1.) Create a user and group "mediatomb" for running the server to restrict the files which can be accessed. 2.) Add a startup script to start the server automatically. Bump package revision because of these fixes. Changes approved by Alistair Crooks.
2008-11-03kde4-dirs is now in misc.markd1-2/+2
2008-10-31Remove libmodplug option--it's redundant.bjs1-1/+0
2008-10-30On AIX don't overwrite the XLC definitions with the platform logic, thejoerg1-8/+8
former are already more specific.
2008-10-30Don't set EXPORT_SYMBOLS_LDFLAGS on AIX, while it seems that GCC andjoerg1-2/+2
some newer linker versions seem to ignore it. It is not required anyway. From PR 39633.
2008-10-30Don't filter the PLIST for AIX, at least libtool nowadays also createsjoerg1-2/+2
ELF like names. From PR 39387.
2008-10-29Add compface (for balsa).wiz1-0/+1
2008-10-28Add th_TH for bmpx.wiz1-1/+5
2008-10-27Describe evolution-data-server option.wiz1-0/+1
2008-10-25SunOS-5.11-i386 default is Java 6 onlyadrianp1-5/+3
2008-10-25lang-tr as "Add Turkish language support".taca1-0/+1
2008-10-25Add share/locale/ur_PK for file-roller.wiz1-1/+5
2008-10-25Add share/locale/ks for evince.wiz1-1/+5
2008-10-24Initial support for Java on OpenSolaris (i386 only)adrianp1-5/+11
2008-10-24Add a few locale dirs for gtk2.wiz1-1/+13
2008-10-24Darwin-9.* supports Java 1.6adrianp1-1/+2
2008-10-24+apacheadrianp1-0/+1
2008-10-24Add share/locale/mai for glib2-2.18.2.wiz1-1/+5
2008-10-20Grammar fix in error message.wiz1-2/+2
2008-10-20Sanitise the error message of the fail-wrapper:ahoka1-3/+3
- Use PGKSRC-WARNING to note it's coming from pkgsrc and not always fatal. - Describe more precisely what's happening when you get this warning. Hopefuly this will stop the misundersanding of the error message I could see quite often amongst users.
2008-10-20... and added a few more keywords.rillig1-1/+4
2008-10-20Reformatted the comments so that "bmake help" recognizes them.rillig1-2/+3
2008-10-19Update to latest config.guess (2008-09-28) and config.sub (2008-09-08)schmonz2-32/+100
from Savannah git. Changes are minor; at a glance, the most interesting bits are improved support for Solaris Xen and AIX 6. Approved by: groo