Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-11 | Move mk/emacs.mk to editors/emacs/modules.mk. | uebayasi | 1 | -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-09 | Add share/locale/de_CH/LC_MESSAGES for gnucash. | wiz | 1 | -1/+5 | |
2008-10-08 | Allow use of fetch as FETCH_CMD. | joerg | 1 | -1/+6 | |
2008-10-08 | Allow use of fetch as tool. | joerg | 1 | -1/+11 | |
2008-10-06 | Complete previous, by entering the package version definition if the file | cube | 1 | -2/+4 | |
looked up is not a pkgconfig one, at the condition that the version script is defined. | |||||
2008-10-06 | Allow the caller to override the script that extracts the version of the | cube | 1 | -3/+10 | |
built-in package. That means pkgconfig-builtin.mk can be used in even more situations now. | |||||
2008-10-06 | Add a workaround for X11_TYPE modular so that x11.bl3.mk is not included. | cube | 1 | -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-05 | Merge cube-native-xorg, so that pkgsrc-current can be used with the native | cube | 4 | -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-30 | Add `firefox3' option. | hira | 1 | -0/+1 | |
2008-09-25 | Fix a longstanding bug in the pkginstall infrastructure: incomplete | wiz | 1 | -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-25 | Add lang-uk-ua, Ukrainian/UKRAINE language support. | taca | 1 | -0/+1 | |
2008-09-24 | Fix a typo in comment. | obache | 1 | -2/+2 | |
2008-09-22 | Reverting my previous openmotif->lesstif changes. | ahoka | 6 | -12/+12 | |
2008-09-22 | For packages setting USE_BSD_MAKEFILE, explicitly set MKHTML to no. | dillo | 1 | -1/+2 | |
This makes these packages build with the changed default in recent NetBSD -current. Approved by agc. | |||||
2008-09-22 | Sort. Add description for libmtp. | wiz | 1 | -4/+5 | |
2008-09-17 | + description for zlib | adrianp | 1 | -0/+1 | |
2008-09-16 | Added the list of variables, so that "bmake show-all-gcc" shows all the | rillig | 1 | -1/+29 | |
internals of this file. | |||||
2008-09-16 | Add description for OpenSSH's hpn-patch option. | taca | 1 | -0/+1 | |
2008-09-16 | X11 is located in "/usr/X11" under Mac OS X Leopard, "/usr/X11R6" is just | tron | 1 | -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-16 | Do not force ncurses on Interix; it does not have a proper shared library. | minskim | 1 | -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 args | epg | 1 | -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-15 | typo | rillig | 1 | -2/+2 | |
2008-09-15 | Corrected the usage message. | rillig | 1 | -3/+3 | |
2008-09-15 | +mozilla-jemalloc | adrianp | 1 | -0/+1 | |
2008-09-14 | As the openmotif license doesnt allow usage on close source systems, | ahoka | 6 | -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-13 | Tell cmake not to muck with rpath's as it seems to interact badly with | markd | 1 | -1/+2 | |
pkgsrc. | |||||
2008-09-13 | Update for cmake 2.6 | markd | 1 | -0/+17 | |
2008-09-11 | If "/usr/gnu/bin/false" exists use that as a value of ${FALSE}. This is known | adrianp | 1 | -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-11 | Add option's description for graphics/magicpoint and | taca | 1 | -0/+15 | |
new www/squid options. | |||||
2008-09-10 | MOTIFBASE, not MOTIF_BASE. | joerg | 1 | -2/+2 | |
2008-09-10 | Add MOTIF_TYPE and MOTIF_BASE to BUILD_DEFS. | joerg | 1 | -1/+3 | |
2008-09-09 | add missing bacula-static | dmcmahill | 1 | -0/+1 | |
2008-09-07 | Apply patch from Aleksej Saushev to fix index generation. | wiz | 1 | -7/+7 | |
2008-09-07 | Add faac. | ahoka | 1 | -0/+1 | |
2008-09-07 | Add FETCH_*_ARGS templates for curl. | obache | 1 | -1/+7 | |
Should be solution for PR 39208. | |||||
2008-09-07 | Change 'mjpegtools-simd' option to 'simd' in preparation for libmpg123 | bjs | 1 | -1/+1 | |
import. | |||||
2008-09-01 | Add various language (translation) support options. | taca | 1 | -0/+33 | |
2008-08-30 | Document "lzw" option used by e.g. the "tiff" package. | tron | 1 | -0/+1 | |
2008-08-29 | Add entry to gtk2 | sborrill | 1 | -0/+1 | |
2008-08-27 | Add ecl. | ahoka | 1 | -0/+1 | |
2008-08-25 | Add description for fftw and threads support options | bjs | 1 | -0/+2 | |
2008-08-25 | Remove ftp.scarlet.be from MASTER_SITE_KDE, service suspended over a month. | obache | 1 | -2/+1 | |
Noticed by Zafer Aydogan via private mail. | |||||
2008-08-24 | Remove ftp.scarlet.be from MASTER_SITE_MOZILLA_ALL. | obache | 1 | -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-23 | Update MASTER_SITE_PGSQL, but it is not used anywhere... | obache | 1 | -98/+96 | |
2008-08-23 | Update MASTER_SITE_MYSQL, taken from current download page. | obache | 1 | -14/+128 | |
Noticed some dead hosts by Zafer Aydogan via private mail. | |||||
2008-08-23 | Update MASTER_SITE_GENTOO, taken from http://www.gentoo.org/main/en/mirrors2.xml | obache | 1 | -44/+193 | |
Noticed some dead hosts by Zafer Aydogan via private mail. | |||||
2008-08-19 | For no real reason, but per the "discussion" on tech-pkg, default the | agc | 1 | -2/+2 | |
creation of a symbolic link to the real work directory to "no". | |||||
2008-08-18 | Add share/locale/fur. | joerg | 1 | -1/+5 | |
2008-08-18 | Describe lua option. | dholland | 1 | -0/+1 | |
2008-08-10 | Use patch --suffix instead of -b, the latter will be problematic when | joerg | 1 | -2/+2 | |
PR 11220 gets addressed. |