abs
fc85eb7f88
Updated pkgchk to 1.32:
...
Make sure we handle unset PKG_PATH correctly (re: 1.31)
2002-09-13 11:45:03 +00:00
abs
c8bc538294
Updated pkgchk to 1.31:
...
Handle PKG_PATH being set - hide it from the 'make' calls, but use
it in pkg_add.
2002-09-13 09:11:03 +00:00
wiz
b0ac4f603c
3.31: Check MESSAGE file format. Patch from sco at openface ca in pkg/18276.
2002-09-12 17:03:04 +00:00
wiz
5cfcd6e618
mdoc fixes, ispell.
2002-09-07 13:54:55 +00:00
rh
4b4db4d5a1
Add and enable pkg_comp
2002-09-07 00:09:41 +00:00
rh
2a5bf01b6a
Initial import of pkg_comp-1.0, a utility that allows retargetable package
...
building in chrooted environments.
Provided in PR pkg/17986 by Julio Merino <jmmv@hispabsd.org>
2002-09-07 00:08:35 +00:00
rh
b056d10cd7
Update createbuildlink to 2.0. Now creates buildlink2.mk files. You can
...
use createbuildlink1 to still create old buildlink.mk files.
2002-09-06 00:36:14 +00:00
agc
f2bc5d7427
Revert previous change (which wouldn't have worked in all cases) until more
...
discussion has taken place.
2002-09-05 09:20:14 +00:00
itojun
2e050af8bf
make pkg_install self-bootstrapping (no need for /usr/sbin/pkg_*).
2002-09-05 00:00:27 +00:00
tron
34f34cdbce
Revert last change after buildlink2 problem was fixed by Johnny C. Lam.
2002-09-04 12:53:02 +00:00
tron
904880edeb
Enabling buildlink2 for this package isn't necessary and breaks
...
bootstrapping on Solaris.
2002-09-02 08:01:19 +00:00
jlam
faf92a14fa
Actually define USE_BUILDLINK2 so that we can use the buildlink2.mk files.
2002-08-26 06:28:42 +00:00
jlam
d788337653
Add missing BUILDLINK_PACKAGES lines.
2002-08-26 06:28:21 +00:00
jlam
4e4ac81896
Remove private buildlink.mk files that were only used by x11-links. They
...
are no longer necessary now that x11-links uses buildlink2.
2002-08-26 06:18:00 +00:00
jlam
54b8c01927
Revert previous change now that the buildlink2.mk files have hit the main
...
trunk. These packages can now safely use buildlink2.mk files.
2002-08-25 19:43:33 +00:00
abs
e8063b068e
revert buildlink2.mk merge until Johnny has a chance to look at the issues
2002-08-23 14:27:14 +00:00
jlam
b96524abd4
Merge pkgsrc/pkgtools from the buildlink2 branch back to the main trunk.
2002-08-23 05:22:54 +00:00
jlam
f9b7bf5ce8
Merge pkgtools/xpkgwedge from the buildlink2 branch back into the main
...
trunk.
2002-08-23 04:22:43 +00:00
seb
d0fa9b21db
Make patchdiff following package's PATCHDIR setting: useful when dealing with
...
packages sharing patch files directory.
Increment the package version.
Approved by wiz.
2002-08-14 16:30:06 +00:00
wiz
a2d49d5274
Strip leading './' from distinfo entry names before matching against
...
the file system -- removes bogus warnings for at least opera and
ymessenger, which have "DIST_SUBDIR=.".
Bump to 3.30.
2002-08-13 15:05:30 +00:00
schmonz
67bd904082
Darwin needs -DTAR_MISSING_FAST_READ, as noted by "Masahiro =Rhythm
...
Drive= Ishiyama" <masahiro@wide.ad.jp> on tech-pkg@.
2002-08-12 01:58:25 +00:00
wiz
d1c1903912
Make it build on 1.4-1.4.2.
2002-08-06 11:51:01 +00:00
jlam
3c6bfa10f2
buildlink-x11 is dead...it never really worked well enough anyway.
2002-08-06 05:59:56 +00:00
wiz
7dcb292dc8
regen
2002-08-05 15:55:12 +00:00
wiz
88039eecaa
Make compile again on 1.4.3. [Does not compile on 1.4.2 due to missing
...
strlcpy.]
2002-08-05 15:54:56 +00:00
fredb
61a260e52c
Reduce warning levels on NetBSD, to make this compile on the netbsd-1-5
...
branch. WARNS=2 turns on all kinds of stuff that isn't really appropriate,
and isn't turned on in current. "-Wwrite-strings", in particular, triggers
an error on a bit of harmless code in "file.c". Closes PR pkg/17840.
2002-08-05 15:11:35 +00:00
jlam
dc00762da0
Separate out the OpenWindows buildlink logic and XFree buildlink logic
...
into separate files for cleanliness.
2002-08-05 04:57:01 +00:00
seb
368a3794f9
Until this package is updated one more time from basesrc, provide a patch
...
for Solaris on FTP_CMD value in Makefile.inc.
Fixed in revision 1.19 of basesrc/usr.sbin/pkg_install/Makefile.inc.
2002-08-03 18:29:52 +00:00
dmcmahill
f855ba7842
add a couple of items to the TODO list.
...
- direct to CD writing
- inclusion of distfiles for pkgs which can't be packaged.
2002-08-02 12:37:32 +00:00
schmonz
7794acfa2c
The 20020723 pkg_install tools use strlcpy(), which Darwin lacks.
...
Provide a strlcpy() implementation (from -r1.12 of
basesrc/lib/libc/string/strlcpy.c), and use it on Darwin.
2002-08-01 14:43:38 +00:00
martti
a38462735b
Updated pkg_install to 20020723
...
- remove handling of PKG_ADD_BASE.
- don't search current directory if PKG_PATH is set.
- don't prefer local directories.
- constify and cleanup.
2002-08-01 09:31:13 +00:00
wiz
8ed9b88dbd
Tabify, and apply patch from pkg/17331 by Julio Merino, adding
...
NO_PATCH and NO_CONFIGURE.
2002-07-29 11:25:37 +00:00
wiz
f2329debeb
Add \n in an error message. Doesn't warrant version bump.
2002-07-21 16:34:10 +00:00
dmcmahill
0a85289c68
remove item which has been done :) (flags to include/exclude NO_BIN_ON_{FTP,CDROM})
2002-07-18 01:00:53 +00:00
seb
662b0217fc
Pkgcvsupdate had been decommissioned.
2002-07-15 09:22:48 +00:00
seb
880e0ea583
Pkgcvsupdate is too buggy, so remove it.
...
If people are interested in beta testing a replacement, contact me
<seb@netbsd.org>.
2002-07-15 09:19:57 +00:00
wiz
742e6ac805
Remove RCS Id.
2002-07-15 08:10:39 +00:00
abs
9c85642145
Updated pkglint to 3.29
...
Make -V work without -p, -O, or -R
Fixes pkg/17558 from Dan McMahill
2002-07-11 10:22:25 +00:00
wiz
6c62d4cdd2
mdoc nit.
2002-07-11 09:59:01 +00:00
wiz
cd21fd6491
Remove $Id$ from patch, and standardize. regen distinfo.
2002-07-05 13:14:23 +00:00
abs
bb2cc9141c
how did I mess up distinfo on patch-ah? Its a new file but.... mystery
2002-07-05 13:12:35 +00:00
abs
58f7487e94
LORDER and TSORT will be handled in the correct place
2002-07-03 22:53:17 +00:00
abs
e70f9ef77d
Compile and run under Linux. We're still missing pax and mtree, but using the
...
Darwin bootstrap kit everything else now works.
2002-07-03 22:43:39 +00:00
wiz
5404dd4907
3.28: Note that USE_SSL is deprecated.
2002-07-02 15:26:18 +00:00
wiz
cb17e820a3
3.27: Warn about missing RCS Id in distinfo, and note that IS_INTERACTIVE
...
is deprecated.
2002-07-02 13:16:30 +00:00
lukem
9e46e9da70
add -p to the diff arguments; it's useful to know which function a
...
patch applies to when updating a package
2002-06-27 23:09:01 +00:00
jlam
1dcac4b18d
Update pkgtool/x11-links to version 0.8:
...
Use _REQUIRE_BUILTIN_* to specify that the headers/libraries of some parts
of X11 that are available from 3rd parties must be part of the standard X11
distribution or else their symlinks aren't installed as part of x11-links.
This is to allow x11-links to contain all of the parts of the standard X11
distribution.
The problem that prompted this is that newer releases of XFree86-4.x
contain not just new libraries but new inter-library dependencies. Some
of the X11 libraries present in XF86-4.x that were also in XF86-3.x now
depend on libXpm.so or libfreetype.so, which, from a buildlink
point-of-view, must also be found during the link phase when building
software.
2002-06-26 05:46:23 +00:00
abs
515e56567b
Make this work under Linux, and fix manpage install on SunOS
2002-06-21 15:26:07 +00:00
abs
0b82fd4e9f
Update pkgchk to 1.30
...
Avoid problems if a file 'x' is in the current directory with obvious use
of .PHONY. Implement and use extract_mk_dir_var().
2002-06-20 09:17:40 +00:00
tron
9b03da25d0
Provide a default for "MAKECONF" for pre NetBSD 1.6 systems.
2002-06-10 15:29:38 +00:00