summaryrefslogtreecommitdiff
path: root/Packages.txt
AgeCommit message (Collapse)AuthorFilesLines
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.
2000-01-13Add:hubertf1-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-05Note that the debugging procedure not only applies to packages thathubertf1-5/+6
come from FreeBSD.
2000-01-05Use += consistently for assigning any DEPENDShubertf1-4/+4
Noted by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
1999-12-07Add notes for LTCONFIG_OVERRIDE and LIBTOOL_OVERRIDE definitionsakamoto1-5/+8
to "FOR GNU PKGS THAT ALREADY SUPPORT LIBTOOL" subsection.
1999-12-04s/troja/trojan/k, noted by Thomas Klausner.hubertf1-2/+2
1999-11-26Add #9.15: How to handle modified distfiles with the 'old' namehubertf1-2/+16
1999-11-23Update the DEPENDS section to remove the depricated RUN_DEPENDS variable.dmcmahill1-22/+21
1999-11-17Fix a typo. Noted by Yuji Yamano, in PR 8818.agc1-2/+2
1999-10-31Document new behaviour of "update" target.rh1-10/+43
1999-09-29Mention the port2pkg package in the section about converting a FreeBSDagc1-1/+5
port to a NetBSD package.
1999-09-12Add note about our policy of handling user-supplied binary packages.hubertf1-5/+6
1999-09-09Suggest that package submission include package name and versiontron1-3/+4
number in the synopsis line of the PR.
1999-09-08pkg/DEINSTALL is called before and after the files are removed.hubertf1-4/+4
Noted by Jim Wise.
1999-08-31Remove bogus information about ${INSTALL_TARGET}.rh1-7/+4
1999-08-30Mention that wildcard dependences now work at source level.tron1-1/+9
1999-08-30Update section 9.13 to mention auto conflicts between package with thetron1-9/+9
same name and a different version string. Fixes PR pkg/8293 by Geoff C. Wing.
1999-08-29Describe 'update' target.rh1-2/+27
1999-08-28replaced an old reference to 'portlint' with 'pkglint'dmcmahill1-3/+3
fixed a typo
1999-08-22Document readme-all targethubertf1-1/+8
1999-08-21Document PKG_VERBOSE and DEINSTALLDEPENDS in conjunction withhubertf1-2/+14
"make deinstall". Thanks to Ross for reminding me to commit these :-PPP
1999-08-16PATCHFILES are fetched from PATCH_SITES.bad1-2/+2
1999-07-09Document the show-downlevel target.agc1-1/+8
1999-07-09Add a very short paragraph explaining what the "show-distfiles" targetagc1-1/+5
does.
1999-07-09Add documentation on the patch-sum file, and how to generate it usingagc1-1/+11
the "makepatchsum" target
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-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-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-4/+4
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-02-24Correct the wrong information about ldconfig in PLIST files.agc1-6/+4
1999-02-19Document ${MASTER_SITE_BLAH:=/subdir/name/}.tv1-1/+19