Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-05-20 | make the bin-install target look at some FTP servers (stored in | hubertf | 1 | -5/+8 | |
BINPKG_SITES). As discussed on tech-pkg. | |||||
2001-05-09 | Improve the libtool description text. Remove an example that relies on | skrll | 1 | -15/+10 | |
libtool internals. | |||||
2001-05-08 | Note that: | abs | 1 | -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-04 | Minor refinements to the section on audit-packages, with many thanks | agc | 1 | -12/+42 | |
to Hubert for the original. | |||||
2001-05-03 | Add entry on automated security checking | hubertf | 1 | -1/+26 | |
2001-05-01 | provide 2 examples of cdpack usage in the bulk->cdpack section. Suggested | dmcmahill | 1 | -1/+33 | |
by Hubert. | |||||
2001-04-28 | add a short section about creating multi-cd binary package sets at the | dmcmahill | 1 | -1/+14 | |
end of the bulk build section. | |||||
2001-04-27 | Add description how to get pkgsrc via CVS, contributed by | hubertf | 1 | -1/+20 | |
Mipam <mipam@ibb.net>, with some editing from me. | |||||
2001-04-25 | Replace cc with ${CC} in libtool example. | skrll | 1 | -2/+2 | |
2001-04-17 | Update for the distinfo changes. | agc | 1 | -24/+34 | |
2001-04-17 | Note that pkg_install can be installed w/o the text set installed if | hubertf | 1 | -4/+11 | |
NOMAN=YES is set in the environment. | |||||
2001-04-14 | document the possibility of a pre-build.local file for bulk builds | dmcmahill | 1 | -1/+15 | |
2001-03-29 | Document the EVAL_PREFIX (and the related <dirname>_DEFAULT) definitions. | agc | 1 | -1/+23 | |
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -40/+51 | |
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org> | |||||
2001-03-23 | Handle the symlinks created by libtool on a.out for certain invocations | skrll | 1 | -2/+2 | |
of libtool involving the -release option. print-PLIST on an a.out machine probably doesn't handle these, i.e. it doesn't remove them from the PLIST. | |||||
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. |