Commit graph

202 commits

Author SHA1 Message Date
agc
99995ce111 Add a section, for developers' benefit mainly, related to updating
packages in pkgsrc.
2001-10-15 11:34:20 +00:00
abs
a227af8022 Add mosaic-license to bulk-build licences 2001-10-13 05:27:49 +00:00
wiz
f92a9666c9 Remove references on how to import FreeBSD ports, since this hasn't been
our main source for packages for a long time, and was confusing people.
Also some cleanups, rewrite of section 9, and some updates to a more
current pkgsrc situation.
2001-10-11 13:21:08 +00:00
martti
79e431f61b Note that on import, one should include part of the pkg/DESCR file
in the commit message.
2001-10-11 11:11:15 +00:00
abs
1ef61a1795 Clarify and shorten the '-[0-9]* should be used instead of -*' section 2001-10-02 11:15:29 +00:00
abs
e31ba171a2 Add 'show-installed-depends' - neat implementation thanks to Hubert. 2001-09-30 22:10:33 +00:00
hubertf
502a49e2b7 another typo 2001-09-29 23:15:45 +00:00
hubertf
eca302c14e Fix typo pointed out by marius@alchemy.franken.de in private mail. 2001-09-29 23:14:38 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
jmc
81bfb07948 Change tabs to spaces in example output for audit-package install in 10.21.
This makes the TOC generation clean again.
2001-09-26 04:47:39 +00:00
agc
ac6fded467 Adapt the documentation for bsd.pkg.defaults.mk 2001-09-24 08:59:09 +00:00
skrll
dc82202ca9 More tpyos, speelling and gramer 2001-09-21 09:04:22 +00:00
skrll
19e3e655f8 typo 2001-09-21 08:36:50 +00:00
wiz
8e71cb9b36 Note that on import, one should also add the package to the category's
Makefile.
2001-09-19 10:45:32 +00:00
jlam
fec4edb91a Document the new Motif-related variables. Deprecate USE_MOTIF in favor of
including motif.buildlink.mk, which contains more sophisticated and
complete logic for detecting the various Motif options that may be
installed.  Though deprecated, USE_MOTIF is still recognized, though it
does no more than include motif.buildlink.mk.
2001-09-14 01:52:40 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
jlam
a7d928a6fa Note USE_MOTIF --> .include "../../mk/motif.buildlink.mk" when converting
packages to use buildlink.
2001-09-08 20:09:46 +00:00
hubertf
5738d664ec Add a note on typography - for now, only some info on shell prompts. 2001-09-04 13:50:02 +00:00
hubertf
726122576e Markup changes:
* indent consistently
 * make shell prompts consistent

