Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-21 | Document xapian-flint-backend and xapian-quartz-backend options, allowing | dsainty | 1 | -0/+2 | |
rationalisation of backends (and also allows wiring the database to the older database format if desired). | |||||
2009-01-20 | Typo fix | adrianp | 1 | -2/+2 | |
2009-01-19 | Add djbdns-cachestats option, show cache hits/misses in stats output. | sketch | 1 | -0/+1 | |
2009-01-19 | enable 1.6 for x86_64 too, and make it the default. | christos | 1 | -3/+4 | |
2009-01-18 | Add description of gdal, octave, openexr (pfstools) and gsl (pfstmo) options. | obache | 1 | -0/+4 | |
2009-01-18 | Correct a typo and fix FTP definition (T is for Transfer). | shattered | 1 | -2/+2 | |
OK by wiz@. | |||||
2009-01-15 | Fix cut & paste errors. From Jens Rehsack. | joerg | 3 | -6/+6 | |
2009-01-14 | While user/group 'games' does not exist by default on Solaris, it will | sketch | 1 | -10/+9 | |
get created correctly if SETGIDGAME=yes and this avoids ugly errors from check-files.mk | |||||
2009-01-14 | Don't use full path to include, avoids | sketch | 1 | -5/+5 | |
"<stdin>", line 4: warning: #include of /usr/include/... may be non-portable warning with Sun Studio. | |||||
2009-01-12 | Add enchant option. | wiz | 1 | -0/+1 | |
2009-01-12 | - Describe 'catalog-sqlite3' option | shattered | 1 | -0/+1 | |
- Delint OK by wiz@. | |||||
2009-01-12 | Fix check-wrkref path. | uebayasi | 1 | -3/+2 | |
_CHECK_WRKREF_FILELIST_CMD is a command which prints PLIST paths converted to absolute path. _CHECK_WRKREF_FILELIST_CMD can run anywhere, so cd ${DESTDIR} before that is pointless. To access files, _CHECK_WRKREF_FILELIST_CMD's output needs to be s/^/${DESTDIR}/ when destdir is used. Reviewed By: joerg | |||||
2009-01-10 | run ${_ULIMIT_CMD} in build-env target | tnn | 1 | -3/+3 | |
2009-01-09 | Further refine AIX support. From Jens Rehsack. | joerg | 3 | -6/+30 | |
2009-01-08 | Add kde4 option. | wiz | 1 | -0/+1 | |
2009-01-07 | Added options for ImageMagick: ghostscript, djvu, wmf | adam | 1 | -0/+3 | |
2009-01-06 | Mention gsasl and gnome-keyring options used by mail/msmtp. | obache | 1 | -0/+2 | |
2009-01-05 | this script was not visiting packages in the proper order when subpackages | dbj | 1 | -31/+40 | |
had common dependencies. This change hopefully fixes that. | |||||
2009-01-04 | Add links and lynx similar to w3m, add trailing dot to all three. | hubertf | 1 | -1/+3 | |
2009-01-01 | Improve description of libao, and remove the 'ao' option | hubertf | 1 | -2/+1 | |
Addresses PR 40312 | |||||
2008-12-29 | Fix misbalanced brackets as noticed by jnemeth. | joerg | 1 | -2/+2 | |
2008-12-29 | Also wrap the cpp command like cc for AIX/XLC. | joerg | 1 | -1/+2 | |
2008-12-29 | Improve AIX/XLC support: | joerg | 4 | -9/+40 | |
- provide cpp wrapper using cc -E - provide c++_r wrapper working like c++ - provide -rpath handling for cc - fix some debug messages to provide the correct script name | |||||
2008-12-29 | Emulate -rpath argument of GCC and xlC on AIX, it works like the | joerg | 1 | -1/+10 | |
corresponding linker argument. | |||||
2008-12-23 | Use a temporary variable to hold ${_dep_:C/\:.*$//} since it is used | dsl | 1 | -2/+3 | |
as a modifier on another variable and would need to be escaped as :M${_dep_\:C/\\\:.*$//} in order for the modifiers to be parsed correctly. This all used to work because _dep_ is a .for loop control variable which was substituted in an earlier pass through the line. Recent changes leave .for loop control variables to be substituted during normal expansion. Adding the \ would leave the script non-working with theolder make. OK'd by Beefy | |||||
2008-12-21 | Add lang-th, Thai language support. | taca | 1 | -0/+1 | |
2008-12-21 | nox11 option should not be used anywhere, use -x11 instead. | obache | 1 | -1/+0 | |
2008-12-21 | add a description for the uucp option used eg in news/inn. Since other | spz | 1 | -0/+1 | |
packages may also want to optionally add uucp support, don't use inn-uucp. | |||||
2008-12-21 | add a line for the recently added bind-xml-statistics-server option for the | spz | 1 | -0/+1 | |
net/bind95 package | |||||
2008-12-19 | Document pulseaudio option. | jmcneill | 1 | -0/+1 | |
2008-12-16 | Update Xcode information for Mac OS X Leopard. | tron | 1 | -2/+2 | |
2008-12-15 | There is no mail/nail anymore. | rillig | 1 | -5/+5 | |
2008-12-15 | Oops. | rillig | 1 | -2/+2 | |
2008-12-15 | Made the code shorter. | rillig | 1 | -9/+10 | |
The info messages can be omitted. At least for ELF binaries, the code is sufficiently stable. | |||||
2008-12-15 | Fixes typo, able to detect builtin libiconv again. | obache | 1 | -2/+2 | |
2008-12-15 | Remove extra debug codes which noted by Ryo HAYASAKA as PR pkg/40175. | taca | 1 | -3/+1 | |
2008-12-14 | Add /usr/lib${LIBABISUFFIX} to the search path | jmcneill | 1 | -1/+3 | |
2008-12-14 | Added a -v flag to the verify_file function, which in case of a | rillig | 1 | -8/+18 | |
verification failure prints a useful and concrete error message. | |||||
2008-12-13 | Mention w3m-image-gtk2 option. | obache | 1 | -0/+1 | |
2008-12-12 | Solaris useradd requires a full path to the shell. | sketch | 1 | -2/+2 | |
2008-12-09 | Add lang-zh option. | taca | 1 | -0/+1 | |
2008-12-09 | Add hal's description to the list. | ahoka | 1 | -0/+1 | |
2008-12-05 | Bump intltools dependency default to 0.40.0, more and more programs need it. | wiz | 1 | -2/+2 | |
That version has been in pkgsrc for nearly 6 months now, it is in the last two branches. | |||||
2008-12-04 | Add a few. | wiz | 1 | -2/+4 | |
2008-12-04 | Add en_NZ locale. | wiz | 1 | -1/+5 | |
2008-12-04 | Added MAKE_ENV and MAKE_FLAGS to the list of important variables. | rillig | 1 | -2/+2 | |
2008-12-02 | Add a missing end of slash. | obache | 1 | -2/+2 | |
2008-12-01 | Skip -q64. From Jens Rehsack. | joerg | 1 | -1/+4 | |
2008-12-01 | Update MASTER_SITE_MOZILLA with today's primary and secondary mirrors. | obache | 1 | -13/+82 | |
2008-11-29 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 2 | -21/+21 | |