summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
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.
2008-09-10MOTIFBASE, not MOTIF_BASE.joerg1-2/+2
2008-09-10Add MOTIF_TYPE and MOTIF_BASE to BUILD_DEFS.joerg1-1/+3
2008-09-09add missing bacula-staticdmcmahill1-0/+1
2008-09-07Apply patch from Aleksej Saushev to fix index generation.wiz1-7/+7
2008-09-07Add faac.ahoka1-0/+1
2008-09-07Add FETCH_*_ARGS templates for curl.obache1-1/+7
Should be solution for PR 39208.
2008-09-07Change 'mjpegtools-simd' option to 'simd' in preparation for libmpg123bjs1-1/+1
import.
2008-09-01Add various language (translation) support options.taca1-0/+33
2008-08-30Document "lzw" option used by e.g. the "tiff" package.tron1-0/+1
2008-08-29Add entry to gtk2sborrill1-0/+1
2008-08-27Add ecl.ahoka1-0/+1
2008-08-25Add description for fftw and threads support optionsbjs1-0/+2
2008-08-25Remove ftp.scarlet.be from MASTER_SITE_KDE, service suspended over a month.obache1-2/+1
Noticed by Zafer Aydogan via private mail.
2008-08-24Remove ftp.scarlet.be from MASTER_SITE_MOZILLA_ALL.obache1-15/+23
It was uncompleted and now service suspended, noticed by Zafer Aydogan. While here, update MSTER_SITE_MOZILLA taken from mirrors list: http://www.mozilla.org/mirrors.html
2008-08-23Update MASTER_SITE_PGSQL, but it is not used anywhere...obache1-98/+96
2008-08-23Update MASTER_SITE_MYSQL, taken from current download page.obache1-14/+128
Noticed some dead hosts by Zafer Aydogan via private mail.
2008-08-23Update MASTER_SITE_GENTOO, taken from http://www.gentoo.org/main/en/mirrors2.xmlobache1-44/+193
Noticed some dead hosts by Zafer Aydogan via private mail.
2008-08-19For no real reason, but per the "discussion" on tech-pkg, default theagc1-2/+2
creation of a symbolic link to the real work directory to "no".
2008-08-18Add share/locale/fur.joerg1-1/+5
2008-08-18Describe lua option.dholland1-0/+1
2008-08-10Use patch --suffix instead of -b, the latter will be problematic whenjoerg1-2/+2
PR 11220 gets addressed.
2008-08-10Remove long outdated comment about full destdir not working completely.joerg1-3/+1
2008-08-10Prefer builtin echo, test/[, true/false.ahoka2-6/+10
State that we use pdksh on these platforms.
2008-08-09Add oniguruma option for textproc/oniguruma regular expression librarybjs1-0/+1
2008-08-09UCB binaries were removed from OpenSolaris, so let's use builtin echoahoka1-2/+6
as we use pdksh on this platform. Also use /usr/bin/ginstall when it's present (it is on OpenSolaris) for the same reason. This problem was reported by Andras Barna.
2008-08-08+Zend Thread Safetyadrianp1-0/+1
2008-08-03fix "make readme" error due to awk changes in -current.tnn1-9/+9
From Aleksej Saushev.
2008-08-02Add freetype option.bjs1-0/+1
2008-07-23Avoid quoting "other character" in awk's strings as regular expressions.seb1-3/+3
See pkg/39002.