XXX It would be really nice to have that in a different format, and generate
    this file... (Didn't I do a DocBook version of this some time ago?)
2001-09-04 13:33:56 +00:00
hubertf
a7edc2026e Fix some typos, logical errors, and use pkgsrc/foo/bar consistently.
Mostly from Dawid Szymaqski <dawszy@netbsd.lubin.pl>
2001-09-04 13:00:44 +00:00
jlam
c1bd68aac5 Update slightly to document x11.buildlink.mk. 2001-08-29 22:55:36 +00:00
jlam
943a6291b2 Note that when buildlinking a package, USE_XAW may be converted to
.include "../../mk/xaw.buildlink.mk".
2001-08-25 02:17:02 +00:00
hubertf
aeed7c63ec * When applying patches, also look in $LOCALPATCHES/$PKGPATH for
any local patches that the user wants to maintain outside of
   pkgsrc.
 * print-PLIST: ignore Linux procfs entries
2001-08-24 00:54:46 +00:00
jlam
c854ac692c Minor clarifications for buildlink section. 2001-08-22 17:59:11 +00:00
jlam
76fc1f4638 Define the terms "weakly-buildlinked" and "strongly-buildlinked"
(my math background shows...).
2001-08-22 17:53:30 +00:00
hubertf
24418c5d50 * Add 10.22: What's the proper way to create an account from a package?
* Re-format things so they don't get into the TOC

XXX I don't think 10.19 and 10.20 really belong into the FAQ section...
2001-08-13 18:09:06 +00:00
jlam
fdd05e532a Typo: ${X11BASE}} -> ${X11BASE}. 2001-07-30 17:17:20 +00:00
jlam
83e151d42c Document USE_OPENSSL_VERSION when using openssl/buildlink.mk. 2001-07-26 15:14:05 +00:00
jlam
5af074304d Make the example buildlink.mk file more complete by showing how
dependencies on the package are added through buildlink.  Also show how
to use EVAL_PREFIX to set BUILDLINK_PREFIX.foo.
2001-07-20 02:00:47 +00:00
jlam
5ec2feec1a Add note on -Wl,-R settings for buildlink packages based on question put
to me by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at> in private email.
2001-07-17 21:19:37 +00:00
jlam
f3f8eee456 Note special handling of ncurses/buildlink.mk and USE_NCURSES. 2001-07-16 11:06:48 +00:00
jlam
97e3dd39ee Add note that the build output should be checked in the USE_BUILDLINK_ONLY
case to verify that the tag is true.
2001-07-16 11:00:32 +00:00
jlam
2bc867d8ef In example buildlink.mk file, move inclusion of bsd.buildlink.mk to start
of file.
2001-07-01 23:03:17 +00:00
jlam
e78f6c1cc9 Note that USE_MOTIF and USE_MOTIF12 may be replaced with
lesstif/buildlink.k and lesstif12/buildlink.mk, respectively.
2001-06-30 21:10:43 +00:00
jlam
fb5b383529 Note that EVAL_PREFIX may often be removed in converting packages to use
buildlink.mk files.
2001-06-29 14:07:28 +00:00
jlam
eba90cd853 Add new section: Converting packages to use buildlink.mk files. It needs
to be expanded, but what's there should help others to start using
buildlink.mk files.
2001-06-29 05:07:36 +00:00
jlam
4f8e83cd40 Note caveat about how buildlink.mk doesn't currently meet goal #2 on
systems that install packages directly under ${X11BASE} (systems not using
xpkgwedge).
2001-06-23 14:29:29 +00:00
jlam
38e21935c9 Fix grammar a bit in buildlink.mk section. 2001-06-23 14:19:09 +00:00
hubertf
3344de1011 - remove empty directories (-P) after the initial checkout
- show only changes (-q), checkout added directories (-d) and
  remove empty directories (-P) in the following updates

Sent in by Martti Kuparinen <martti.kuparinen@iki.fi> in PR 13253.
2001-06-21 11:57:03 +00:00
jlam
b38f96ef55 Document buildlink.mk methodology. 2001-06-19 20:55:01 +00:00
jlam
42d1e48afb Document PKGLOCALEDIR in PLIST issues. 2001-06-19 16:23:33 +00:00
jlam
08c8e43016 Document BUILD_USES_GETTEXT_M4. 2001-06-16 04:15:08 +00:00
hubertf
765504717b make the bin-install target look at some FTP servers (stored in
BINPKG_SITES). As discussed on tech-pkg.
2001-05-20 01:58:19 +00:00
skrll
347be6bd9b Improve the libtool description text. Remove an example that relies on
libtool internals.
2001-05-09 17:43:22 +00:00
abs
f9ce1c5105 Note that:
Some packages have different sets of distfiles on a per architecture
basis. (A good example is www/navigator). These are kept in the
same distinfo file and care should be taken when upgrading such a
package to ensure distfile information is not lost.
2001-05-08 14:59:26 +00:00
agc
569a6986d2 Minor refinements to the section on audit-packages, with many thanks
to Hubert for the original.
2001-05-04 15:09:59 +00:00
hubertf
7da11c1dbd Add entry on automated security checking 2001-05-03 21:38:29 +00:00
dmcmahill
74198db1cf provide 2 examples of cdpack usage in the bulk->cdpack section. Suggested
by Hubert.
2001-05-01 16:06:27 +00:00
dmcmahill
d777f21a11 add a short section about creating multi-cd binary package sets at the
end of the bulk build section.
2001-04-28 14:28:26 +00:00
hubertf
65c971851d Add description how to get pkgsrc via CVS, contributed by
Mipam <mipam@ibb.net>, with some editing from me.
2001-04-27 15:40:47 +00:00