Commit graph

8079 commits

Author SHA1 Message Date
zafer
323013d7d4 remove dead mirrors. 2012-06-14 22:17:17 +00:00
jperkin
2f7abffa74 Set a default Solaris/x86 ABI, restores previous behaviour when bootstrap
is ran without --abi.
2012-06-14 21:57:37 +00:00
jperkin
c01d490df3 Set NBPAX_PROGRAM_PREFIX?=nb by default, avoids problems on various platforms
where software assumes features of the native 'tar' and break when 'tar' is
the NetBSD version.

We are too close to the pkgsrc-2012Q2 branch to remove NBPAX_PROGRAM_PREFIX
completely, but if it's apparent that no platforms need to override this
default then it will be removed completely for the next branch.
2012-06-14 09:48:51 +00:00
gdt
d4449a2ac2 Drop USE_INET6 => inet6 option binding.
For a long time, the norm in pkgsrc was that packages had an option
for IPv6 support "inet6", and this was not in PKG_SUGGESTED_OPTIONS.
On NetBSD (and probably other BSD), USE_INET6 was defined in system mk
files, and pkgsrc noticed this and enabled the inet6 option globally.
But, in some environments, this did not happen.

The inet6 option has been added to PKG_SUGGESTED_OPTIONS for almost
all packages.  This change decouples IPv6 support in pkgsrc from the
base system.

People building on systems that do not support IPv6, or who do not
want IPv6 support in packages, can add

  PKG_DEFAULT_OPTIONS+=		-inet6

to mk.conf.

(Discussed for the last week on various lists, and ok wiz@.)
2012-06-13 14:29:16 +00:00
wiz
b7ed19a25a Describe remaining undocumented mplayer options.
From Leonardo Taccari in private mail.
2012-06-11 22:13:42 +00:00
jperkin
636db6a592 Set MACHINE_ARCH=x86_64 when ABI=64 on Solaris/x86, required for packages
such as devel/gmp which do their own ABI determination.

Full clean bulk build with this change:

  http://mail-index.netbsd.org/pkgsrc-bulk/2012/06/11/msg008920.html

