summaryrefslogtreecommitdiff
path: root/Packages.txt
AgeCommit message (Collapse)AuthorFilesLines
2000-12-08REQ is no more, its place is taken by INSTALL & friends.wiz1-6/+1
2000-12-07Note that -release should not be used in libtool - says Rene :)hubertf1-2/+3
2000-12-06For libtool section, make clear what gets into PLISThubertf1-1/+5
2000-12-06Add some information to lighten up the recent libtool confusion:hubertf1-5/+11
* When compiling a shared lib, always include -version-info x:y (even if x, y are 0). PLIST gets .la and libfoo.so.x.y entries. * ONLY when compiling a shared object (that's later opened with dlopen(3), NOT a shared lib, use -module -avoid-version. PLIST only gets the foo.so entry.
2000-11-02USE_CURSES logic moved to bsd.prefs.mkwiz1-3/+3
2000-11-01One package per pr, please!hubertf1-3/+6
2000-10-22Expand section on fetching all distfiles (9.6) a bit, after discussionhubertf1-3/+26
with Robert Elz <kre@munnari.OZ.AU> in PR 11286.
2000-10-18Add a note to appendix B noting the changes to how binary packages are to begarbled1-1/+10
uploaded to ftp.netbsd.org. If you are building binary packages for 1.5, you should read this change.
2000-10-17 * Move section 4.7 (Importing to CVS), and merge with section 10 (Submitting)hubertf1-50/+34
* Remove stray TOC for FAQs * Some polishing up
2000-10-17Remove some clutter (obviously some vi user wanted to save... :-)hubertf1-2/+2
2000-10-17Put documentation on print-PLIST in one place.hubertf1-4/+15
2000-10-17Make description of X11BASE line up with the rest of the describedhubertf1-7/+7
variables.
2000-10-17capitalize properlyhubertf1-2/+2
2000-10-13Document SHLIB_HANDLING in misc section where it talks about ldconfig.jlam1-2/+3
2000-10-11Flesh out description of 'readme' target a bit, text submitted byhubertf1-7/+7
Jeremy C. Reed <reed@rainier.reedmedia.net> in PR 11156
2000-09-18sam has moved from plan9 to editors - refer to it under its new locationabs1-3/+3
2000-09-15Bulk build frameworkhubertf1-16/+55
2000-09-08Mention some more variables needed for bulk builds, mosthubertf1-5/+15
important DEPENDS_TARGET.
2000-09-07When prepare a machien for bulk builds, take into account that thehubertf1-4/+4
ssh pkg could be deleted by some amok running script, and install ssh via "make bulk-install".
2000-08-27Add new section 5.3 which describes PLISTs for perl5 modules.jlam1-1/+18
2000-08-25Add a "Requirements" sections to chapter 2 (Installing by Building)tron1-4/+12
which lists the NetBSD distribution sets required to build packages.
2000-08-17remove paragraph about pkglibtoolwiz1-7/+2
2000-08-16add a note suggesting that LOCALBASE should only be for pkgsrc and notdmcmahill1-4/+9
shared with other programs to prevent conflicts. Hopefully this will help avoid people trying to do things like LOCALBASE=/usr as in PR pkg/10783.
2000-08-03Clarify the idea behind the "Table of contents" a bithubertf1-1/+2
2000-07-30Document "info" target.tron1-2/+5
2000-07-29Add section about how to use USE_CURSES, NEED_NCURSES, andwiz1-2/+31
REPLACE_NCURSES. Unrelated whitespace fix.
2000-07-28One more preparational step for people who want to try the bulkhubertf1-1/+2
targets (cut&paste-ready)
2000-07-28Document bulk bilding (process for portmasters etc., and the targets,hubertf1-3/+103
in case someone cares for what they do ;-)
2000-07-21Sync description of REINSTALL with reality.rh1-6/+6
2000-07-20Add NO_CDROM to the list of deprecated variables for package restriction.rh1-3/+3
2000-07-20Add an FAQ entry about restricted packages noting usage of the newrh1-2/+48
NO_{SRC,BIN}_ON_{FTP,CDROM} variables.
2000-07-19fix missing ", pointed out by Federico Lupi in private mailhubertf1-2/+2
2000-07-16clarify auto-handling of ELF shlib-links a bithubertf1-2/+3
2000-07-06Add note on 'make bin-install'hubertf1-1/+7
2000-07-06Add some bits for PKG_DEVELOPERhubertf1-5/+19
2000-07-01Add FAQ entry: "Could not find bsd.own.mk" - what's wrong?hubertf1-1/+13
2000-06-30Update list of categories (no more corba).wiz1-11/+23
Add two paragraphs recommending use of the pkgdiff package. Improve wording of paragraph about pkg-CHANGES.
2000-06-30Update Packages.txt to reflect reality - there has been a way ofagc1-17/+16
installing X11 packages in ${LOCALBASE} for a while now. Document the new X11PREFIX definition, which points to X11BASE by default, or LOCALBASE if xpkgwedge is installed.
2000-06-16Document print-PLIST targethubertf1-3/+10
2000-06-02Actually, we describe how to use libtool in six simple steps, not seven :-)rh1-2/+2
2000-06-02 * Remove an obsolete paragraph which tried to describe how to use libtoolhubertf1-13/+12
* Put description on how to use the libtool pkg on GNU pkgs that come with their own libtool
2000-06-01Add note about obsolete pkglibtool.rh1-4/+9
2000-05-11Fix typo, pointed out by Hubert Feyreragc1-2/+2
2000-05-11Define a new target, "show-pkgsrc-dir", which prints the directoryagc1-1/+9
from which an installed package can be re-installed. This can be used to build up a list of host specific packages, which is useful, for example, in re-building all packages on a machine for a.out to ELF transition.
2000-04-20Warn about too-generous wildcard dependencies, which may prove bogus (usingjdolecek1-4/+14
tk-* as example). Also fix no more accurate info regarding wildcard deps - they are now retained even for binary packages. Suggested by David Brownlee.
2000-03-10Stop phantasizing about merging pkgs back into FreeBSD, instead tell peoplehubertf1-10/+7
to submit patches that apply without fuzz. (Maybe someone could explain the exact issues with this).
2000-02-10A raft of changes from David Maxwellabs1-50/+92
2000-02-10Add a brief section explaining the 'nb<N>' suffix.abs1-1/+8
2000-01-14some corrections by David Maxwellabs1-22/+29
2000-01-14Clarify that resuming 'make update' on an unclean source tree will mostrh1-8/+14
certainly fail if the package to be updated changes between the initial and subsequent 'make update's.