Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-06-02 | Actually, we describe how to use libtool in six simple steps, not seven :-) | rh | 1 | -2/+2 | |
2000-06-02 | * Remove an obsolete paragraph which tried to describe how to use libtool | hubertf | 1 | -13/+12 | |
* Put description on how to use the libtool pkg on GNU pkgs that come with their own libtool | |||||
2000-06-01 | Add note about obsolete pkglibtool. | rh | 1 | -4/+9 | |
2000-05-11 | Fix typo, pointed out by Hubert Feyrer | agc | 1 | -2/+2 | |
2000-05-11 | Define a new target, "show-pkgsrc-dir", which prints the directory | agc | 1 | -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-20 | Warn about too-generous wildcard dependencies, which may prove bogus (using | jdolecek | 1 | -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-10 | Stop phantasizing about merging pkgs back into FreeBSD, instead tell people | hubertf | 1 | -10/+7 | |
to submit patches that apply without fuzz. (Maybe someone could explain the exact issues with this). | |||||
2000-02-10 | A raft of changes from David Maxwell | abs | 1 | -50/+92 | |
2000-02-10 | Add a brief section explaining the 'nb<N>' suffix. | abs | 1 | -1/+8 | |
2000-01-14 | some corrections by David Maxwell | abs | 1 | -22/+29 | |
2000-01-14 | Clarify that resuming 'make update' on an unclean source tree will most | rh | 1 | -8/+14 | |
certainly fail if the package to be updated changes between the initial and subsequent 'make update's. | |||||
2000-01-13 | Add: | hubertf | 1 | -1/+10 | |
9.16 What does "Don't know how to make /usr/share/tmap/tmac.andoc" mean? I've seen this the second time now, which sure makes it a FAQ :) | |||||
2000-01-05 | Note that the debugging procedure not only applies to packages that | hubertf | 1 | -5/+6 | |
come from FreeBSD. | |||||
2000-01-05 | Use += consistently for assigning any DEPENDS | hubertf | 1 | -4/+4 | |
Noted by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at> | |||||
1999-12-07 | Add notes for LTCONFIG_OVERRIDE and LIBTOOL_OVERRIDE definition | sakamoto | 1 | -5/+8 | |
to "FOR GNU PKGS THAT ALREADY SUPPORT LIBTOOL" subsection. | |||||
1999-12-04 | s/troja/trojan/k, noted by Thomas Klausner. | hubertf | 1 | -2/+2 | |
1999-11-26 | Add #9.15: How to handle modified distfiles with the 'old' name | hubertf | 1 | -2/+16 | |
1999-11-23 | Update the DEPENDS section to remove the depricated RUN_DEPENDS variable. | dmcmahill | 1 | -22/+21 | |
1999-11-17 | Fix a typo. Noted by Yuji Yamano, in PR 8818. | agc | 1 | -2/+2 | |
1999-10-31 | Document new behaviour of "update" target. | rh | 1 | -10/+43 | |
1999-09-29 | Mention the port2pkg package in the section about converting a FreeBSD | agc | 1 | -1/+5 | |
port to a NetBSD package. | |||||
1999-09-12 | Add note about our policy of handling user-supplied binary packages. | hubertf | 1 | -5/+6 | |
1999-09-09 | Suggest that package submission include package name and version | tron | 1 | -3/+4 | |
number in the synopsis line of the PR. | |||||
1999-09-08 | pkg/DEINSTALL is called before and after the files are removed. | hubertf | 1 | -4/+4 | |
Noted by Jim Wise. | |||||
1999-08-31 | Remove bogus information about ${INSTALL_TARGET}. | rh | 1 | -7/+4 | |
1999-08-30 | Mention that wildcard dependences now work at source level. | tron | 1 | -1/+9 | |
1999-08-30 | Update section 9.13 to mention auto conflicts between package with the | tron | 1 | -9/+9 | |
same name and a different version string. Fixes PR pkg/8293 by Geoff C. Wing. | |||||
1999-08-29 | Describe 'update' target. | rh | 1 | -2/+27 | |
1999-08-28 | replaced an old reference to 'portlint' with 'pkglint' | dmcmahill | 1 | -3/+3 | |
fixed a typo | |||||
1999-08-22 | Document readme-all target | hubertf | 1 | -1/+8 | |
1999-08-21 | Document PKG_VERBOSE and DEINSTALLDEPENDS in conjunction with | hubertf | 1 | -2/+14 | |
"make deinstall". Thanks to Ross for reminding me to commit these :-PPP | |||||
1999-08-16 | PATCHFILES are fetched from PATCH_SITES. | bad | 1 | -2/+2 | |
1999-07-09 | Document the show-downlevel target. | agc | 1 | -1/+8 | |
1999-07-09 | Add a very short paragraph explaining what the "show-distfiles" target | agc | 1 | -1/+5 | |
does. | |||||
1999-07-09 | Add documentation on the patch-sum file, and how to generate it using | agc | 1 | -1/+11 | |
the "makepatchsum" target | |||||
1999-07-02 | Some packages use bsd-style .mk files when building, and so any manual | agc | 1 | -10/+7 | |
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles. | |||||
1999-04-15 | Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with | tron | 1 | -4/+4 | |
variable substituition of "MASTER_SITES" and "PATCH_SITES". | |||||
1999-02-24 | Correct the wrong information about ldconfig in PLIST files. | agc | 1 | -6/+4 | |
1999-02-19 | Document ${MASTER_SITE_BLAH:=/subdir/name/}. | tv | 1 | -1/+19 | |
1999-02-18 | Remove full path for install-info from examples, we no longer enforce that. | frueauf | 1 | -3/+3 | |
1999-02-10 | - mention pkgsrc/mk/mk.conf.example at some points I found reasonable | frueauf | 1 | -4/+26 | |
- description of all available options and variables is in packages(7) - add note that part of the import/update process for a package is also noting it in doc/pkg-CHANGES - add some warning comment in the "CPP defines" section - current no longer defines "unix" or "__unix__", so the proposed method is no longer reasonable. Someone who knows how to solve this cleanly should redo this section. | |||||
1999-01-30 | Change all occurrences of USE_X11 to USE_X11BASE. | agc | 1 | -4/+4 | |
1999-01-26 | pkglint is in pkgtools, not devel. | abs | 1 | -2/+2 | |
1998-12-19 | Document how to import new packages. | bad | 1 | -1/+20 | |
1998-11-26 | Document ${OPSYS}, ${OS_VERSION} in PLIST | hubertf | 1 | -1/+7 | |
1998-09-23 | Add a cdrom-readme target, a clone of the readme target, for ease of use. | agc | 1 | -23/+56 | |
The URLs in the generated README.html files can be specified by overriding the CDROM_PKG_URL_HOST and CDROM_PKG_URL_DIR definitions. Document the targets, and clean up some English, in Packages.txt | |||||
1998-08-24 | Modify ldconfig part of PLIST, and libtool explanation, to match reality. | agc | 1 | -18/+16 | |
1998-08-21 | Note HOMEPAGE. Also, change portlint->pkglint (forgot before), | tsarna | 1 | -21/+29 | |
update categories list to match recent additions, and update example bison packeg to match more closely what's in pkgsrc. | |||||
1998-08-12 | Shortly document CROSSBASE. | tv | 1 | -5/+6 | |
1998-07-31 | Document the actual differences between uses of ${PREFIX}, ${LOCALBASE}, | tv | 1 | -6/+25 | |
and ${X11BASE}. |