Commit graph

7700 commits

Author SHA1 Message Date
joerg
58416eb1b1 Add FETCH_TIMEOUT option to limit the time connections may hang during
fetch. Requested by spz@, OK by wiz@
2010-06-27 17:46:22 +00:00
obache
d9876110b8 Catch up to Haiku R1 Alpha2. 2010-06-21 11:17:21 +00:00
obache
71467f96b2 Fixes paths for useradd/groupadd. 2010-06-20 04:05:39 +00:00
drochner
4b78badd1d back out previous -- it can cause problems at least with apache-1, and
fixing things is too much during freeze
2010-06-17 18:09:40 +00:00
schwarz
f4f34bfcb4 Analogously to the case of modular xorg, do not use imake if it is not
available on the system (e.g. on MacOS 10.6). This prevents a circular
dependency on such systems involving x11-links and imake.
2010-06-16 20:23:05 +00:00
drochner
dc1fd85ac3 drop the rule that programs which use dlopen() must link against
libpthread -- it is generally under the program's control which modules
to load, a general rule is just too much
I've been using this modification for over a year without problems.
2010-06-16 19:57:08 +00:00
gdt
d0d03a2d17 Adjust workaround for make replace in destdir case. Use of -f is of
course a too-large hammer, but in addition to overriding checks it
appears to change behavior in some cases when no overrides are
necessary.  Therefore, use pkg_add -U as before first, and only try -f
if that fails.  (This is temporary and should be replaced by -D to
omit only the exact depends check as soon as that's in tree.)
2010-06-16 15:15:05 +00:00
joerg
66cab93c7e Allow pre-install for USERGROUP_PHASE. This is intended for
PKG_DESTDIR_SUPPORT=destdir packages, that don't otherwise need the
user/group during build.

Export USERGROUP_PHASE for the sake of pbulk.
2010-06-15 19:23:55 +00:00
dholland
bfe08d1eb8 Apply my fix for PR 35091: do a check-vulnerable step first in "make
update", so if it's going to fail because of a known vulnerability it
does so before uninstalling anything. I've been carrying this patch
for some three years with no ill effects. Ok by agc@.
2010-06-15 04:14:26 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
gdt
7ce50f298b Repair regression in "make replace" in DESTDIR case.
"make replace" is defined to replace a package with a newer version,
and update depdending packages to depend on the new version.  It has
long been understood that this is not always safe, with the responses
being "tell people to be careful" and the unsafe_depends variable
scheme and pkg_rolling-replace.  In the DESTDIR case, make replace is
implemented by pkg_add -U.  Usually, this is fine - even if the
ABI/shlib majors have changed, the package is replaced, and then a
later make replace of unsafe_depends=YES packages, either manually or
via pkg_rolling-replace, will bring the system to where it should be.
However, there are pinned dependencies on osabi where the depending
package will not accept the new version, and that causes pkg_add -U to
fail.  This is incorrect, as a) those packages don't depend on the
osabi exact version any more than packages depending on jpeg depeend
on the particular shlib major, yet jpeg dependencies aren't pinned.
And, osabi changing version is not necessarily an ABI change -
consider 5.0_STABLE just before 5.1RC1 and just after, where only the
version string changed.

Therefore, add -f to pkg_add -U so that the update will succeed.
2010-06-12 00:53:43 +00:00
wiz
3984577869 Clean up some obsolete Java stuff. 2010-06-08 19:04:09 +00:00
wiz
37db1afe90 Remove support for sun-j{dk,re}{14,15}, since the corresponding
packages have been removed from pkgsrc.
2010-06-08 19:01:35 +00:00
tnn
c2bfd46b02 Add mozilla-enigmail option which will soon enable PGP support
in Thunderbird and Seamonkey.
2010-06-02 13:21:09 +00:00
adam
6a27ccc8ec Added databases/db5 version 5.0.21 2010-06-02 12:09:35 +00:00
sbd
bf8faffa8c Change CUPS_GROUP to lp
Add CUPS_SYSTEM_GROUPS.
2010-05-24 03:29:09 +00:00
schwarz
ad6fd9e122 if X11_TYPE is native and certain required tools do not exist nonetheless,
fall back to using the pkgsrc version. This is needed for example with imake
on MacOS 10.6 but might potentially apply to other OSes, too.
2010-05-21 22:21:06 +00:00
obache
a1d61c2646 Note libthai option. 2010-05-20 12:24:11 +00:00
sbd
3f7329a79f add libusb 2010-05-20 11:23:32 +00:00
wiz
cea66d4a2a Fix typo. 2010-05-20 08:39:32 +00:00
obache
a4538d34f5 Note skk option. 2010-05-20 08:23:47 +00:00
sbd
37d6986a1f add dnssd and poppler 2010-05-20 08:01:57 +00:00
sbd
1c5f2a96f3 On Linux systems record the glibc version in the build information.
OKed by wiz@
2010-05-20 07:57:22 +00:00
obache
626192d333 note chasen and mecab option. 2010-05-19 13:00:08 +00:00
sbd
0ae82b5fa9 Add BUILTIN_PKGS with the "builtin" package names to the build information.
E.g if readline 6.0 and ncurses 5.7 are part of the system we get:
BUILTIN_PKGS=readline-6.0 ncurses-5.7
2010-05-19 09:12:15 +00:00
asau
e31d2a3685 Introduce common point to depend on MPI:
- detect and use already installed MPI package;
- use MPI_TYPE to determine which MPI package to use.
Support MPICH2 and OpenMPI.
2010-05-16 11:07:39 +00:00
sbd
b2c2350a94 Use mk/check/check-shlibs-elf.awk for the run-time search-path check on
linux.
2010-05-16 06:59:26 +00:00
obache
520c01f801 remove redundant spaces and period.
replace multiple spaces with tabs.
2010-05-15 07:09:20 +00:00
obache
45ea7a04d7 mention kde3 and qt3 options. 2010-05-15 07:07:01 +00:00
mbalmer
9b9e82cb36 Language fix: upto date -> up to date. 2010-05-11 18:36:15 +00:00
jmmv
356178f94b Previous change breaks platforms with need_ksh. Reported by joerg@.
Let's revert it for now and think about a way to proceed with this idea
later.
2010-05-07 14:29:36 +00:00
jmmv
f7027e7ba1 Use shells(8) from sysutils/etcutils to update /etc/shells instead of
hardcoding the logic into the pkginstall scripts.  As discussed in
tech-pkg@.

