jlam
7fcfeb7629
Note that buildlink2 and full caching both work on IRIX (thanks, jschauma!)
2002-12-23 17:31:15 +00:00
jlam
06e0805659
Note that to test buildlink2, we need to build & install, but to test
...
caching, only building is needed.
2002-12-23 17:17:32 +00:00
jlam
d9c2c12997
Note that Solaris 8 & 9 work with full caching enabled (thanks grant, salo!).
...
Also change _BLNK_CACHE_ALL to take wildcard lists of MACHINE_PLATFORMs so
that specific operating system versions can be nailed down.
2002-12-23 17:09:17 +00:00
grant
d2d6576c3b
- full caching works on Solaris 8.
...
- only building pkgs is required.
- update platforms.
2002-12-23 16:21:10 +00:00
wiz
af45bf6ae7
Remove an USE_BUILDLINK_ONLY test (not set anywhere any longer).
2002-12-23 15:14:54 +00:00
wiz
d14e78a5d6
Unused.
2002-12-23 15:13:58 +00:00
jlam
1566cdd893
Convert the lists into a capability matrix for ease of maintainence, and
...
change "MacOS X" versions into their "Darwin" equivalents.
2002-12-23 15:10:05 +00:00
wiz
4574fc2037
Remove reference to f2c's (long removed) buildlink.mk.
...
Also s/buildlink.mk/buildlink2.mk/ in a comment.
2002-12-23 14:15:35 +00:00
wiz
f0da31f644
Update comments for MOTIF* variables.
2002-12-23 14:10:00 +00:00
seb
21fc387aba
Better use '-[0-9]*' than '-*' for wildcard conflicts registration.
2002-12-23 11:24:40 +00:00
jlam
dbbb22cec3
buildlink2 works on NetBSD-1.5.x (thanks gendalia!). Also note that we
...
can test using gettext-lib instead of gettext, now that gettext-lib has
been converted to use buildlink2.
2002-12-23 03:42:39 +00:00
cjep
7d8302b95c
Add an extract method for zoo archives
2002-12-23 01:59:43 +00:00
wiz
ff83298890
Add a new variable MPLAYER_ENABLE_RUNTIME_CPU_DETECTION that governs
...
the runtime CPU checks; it defaults to YES, which makes the binary package
usable on more machines; setting it to NO might make mplayer a bit faster.
Suggested by veego.
2002-12-23 00:05:32 +00:00
atatat
8865f34c24
Add the LSOF_LESS_SECURE_SOCKETS for the lsof pkg.
2002-12-22 20:05:34 +00:00
jlam
cfaa1ad9ff
The buildlink2 problems on non-NetBSD platform seem to be related to
...
correct manipulation of variables containing values with escaped
metacharacters by the shell. The new code only does partial caching, which
doesn't cache "special" arguments that contain escaped metacharacters or
other oddly quoted values. On certain platforms listed in _BLNK_CACHE_ALL
in bsd.buildlink2.mk, we do full caching, which has enormous speed benefits
since it avoids an extra sed invocation per "special" argument.
Known working platforms:
MacOS X 10.1.5 (schmonz)
MacOS X 10.2 (grant)
NetBSD 1.6 [full caching] (jlam)
OpenBSD (cjep)
Solaris 8 (grant)
Solaris 9 (salo)
2002-12-22 19:02:43 +00:00
wiz
2cd46ae1f0
"Possible:" instead of "Possible,", noted by Jeremy C. Reed.
2002-12-22 17:16:23 +00:00
salo
ae087ffe0d
.elseif -> .elif. Thanks to grant for pointing this out.
2002-12-22 10:09:46 +00:00
salo
dbe1dbb68d
When pkg_install is installed over zoularis, new tools reside in
...
${ZOULARISBASE/sbin so look there as well. Otherwise old tools are used
(or new tools are not found if old tools were removed).
2002-12-22 09:30:03 +00:00
wiz
e0c1d850f0
Add GNU_PROGRAM_PREFIX, defaulting to "g". See PR 18886 for details.
2002-12-22 01:23:50 +00:00
tron
35aeb202cd
Fix broken environment passed to "pkg_tarup" command to make "tarup"
...
target work again.
2002-12-21 15:06:04 +00:00
jlam
a8e95a52e8
Use a symlink, not a hard link, so that we don't break when pkgsrc is on
...
a different filesystem than the system headers. Fix from PR 19452 by
Arto Huusko <arto.huusko@utu.fi>.
2002-12-19 15:17:10 +00:00
abs
591f119875
Initial config for 'wonka' - still under development
2002-12-19 12:45:48 +00:00
wiz
6ddf303d29
uni-paderborn does not provide X contrib any more.
2002-12-18 14:19:13 +00:00
schmonz
e1c77ef496
Introduce _OPSYS_HAS_INET6, and use it to determine the default
...
value of USE_INET6.
2002-12-18 06:18:14 +00:00
drochner
75bd8ee495
let it recognize emacs-nox11, patch submitted by Hiramatsu Yoshifumi
...
per PR pkg/19147, with a small variable name change by me
(emacs21-nox11->emacs21nox)
2002-12-17 16:54:13 +00:00
dmcmahill
e1b159d710
bump PKGTOOLS_REQD to 20021123. The primary motivation is to ensure support
...
for 'pkg_admin pmatch' which is used by some pkgs (eg gettext-lib/buildlink2.mk).
The pmatch command was not present in 1.5.* systems. This fixes part of the
problem seen with libintl-using pkgs on 1.5.*
2002-12-16 23:07:32 +00:00
salo
4e528fa8a9
Add TEE and TSORT (required for bulk builds).
2002-12-16 09:18:56 +00:00
schmonz
5279b8c64b
Add DATE, FGREP, NICE.
2002-12-16 05:07:21 +00:00
salo
1449f89b48
Add DATE and NICE (required for bulk builds).
2002-12-15 13:03:02 +00:00
salo
4ff76ecb85
Add FGREP.
2002-12-15 02:12:32 +00:00
taca
6e1eb8c978
Previous commit breaks pkgsrc on NetBSD current since OS_VERSION isn't
...
pure numeric value "1.6K".
So, sperate ".if" directive comparing OS_VERSION into two ".if" directives.
2002-12-15 01:15:24 +00:00
schmonz
a582dc31ff
Default to USE_INET6 = NO on Darwin < 6.0, whose IPv6 bits are a red herring.
2002-12-15 00:40:29 +00:00
jschauma
ea31bf10a2
Make sure that on IRIX{,64} LOWER_OPSYS matches what most configure
...
scripts seem to expect. While we're at it, add a vendor.
2002-12-12 03:02:41 +00:00
jschauma
8ae27a67ce
Use pkgsrc's perl in favor of /usr/sbin/perl -- this way we know what
...
we're dealing with.
2002-12-11 22:39:11 +00:00
hubertf
3b578bd37b
* pass BSD_INSTALL to programs, just like the other BSD_INSTALL_* macros,
...
but _only_ the install program's path.
* check for a few variables before using them.
2002-12-11 21:01:05 +00:00
grant
8992d7bdd7
revert oops in last commit.
2002-12-10 13:11:38 +00:00
grant
99f7fad5d5
use the form MESSAGE.${OPSYS}-${MACHINE_PLATFORM} for automatic
...
MESSAGE file handling.
pointed out by Masao Uebayashi.
2002-12-10 13:08:34 +00:00
wiz
6e77852ef9
Remove trailing whitespace.
2002-12-10 12:50:48 +00:00
tron
ac47c1e51e
Add directory "share/pixmaps" which is used by multipled packages.
2002-12-09 15:52:08 +00:00
grant
5b32eafd0e
use /usr/xpg4/bin/grep as GREP, as /usr/bin/grep does not support -e.
2002-12-09 05:38:57 +00:00
grant
1fb16f97a6
Solaris has /usr/include/iconv.h, but it's not GNU iconv. Mark it
...
incompatible.
Fixes buildlink2 problems with converters/libiconv, which assumed that
iconv was in the base system (on Solaris) due to the existance of
/usr/include/iconv.h.
2002-12-09 01:22:07 +00:00
cjep
0db91836b9
Add an entry for WDM_MANAGERS.
2002-12-07 21:23:25 +00:00
seb
0a1888108c
Partially revert to behavior of revision 1.1100 wrt MESSAGE_SRC:
...
only if if MESSAGE_SRC and MESSAGE are _not_ already set fall back to setting
MESSAGE_SRC to ${PKGDIR}/MESSAGE if it exists.
This fix builds of mail/sendmail{,811}/.
2002-12-07 16:03:12 +00:00
schmonz
a2849a9dca
Replace IGNORE into PKG_FAIL_REASON and PKG_SKIP_REASON, so pkgsrc
...
can stop builds when a dependency is broken, yet continue builds
when a dependency is merely skipped (usually because it duplicates
functionality in the base system). Thus IGNORE_FAIL, the
oft-misunderstood and naught-documented option, goes away.
This addresses many people's complaints on tech-pkg@ and other
lists, as well as PR pkg/18157.
2002-12-07 02:37:56 +00:00
wiz
bac349fdc6
Remove now unused MPLAYER_FONT variable.
2002-12-06 14:25:07 +00:00
jmmv
3a9c0b552e
Add TKPASMAN_USE_SSL variable, used by the new package security/tkpasman.
2002-12-05 21:52:33 +00:00
grant
5681068404
Add OS and arch specific MESSAGE file handling. This removes the
...
need for packages to override MESSAGE_SRC to provide platform
specific install messages.
2002-12-05 05:41:39 +00:00
agc
3c7775dbdd
Eliminate another usage of ${OPSYS} in bsd.pkg.mk - realy on Darwin
...
defining _OPSYS_PERL_REQD to the correct value to make sure there's
a valid perl version for that platform.
2002-12-03 21:13:37 +00:00
agc
c4b7d25c61
Add a layer of abstraction into bsd.pkg.mk for Java settings - set the
...
path to the java home directory depending upon whether the operating
system includes Java by default. Use the operating system-dependent
definitions files to set this value.
2002-12-03 20:53:39 +00:00
jschauma
7383ef8541
s/-path/-rpath/
2002-12-03 20:20:59 +00:00