Commit graph

7874 commits

Author SHA1 Message Date
cheusov
024be3ab6d Pass a maximum command line length to "configure" script on Linux.
PR 45274 by Emmanuel Kasper
2011-08-22 15:17:53 +00:00
cheusov
a4dae64d73 Fix bootstrap on IRIX with mipspro compiler, for details
see PR 42424. I couldn't fix this problem using TOOLROOT variable.
2011-08-22 09:18:29 +00:00
wiz
f75b93c702 Update _GCC_DIST_VERSION to 4.6.1.
Noted by Jörn Clausen in PR 45256.
2011-08-18 10:01:31 +00:00
bsiegert
e664e01636 false is /usr/bin/false, not "exit 1". These two are not the same thing.
This fixes the build of pkg-config on MirBSD, which broke 5125 other
packages during the last bulk build.
2011-08-16 20:08:18 +00:00
abs
ae7145c36f Add autopoint to _TOOLS.gettext-tools 2011-08-16 12:14:27 +00:00
dholland
9365a50cd1 Mention that "gssapi" is "kerberos". 2011-08-11 15:55:33 +00:00
reinoud
1199feefca Fix logic in sort-packages. With the former revision the logic got crippled
and no packages were selected as `regular' and thus nothing was selected.
2011-08-04 14:39:33 +00:00
obache
ce00f6adba Add support of C++ crossbuild with g++, based on CC with gcc. 2011-08-04 13:32:05 +00:00
apb
e6af407a06 Pass PKGNAME_REQD through to the make process on the other side
of the "su" command.  This fixes {cd math/py-networkx;
env PYTHON_VERSION_DEFAULT=25 PKGNAME_REQD='py24-networkx-*' make replace;}
2011-08-01 11:00:13 +00:00
tron
dbca576d6e Describe "xmlrpc" option. 2011-07-28 23:14:59 +00:00
obache
836a59eb09 jdk16 now works on DragonFly.
PR#45172.
2011-07-24 11:45:42 +00:00
joerg
79d3366eac If the clang-cpp alias exists, use it as default CPP in pkgsrc.
Default to f2c for Fortran, mirroring gcc.
Append -Qunused-arguments in the wrappers to unbreak many stupid
configure checks that get confused by the (also added) -L options.
2011-07-19 14:02:47 +00:00
hans
a70acadfbe Fix usage of archivers/pax as tool when NBPAX_PROGRAM_PREFIX is set. 2011-07-15 15:35:02 +00:00
hans
e12af38b0f Fix soelim tool definition for SunOS. 2011-07-15 15:33:15 +00:00
hans
fb6abfddd9 Prefix the gcc options with gcc- and add descriptions for each option.
Requested by wiz.
2011-07-13 13:13:43 +00:00
obache
8013984d14 fixes forgotten replacement of BUILDLINK_*.curses with *.terminfo 2011-07-12 06:42:58 +00:00
tron
bebcbe31c6 Remove non-working test for the existence of the files "configure.ac" and
"configure.in" from "refuse" handling. Instead simply add the two filenames
to the list. They now get actually modified when they exist.
2011-07-09 12:33:40 +00:00
taca
4bd5b5c2bf Add php license to DEFAULT_ACCEPTABLE_LICENSES. 2011-06-24 12:00:37 +00:00
obache
c2c4056ca8 OpenBSD-4.9 does not have nroff and soelim. 2011-06-20 09:12:19 +00:00
plunky
972397e911 use _FETCH_OUTPUT_ARGS also for fetch-list output 2011-06-19 10:23:56 +00:00
obache
0a2172d1b1 Note quickml-analog and quickml-limit optin (used by mail/quickml). 2011-06-19 10:10:02 +00:00
wiz
ea6c37c01a Support gcc-4.5 and gcc-4.6. Some testing by Jörn Clausen. 2011-06-10 08:59:58 +00:00
obache
ec0a471513 Add support undo-replace with USE_DESTDIR.
fixes PR#43689.
2011-06-04 10:05:00 +00:00
spz
fa0b435d0f add "" to ${DESCR_SRC} to make the
[: /ftp/pub/pkgsrc/current/pkgsrc/archivers/heirloom-tar/DESCR: unexpected operator
go away
2011-06-03 10:25:04 +00:00
dholland
91cf4d085f Fix typo pointed out by Martin S. Weber, and while here improve the
wording/usage.
2011-06-01 07:44:40 +00:00
wiz
23766b97d1 Remove reference to REPLACE_PYTHON -- this file doesn't support it
(look in lang/python/application.mk). Noticed by Rhialto in PR 44868.
2011-05-20 15:02:27 +00:00
alnsn
2668e2fbbc Apply the patch from my own pkg/42480. 2011-05-19 22:37:55 +00:00
mspo
1753db2e7c he -> the typo in fetch.mk; reported by Snader_LB 2011-05-17 16:38:18 +00:00
obache
95ef5e6f9f Note amtterm-gamt option (used by sysutils/amtterm). 2011-05-13 13:26:29 +00:00
obache
a2208e59d6 remove redundant period. 2011-05-13 13:12:57 +00:00
taca
17c7b18492 delete typolight-liveupdate. 2011-05-12 14:55:06 +00:00
obache
d620dfb64f NOLOGIN=/sbin/nologin for SSD/Linux. 2011-05-11 12:46:20 +00:00
obache
cf6b7732d3 emacs24 and emacs23nox is allowed for EMACS_TYPE. 2011-05-11 01:59:45 +00:00
adam
036b3cd2cb Adjust installed version auto-detection 2011-05-08 19:29:02 +00:00
ryoon
470413bfa1 Add mplusfont and cc-by-sa-v3.0 to the default list. 2011-05-08 10:53:22 +00:00
cheusov
3734c37e2d Fix bug in .include directive. This fixes mipspro support on IRIX.
Oked by wiz@
2011-05-08 10:37:54 +00:00
cheusov
ab1188b259 Use useradd/groupadd scripts from sysutils/user_irix package on IRIX
Closes PR pkg/44564
2011-05-07 22:16:16 +00:00
adam
d0c9f0bfd3 Correct mysql 5.5 library path; fix detection on Darwin 2011-05-05 11:50:56 +00:00
obache
ce557b206d Also set `package-install' to UPDATE_TARGET/DEPENDS_TARGET if current target is
`package-install', to indirect dependency also create binary package with
`make package' or `make package-install'.