Note: The current pkginstall/shell code is overly complicated.  It looks
like it can be simplified but, at the moment, given that I do not understand
the need for such complexity, I'm just doing this tiny change.

Note 2: The ability to update /etc/services, which was also discussed, will
come later once this change proves to be stable.
2010-05-07 12:00:36 +00:00
jmmv
6db62e1f1a Document the tests option, first used by sysutils/etcutils. 2010-05-07 09:15:15 +00:00
jnemeth
c9df6d2505 webvmail only requires MySQL to be installed if you are using it 2010-05-06 20:41:23 +00:00
jnemeth
d48d714e36 describe Asterisk's webvmail option 2010-05-06 20:11:09 +00:00
obache
8956c4ec26 Add isc license as default acceptable license. 2010-05-06 13:16:59 +00:00
adam
fb7b9246d1 Changes 4.4.4:
The [1]GNU project and the GCC developers are pleased to announce the
release of GCC 4.4.4.

This release is a bug-fix release, containing fixes for regressions in
GCC 4.4.3 relative to previous releases of GCC.
2010-05-06 10:21:17 +00:00
reed
8799ab98f0 From Aleksey Cheusov
http://mail-index.netbsd.org/tech-pkg/2010/03/05/msg005088.html
http://mail-index.netbsd.org/tech-pkg/2010/03/05/msg005090.html

This fixes problem where some packages didn't list correct
REQUIRES or PROVIDES.
Symlinks are removed from PROVIDES.
Libraries provided by same package are removed from REQUIRES.

Also see pkg PR #42907
2010-05-03 16:46:36 +00:00
obache
9c22951675 Remove force to use symbolic link.
It is not a good idea to hide real issues.
If someone is really using hard link, it should be failed.
2010-05-03 07:02:24 +00:00
obache
2a02c4bb2b Revert addition of support for Haiku OS (BEINCLUDES and BELIBRARIES).
Improve a port is not better than break others, and current BUILDLINK3
dose not fit such a environment.
Thanks for tests and reviews after commit.
2010-05-03 06:58:27 +00:00
wiz
47b9279d13 Indent. 2010-05-03 05:54:18 +00:00
obache
1cd6a5a99e Replace __noexistent__ with __nonexistent__ to avoid possibilty of another confusion. 2010-05-03 05:52:59 +00:00
obache
07183bf380 Fixes r1.3, and recommit.
Assign with expansion to avoid confusion if this file is included multiply.
2010-05-02 23:59:29 +00:00
wiz
f015dcf3f6 Revert v1.3.
It broke expat detection/usage on NetBSD with native X.
See thread "intltool not building (expat problem)" on tech-pkg,
started on May 1.
2010-05-02 20:26:13 +00:00
wiz
6b03559b87 Fix typo in comment. 2010-05-02 18:32:29 +00:00
wiz
918c8ae3ea Fix typo that changes behaviour (was this tested?) 2010-05-02 18:32:09 +00:00
tron
211a3d3659 Explain options of the "apache22" package. 2010-04-30 16:31:37 +00:00
sbd
5290bb9aee Simplify the osabi dependence as suggested by wiz@. 2010-04-30 08:14:04 +00:00
sbd
ee0144a2d1 Remove LSOF_MORE_SECURE and LSOF_LESS_SECURE_SOCKETS variables and add
option descriptions for lsof-more-secure and lsof-less-secure-sockets.
2010-04-30 06:57:35 +00:00
sbd
8a68e86174 Improve the pattern of the osabi dependence again! 2010-04-30 05:42:12 +00:00