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
sbd
8799fd0b9f
If the BUILDLINK_PREFIX is '/usr' then the BUILDLINK_LIBDIRS will be
...
'lib${LIBABISUFFIX}'
2012-04-23 07:42:13 +00:00
cheusov
8d503e63a6
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
cf875fa1c8
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
d4ac7d63a1
FreeBSD has pax as /bin/pax.
2012-04-20 08:47:01 +00:00
obache
e3feaf1e54
Let not to prefer suse113 for powerpc, it is not supported.
2012-04-18 06:17:24 +00:00
wiz
89a31b1d10
Check for existing symlinks before overwriting config files in
...
PKG_SYSCONFDIR. From Edgar Fuß <ef@math.uni-bonn.de> on tech-pkg.
2012-04-17 11:55:33 +00:00
sbd
20dc1bb8fe
Add support for gcc-4.7
2012-04-16 05:03:03 +00:00
sbd
e3fd6d777e
Make sure that gcc47 JAVA_WRAPPERS don't break the _GCC_SUBPREFIX detection.
2012-04-16 05:00:44 +00:00
brook
565bcd07e0
Add the Lucent Public License v1.02 to DEFAULT_ACCEPTABLE_LICENSES. It is
...
approved as open source by OSI.
2012-04-15 20:52:28 +00:00
adam
88bb0e6439
Removed mk/apachever.mk
2012-04-14 16:25:11 +00:00
adam
8010eadd97
Added support for apache24
2012-04-14 12:58:19 +00:00
hans
58622d7080
Add description for option gcc-inplace-math.
2012-04-13 11:03:36 +00:00