Commit graph

2311 commits

Author SHA1 Message Date
jmmv
8e87e036cf Update wmthemes to 0.80.0 (matches current windowmaker version):
- Themes must be fetched through freshmeat.net now, which maintains a
  different directory layout and file naming than themes.org.
- The WINDOWMAKER_THEMES variable now requires the version number of the
  package.
- Add two NetBSD related themes to the default list.
2003-05-08 14:55:13 +00:00
seb
ae6b3e4ee2 TEXINFO_OVERRIDE tweak: '(install-info ' is also a pattern that can be
encountered in Makefile.ins generated by automake.

XXX Hopefully this is going to be the last modification for this
file's avatar.
2003-05-06 23:43:53 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
uebayasi
02e864d2b5 Fix "Default:" line of MPLAYER_ENABLE_RUNTIME_CPU_DETECTION; it's
default is "YES".

Noticed by Kouichirou Hiratsuka <hira at po6 dot nsk dot ne dot jp>.
2003-05-06 08:40:08 +00:00
seb
489db0bfb1 PKGVULNDIR entry was duplicated. Only keep the more recent one
which is allow the more fully documented.
2003-05-05 21:45:41 +00:00
grant
753144ce3c commented block for BITCHX_WITH_GTK. 2003-05-05 06:06:56 +00:00
rh
3d1c3b18b4 Default DEPENDS_TARGET to replace if UPDATE_TARGET == replace. This avoids
multiple rebuilding attempts for prerequisite packages.
2003-05-04 02:59:15 +00:00
rh
5263b93abf Make UPDATE_TARGET=replace somewhat useful: don't remove the original
package in this case.
2003-05-04 01:20:13 +00:00
wiz
80c4ff07e8 Bump pth dependency here too. 2003-05-02 15:11:46 +00:00
agc
8417adcc99 Escape the wrappee name in an error message, since a user faced with an
error message of "Unable to create as wrapper script: no such file" could
get confused.
2003-05-02 08:32:26 +00:00
jmmv
ceeb8c0900 Add en_AU locale. 2003-04-30 17:07:01 +00:00
atatat
925c851209 Actually, Mesa's Makefile.common seems like a much better place for
MESA_REQD, and it works much better, too.  :)
2003-04-30 04:05:48 +00:00
atatat
de4d36d9e7 Move MESA_REQD from bsd.pkg.defaults.mk to bsd.pkg.mk, since the
latter appears to be a much better place to put something like that.

Also, remove a ) from the awk expression in the check-vulnerable
target, since it is extraneous and only causes awk to die.
2003-04-30 03:05:06 +00:00
agc
7ec0debf3a Speed-ups for the check-vulnerable target, from Jeremy Reed in PR 21393. 2003-04-29 20:31:52 +00:00
agc
004fc67e75 Provide the command to remake package tools which are out of date in a
format which can be cut and pasted.
2003-04-29 20:27:50 +00:00
agc
726138526b Use the full pathname for the pkg_install package directory when
giving instructions on how to get up-to-date pkg_install tools.

Fix from Jonathan Perkin in PR 21277.
2003-04-29 14:34:19 +00:00
jmmv
92e726795a Make the PKGVULNDIR variable more generic, so one can choose where to
store the vulnerabilities file.  This variable was already recognized by
audit-packages but not by bsd.pkg.mk which hardcoded DISTDIR.
2003-04-25 20:05:18 +00:00
jmmv
3a77850e7b s/SILIENT/SILENT/ 2003-04-25 15:36:43 +00:00
jmmv
4784ad8f69 Add the locale/es_MX directory, used by lmule. 2003-04-25 15:27:50 +00:00
jmc
d9a2327baa Fix typo with use of _EMACS_VERSION_FIRSTACCEPTED 2003-04-24 18:22:07 +00:00
hubertf
fdd884a853 now REALLY use the right dir... doh 2003-04-22 14:35:57 +00:00
hubertf
7da5db08da Make sure binary pkgs are found :) 2003-04-22 14:31:18 +00:00
cjep
290d5262aa Set BATCH=1 and set DEPENDS_TARGET. (BATCH=1 is certainly needed for
the bulk-install target to work.)
2003-04-21 16:47:37 +00:00
grant
9794a404b1 back out previous, it does not work as it should. 2003-04-21 01:54:33 +00:00
grant
dabc7cd848 ensure LOWER_ARCH always gets set on Solaris, not only if MACHINE_ARCH
is non-sensical. shuffle some definitions around to follow style of
other entries.

semi-related to a tr(1) bug observed by sommerfeld@ Solaris 10/i386.
2003-04-21 01:35:10 +00:00
cjep
91488fffe3 touch(1), cut(1) and nice(1) are not necessarily required in /bin on Linux
systems according to FHS. Make provision for distributions that don't put
them there. From Jeremy Reed in PR#21235.
2003-04-20 12:06:01 +00:00
grant
6c5f6bb6c3 allow defs.*.mk to override PKGTOOLS_REQD, starting with Solaris
requiring 20030417 for recent bug fixes.

if platforms require (or desire) a newer version of pkg_install than
20021123 (the current default) for correct operation, please set
_OPSYS_PKGTOOLS_REQD in defs.OPSYS.mk.
2003-04-17 15:33:26 +00:00
agc
7c8fe29c1d Add an ALLOW_VULNERABLE_PACKAGES switch, defaulting to undefined, to allow
vulnerable packages to be built (in extremis, of course).

