hubertf
db0f1b495e
clean up a few more shards
2001-04-02 14:25:24 +00:00
dmcmahill
051d576288
uncomment an important line which should have never been commented out.
...
printindex works now.
2001-03-31 04:09:58 +00:00
dmcmahill
fe65792de1
get rid of an unneeded awk invocation
2001-03-31 00:03:03 +00:00
kim
7368255b5a
Make the default method of determining the current working directory
...
use "pwd" instead of "pawd". NOTE: if you are running amd you'll
want to set SDIST_PAWD and SSYNC_PAWD to "pawd" in /etc/mk.conf now.
2001-03-29 22:22:53 +00:00
hubertf
54b86c5214
Don't use regexp substitution where plain substitution is intended,
...
it might yield some surprising results.
Pointed out by Marc Espie <espie@schutzenberger.liafa.jussieu.fr>
2001-03-29 22:08:21 +00:00
skrll
f0e86f3cde
Minor optimisation
2001-03-28 14:34:00 +00:00
skrll
f6d53e29e6
Correct the DEPENDS on libtool in the USE_LTDL case and make sure the
...
latest and greatest libtool is used in the USE_LIBTOOL case.
2001-03-28 14:01:28 +00:00
tron
4a020903a0
Create directory "share/pixmaps" which is used by a growing number of
...
unrelated packages.
2001-03-28 12:09:36 +00:00
hubertf
e32afb6fea
Change BUILD_DEPENDS semantics:
...
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
dmcmahill
af6958bd73
make sure that any packages listed in BULK_PREREQ get listed in the output
...
even if they are not enabled in the category makefiles. This catches,
in particular, pkgtools/xpkgwedge which was missing before.
Thanks to Christoph Badura for noting this.
2001-03-27 02:50:05 +00:00
manu
60771f6ec8
Added default JVM for PowerPC: blackdown-jdk13. Approved by Jim Wise.
2001-03-26 21:36:02 +00:00
agc
f021b66108
Provide a default digest algorithm in the case where FAILOVER_FETCH is
...
set, and a distfile which isn't in files/md5 is attempted to be
downloaded.
Fixes a problem pointed out by Dan Mcmahill.
2001-03-26 17:08:19 +00:00
fredb
4a384ed135
Correctly handle the common case where "MANZ" setting is protected
...
by ".ifdef BSD_PKG_MK" in /etc/mk.conf, but "MANZ" handling, in
the package, relys on the system's "bsd.man.mk", which _CAN_
_NOT_ see variables protected by ".ifdef BSD_PKG_MK". By passing
"MANZ" in through "MAKE_ENV", only if "MANZ" is defined, we ensure
that the PLIST handling and the package's own handling are on the
same wavelength.
2001-03-26 17:04:50 +00:00
hubertf
910ce3a461
Clean up after installing digest, also use DEPENDS_TARGET to install
...
(in case someone wants something else then a 'install')
2001-03-26 00:55:39 +00:00
fredb
b117dea03a
LYNX_SCREEN_LIB is for "lynx", not just "lynx-current".
2001-03-26 00:45:05 +00:00
fredb
3a09343b79
Document PINFO_USE_NATIVE_CURSES.
2001-03-26 00:43:34 +00:00
wennmach
7a59202cfa
Add an entry for PGHOME, the (now configurable) home directory of
...
the pgsql user.
2001-03-25 11:42:55 +00:00
tron
019408d663
Fix typo in last commit.
2001-03-24 21:06:52 +00:00
tron
31e46b2da8
Only enforce the use of Zoularis under SunOS.
2001-03-24 21:05:49 +00:00
zuntum
2c707bc63c
Provide examples for teapop
2001-03-24 06:21:35 +00:00
fredb
028707ceda
Sync comment for USE_RSAREF2 with reality.
2001-03-24 03:58:15 +00:00
skrll
2cc8a1834e
Handle the symlinks created by libtool on a.out for certain invocations
...
of libtool involving the -release option.
print-PLIST on an a.out machine probably doesn't handle these, i.e. it
doesn't remove them from the PLIST.
2001-03-23 17:11:17 +00:00
tron
f4912b797b
Add a version check for the installed Zoularis version.
2001-03-23 16:02:23 +00:00
tron
f59b7c2acc
Add missing check for NetBSD in last commit.
2001-03-23 15:49:23 +00:00
tron
5a4f1f9f65
Provide Zoularis version number as "${ZOULARIS_VERSION}" on non NetBSD
...
systems.
2001-03-23 15:47:21 +00:00
tron
aa40aef12e
Use "tar" coming with Zoularis under Solaris.
2001-03-23 14:09:23 +00:00
agc
0611c740ad
Sort command name definitions into alphabetical order, following the
...
renaming of LOCALEDIR to PKGLOCALEDIR.
2001-03-21 12:12:25 +00:00
wiz
ced9933247
add paragraph for citrix_ica-license
2001-03-20 19:08:14 +00:00
agc
7a3e46acb2
Check for the existence of the ${LICENSE} file before trying to access it.
...
Pointed out by Thomas Klausner.
2001-03-20 12:39:00 +00:00
wiz
8132d9ed18
Unify license indentation, and add section on maude-license.
2001-03-20 12:02:03 +00:00
fredb
b03f6971a6
As discussed on tech-pkg, introduce USE_RMAN to accomodate the XFree86-4.x
...
installed "rman".
2001-03-20 00:04:15 +00:00
tron
36939cf3c6
Add "ftp1.sourceforge.net" to "ftp3.sourceforge.net" to source forge master
...
site list.
2001-03-19 17:05:02 +00:00
dmcmahill
493289cc93
sort the ACCEPTIBLE_LICENSES examples so its easier to look up stuff.
2001-03-19 14:53:11 +00:00
dmcmahill
20f4707801
provide examples for DEFAULT_SERIAL_DEVICE and SERIAL_DEVICES
2001-03-19 14:51:38 +00:00
dmcmahill
edb5139d54
provide BULK_PREREQ example
2001-03-19 14:47:27 +00:00
dmcmahill
5010ec768b
add a list of default serial devices on a per machine_arch basis as discussed
...
a while back on tech-pkg. Note that these defaults will not be 100% accurate
as different machines with the same MACHINE_ARCH may have different serial
hardware. However the default serial device may then be overridden in /etc/mk.conf.
This should at least be better than what we had before ("all the world is i386").
2001-03-19 14:46:04 +00:00
dmcmahill
c341f514d3
-add support for a BULK_PREREQ make variable. BULK_PREREQ contains a list
...
of packages which must stay installed during the build, but are not pulled
in by the DEPENDS for each package. Currently, BULK_PREREQ will always include
pkgtools/digest. At this time, the primary use will be to add
BULK_PREREQ+=pkgtools/xpkgwedge
in /etc/mk.conf to do an xpkgwedge'd bulk build. It is up to the user to make
sure that the list of packages in BULK_PREREQ is a flattened list (ie all the
DEPENDS are listed too). Again, at this time, xpkgwedge is really the only
package that should be added to the list.
-add an ADMINSIG build.conf variable. This is the signature at the end of the
email report. Maybe now I'll quit forwarding reports signed as "-Hubert".
-while here, eliminate grep|awk lines and `grep >/dev/null` replacing them
with pure awk and grep -q.
2001-03-19 11:25:39 +00:00
tron
27fa876a3c
Replace two dead German GNOME mirrors by a working one.
2001-03-18 19:27:02 +00:00
skrll
b2868a2d7b
Use the most recent libtool.
2001-03-18 17:12:51 +00:00
tron
b750a8d21b
Correct last commit: we want "share/doc/html".
2001-03-16 17:22:38 +00:00
tron
85466ccea1
Add missing directory "share/html" from "NetBSD.x11.dist".
2001-03-16 17:21:33 +00:00
tron
c20c76379a
Add directory "share/fonts" required by multiple not related packages.
2001-03-16 17:20:55 +00:00
wiz
147525d532
Remove NO_DESCRIBE, since it doesn't seem to be used or make sense.
2001-03-16 12:43:45 +00:00
wiz
444abcc357
Deprecate NO_EXTRACT, since it wasn't working anyway for a long time now.
...
Use
EXTRACT_ONLY= # empty
instead.
2001-03-16 11:45:01 +00:00
abs
6617e1518f
Update the pkgtools out of date instructions to
...
Please "make install" in ../../pkgtools/pkg_install.
2001-03-15 13:31:04 +00:00
hubertf
58443dd82f
make sure CVS_RSH gets set to 'ssh' before cvs updating
2001-03-14 15:04:03 +00:00
wiz
3576243d1d
Remove an obsolete comment, and update defaults for windowmaker to current
...
value.
2001-03-14 12:58:52 +00:00
agc
0c5944dfe0
Remove old ISPELL* definitions, which aren't appropriate anymore with
...
the new format of ispell-base and supplementary language dictionaries.
2001-03-14 12:48:35 +00:00
wiz
3311352b84
add csound-license
2001-03-13 13:21:12 +00:00
agc
100c6a7268
Add an explanatory comment.
2001-03-13 09:53:37 +00:00