summaryrefslogtreecommitdiff
path: root/Packages.txt
AgeCommit message (Collapse)AuthorFilesLines
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.
2001-04-27Add description how to get pkgsrc via CVS, contributed byhubertf1-1/+20
Mipam <mipam@ibb.net>, with some editing from me.
2001-04-25Replace cc with ${CC} in libtool example.skrll1-2/+2
2001-04-17Update for the distinfo changes.agc1-24/+34
2001-04-17Note that pkg_install can be installed w/o the text set installed ifhubertf1-4/+11
NOMAN=YES is set in the environment.
2001-04-14document the possibility of a pre-build.local file for bulk buildsdmcmahill1-1/+15
2001-03-29Document the EVAL_PREFIX (and the related <dirname>_DEFAULT) definitions.agc1-1/+23
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-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-23Handle the symlinks created by libtool on a.out for certain invocationsskrll1-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-19Document PLIST_SUBST.wiz1-3/+14
2001-03-19document BULK_PREREQ.dmcmahill1-1/+8
2001-03-12Re-enable the -release option of libtool. ELF is fully supported with a.outskrll1-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-27Update libtool to be based on a CVS snapshot of the multi-language branchskrll1-5/+27
2001-02-17Minor changes from Yuji Yamano <yyamano@kt.rim.or.jp> in pkg/12227skrll1-5/+4
2001-02-16Change COMMENT handling:wiz1-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-09Add more text for developers explaining importing packages.agc1-1/+6
2001-02-09+ correct a spelling mistake.agc1-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-02Update list of available categories to new categories (chat, ...).hubertf1-10/+13
Fixes PR 12100 by Nigel Reed <nigel@nelgin.nu>
2001-01-28refer MASTER_SITE_{GNOME,SOURCEFORGE}. warn about use of ACCEPTABLE_LICENSESitojun1-2/+6
in sample mk.conf fragment
2001-01-26Remove reference to LIBTOOL_OVERRIDE. It no longer exists.skrll1-4/+1
2001-01-24Add a sed string that mangles the uname -r output correctly for the newgarbled1-3/+7
binary packages layout on the FTP server.. Pointed out by Hubert F.
2001-01-06Make it clear that it's a bad idea to try having multiple (different)hubertf1-1/+10
settings for LOCALBASE etc., noted by Paul Hoffman <phoffman@proper.com>
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-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-30Remove paragraph about PLIST-mi/md.shared/md.statichubertf1-57/+4
2000-12-17Note that ssh doesn't need to be installed in /etc/rc.conf on 1.5 systems.hubertf1-6/+8
2000-12-15Update for fact that PATCH_FUZZ_FACTOR is on by defaultabs1-9/+8
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.