Commit graph

7303 commits

Author SHA1 Message Date
obache
b5f9ee16a8 Fixes DLOPEN_REQUIRE_PTHREADS patterns.
NetBSD-3 was lost by previous commit,
and NetBSD-5_BETA does not require pthread.
(TODO: 4.99.*...)
2009-01-23 13:07:25 +00:00
obache
4939c4ccab Added NetBSD>=4 to the list of platforms which need pthreads linked into
the application if it uses dlopen().

This pattern should be changed if confirmed fixed in NetBSD-current.
2009-01-23 11:23:28 +00:00
schwarz
ef6511fc74 Do not use GNU m4 shipped with the OS on systems prior to Mac OS 10.5.
10.4 shipped with gm4 1.4.2, 10.3 came with 1.4.
This is not recent enough for some packages (specifically devel/autoconf),
so use pkgsrc's gm4 instead.
Fixes PR#40329.
2009-01-22 20:14:04 +00:00
taca
357ed0c3ea Add lang-id (Indonesian) and lang-ko (Korean) used by drupal6-translations. 2009-01-22 16:18:40 +00:00
dsainty
c747409441 Document xapian-flint-backend and xapian-quartz-backend options, allowing
rationalisation of backends (and also allows wiring the database to the older
database format if desired).
2009-01-21 06:44:11 +00:00
adrianp
abe6fa73d4 Typo fix 2009-01-20 21:30:41 +00:00
sketch
ae75a2a7ad Add djbdns-cachestats option, show cache hits/misses in stats output. 2009-01-19 10:27:31 +00:00
christos
0613ba0c5c enable 1.6 for x86_64 too, and make it the default. 2009-01-19 00:34:53 +00:00
obache
cc21e2178f Add description of gdal, octave, openexr (pfstools) and gsl (pfstmo) options. 2009-01-18 12:37:43 +00:00
shattered
9c3793b8ea Correct a typo and fix FTP definition (T is for Transfer).
OK by wiz@.
2009-01-18 12:15:01 +00:00
joerg
a70755c941 Fix cut & paste errors. From Jens Rehsack. 2009-01-15 16:55:33 +00:00
sketch
ddaab16e6a While user/group 'games' does not exist by default on Solaris, it will
get created correctly if SETGIDGAME=yes and this avoids ugly errors
from check-files.mk
2009-01-14 23:33:48 +00:00
sketch
c4474d647e Don't use full path to include, avoids
"<stdin>", line 4: warning: #include of /usr/include/... may be non-portable

warning with Sun Studio.
2009-01-14 17:27:37 +00:00
wiz
b66e13dd33 Add enchant option. 2009-01-12 21:50:53 +00:00
shattered
323598598f - Describe 'catalog-sqlite3' option
- Delint

OK by wiz@.
2009-01-12 17:37:10 +00:00
uebayasi
c166eebbec Fix check-wrkref path.
_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-12 13:11:22 +00:00
tnn
9a055d30cf run ${_ULIMIT_CMD} in build-env target 2009-01-10 15:59:29 +00:00
joerg
cb1ac20e13 Further refine AIX support. From Jens Rehsack. 2009-01-09 11:46:34 +00:00
wiz
c4482c0c57 Add kde4 option. 2009-01-08 12:00:58 +00:00
adam
1e55ac086b Added options for ImageMagick: ghostscript, djvu, wmf 2009-01-07 09:03:19 +00:00
obache
21f73bde57 Mention gsasl and gnome-keyring options used by mail/msmtp. 2009-01-06 12:12:42 +00:00
dbj
06b5331c6d this script was not visiting packages in the proper order when subpackages
had common dependencies.  This change hopefully fixes that.
2009-01-05 02:37:05 +00:00
hubertf
c3a98738dd Add links and lynx similar to w3m, add trailing dot to all three. 2009-01-04 15:36:22 +00:00
hubertf
e32dc9217d Improve description of libao, and remove the 'ao' option
Addresses PR 40312
2009-01-01 21:38:21 +00:00
joerg
e5d0951320 Fix misbalanced brackets as noticed by jnemeth. 2008-12-29 21:26:55 +00:00
joerg
258aaa98a1 Also wrap the cpp command like cc for AIX/XLC. 2008-12-29 20:47:17 +00:00
joerg
709d52f492 Improve AIX/XLC support:
- 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 16:53:06 +00:00
joerg
932fd9ecda Emulate -rpath argument of GCC and xlC on AIX, it works like the
corresponding linker argument.
2008-12-29 11:25:39 +00:00
dsl
5f2fc5dcbf Use a temporary variable to hold ${_dep_:C/\:.*$//} since it is used
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-23 22:34:26 +00:00
taca
9fd8b22e88 Add lang-th, Thai language support. 2008-12-21 15:18:02 +00:00
obache
9c6491952f nox11 option should not be used anywhere, use -x11 instead. 2008-12-21 12:13:38 +00:00
spz
6c2bb9406e add a description for the uucp option used eg in news/inn. Since other
packages may also want to optionally add uucp support, don't use inn-uucp.
2008-12-21 11:14:23 +00:00
spz
d034e3dc65 add a line for the recently added bind-xml-statistics-server option for the
net/bind95 package
2008-12-21 11:11:33 +00:00
jmcneill
670c861ab9 Document pulseaudio option. 2008-12-19 13:25:14 +00:00
tron
65c127a1a3 Update Xcode information for Mac OS X Leopard. 2008-12-16 08:11:29 +00:00
rillig
f38678623c There is no mail/nail anymore. 2008-12-15 12:53:28 +00:00
rillig
c448324760 Oops. 2008-12-15 12:28:49 +00:00
rillig
9a009cf3a3 Made the code shorter.
The info messages can be omitted. At least for ELF binaries, the code is
sufficiently stable.
2008-12-15 11:03:49 +00:00
obache
6f8cd07b1f Fixes typo, able to detect builtin libiconv again. 2008-12-15 10:58:53 +00:00
taca
beb4f88cfa Remove extra debug codes which noted by Ryo HAYASAKA as PR pkg/40175. 2008-12-15 09:01:30 +00:00
jmcneill
49a9b9816d Add /usr/lib${LIBABISUFFIX} to the search path 2008-12-14 16:34:24 +00:00
rillig
5a901cfed5 Added a -v flag to the verify_file function, which in case of a
verification failure prints a useful and concrete error message.
2008-12-14 14:09:32 +00:00
obache
80c5f6765c Mention w3m-image-gtk2 option. 2008-12-13 08:56:44 +00:00
sketch
9786e79561 Solaris useradd requires a full path to the shell. 2008-12-12 15:35:34 +00:00
taca
29c4514e53 Add lang-zh option. 2008-12-09 14:49:24 +00:00
ahoka
dcf2b77269 Add hal's description to the list. 2008-12-09 09:41:26 +00:00
wiz
87f53ba39d Bump intltools dependency default to 0.40.0, more and more programs need it.
That version has been in pkgsrc for nearly 6 months now, it is in the last
two branches.
2008-12-05 08:25:15 +00:00
wiz
6071b46553 Add a few. 2008-12-04 13:20:27 +00:00
wiz
a7fe20c8c8 Add en_NZ locale. 2008-12-04 09:33:20 +00:00
rillig
2f986f5645 Added MAKE_ENV and MAKE_FLAGS to the list of important variables. 2008-12-04 00:05:33 +00:00