summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
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
2008-09-17+ description for zlibadrianp1-0/+1
2008-09-16Added the list of variables, so that "bmake show-all-gcc" shows all therillig1-1/+29
internals of this file.
2008-09-16Add description for OpenSSH's hpn-patch option.taca1-0/+1
2008-09-16X11 is located in "/usr/X11" under Mac OS X Leopard, "/usr/X11R6" is justtron1-1/+3
a symlink. Use the correct directory because the buildlink framework will otherwise remove compiler options like "-I/usr/X11/include/pixman-1".
2008-09-16Do not force ncurses on Interix; it does not have a proper shared library.minskim1-8/+1
Instead, let curses.buildlink3.mk find out a usable one. This fixes the error reported in PR 39531. However, the PR will remain open for now because it raises another issue whether tnftp should depend on curses or not.
2008-09-16- drop non-existent configure argsepg1-0/+1
- add missing modules to DFLT_APACHE_MODULES - bump PKGREVISION for new modules - replace APACHE_MODULES=all-shared with apache-shared-modules option - '--enable-mods-shared=all' is not sufficient, that's why DFLT_APACHE_MODULES lists all those others; use DFLT_APACHE_MODULES instead of 'all' - add apache-shared-modules to options.description approved by tron
2008-09-15typorillig1-2/+2
2008-09-15Corrected the usage message.rillig1-3/+3
2008-09-15+mozilla-jemallocadrianp1-0/+1
2008-09-14As the openmotif license doesnt allow usage on close source systems,ahoka6-12/+12
there is no good reason to be default on those platforms. Change the default to lesstif on AIX, BSDOS, Darwin, HPUX, Interix, OSF1.
2008-09-13Tell cmake not to muck with rpath's as it seems to interact badly withmarkd1-1/+2
pkgsrc.
2008-09-13Update for cmake 2.6markd1-0/+17
2008-09-11If "/usr/gnu/bin/false" exists use that as a value of ${FALSE}. This is knownadrianp1-1/+5
to exist at least on OpenSolaris. This makes the useradd scripts work under OpenSolaris as it won't accept "false" as a ${SHELL}.
2008-09-11Add option's description for graphics/magicpoint andtaca1-0/+15
new www/squid options.