looks good.
2012-06-11 09:36:02 +00:00
obache
3cfd4f26a3 Ignore SunPRO -errwarn flags to prevent it from being recognized as a entry
point option for `ld'.
2012-06-08 11:39:44 +00:00
obache
d9c90edbe3 Note xnp2-ia32 option used by emulators/xnp2. 2012-06-02 07:22:36 +00:00
wiz
51c9f88d5b Describe psiconv, sort. 2012-06-02 07:08:45 +00:00
jperkin
f0c35ed732 Fix indent, no functional change. 2012-06-01 12:52:37 +00:00
jperkin
fe1f3c5606 Default to X11_TYPE?=modular if OpenWin headers are not installed. 2012-06-01 09:47:49 +00:00
cheusov
4de5db91c0 Remove GNU_PROGRAM_PREFIX as discussed in pkgsrc-users@ 2012-05-30 11:55:54 +00:00
joerg
2e320dfd0f Extend shared library check to all files that match *.so. 2012-05-29 21:53:55 +00:00
cheusov
6562382ae0 "rebuild" and "retest" targets were added (by analogy with "reinstall").
rebuild is a special target to re-run the build target.
retest is a special target to re-run the test target.
2012-05-27 14:32:28 +00:00
obache
e06b34d730 Only pick up /sbin/ldconfig as ldconfig tool for the case OBJECT_FMT=="a.out".
Fixes PR 46445.
2012-05-26 13:09:54 +00:00
abs
9a37a91c21 Use ?= for setting PKGSRC_SETENV to make it easy to override in mk.conf 2012-05-24 11:34:15 +00:00
sbd
3fd2730e46 Treat /usr/lib${LIBABISUFFIX}} the same as /usr/lib and strip it out of
the runtime library search path.
2012-05-24 07:27:27 +00:00
marino
75333c4026 mk/check/check-files.mk: Skip locale.alias
On DragonFly, packages like devel/doc++ and net/wap-utils were failing the
file check during installation due to a present locale.alias file.  Treat
it the same as charset.alias.
2012-05-22 07:59:31 +00:00
jperkin
6ccbaa9cc6 Add native pax. 2012-05-21 15:19:13 +00:00
obache
cd1b5269ec note fribidi option. 2012-05-20 14:24:51 +00:00
obache
f6c707e50e Note libind option (used by x11/mlterm). 2012-05-20 14:00:22 +00:00
jperkin
78dee028e4 Add native pax. 2012-05-18 20:45:15 +00:00
bsiegert
8cb4d28fbf Add a global BUILDLINK_TRANSFORM to remove -ldl. This library is an empty
static library for compatibility reasons. If a libtool library is linking
against -ldl, libtool only builds it statically because there is no
libdl.so. This prevented, at least, the build of devel/gobject-introspection.
Add it globally because there is no reason anyone would want to link against
libdl on MirBSD.
2012-05-18 14:15:17 +00:00
jperkin
92019c66e7 typo. 2012-05-16 14:54:57 +00:00
dholland
4e2e53eb47 Partially revert previous: exclude kaffe on x86_64 again as it builds
but apparently does not work.

I'm seeing two different problems on different machines, one where it
can't find classes in jar files that are clearly there and one where
it can't run even a trivial program without dying with a stack
overflow.
2012-05-14 06:06:43 +00:00
dholland
48e5cde117 remove stray blank line in previous commit 2012-05-14 05:31:21 +00:00
dholland
4b9e8f0e31 Update _ONLY_FOR_PLATFORMS.kaffe from kaffe's makefile. 2012-05-14 05:28:37 +00:00
obache
d13c995895 prefer native X modules for OpenBSD using Xorg. 2012-05-14 02:22:03 +00:00
obache
7874a0a7e9 Allow to additional post-processing PLIST with PLIST_AWK and PLIST_AWK_ENV. 2012-05-13 12:39:47 +00:00
obache
413e528ba3 Set LD_TRACE_LOADED_OBJECTS_FMT{1,2} for OpenBSD so that output of ldd will be
expected format.

workaround of PR 38838.
2012-05-13 08:20:11 +00:00
marino
9df54f2048 mk/java-vm.mk: Set DragonFly for openjdk7 2012-05-12 21:07:28 +00:00
joerg
0131de3226 Apply user transformation earlier to make it possible to drop
to-be-mangled entries like rpath using BUILDLINK_TRANSFORM.
2012-05-11 11:09:42 +00:00
obache
fd78fdc6af It is possible to check shlibs on OpenBSD now. 2012-05-04 11:46:02 +00:00
obache
456d63bde1 dlopen require pthread on OpenBSD too. 2012-05-04 08:31:14 +00:00
obache
46f1c9bdcd OpenBSD also knows -pthread CFLAGS/LDFLAGS. 2012-05-04 07:24:50 +00:00
ryoon
f9eba05f1a Add MASTER_SITE_MOZILLA_ESR, for Extended Support Release version of
mozilla.org products (firefox and thunderbird).
Suggested by obache on pkgsrc-changes@.
2012-05-04 00:08:07 +00:00
obache
03fccd82ab OpenBSD has builtin pax tool. 2012-05-03 06:52:01 +00:00
obache
ac8d290ed6 As described in comments, export ${TEST_ENV} instead of ${MAKE_ENV} to test
make process.
2012-05-02 13:44:27 +00:00
obache
28b695761f Add dm-download02.mozilla.org to MASTER_SITE_MOZILLA_ALL. 2012-04-30 09:10:06 +00:00
ryoon
da0c144b1b Add http://pv-mirror01.mozilla.org/pub/mozilla.org/
to MASTER_SITES_MOZILLA.
This server has ESR version of firefox and thunderbird.
2012-04-29 15:48:13 +00:00
christos
fb37c52a99 Add IBM public license 1.0 2012-04-28 22:43:37 +00:00
hans
279c9f648b If unset, set PKGSRC_FORTRAN accordingly if g77 or gfortran exist. 2012-04-25 16:28:18 +00:00
sbd
1d8e58fa8d Add _COMPILER_ABI_FLAG.XX for gcc on Linux. 2012-04-24 07:44:11 +00:00
sbd
a6e7121fa5 Add '/lib${LIBABISUFFIX}' to the search path.
Also add a note
# XXX: Why are we looking in '/usr/lib${ABI}' and '/lib${ABI}', as we should
# XXX: only be looking in '/usr/lib${LIBABISUFFIX}' and '/lib${LIBABISUFFIX}'
2012-04-23 08:44:00 +00:00
sbd
a703cf8126 The path to libc.so.6 needs to include ${LIBABISUFFIX}. 2012-04-23 08:14:36 +00:00
sbd
e0c8a1d51d If the BUILDLINK_PREFIX is '/usr' then the BUILDLINK_LIBDIRS will be
'lib${LIBABISUFFIX}'
2012-04-23 07:42:13 +00:00
cheusov
555eb350a2 Revert the patch commited in PR 36618. It creates more problems
than it solves on Interix.
2012-04-21 19:29:47 +00:00
wiz
9f64568e10 Revert previous: Patch submitter reports it's not necessary after all
since -f usually follows symlinks.
2012-04-21 10:22:32 +00:00
obache
82b4b34248 FreeBSD has pax as /bin/pax. 2012-04-20 08:47:01 +00:00
obache
d119732e4f Let not to prefer suse113 for powerpc, it is not supported. 2012-04-18 06:17:24 +00:00