summaryrefslogtreecommitdiff
path: root/Packages.txt
AgeCommit message (Collapse)AuthorFilesLines
2001-10-17 * Replace BUILD_ROOT with PKGSRCDIR in one examplehubertf1-3/+10
* Note how to clean-up after unpacking/building another package
2001-10-15Add a section, for developers' benefit mainly, related to updatingagc1-1/+29
packages in pkgsrc.
2001-10-13Add mosaic-license to bulk-build licencesabs1-1/+2
2001-10-11Remove references on how to import FreeBSD ports, since this hasn't beenwiz1-215/+76
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-11Note that on import, one should include part of the pkg/DESCR filemartti1-1/+5
in the commit message.
2001-10-02Clarify and shorten the '-[0-9]* should be used instead of -*' sectionabs1-11/+3
2001-09-30Add 'show-installed-depends' - neat implementation thanks to Hubert.abs1-1/+5
2001-09-29another typohubertf1-2/+2
2001-09-29Fix typo pointed out by marius@alchemy.franken.de in private mail.hubertf1-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-5/+5
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-26Change tabs to spaces in example output for audit-package install in 10.21.jmc1-3/+3
This makes the TOC generation clean again.
2001-09-24Adapt the documentation for bsd.pkg.defaults.mkagc1-17/+26
2001-09-21More tpyos, speelling and gramerskrll1-17/+17
2001-09-21typoskrll1-2/+2
2001-09-19Note that on import, one should also add the package to the category'swiz1-3/+3
Makefile.
2001-09-14Document the new Motif-related variables. Deprecate USE_MOTIF in favor ofjlam1-8/+11
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-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-1/+7
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-08Note USE_MOTIF --> .include "../../mk/motif.buildlink.mk" when convertingjlam1-2/+2
packages to use buildlink.
2001-09-04Add a note on typography - for now, only some info on shell prompts.hubertf1-1/+14
2001-09-04Markup changes:hubertf1-384/+427
* 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-04Fix some typos, logical errors, and use pkgsrc/foo/bar consistently.hubertf1-42/+49
Mostly from Dawid Szymaqski <dawszy@netbsd.lubin.pl>
2001-08-29Update slightly to document x11.buildlink.mk.jlam1-13/+14
2001-08-25Note that when buildlinking a package, USE_XAW may be converted tojlam1-1/+2
.include "../../mk/xaw.buildlink.mk".
2001-08-24 * When applying patches, also look in $LOCALPATCHES/$PKGPATH forhubertf1-7/+18
any local patches that the user wants to maintain outside of pkgsrc. * print-PLIST: ignore Linux procfs entries
2001-08-22Minor clarifications for buildlink section.jlam1-3/+3
2001-08-22Define the terms "weakly-buildlinked" and "strongly-buildlinked"jlam1-1/+3
(my math background shows...).
2001-08-13 * Add 10.22: What's the proper way to create an account from a package?hubertf1-19/+25
* 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-07-30Typo: ${X11BASE}} -> ${X11BASE}.jlam1-2/+2
2001-07-26Document USE_OPENSSL_VERSION when using openssl/buildlink.mk.jlam1-7/+13
2001-07-20Make the example buildlink.mk file more complete by showing howjlam1-2/+5
dependencies on the package are added through buildlink. Also show how to use EVAL_PREFIX to set BUILDLINK_PREFIX.foo.
2001-07-17Add note on -Wl,-R settings for buildlink packages based on question putjlam1-1/+8
to me by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at> in private email.
2001-07-16Note special handling of ncurses/buildlink.mk and USE_NCURSES.jlam1-1/+8
2001-07-16Add note that the build output should be checked in the USE_BUILDLINK_ONLYjlam1-2/+5
case to verify that the tag is true.
2001-07-01In example buildlink.mk file, move inclusion of bsd.buildlink.mk to startjlam1-3/+3
of file.
2001-06-30Note that USE_MOTIF and USE_MOTIF12 may be replaced withjlam1-1/+3
lesstif/buildlink.k and lesstif12/buildlink.mk, respectively.
2001-06-29Note that EVAL_PREFIX may often be removed in converting packages to usejlam1-5/+7
buildlink.mk files.
2001-06-29Add new section: Converting packages to use buildlink.mk files. It needsjlam1-1/+29
to be expanded, but what's there should help others to start using buildlink.mk files.
2001-06-23Note caveat about how buildlink.mk doesn't currently meet goal #2 onjlam1-10/+13
systems that install packages directly under ${X11BASE} (systems not using xpkgwedge).
2001-06-23Fix grammar a bit in buildlink.mk section.jlam1-9/+9
2001-06-21- remove empty directories (-P) after the initial checkouthubertf1-3/+3
- 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-19Document buildlink.mk methodology.jlam1-63/+162
2001-06-19Document PKGLOCALEDIR in PLIST issues.jlam1-1/+8
2001-06-16Document BUILD_USES_GETTEXT_M4.jlam1-4/+6
2001-05-20make the bin-install target look at some FTP servers (stored inhubertf1-5/+8
BINPKG_SITES). As discussed on tech-pkg.
2001-05-09Improve the libtool description text. Remove an example that relies onskrll1-15/+10
libtool internals.
2001-05-08Note that:abs1-1/+6
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-04Minor refinements to the section on audit-packages, with many thanksagc1-12/+42
to Hubert for the original.
2001-05-03Add entry on automated security checkinghubertf1-1/+26
2001-05-01provide 2 examples of cdpack usage in the bulk->cdpack section. Suggesteddmcmahill1-1/+33
by Hubert.
2001-04-28add a short section about creating multi-cd binary package sets at thedmcmahill1-1/+14
end of the bulk build section.