Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-19 | Document PLIST_SUBST. | wiz | 1 | -3/+14 | |
2001-03-19 | document BULK_PREREQ. | dmcmahill | 1 | -1/+8 | |
2001-03-12 | Re-enable the -release option of libtool. ELF is fully supported with a.out | skrll | 1 | -3/+5 | |
support to follow. Note this in documentation. Bump revision of libtool to nb3 and update dependencies. Update (sort) known affected PLISTs. Fixes pkg/12368 by Kimmo Suominen <kim@tac.nyc.ny.us> Fixes problems with cross/* noted on tech-pkg and packages by Chuck Cranor <chuck@research.att.com>, and Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at> | |||||
2001-02-27 | Update libtool to be based on a CVS snapshot of the multi-language branch | skrll | 1 | -5/+27 | |
2001-02-17 | Minor changes from Yuji Yamano <yyamano@kt.rim.or.jp> in pkg/12227 | skrll | 1 | -5/+4 | |
2001-02-16 | Change COMMENT handling: | wiz | 1 | -45/+41 | |
COMMENTs are now a variable in the Makefile instead of a pkg/COMMENT file. The COMMENT var should be in the maintainer block after the homepage. Modify bsd.pkg.mk, pkglint, url2pkg, and port2pkg (last one untested) for the new behaviour. Document new state in Packages.txt. This should save lots of inodes, and lots of time when untarring/updating. Idea by Alistair Crooks. For the time being, accept pkg/COMMENT instead of a COMMENT var to avoid a flag day. | |||||
2001-02-09 | Add more text for developers explaining importing packages. | agc | 1 | -1/+6 | |
2001-02-09 | + correct a spelling mistake. | agc | 1 | -11/+17 | |
+ remind developers about one of the more common (and far-reaching) problems of "cvs import", namely that files relative to the $cwd are imported, and the given pathname is so that cvs knows where to store these files in the repository. + clean up example names so that they're a bit less "amateur" | |||||
2001-02-02 | Update list of available categories to new categories (chat, ...). | hubertf | 1 | -10/+13 | |
Fixes PR 12100 by Nigel Reed <nigel@nelgin.nu> | |||||
2001-01-28 | refer MASTER_SITE_{GNOME,SOURCEFORGE}. warn about use of ACCEPTABLE_LICENSES | itojun | 1 | -2/+6 | |
in sample mk.conf fragment | |||||
2001-01-26 | Remove reference to LIBTOOL_OVERRIDE. It no longer exists. | skrll | 1 | -4/+1 | |
2001-01-24 | Add a sed string that mangles the uname -r output correctly for the new | garbled | 1 | -3/+7 | |
binary packages layout on the FTP server.. Pointed out by Hubert F. | |||||
2001-01-06 | Make it clear that it's a bad idea to try having multiple (different) | hubertf | 1 | -1/+10 | |
settings for LOCALBASE etc., noted by Paul Hoffman <phoffman@proper.com> | |||||
2001-01-04 | The way that shared objects were handled in the PLISTs and bsd.pkg.mk was | agc | 1 | -5/+5 | |
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this. | |||||
2000-12-30 | Remove paragraph about PLIST-mi/md.shared/md.static | hubertf | 1 | -57/+4 | |
2000-12-17 | Note that ssh doesn't need to be installed in /etc/rc.conf on 1.5 systems. | hubertf | 1 | -6/+8 | |
2000-12-15 | Update for fact that PATCH_FUZZ_FACTOR is on by default | abs | 1 | -9/+8 | |
2000-12-08 | REQ is no more, its place is taken by INSTALL & friends. | wiz | 1 | -6/+1 | |
2000-12-07 | Note that -release should not be used in libtool - says Rene :) | hubertf | 1 | -2/+3 | |
2000-12-06 | For libtool section, make clear what gets into PLIST | hubertf | 1 | -1/+5 | |
2000-12-06 | Add some information to lighten up the recent libtool confusion: | hubertf | 1 | -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-02 | USE_CURSES logic moved to bsd.prefs.mk | wiz | 1 | -3/+3 | |
2000-11-01 | One package per pr, please! | hubertf | 1 | -3/+6 | |
2000-10-22 | Expand section on fetching all distfiles (9.6) a bit, after discussion | hubertf | 1 | -3/+26 | |
with Robert Elz <kre@munnari.OZ.AU> in PR 11286. | |||||
2000-10-18 | Add a note to appendix B noting the changes to how binary packages are to be | garbled | 1 | -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) | hubertf | 1 | -50/+34 | |
* Remove stray TOC for FAQs * Some polishing up | |||||
2000-10-17 | Remove some clutter (obviously some vi user wanted to save... :-) | hubertf | 1 | -2/+2 | |
2000-10-17 | Put documentation on print-PLIST in one place. | hubertf | 1 | -4/+15 | |
2000-10-17 | Make description of X11BASE line up with the rest of the described | hubertf | 1 | -7/+7 | |
variables. | |||||
2000-10-17 | capitalize properly | hubertf | 1 | -2/+2 | |
2000-10-13 | Document SHLIB_HANDLING in misc section where it talks about ldconfig. | jlam | 1 | -2/+3 | |
2000-10-11 | Flesh out description of 'readme' target a bit, text submitted by | hubertf | 1 | -7/+7 | |
Jeremy C. Reed <reed@rainier.reedmedia.net> in PR 11156 | |||||
2000-09-18 | sam has moved from plan9 to editors - refer to it under its new location | abs | 1 | -3/+3 | |
2000-09-15 | Bulk build framework | hubertf | 1 | -16/+55 | |
2000-09-08 | Mention some more variables needed for bulk builds, most | hubertf | 1 | -5/+15 | |
important DEPENDS_TARGET. | |||||
2000-09-07 | When prepare a machien for bulk builds, take into account that the | hubertf | 1 | -4/+4 | |
ssh pkg could be deleted by some amok running script, and install ssh via "make bulk-install". | |||||
2000-08-27 | Add new section 5.3 which describes PLISTs for perl5 modules. | jlam | 1 | -1/+18 | |
2000-08-25 | Add a "Requirements" sections to chapter 2 (Installing by Building) | tron | 1 | -4/+12 | |
which lists the NetBSD distribution sets required to build packages. | |||||
2000-08-17 | remove paragraph about pkglibtool | wiz | 1 | -7/+2 | |
2000-08-16 | add a note suggesting that LOCALBASE should only be for pkgsrc and not | dmcmahill | 1 | -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-03 | Clarify the idea behind the "Table of contents" a bit | hubertf | 1 | -1/+2 | |
2000-07-30 | Document "info" target. | tron | 1 | -2/+5 | |
2000-07-29 | Add section about how to use USE_CURSES, NEED_NCURSES, and | wiz | 1 | -2/+31 | |
REPLACE_NCURSES. Unrelated whitespace fix. | |||||
2000-07-28 | One more preparational step for people who want to try the bulk | hubertf | 1 | -1/+2 | |
targets (cut&paste-ready) | |||||
2000-07-28 | Document bulk bilding (process for portmasters etc., and the targets, | hubertf | 1 | -3/+103 | |
in case someone cares for what they do ;-) | |||||
2000-07-21 | Sync description of REINSTALL with reality. | rh | 1 | -6/+6 | |
2000-07-20 | Add NO_CDROM to the list of deprecated variables for package restriction. | rh | 1 | -3/+3 | |
2000-07-20 | Add an FAQ entry about restricted packages noting usage of the new | rh | 1 | -2/+48 | |
NO_{SRC,BIN}_ON_{FTP,CDROM} variables. | |||||
2000-07-19 | fix missing ", pointed out by Federico Lupi in private mail | hubertf | 1 | -2/+2 | |
2000-07-16 | clarify auto-handling of ELF shlib-links a bit | hubertf | 1 | -2/+3 | |