Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-11-03 | Update for "pkg/"-removal. | wiz | 1 | -36/+26 | |
2001-11-03 | Ding dong, the scripts are dead! | hubertf | 1 | -30/+2 | |
2001-10-31 | Missing semicolons between commands in automake example. | jlam | 1 | -5/+5 | |
2001-10-30 | correct LIBTOOL_OVERRIDE usage | drochner | 1 | -2/+2 | |
2001-10-26 | Document how to deal with packages that need autoconf/automake and | jlam | 1 | -2/+28 | |
AUTOMAKE_OVERRIDE. | |||||
2001-10-24 | I am a triple idiot. The only relevant variable that x11.buildlink.mk | jlam | 1 | -5/+1 | |
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files. | |||||
2001-10-24 | Note that x11.buildlink.mk should be included first. | jlam | 1 | -1/+5 | |
2001-10-17 | * Replace BUILD_ROOT with PKGSRCDIR in one example | hubertf | 1 | -3/+10 | |
* Note how to clean-up after unpacking/building another package | |||||
2001-10-15 | Add a section, for developers' benefit mainly, related to updating | agc | 1 | -1/+29 | |
packages in pkgsrc. | |||||
2001-10-13 | Add mosaic-license to bulk-build licences | abs | 1 | -1/+2 | |
2001-10-11 | Remove references on how to import FreeBSD ports, since this hasn't been | wiz | 1 | -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-11 | Note that on import, one should include part of the pkg/DESCR file | martti | 1 | -1/+5 | |
in the commit message. | |||||
2001-10-02 | Clarify and shorten the '-[0-9]* should be used instead of -*' section | abs | 1 | -11/+3 | |
2001-09-30 | Add 'show-installed-depends' - neat implementation thanks to Hubert. | abs | 1 | -1/+5 | |
2001-09-29 | another typo | hubertf | 1 | -2/+2 | |
2001-09-29 | Fix typo pointed out by marius@alchemy.franken.de in private mail. | hubertf | 1 | -2/+2 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -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-26 | Change tabs to spaces in example output for audit-package install in 10.21. | jmc | 1 | -3/+3 | |
This makes the TOC generation clean again. | |||||
2001-09-24 | Adapt the documentation for bsd.pkg.defaults.mk | agc | 1 | -17/+26 | |
2001-09-21 | More tpyos, speelling and gramer | skrll | 1 | -17/+17 | |
2001-09-21 | typo | skrll | 1 | -2/+2 | |
2001-09-19 | Note that on import, one should also add the package to the category's | wiz | 1 | -3/+3 | |
Makefile. | |||||
2001-09-14 | Document the new Motif-related variables. Deprecate USE_MOTIF in favor of | jlam | 1 | -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-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -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-08 | Note USE_MOTIF --> .include "../../mk/motif.buildlink.mk" when converting | jlam | 1 | -2/+2 | |
packages to use buildlink. | |||||
2001-09-04 | Add a note on typography - for now, only some info on shell prompts. | hubertf | 1 | -1/+14 | |
2001-09-04 | Markup changes: | hubertf | 1 | -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-04 | Fix some typos, logical errors, and use pkgsrc/foo/bar consistently. | hubertf | 1 | -42/+49 | |
Mostly from Dawid Szymaqski <dawszy@netbsd.lubin.pl> | |||||
2001-08-29 | Update slightly to document x11.buildlink.mk. | jlam | 1 | -13/+14 | |
2001-08-25 | Note that when buildlinking a package, USE_XAW may be converted to | jlam | 1 | -1/+2 | |
.include "../../mk/xaw.buildlink.mk". | |||||
2001-08-24 | * When applying patches, also look in $LOCALPATCHES/$PKGPATH for | hubertf | 1 | -7/+18 | |
any local patches that the user wants to maintain outside of pkgsrc. * print-PLIST: ignore Linux procfs entries | |||||
2001-08-22 | Minor clarifications for buildlink section. | jlam | 1 | -3/+3 | |
2001-08-22 | Define the terms "weakly-buildlinked" and "strongly-buildlinked" | jlam | 1 | -1/+3 | |
(my math background shows...). | |||||
2001-08-13 | * Add 10.22: What's the proper way to create an account from a package? | hubertf | 1 | -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-30 | Typo: ${X11BASE}} -> ${X11BASE}. | jlam | 1 | -2/+2 | |
2001-07-26 | Document USE_OPENSSL_VERSION when using openssl/buildlink.mk. | jlam | 1 | -7/+13 | |
2001-07-20 | Make the example buildlink.mk file more complete by showing how | jlam | 1 | -2/+5 | |
dependencies on the package are added through buildlink. Also show how to use EVAL_PREFIX to set BUILDLINK_PREFIX.foo. | |||||
2001-07-17 | Add note on -Wl,-R settings for buildlink packages based on question put | jlam | 1 | -1/+8 | |
to me by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at> in private email. | |||||
2001-07-16 | Note special handling of ncurses/buildlink.mk and USE_NCURSES. | jlam | 1 | -1/+8 | |
2001-07-16 | Add note that the build output should be checked in the USE_BUILDLINK_ONLY | jlam | 1 | -2/+5 | |
case to verify that the tag is true. | |||||
2001-07-01 | In example buildlink.mk file, move inclusion of bsd.buildlink.mk to start | jlam | 1 | -3/+3 | |
of file. | |||||
2001-06-30 | Note that USE_MOTIF and USE_MOTIF12 may be replaced with | jlam | 1 | -1/+3 | |
lesstif/buildlink.k and lesstif12/buildlink.mk, respectively. | |||||
2001-06-29 | Note that EVAL_PREFIX may often be removed in converting packages to use | jlam | 1 | -5/+7 | |
buildlink.mk files. | |||||
2001-06-29 | Add new section: Converting packages to use buildlink.mk files. It needs | jlam | 1 | -1/+29 | |
to be expanded, but what's there should help others to start using buildlink.mk files. | |||||
2001-06-23 | Note caveat about how buildlink.mk doesn't currently meet goal #2 on | jlam | 1 | -10/+13 | |
systems that install packages directly under ${X11BASE} (systems not using xpkgwedge). | |||||
2001-06-23 | Fix grammar a bit in buildlink.mk section. | jlam | 1 | -9/+9 | |
2001-06-21 | - remove empty directories (-P) after the initial checkout | hubertf | 1 | -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-19 | Document buildlink.mk methodology. | jlam | 1 | -63/+162 | |
2001-06-19 | Document PKGLOCALEDIR in PLIST issues. | jlam | 1 | -1/+8 | |
2001-06-16 | Document BUILD_USES_GETTEXT_M4. | jlam | 1 | -4/+6 | |