summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
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
2008-10-19Add lang-nb; Norwegian Bokmal (book language) language support.taca1-0/+1
2008-10-17Prefer "pixman" package from "pkgsrc" under Mac OS X Leopard. The builtintron1-2/+2
version is already too old for the "cairo" package.
2008-10-16Gnome prefers sr@latin to sr@Latn now, match this here.wiz1-2/+2
2008-10-14Remove rules named after subdirectories. Proposed on Oct 08 on tech-pkgjoerg1-9/+1
as it breaks having subdirectories named like main pkgsrc targets.
2008-10-11Move mk/emacs.mk to editors/emacs/modules.mk.uebayasi1-398/+3
Don't call pkg_info to get the installed Emacs version; always use the version matching EMACS_TYPE set by users. Be DEPENDS to it. This should address pkg/37146 by Aleksey Cheusov. While here convert some emacs lisp packages to user-destdir.
2008-10-09Add share/locale/de_CH/LC_MESSAGES for gnucash.wiz1-1/+5
2008-10-08Allow use of fetch as FETCH_CMD.joerg1-1/+6
2008-10-08Allow use of fetch as tool.joerg1-1/+11
2008-10-06Complete previous, by entering the package version definition if the filecube1-2/+4
looked up is not a pkgconfig one, at the condition that the version script is defined.
2008-10-06Allow the caller to override the script that extracts the version of thecube1-3/+10
built-in package. That means pkgconfig-builtin.mk can be used in even more situations now.
2008-10-06Add a workaround for X11_TYPE modular so that x11.bl3.mk is not included.cube1-1/+5
Ideally, X11_TYPE modular would set up such packages so that PREFER.<BUILTIN_PKG> is set to "pkgsrc", but it's a more complex change. Reported by Adam Hoka.
2008-10-05Merge cube-native-xorg, so that pkgsrc-current can be used with the nativecube4-7/+86
X.Org found in NetBSD-current. Thanks a lot to all who helped, especially Matthias Scheler who did repeated tests on Mac OS X and older versions of NetBSD to make sure the support for those platforms wouldn't be broken (or at least, not fatally, as I would still expect a few hiccups here and there, because there is only so much one can test in such limited time). On the infrastructure side, this branch brings pkgconfig-builtin.mk, in order to write very easily new builtin.mk files. It can actually handle more than just pkgconfig files, but it will provide a version if it finds such a file. x11.builtin.mk has also been made more useful and now all existing (and future!) native-X11-related builtin.mk files should include it.
2008-09-30Add `firefox3' option.hira1-0/+1
2008-09-25Fix a longstanding bug in the pkginstall infrastructure: incompletewiz1-4/+4
support for creating empty files as CONF_FILES. The usual way is to add CONF_FILES= /dev/null /some/file However, some parts of the infrastructure check if the "source" is a file -- this fails for /dev/null obviously (other parts accept character devices already). Fix this. Will follow up with PKGREVISION bumps for affected packages. Ok during freeze: agc@
2008-09-25Add lang-uk-ua, Ukrainian/UKRAINE language support.taca1-0/+1
2008-09-24Fix a typo in comment.obache1-2/+2
2008-09-22Reverting my previous openmotif->lesstif changes.ahoka6-12/+12
2008-09-22For packages setting USE_BSD_MAKEFILE, explicitly set MKHTML to no.dillo1-1/+2
This makes these packages build with the changed default in recent NetBSD -current. Approved by agc.
2008-09-22Sort. Add description for libmtp.wiz1-4/+5