bsiegert
8ec322d1f9
Comment out dependency on sysutils/user for user and group management.
...
The user package was removed two years ago :/.
Let's see how we can handle this better on MirBSD.
2012-06-16 20:13:06 +00:00
obache
0eef4a6beb
switch to SUSE_PREFER=12.1 for NetBSD>=6.
2012-06-16 14:21:25 +00:00
obache
746a40d55d
Revert last change.
...
Honor dicision of the copyright holder.
2012-06-16 11:58:07 +00:00
obache
36a4eb2941
allow DSO in not only non-full dependency packages but also indirect full dependency.
2012-06-15 14:46:53 +00:00
jperkin
dcc44bc21e
Use native ksh93 on Solaris 11 and derivatives.
2012-06-15 09:54:41 +00:00
zafer
3341602303
remove dead mirrors.
2012-06-14 22:17:17 +00:00
jperkin
04d8dc0a42
Set a default Solaris/x86 ABI, restores previous behaviour when bootstrap
...
is ran without --abi.
2012-06-14 21:57:37 +00:00
jperkin
756f9355f9
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
73a34d69f2
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
908411d3fc
Describe remaining undocumented mplayer options.
...
From Leonardo Taccari in private mail.
2012-06-11 22:13:42 +00:00
jperkin
ef8a25c526
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
9d0abaeb6c
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
dffdd3f741
Note xnp2-ia32 option used by emulators/xnp2.
2012-06-02 07:22:36 +00:00
wiz
84bc2fd282
Describe psiconv, sort.
2012-06-02 07:08:45 +00:00
jperkin
6f20e12e40
Fix indent, no functional change.
2012-06-01 12:52:37 +00:00
jperkin
830bf24fec
Default to X11_TYPE?=modular if OpenWin headers are not installed.
2012-06-01 09:47:49 +00:00
cheusov
bc4b6b5afc
Remove GNU_PROGRAM_PREFIX as discussed in pkgsrc-users@
2012-05-30 11:55:54 +00:00
joerg
bd737b69e2
Extend shared library check to all files that match *.so.
2012-05-29 21:53:55 +00:00
cheusov
c8f63d3d1e
"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
40ed717aa1
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
522bbdff73
Use ?= for setting PKGSRC_SETENV to make it easy to override in mk.conf
2012-05-24 11:34:15 +00:00
sbd
c8cb033cda
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
9220ff46a6
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
385abe35b6
Add native pax.
2012-05-21 15:19:13 +00:00
obache
e2571f0707
note fribidi option.
2012-05-20 14:24:51 +00:00
obache
b9dbc1303d
Note libind option (used by x11/mlterm).
2012-05-20 14:00:22 +00:00
jperkin
bc45ca205a
Add native pax.
2012-05-18 20:45:15 +00:00
bsiegert
045cd0e748
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
fda9afd836
typo.
2012-05-16 14:54:57 +00:00
dholland
69cf65f0f8
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
4eec469890
remove stray blank line in previous commit
2012-05-14 05:31:21 +00:00
dholland
488d1cca68
Update _ONLY_FOR_PLATFORMS.kaffe from kaffe's makefile.
2012-05-14 05:28:37 +00:00
obache
f2b31830a9
prefer native X modules for OpenBSD using Xorg.
2012-05-14 02:22:03 +00:00
obache
c1e494cad8
Allow to additional post-processing PLIST with PLIST_AWK and PLIST_AWK_ENV.
2012-05-13 12:39:47 +00:00
obache
0504e225e5
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
551003313c
mk/java-vm.mk: Set DragonFly for openjdk7
2012-05-12 21:07:28 +00:00
joerg
8a0ca9cb7c
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
d0f6d256be
It is possible to check shlibs on OpenBSD now.
2012-05-04 11:46:02 +00:00
obache
29854df56e
dlopen require pthread on OpenBSD too.
2012-05-04 08:31:14 +00:00
obache
520357aed0
OpenBSD also knows -pthread CFLAGS/LDFLAGS.
2012-05-04 07:24:50 +00:00
ryoon
8a1ac76085
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
771dcabb83
OpenBSD has builtin pax tool.
2012-05-03 06:52:01 +00:00
obache
1cd4052724
As described in comments, export ${TEST_ENV} instead of ${MAKE_ENV} to test
...
make process.
2012-05-02 13:44:27 +00:00
obache
ed7dbf8cd9
Add dm-download02.mozilla.org to MASTER_SITE_MOZILLA_ALL.
2012-04-30 09:10:06 +00:00
ryoon
139b9bb7b0
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
0cd3441c6e
Add IBM public license 1.0
2012-04-28 22:43:37 +00:00
hans
552b4a7216
If unset, set PKGSRC_FORTRAN accordingly if g77 or gfortran exist.
2012-04-25 16:28:18 +00:00
sbd
9ff7c81faf
Add _COMPILER_ABI_FLAG.XX for gcc on Linux.
2012-04-24 07:44:11 +00:00
sbd
3cfc61e339
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
e7de802238
The path to libc.so.6 needs to include ${LIBABISUFFIX}.
2012-04-23 08:14:36 +00:00