Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-04-02 | If it is `respectively' then I guess that `2.0-compatible' and | seb | 1 | -2/+2 | |
`1.2-compatible' should be inverted. | |||||
2002-03-27 | Make it explicit that the warning about mixing LOCALBASE with the rest of | rh | 1 | -7/+10 | |
the system applies both ways, i.e., don't set LOCALBASE to where you have your system files, *and vice versa*, as this repeatetly has lead to problems (see PRs 15999 and 16029 for the latest examples). | |||||
2002-03-23 | remove some stuff accidentally committed in rev. 1.237 | hubertf | 1 | -6/+1 | |
2002-03-23 | * bulk build setup: document a few variables | hubertf | 1 | -4/+8 | |
* sort order of things to do to setup bulk build sandbox | |||||
2002-03-23 | Add: | hubertf | 1 | -1/+9 | |
10.26 Using pkgsrc on non-NetBSD (Linux, Solaris, Darwin, MacOS X) | |||||
2002-03-13 | Move documentation where it belongs. | hubertf | 1 | -1/+51 | |
Add paragraph "Setting up a sandbox for chroot'ed build" to Packages.txt and xref it from do-sandbox-build script | |||||
2002-03-11 | Give the new section a *unique* number, and be consistent about use of | fredb | 1 | -3/+4 | |
blank lines. | |||||
2002-03-11 | Move the DYNAMIC_MASTER_SITES explanation into it's own subsection of | fredb | 1 | -6/+19 | |
Section 10, and also explain there about _FETCH_MESSAGE. There are a few things in Section 10 which would probably be better in Section 2, but that would entail some major churning, which I'm not prepared to do. | |||||
2002-02-18 | Grammar improvements. | wiz | 1 | -25/+26 | |
2002-02-18 | Document handling of info files, makeinfo and install-info commands with | seb | 1 | -12/+49 | |
mk/texinfo.mk. (Something went wrong, this should have been in my last commit about TeXinfo and all.) | |||||
2002-02-15 | s/NetBSD/Pkgsrc/ in the libtool section. The use of libtool is not limited | skrll | 1 | -2/+2 | |
to NetBSD only. | |||||
2002-02-13 | s/sysctl/uname/, pointed out by Klaus Klein | hubertf | 1 | -13/+13 | |
2002-02-13 | Implement DYNAMIC_MASTER_SITES | abs | 1 | -1/+6 | |
If you need to download from a dynamic URL you can set DYNAMIC_MASTER_SITES and a 'make fetch' will call files/getsite.sh with the name of each file to download as an argument, expecting it to output the URL of the directory from which to download it. graphics/ns-cult3d is an example of this usage. | |||||
2002-02-13 | Typo fix | mjl | 1 | -2/+2 | |
2002-02-12 | Update the AUTOMAKE_OVERRIDE part (its on by default now) with a word of | skrll | 1 | -3/+4 | |
warning that it may cause problems. | |||||
2002-02-12 | Clarify the automake/conf description slightly. | skrll | 1 | -3/+3 | |
autoreconf will call aclocal if necessary and as this is part of automake so its wrong to describe it as the autoconf only option. Change autoreconf to autoconf. Also explictly mark the automake example as "automake and autoconf". | |||||
2002-01-11 | Add and document a new OBJHOSTNAME definition. | agc | 1 | -2/+2 | |
If set, the first component of the hostname (up to the first '.', if any), will be appended to "work." to form the WRKDIR_BASENAME. OBJHOSTNAME takes precedence over OBJMACHINE. | |||||
2002-01-06 | Document recent changes to the fetch targets, especially ${SITES_foo}. | fredb | 1 | -9/+23 | |
2001-12-31 | no point in having two 10.22's | lukem | 1 | -2/+2 | |
2001-12-31 | add 10.22 How to handle compiler bugs | abs | 1 | -1/+15 | |
2001-12-26 | scripts/ no longer exists | mason | 1 | -5/+2 | |
2001-12-15 | Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external | agc | 1 | -5/+5 | |
references of the pkglint package. _PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages which would like to refer to other packages in the build tree. It should not be set by users, but neither should it stop a user from building a package if it is defined, so make it obvious that this is the case. | |||||
2001-12-12 | Retire USE_CURSES, which was superseded by devel/ncurses/buildlink.mk, and | wiz | 1 | -2/+1 | |
has now been purged from pkgsrc. | |||||
2001-12-08 | Clarify things on PKGREVISION a bit, and mention that it should be removed | hubertf | 1 | -6/+11 | |
if the pkg is upgraded to a new release of the software. (Setting PKGREVISION=0 should do ok too, but I don't think we want to document that) | |||||
2001-12-02 | Add support for distfile-specific master sites, as requested in pkg/7471. | wiz | 1 | -1/+5 | |
Syntax: MASTER_SITES_completefilename= http://specific.master/site and similarly for PATCH_SITES. Convert print/ghostscript-nox11 and x11/kterm to take advantage of this. | |||||
2001-11-30 | Remove REPLACE_CURSES from bsd.pkg.mk (not needed anymore), and don't | wiz | 1 | -36/+2 | |
document it and USE_CURSES in Packages.txt anymore (packages should really use devel/ncurses/buildlink.mk instead). | |||||
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -3/+10 | |
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally. | |||||
2001-11-27 | add a few quotes to make things a bit clearer in one place | hubertf | 1 | -2/+2 | |
2001-11-26 | Update description of how to create a user/group account for a package | jlam | 1 | -7/+27 | |
to use PKG_{USERS,GROUPS}. | |||||
2001-11-25 | Add description of PKG_SYSCONFDIR and related variables, and note that | jlam | 1 | -2/+28 | |
pkgsrc policy now is to make packages look for their config files in ${PKG_SYSCONFDIR}. | |||||
2001-11-19 | Note that to handle creating new users/groups for a package, you should use | jlam | 1 | -2/+7 | |
bsd.pkg.install.mk and set PKG_USER/PKG_GROUP appropriately. | |||||
2001-11-08 | Fix typo noted by Masao Uebayashi <uebayasi@soum.co.jp> | jlam | 1 | -2/+2 | |
2001-11-03 | Update for "pkg/"-removal. | wiz | 1 | -36/+26 | |
2001-11-03 | Ding dong, the scripts are dead! | hubertf | 1 | -30/+2 | |
2001-10-31 | Missing semicolons between commands in automake example. | jlam | 1 | -5/+5 | |
2001-10-30 | correct LIBTOOL_OVERRIDE usage | drochner | 1 | -2/+2 | |
2001-10-26 | Document how to deal with packages that need autoconf/automake and | jlam | 1 | -2/+28 | |
AUTOMAKE_OVERRIDE. | |||||
2001-10-24 | I am a triple idiot. The only relevant variable that x11.buildlink.mk | jlam | 1 | -5/+1 | |
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files. | |||||
2001-10-24 | Note that x11.buildlink.mk should be included first. | jlam | 1 | -1/+5 | |
2001-10-17 | * Replace BUILD_ROOT with PKGSRCDIR in one example | hubertf | 1 | -3/+10 | |
* Note how to clean-up after unpacking/building another package | |||||
2001-10-15 | Add a section, for developers' benefit mainly, related to updating | agc | 1 | -1/+29 | |
packages in pkgsrc. | |||||
2001-10-13 | Add mosaic-license to bulk-build licences | abs | 1 | -1/+2 | |
2001-10-11 | Remove references on how to import FreeBSD ports, since this hasn't been | wiz | 1 | -215/+76 | |
our main source for packages for a long time, and was confusing people. Also some cleanups, rewrite of section 9, and some updates to a more current pkgsrc situation. | |||||
2001-10-11 | Note that on import, one should include part of the pkg/DESCR file | martti | 1 | -1/+5 | |
in the commit message. | |||||
2001-10-02 | Clarify and shorten the '-[0-9]* should be used instead of -*' section | abs | 1 | -11/+3 | |
2001-09-30 | Add 'show-installed-depends' - neat implementation thanks to Hubert. | abs | 1 | -1/+5 | |
2001-09-29 | another typo | hubertf | 1 | -2/+2 | |
2001-09-29 | Fix typo pointed out by marius@alchemy.franken.de in private mail. | hubertf | 1 | -2/+2 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -5/+5 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-09-26 | Change tabs to spaces in example output for audit-package install in 10.21. | jmc | 1 | -3/+3 | |
This makes the TOC generation clean again. |