should fix PR#44857.
2011-05-04 09:49:34 +00:00
dholland
262bdec89e Revert unintended hunk in previous commit. (caught by wiz, thanks) 2011-04-30 23:58:29 +00:00
dholland
7ed03b0af6 typo in comment 2011-04-30 21:58:37 +00:00
taca
80f516396e Allow selecting MySQL 5.5.x, keeping default version (5.1.x) unchanged. 2011-04-27 04:22:00 +00:00
spz
6ae1a0a4db fix up paths on ftp.NetBSD.org:
- reading through the null mounts is deprecated
- writing through the null mounts is not allowed (not possible)
2011-04-22 09:03:52 +00:00
adam
70f39d8957 Added postgresql-license 2011-04-22 08:08:03 +00:00
roy
289a8e9294 Just warn about non executable files using env. 2011-04-19 15:31:45 +00:00
roy
289b9ed60e Disallow the use of env(1) as an interpreter. 2011-04-19 14:28:28 +00:00
abs
f7234e0053 sun-j{re,dk} run fine on x86_64 Linux. They may install the 32 bit VM, but they run fine 2011-04-15 14:49:40 +00:00
obache
27e25b0f5b Note alsa and musicbrainz option (used by gnome-mplayer) 2011-04-10 08:46:15 +00:00
shattered
b8455e251f Add uulib option. 2011-04-09 14:04:25 +00:00
tez
0b39e12a11 make the name logic for TOOLS_PATH.gtar match the logic in
archivers/gtar-base/Makefile
2011-04-08 23:06:51 +00:00