Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-26 | Add a multimedia category. Ok'ed by agc@. | jmmv | 1 | -1/+2 | |
2003-10-04 | Add a geography category, in anticipatino of a number of pending packages. | agc | 1 | -1/+2 | |
2003-09-16 | Abort "make readme-all" before it fails (when there are no README.html files | jmmv | 1 | -1/+6 | |
available) and tell the user what to do. Addresses PR pkg/22413. | |||||
2003-07-25 | style nit: | grant | 1 | -3/+3 | |
target:<space>depends, not <tab> | |||||
2003-07-25 | index target improvements: | grant | 1 | -12/+13 | |
* rename DEPENDSDB to PKGDB * move build of PKGDB to its own target so make(1) removes it if it bombs. ok'd by dmcmahill@. | |||||
2003-07-23 | rework the INDEX file generation. The new approach speeds up things by | dmcmahill | 1 | -7/+41 | |
several orders of magnitude and 'make index' now takes 30 minutes or so instead of several days on my test machine. The approach now is to take one pass through every package and extract some key information including the explicitly listed dependencies. After the data is extracted, the dependencies are flattened in one step which avoids the extremely inefficient recursive make that was previously used. | |||||
2003-06-30 | Sort SUBDIRs properly | hubertf | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-05-03 | Also include ${USER_ADDITIONAL_PKGS} in ${SUBDIR}. This makes it easy | cjep | 1 | -1/+5 | |
to add local directories to the build hierarchy (e.g. wip, local). | |||||
2003-02-09 | s/${ENV}/${SETENV}/, noted by Kevin P. Neal in connection with PR 19586. | wiz | 1 | -2/+2 | |
2003-01-05 | Switch the top level pkgsrc 'readme' and 'cdrom-readme' targets to use the | dmcmahill | 1 | -1/+35 | |
new and much more efficient code. Previously a 'make readme' took over 3 weeks on my SS5 and now takes < 3 hours. The number of make calls has been reduced from somewhere over 1,000,000 to one per package which is around 3,000. The mk/scripts/mkreadme script does all the work now. This script has been used in standalone form for a month or two on ftp.netbsd.org and has had no problem. | |||||
2002-12-15 | Do not use commands directly, use ${COMMAND} instead. | salo | 1 | -30/+27 | |
Remove continuous blank lines. | |||||
2002-12-01 | use = instead of ?= when setting _PKGSRCDIR during the bulk-cache target. | dmcmahill | 1 | -2/+4 | |
Otherwise a bad value of _PKGSRCDIR will be used and the bulk cache creation fails. This didn't show up before because formerly _PKGSRCDIR was previously set in bsd.pkg.mk instead of bsd.prefs.mk as it is now. Should fix bulk build dependency problems noted recently by Hubert. | |||||
2002-09-24 | Some whitespace cleanup. | wiz | 1 | -6/+6 | |
2002-05-31 | Retire japanese category. | seb | 1 | -2/+2 | |
Add the inputmethod category. This is part of the japanese category retirement. | |||||
2001-12-17 | replace some leading spaces with leading tabs. | dmcmahill | 1 | -6/+6 | |
2001-12-17 | - add 'bulk-cache' and 'clean-bulk-cache' targets to create and remove | dmcmahill | 1 | -1/+9 | |
the cache files used during a bulk pkgsrc build. - replace the code in the build script that used to create the cache files with a 'make bulk-cache' call. | |||||
2001-07-17 | Use better expressions for grep, to avoid tagging non-IPv6 enabled packages | wiz | 1 | -2/+2 | |
as IPv6-enabled. Fixes pkg/13394. | |||||
2001-02-27 | echo -> ${ECHO} | hubertf | 1 | -11/+11 | |
2000-12-17 | Move lots of packages to new time category; fix links; add time subcategory | wiz | 1 | -1/+2 | |
to main Makefile. | |||||
2000-12-15 | Move packages from 'net' into new 'chat' category. Add chat to main Makefile. | wiz | 1 | -1/+2 | |
2000-12-14 | Retire plan9 sub-hierarchy. | wiz | 1 | -2/+1 | |
2000-12-12 | Added wm category to main Makefile; remove packages that have been moved | wiz | 1 | -1/+2 | |
from x11 to wm; fix paths in packages that depend on the moved ones. | |||||
2000-12-11 | Add new finance category to main Makefile; remove moved packages from old | wiz | 1 | -2/+2 | |
locations (moved to finance). | |||||
2000-09-07 | Revert last change. I only tested this on netbsd-1-4; it doesn't seem to | fredb | 1 | -2/+1 | |
work on netbsd-1-5 at all. | |||||
2000-09-06 | Introduce a new category, "crypto", with a special property: If the user | fredb | 1 | -1/+2 | |
sets MKCRYPTO=no, packages in this category won't be fetched, installed, built, or packaged. Also, binary package users forbidden, by law, from using strong cryptography would presumably find the list on the category's automatically generated web page useful for ensuring compliance. | |||||
2000-05-12 | Add and enable fonts. | sakamoto | 1 | -1/+2 | |
2000-05-12 | Remove empty corba category. | agc | 1 | -2/+1 | |
2000-05-11 | Introduce a new target "show-host-specific-pkgs", which uses the new | agc | 1 | -1/+6 | |
show-pkgsrc-dir target to compile a list of host specific package directories from which the packages can be built and installed. | |||||
2000-03-30 | Change detection of IPv6-enabled packages by searching for | hubertf | 1 | -2/+3 | |
"^BUILD_DEFS.*=.*USE_INET6" instead of just "USE_INET6" in the pkg's Makefile. Suggested by Jun-ichiro itojun Hagino <itojun@iijlab.net> on tech-pkg. | |||||
2000-02-25 | remove commented out SUBDIR += lines for packages that never got | wiz | 1 | -8/+1 | |
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories. | |||||
2000-02-09 | Add "readme-ipv6" target, that will generate a list of IPv6 ready | hubertf | 1 | -1/+25 | |
packages. | |||||
2000-01-04 | Rewrite moving of old README-all.html aside. | hubertf | 1 | -2/+4 | |
Fixes PR 9120 by Michael Eriksson T/K 2 <Michael.Eriksson@era-t.ericsson.se> | |||||
1999-10-26 | Ignore case when sorting lines in README-all.html | hubertf | 1 | -2/+2 | |
1999-10-22 | Include the total number of packages at the top of README-all.html, and | hubertf | 1 | -1/+6 | |
lose the <TD VALIGN=TOP> entries (the <TR VALIGN=TOP> should be sufficient). Suggested by David Brownlee <abs@mono.org> on tech-pkg@netbsd.org. | |||||
1999-08-23 | only mv README-all.html aside if it exists | hubertf | 1 | -2/+2 | |
1999-08-22 | Collect information from pkgsrc/*/README.html into one long list | hubertf | 1 | -1/+38 | |
(README-all.html), and reference this file. | |||||
1999-06-06 | Add and enable ham. | frueauf | 1 | -1/+2 | |
1999-04-15 | Add new category biology | rh | 1 | -1/+2 | |
1999-03-03 | Back out last two revs and go back to 1.19. | hubertf | 1 | -3/+5 | |
1999-03-03 | Move PKGSRCTOP definition so it's available for bsd.pkg.subdir.mk. | hubertf | 1 | -2/+2 | |
1999-03-02 | Move up including of bsd.pkg.subdir.mk to prevend bsd.prefs.mk | hubertf | 1 | -4/+2 | |
being pulled in twice. | |||||
1999-02-21 | Allow for customised groups of packages at the top-level of pkgsrc. | agc | 1 | -4/+14 | |
If SPECIFIC_PKGS is defined (at the top-level of pkgsrc), then instead of looping through all the categories and then all the packages within that, simply loop through ${SITE_SPECIFIC_PKGS}, ${HOST_SPECIFIC_PKGS}, ${GROUP_SPECIFIC_PKGS} and ${USER_SPECIFIC_PKGS}, which are whitespace separated lists of categories/packages e.g. SITE_SPECIFIC_PKGS+= devel/cvs security/ssh The default behaviour is unchanged - if SPECIFIC_PKGS is not defined, the whole hierarchy will be traversed. Modify mk.conf.example to reflect the settings of SPECIFIC_PKGS, SITE_SPECIFIC_PKGS, HOST_SPECIFIC_PKGS, GROUP_SPECIFIC_PKGS and USER_SPECIFIC_PKGS. Modify the ispell package to use the make definition ISPELL_LANG, rather than just LANG (which can clash with the environment variable of the same name), and modify mk.conf.example accordingly. | |||||
1998-10-28 | Enable new japanese category, and document addition of category, and | garbled | 1 | -2/+2 | |
ja-less-332. | |||||
1998-10-13 | Add and enable parallel category, and document additions. | garbled | 1 | -1/+2 | |
1998-08-28 | Add pkgtools category | agc | 1 | -1/+2 | |
1998-08-20 | Add corba category. | agc | 1 | -1/+2 | |
1998-08-12 | Add and enable category "cross". | tv | 1 | -1/+2 | |
1998-07-24 | Add meta-pkgs category of packages. | agc | 1 | -1/+2 | |
1998-05-17 | Comment out SUBDIR+=ai, since we don't have it yet. | frueauf | 1 | -2/+2 | |