Commit graph

641 commits

Author SHA1 Message Date
rh
f407e7ef98 Update createbuildlink to 2.1. This adds some patterns to recognise AppKit
style Objective C headers and libraries.
2002-09-27 21:19:58 +00:00
jlam
84cb9a37e9 Create a new variable USE_X11_LINKS that controls whether packages that
use buildlink2 and set USE_X11 will use x11-links, or if they will simply
symlink the X11 files directly into ${BUILDLINK_DIR}.  If USE_X11_LINKS is
"YES" (the default), then x11-links is used.  If USE_X11_LINKS is "NO",
then the X11 files are symlinked directly.

There is a choice here between speed and flexibility.  Using x11-links is
faster since you don't need to spend time symlinking all of the X11 files
into ${BUILDLINK_DIR}.  However, if you update your X11 installation, then
the x11-links package will likely be out-of-date.  Conversely, directly
symlinking the X11 files will protect you from changes in your X11
installation when you update, but there is a (small) time penalty to have
to do it for every package that uses X11.
2002-09-27 09:22:58 +00:00
wiz
7f01755d75 Bump version number for man page fix. 2002-09-25 18:57:49 +00:00
wiz
514fdd80c9 Update Dd. Fix description of some options per PR 18344 and included
patch from Julio Merino. Begin new sentences on new lines.
2002-09-25 18:57:30 +00:00
wiz
24f92a55c8 Slight fix for 3.34, so that "cd /usr/pkgsrc; for i in */; do pkglint $i; done"
works. Bump to 3.35.
2002-09-25 09:34:21 +00:00
wiz
c4d4a1f20a Update to 3.34: Can now also be run in Category directories and checks
correct sorting order of SUBDIR entries.
2002-09-24 14:01:37 +00:00
wiz
dcdf9bd97d Sort. 2002-09-24 13:51:21 +00:00
wiz
c2589032d6 Since MESSAGE files come by many names, hardwire the line length,
independent of the actual filename. Update to 3.33.
2002-09-24 12:34:21 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
abs
ad0c708fc1 Toss in strlcpy.c and hey presto: Instant linux pkg_install binaries. 2002-09-23 13:16:59 +00:00
abs
9eaafb2895 If defining TAILQ_FIRST and TAILQ_NEXT ensure we also define
TAILQ_HEAD_INITIALIZER - required for linux build.
2002-09-23 12:57:27 +00:00
jlam
75e2bd0f6a Trivially use buildlink2 2002-09-23 01:39:50 +00:00
atatat
9a44a64406 lintpkgsrc was tweaked, so bump the version 2002-09-22 16:00:37 +00:00
atatat
a72f2e5514 If the installed version of pkg_install is newer than the one in
pkgsrc, require the new version instead of the one from pkgsrc.
This means there will be no more messages that look like

	Version mismatch: 'pkg_install' 20020827 vs 20020723

Change reviewed by the wiz.  :)
2002-09-22 15:58:33 +00:00
jlam
d21436270c Fix comment to note that you'll need to update the x11-links dependency in
bsd.buildlink2.mk as well.
2002-09-20 23:53:32 +00:00
dmcmahill
f47a8461ca add idea from fredb: option to pick out newest versions from several
directories.
2002-09-20 11:48:12 +00:00
jlam
0e232e0e01 We're using buildlink2, so don't lie about where the rpm headers and
libraries are actually found.
2002-09-19 02:46:07 +00:00
dmcmahill
ba8a681b00 update to cdpack-1.4.2. This is a documentation fix only update. The
change is to make the usage output and the manpage agree with each other
and with reality.  Thanks to hubertf at netbsd for pointing out the problem.
2002-09-18 02:42:20 +00:00
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