Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-06-30 | Fix an issue that bothered me ever since I started working on the | joerg | 1 | -3/+2 | |
bulk build code. emacs-w3m uses EMACS_FLAVOR and EMACS_VERSION_MAJOR to conditionally add a build time dependency on Mule-UCS. The latter variable is not set when no emacs package is installed though and therefore a dependency got added between scan phase and build phase, possibly resulting in multiple builds of Mule-UCS in older (non-pbulk) bulk builds. Fix this by switching to EMACS_TYPE for the logic. | |||||
2007-06-30 | Use REPLACE_SH to make this work on SunOS | tnn | 1 | -2/+3 | |
2007-06-30 | Improve HP-UX specific documentation | tnn | 1 | -6/+8 | |
2007-06-30 | Don't use open-ended dependencies for emacs20 and emacs21 to avoid | joerg | 1 | -6/+6 | |
the wrong version from being picked up by pkg_add or bin-install. OK uebayasi@ | |||||
2007-06-30 | Copy DragonFly header from emacs21. | joerg | 1 | -1/+4 | |
2007-06-30 | I forgot it's freeze, revert the previous for safety. | uebayasi | 1 | -2/+2 | |
But actually, the default didn't change because EMACS_TYPE is set to emacs21 in pkgsrc/mk/defaults/mk.conf. I will clean up all Emacs Lisp packages to be emacs22-capable, then change the default. | |||||
2007-06-30 | Now the recommended GNU Emacs version (pkgsrc/editors/emacs) is Emacs 22. | uebayasi | 1 | -2/+2 | |
Depend & install it if users don't set EMACS_TYPE explicitly. | |||||
2007-06-30 | Fix PLIST. Needs pkg-config. Both change the package, so bump revision. | joerg | 2 | -4/+7 | |
2007-06-30 | Recursive include of zlib is needed. From tnn@ | joerg | 1 | -1/+3 | |
2007-06-30 | Reorder to put more specific dependency first. | joerg | 1 | -3/+2 | |
2007-06-30 | s/root/joerg/ | joerg | 1 | -6/+6 | |
2007-06-30 | Make patch-ao a normal file and fix the build on DragonFly 1.8+ | joerg | 4 | -110/+119 | |
2007-06-29 | Updated textproc/postgresql-autodoc to 1.30nb1 | joerg | 1 | -1/+2 | |
2007-06-29 | Add missing Term::ReadKey dependency. Bump revision. | joerg | 1 | -2/+3 | |
2007-06-29 | Updated geography/postgresql81-postgis to 1.2.1nb1 | joerg | 1 | -1/+2 | |
2007-06-29 | Honour PKG_SYSCONFDIR and don't write unconditionally to /etc/default. | joerg | 8 | -3/+89 | |
Bump revision. | |||||
2007-06-29 | Set DIST_SUBDIR because the distfile name doesn't include the version | minskim | 2 | -5/+7 | |
number. | |||||
2007-06-29 | If APR_XtOffsetOf is not defined, fallback to APR_OFFSETOF. | joerg | 2 | -9/+28 | |
The compat macro was removed with APR 1.x. Also include unistd.h if crypt.h does not exist, that's the place in DragonFly. | |||||
2007-06-29 | Updated textproc/po4a to 0.23nb2 | joerg | 1 | -1/+2 | |
2007-06-29 | msgfmt and msgmerge are runtime dependencies. Bump revision. | joerg | 1 | -5/+3 | |
2007-06-29 | Fix pthread linkage for aprutil-0 link test and pthread_setspecific. | joerg | 2 | -1/+41 | |
2007-06-29 | Fix installation due to missing directories and add DESTDIR support. | joerg | 1 | -3/+9 | |
2007-06-29 | Install only mo files. Use msgmerge and not msgfmt as dependency. | joerg | 3 | -3/+17 | |
2007-06-29 | Modify patch to apply the alloca handling to DragonFly and FreeBSD | joerg | 2 | -4/+4 | |
as well. | |||||
2007-06-29 | Updated pkgtools/pbulk to 0.4 | joerg | 1 | -1/+2 | |
2007-06-29 | #!/usr/bin/awk -f - | joerg | 6 | -12/+12 | |
works for some reasons on NetBSD, but not with other versions of one-true-awk or gawk. Bump to 0.4. | |||||
2007-06-29 | Updated print/ghostscript to 8.54nb3 | dmcmahill | 1 | -1/+2 | |
2007-06-29 | Add required dependency on p5-Sub-Uplevel. | markd | 1 | -2/+3 | |
2007-06-29 | Needs -lnsl -lsocket on SunOS | tnn | 1 | -1/+3 | |
2007-06-29 | avoid segfaults on 64-bit systems for some inputs files and pdf output | dmcmahill | 3 | -3/+21 | |
2007-06-29 | Note update of pkg_rolling-replace | tnn | 1 | -1/+2 | |
2007-06-29 | Use REPLACE_SH to get a sane shell on borked platforms. | tnn | 1 | -2/+4 | |
2007-06-29 | Update x11/fast-user-switch-applet to 2.18.0nb2. | jnemeth | 1 | -1/+2 | |
2007-06-29 | If we're going to use signal() and SIG_* then #include <signal.h> | jnemeth | 3 | -3/+16 | |
oked by jmmv@ | |||||
2007-06-29 | *really* fix previous. | tnn | 1 | -3/+3 | |
2007-06-29 | Convert extended RE into basic RE equivalent, making us portable again. | tnn | 2 | -5/+5 | |
Noted by Mehul N. Sanghvi on pkgsrc-users@ | |||||
2007-06-28 | Scripts get installed without suffix, so fix default configuration | joerg | 2 | -8/+8 | |
to match the installed names. Bump version to 0.3. | |||||
2007-06-28 | Needs GNU make. | joerg | 1 | -1/+2 | |
2007-06-28 | Add asterisk-sounds-native, the original asterisk sound files in | mjl | 6 | -2/+759 | |
ulaw and alaw format for better quality. | |||||
2007-06-28 | Tweak COMMENT to aid the naive grepper. | schmonz | 1 | -2/+2 | |
2007-06-28 | Note gotmail removal. | schmonz | 1 | -1/+2 | |
2007-06-28 | Remove gotmail, which no longer works with modern Hotmail and is | schmonz | 6 | -63/+1 | |
not being updated. If you need civilized access to a Hotmail account, try freepops. This addresses PR 36569. | |||||
2007-06-28 | Note freepops update. | schmonz | 2 | -3/+3 | |
2007-06-28 | Update to 0.2.5. From the changelog: | schmonz | 5 | -14/+15 | |
- fixed an ancestral wrong compilation flag for regexes, no more REG_NEWLINE - supereva.lua: plugin updates - libero.lua: fixed bug for attachments - libero.lua: changed pattern matching - hotmail.lua: update the logout url, try to handle an expired session better - supereva.lua, tin.lua: fixed attachments in tin and supereva, added dada.net - libero.lua: fixed mlex - aol.lua: use the "classic" web interface - added patch by Viruzzo to mimer and supereva.lua pkgsrc changes: * List a few popular supported services in DESCR to help address PR 36569. | |||||
2007-06-28 | removed obsolete koffice language packs | markd | 1 | -1/+36 | |
2007-06-28 | remove obsolete koffice language packs. | markd | 2 | -74/+1 | |
2007-06-28 | Remove obsolete koffice language packs | markd | 140 | -2709/+0 | |
2007-06-28 | Disable assembler code for Interix. | obache | 1 | -2/+2 | |
Suggested in PR 36571 by John Ruschmeyer. | |||||
2007-06-28 | Honor PKG_SYSCONFDIR. | minskim | 1 | -2/+2 | |
2007-06-28 | Back port of security fixes to Apache 2.0 branch. | lkundrak | 1 | -1/+2 | |