Prompted by Thomas Klausner.
2003-04-17 13:04:56 +00:00
agc
b7b87649b3 Add a check at fetch time to see if there are any known vulnerabilities
in a package - should keep some admins' blood pressure a bit lower.

Inspired by PR 19479.

Output where there is a vulnerability looks like:
	[13:30:05] agc@sys1 ...pkgsrc/net/samba 28 > make fetch
	===> do-fetch [samba-2.2.8] ===> Checking for vulnerabilities in samba-2.2.8
	*** WARNING - remote-root-access vulnerability in samba-2.2.8 - see http://lists.samba.org/pipermail/samba-announce/2003-April/000065.html for more information ***
	*** Error code 1

	Stop.
	make: stopped in /usr/pkgsrc/net/samba
	*** Error code 1

	Stop.
	make: stopped in /usr/pkgsrc/net/samba

whilst output where there is no vulnerability looks like:
	[13:30:28] agc@sys1 ...pkgsrc/net/ethereal 30 > make fetch
	===> do-fetch [ethereal-0.9.11] ===> Checking for vulnerabilities in ethereal-0.9.11
	=> ethereal-0.9.11.tar.gz doesn't seem to exist on this system.
	=> Attempting to fetch ethereal-0.9.11.tar.gz from ftp://ftp.sunet.se/pub/network/monitoring/ethereal/.
	=> [4457475 bytes]
	Trying 194.71.11.40...
	Connected to ftp.sunet.se.
	220-####################################################################
2003-04-17 12:36:54 +00:00
wiz
9afd3677f1 Fix typos, remove duplicate entry security, nits. 2003-04-16 09:55:53 +00:00
grant
89cd178cf1 only add ${LOCALPATCHES}/${PKGPATH}/* to the list of patches to apply
if LOCALPATCHES is defined.

fixes problem on Solaris w/ automounter handling /net, where any package
from the 'net' category would cause a blocking read on /net/pkgname
looking for 'pkgname' as a host exporting NFS file systems (saves a
few useless stat() calls, too).
2003-04-15 19:51:21 +00:00
grant
d07d1b5eb2 typo in comment 2003-04-15 17:28:05 +00:00
jschauma
195158502c IRIX' ld uses "-all" and "-notall" for WHOLE_ARCHIVE_FLAGs. 2003-04-15 14:07:54 +00:00
grant
3f620389b6 add OPSYS_{,NO_}WHOLE_ARCHIVE_FLAG which defines the argument passed
to the linker to (not) extract all symbols from static archives and
export these variables to packages as {,NO_}WHOLE_ARCHIVE_FLAG.

these are not currently set for IRIX.
2003-04-15 05:29:45 +00:00
grant
2f92f08298 ugh, fix logic in last. 2003-04-15 01:35:59 +00:00
grant
c4097073a3 only create the wrappers for /opt/SUNWspro/bin/{CC,CXX} if we're not
using gcc.

fixes problem on Solaris where building pkgs would use the wrong CC
(eg. CC=gcc) due to the wrappers being in the $PATH first.
2003-04-15 01:33:58 +00:00
grant
8f61aa22f5 use ${CC} -dumpversion instead of --version to avoid multiline output
from gcc3.

XXX this needs to be better handled for non-gcc compilers.
2003-04-15 00:57:22 +00:00
hubertf
f8aad4bb28 Don't descend into filesystems /usr/pkg/emul/linux/proc etc. as this
will lead to wrong PLISTs.

Works around PR kern/21187.
2003-04-14 23:18:40 +00:00
cjep
7dfa1c9d90 PR#21087. Some files are missing in bulk build sandboxes created by
mksandbox. From Brook G. Milligan.
2003-04-13 11:28:01 +00:00
jmc
e40703ccee Make sure wrappee is actually a file/link before considering it found.
On solaris for instance if one put /usr/lib in their path before /usr/ccs/bin
it would match /usr/lib/ld rather than /usr/ccs/bin/ld except that
/usr/lib/ld is a directory...
2003-04-11 18:13:09 +00:00
uebayasi
5d1db033e4 Our XEmacs stable version is 21.4.x. 2003-04-11 01:23:14 +00:00
uebayasi
05ad69e68f Reflect the Emacs/Leim 20/21 move. 2003-04-11 01:20:44 +00:00
grant
40eaf6003a planetmirror -> http (the ftp server has a 250 user limit), use
`planetmirror.com.au' to help MASTER_SORT and add planetmirror to a
few MASTER_SITES.
2003-04-10 20:32:28 +00:00
grant
6df5770761 pass -O arg to pax. 2003-04-10 20:29:08 +00:00
wiz
81744c2306 Remove rwth-aachen as sunsite mirror (twice!). 2003-04-10 12:40:29 +00:00
grant
bbb8f396a8 set correct values for IMAKE_MAN_SUFFIX. 2003-04-10 01:39:52 +00:00
abs
ce21228830 pkgchk-*, like digest-*, does not require digest (certainly in binary add mode) 2003-04-04 10:06:41 +00:00
rh
a2670afcb9 Add webwasher licence (commented out) 2003-04-03 22:47:42 +00:00
salo
cd4d47b9c0 Add architecture specific MESSAGE file handling. 2003-04-03 16:55:09 +00:00
thorpej
40341eff88 Make sure _OPSYS_RPATH_NAME has a value (even if a bogus one) so that
the FIX_RPATH magic works.

Fix suggested by Tim Preston.
2003-04-01 16:48:20 +00:00