Commit graph

7290 commits

Author SHA1 Message Date
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
obache
581742f7e4 Add a missing end of slash. 2008-12-02 12:58:59 +00:00
joerg
71914235a2 Skip -q64. From Jens Rehsack. 2008-12-01 20:40:37 +00:00
obache
fe2a3978cf Update MASTER_SITE_MOZILLA with today's primary and secondary mirrors. 2008-12-01 11:49:20 +00:00
rillig
57fbd43ec4 Replaced _PKG_SILENT and _PKG_DEBUG with RUN. 2008-11-29 13:54:45 +00:00
rillig
2116a707f4 Removed lots of unreachable mirrors. 2008-11-29 13:38:52 +00:00
rillig
14faa7757b One more variable for show-all-gnu-configure. 2008-11-29 12:29:35 +00:00
rillig
a07f1507cf typo 2008-11-27 19:28:01 +00:00
joerg
8be94cdec0 Explicitly pass down -brtl for the linker, not the compiler. From Jens
Rehsack.
2008-11-27 18:01:17 +00:00
joerg
b6cae7ec3e Don't use the CC wrapper for ld on AIX with XLC. From Jens Rehsack. 2008-11-27 18:00:06 +00:00
joerg
b5fd177ee1 Adjust xlc_r check to actually look for the right binary.
Prefer xlc_r over cc_r as authoritive name. Export CC_R.
From Jens Rehstack.
2008-11-27 17:56:52 +00:00
rillig
aa8cf3ff77 Added _VARGROUPS and the source of the error message. 2008-11-26 09:10:30 +00:00
obache
96bb16916f Remove belnet from MASTER_SITE_SOURCEFORGE.
It is not listed in mirror picker and can't resolve the name.
Noticed by Zafer Aydogan via private mail.
2008-11-25 05:21:35 +00:00
wiz
6f9b8b3b92 Add la locale for GNOME (gedit). 2008-11-24 13:39:01 +00:00