Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-10-22 | Make target "mps" __identical__ __to__ target "makepatchsum", and not | fredb | 1 | -3/+2 | |
simply depending on it. | |||||
2000-10-22 | Use UPDATE_TARGET (new) instead of DEPENDS_TARGET for 'make update'. This | rh | 1 | -4/+18 | |
allows the user to set DEPENDS_TARGET=update, which will now automatically update all outdated prerequisite packages. | |||||
2000-10-21 | Bring pkg specific options into more of an alphabetic order. | wiz | 1 | -56/+56 | |
2000-10-21 | update ZIP_ENCRYPTION comment, since it only applies to zip1 anymore | wiz | 1 | -2/+2 | |
2000-10-21 | Remove obsoleted RCS_LOCALID section (now runtime variable). | wiz | 1 | -6/+1 | |
2000-10-21 | Add entry for USE_PAM | rh | 1 | -3/+8 | |
2000-10-20 | add adobe-acrobat-license | hubertf | 1 | -1/+2 | |
2000-10-19 | Make print-PLIST output the install-info lines only when it finds | jlam | 1 | -2/+2 | |
files ending in ".info", not for any file that ends in "info". | |||||
2000-10-17 | Quiet perl invocations in bsd.pkg.mk when the locale isn't properly set in | jlam | 1 | -5/+5 | |
the environment. | |||||
2000-10-16 | Change DEPENDS for PKG_JAVA=jdk compiled packages such that both the native | tv | 1 | -2/+2 | |
jdk 1.1.8 and the blackdown-jre 1.2 will work (and make the version just *, not 1.1.*). This is a precursor to native JDK 1.2 support. Leave the preference of the dependency to use the native jdk 1.1. XXX: There should be a standard location not specific to PKG_JAVA for Java packages, and there is no particular need for a DEPENDS on the JVM for most packages (even an external-to-tree JVM is typically happy with the code). This per-VM PREFIX, and particularly configurable JAVA_HOME, is not clean. | |||||
2000-10-15 | Add USE_GLX example entry. | rh | 1 | -2/+7 | |
2000-10-15 | Add USE_MESA and USE_GLX mechanism similar to USE_XPM that detects and | rh | 2 | -3/+31 | |
handles a builtin XFree86-4.x Mesa. | |||||
2000-10-15 | Add TIN_USE_INN_SPOOL which enables support for reading directly in an inn | veego | 1 | -1/+6 | |
spool. This makes reading news much faster if you have a local inn. | |||||
2000-10-13 | Add knob (SHLIB_HANDLING=YES/NO) for packages to specify if they want | jlam | 1 | -1/+4 | |
the automatic shared library handling performed during a "make install". Defaults to "YES". This is part of a fix for PR#9011. | |||||
2000-10-12 | Make sure that -Wl does the right thing on a.out. | skrll | 1 | -3/+3 | |
Make sure that an -fPIC c++rt0 is pulled in for sparc<1.4.3. Fixes: pkg/11166, pkg/10190, pkg/11189, and port-sparc/10846 | |||||
2000-10-10 | Revert last change, it made pkg_info spew. | hubertf | 1 | -6/+6 | |
2000-10-08 | Make pkgsrc works work even if PKG_PATH is set, by passing an empty | hubertf | 1 | -6/+6 | |
PKG_PATH to all pkg_* commands. XXX things like bin-install aren't ready for PKG_PATH set anyways | |||||
2000-09-29 | * Make setting ftp_proxy and http_proxy actually work | hubertf | 1 | -14/+14 | |
* Store (t)sorted list of pkgs to build in .l | |||||
2000-09-29 | Install cvs and ssh and do 'cvs update' only if CVS_USER is set in build.conf. | hubertf | 1 | -7/+9 | |
(Set to "" to prevent update e.g. on sparc64 where we don't have a working ssh yet) | |||||
2000-09-28 | Fix the show-vulnerabilities and show-vulnerabilities-html targets to | agc | 1 | -8/+16 | |
work properly in the absence of a vulnerability list. | |||||
2000-09-27 | Postpone the check for vulnerabilities in the package being installed | agc | 1 | -13/+13 | |
from the middle of root-install until the end of fake-pkg target. At the end of the fake-pkg target, the package has been registered using pkg_create(1), and so it's possible to use relational comparisons of the version numbers, thereby making it possible to use the information from the standard vulnerabilities file. This addresses PR 11077. | |||||
2000-09-26 | Introduce a new mk.conf definition MTOOLS_ENABLE_FLOPPYD, which | agc | 1 | -1/+8 | |
can either be defined or not. This governs the installation of the floppyd binary in the mtools package. The floppyd program needs the SM and ICE libs from the X11 distribution to link (floppyd's authorisation model to enable remote access to floppy drives closely resembles that of X11's xauth model). Modify the mtools Makefile accordingly. | |||||
2000-09-24 | make lintpkgsrc operate on the right dir - with out -P, it goes for | hubertf | 1 | -2/+2 | |
/usr/pkgsrc instead of the current dir. Bad! | |||||
2000-09-21 | Print pkgs with no dependencies as depending on themselves, as they | hubertf | 1 | -10/+17 | |
don't get built. | |||||
2000-09-20 | Add 'mps' as a convenience short-hand for 'makepatchsum' | hubertf | 1 | -1/+2 | |
2000-09-20 | Test to see if there's a ${DISTDIR}/vulnerabilities file before trying | agc | 1 | -5/+11 | |
to access it at root-install time. Fixes a problem reported by Michael Graff and Johnny Lam. | |||||
2000-09-19 | Add the glue for showing any security vulnerabilities to the README.html | agc | 1 | -6/+28 | |
files. | |||||
2000-09-17 | * Put architecture into summary mail | hubertf | 1 | -3/+3 | |
* Prefix every line of the build's output with the architecture, so it's easy to see at a glance which architecture you have scrolling by in front of you | |||||
2000-09-17 | Read FTPHOST from config file | hubertf | 1 | -1/+2 | |
2000-09-15 | rcs id police | hubertf | 3 | -3/+3 | |
2000-09-15 | Allow setting ftp_proxy and http_proxy in build.conf or $environment | hubertf | 2 | -2/+16 | |
2000-09-15 | Bulk build framework | hubertf | 6 | -0/+446 | |
2000-09-15 | Whitespace fix | hubertf | 1 | -2/+2 | |
2000-09-15 | Fix a problem with the print-pkg-size-this on Solaris. | veego | 1 | -5/+8 | |
It use the wrong ls when you have /usr/ucb before /usr/bin in your PATH. The usb-ls doesn't print the group field, so the size is the 4th field and not the 5th one. Fixed by using the /usr/bin one. Added and use: ${LS} which points to the correct ls. Also add a space after the 0 in the AWK part of this target and one after the '+'. Noticed by Klaus Klein. Changes reviewed by Hubert Feyrer. | |||||
2000-09-15 | Add comments explaining each of the three singleton licenses (kermit-license, | jwise | 1 | -1/+9 | |
sun-jsdk20-license and sun-swing-license), and what licenses they correspond to. It is especially important that people do not blindly add these values to ACCEPTABLE_LICENSES, as these values indicate that the user has read and accepted specific license agreements, not general terms of redistribution as with the `generic' LICENSE values. | |||||
2000-09-15 | Use "dc" instead of "expr" to calculate total package size to avoid | tron | 1 | -2/+2 | |
another integer overflow which occured on "i386", too. | |||||
2000-09-15 | Rewrite "print-pkg-size-depends" target to work without invoking "awk". | tron | 1 | -5/+5 | |
2000-09-15 | Fix cut and paste error in last commit. | tron | 1 | -2/+2 | |
2000-09-15 | Because "awk" keeps getting overflows on "arm32" while calculating the | tron | 1 | -8/+13 | |
size of a large package we use "dc" now. | |||||
2000-09-14 | Update "libtool" version number in comment. | tron | 1 | -2/+2 | |
2000-09-14 | Make sure we use the latest (and greatest!) libtool. | skrll | 1 | -2/+2 | |
2000-09-13 | Fix bug in 'describe, introduced in rev. 1.529. | hubertf | 1 | -2/+2 | |
Reported by Launey Thomas <ljt@alum.mit.edu> in private mail. | |||||
2000-09-10 | Improve wording of warning if required package is not found, which | wiz | 1 | -2/+2 | |
causes a dependency to be not registered, to minimize confusion like in pkg/9043. | |||||
2000-09-09 | Add a new mechanism for handling "crypto" packages, as discussed | fredb | 2 | -2/+18 | |
on tech-pkg. Setting either USE_SSL or CRYPTO in the package's Makefile will permit the package to build or not, depending on the setting of MKCRYPTO (set to yes by default). | |||||
2000-09-09 | Note CYRUS_USER and CYRUS_GROUP used by mail/cyrus-imapd. | veego | 1 | -1/+13 | |
2000-09-07 | Correct a factual error in the comment "ways to disable a package": | fredb | 1 | -11/+10 | |
we actually check for "X", and not just Motif. Also, clean up word wrap, and rearrange the sections to be in the same order as the checks they refer to. | |||||
2000-09-07 | Revert last change. I only tested this on netbsd-1-4; it doesn't seem to | fredb | 2 | -26/+12 | |
work on netbsd-1-5 at all. | |||||
2000-09-06 | Introduce a new category, "crypto", with a special property: If the user | fredb | 2 | -12/+26 | |
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-09-06 | Move PKG_DEVELOPER and WRKOBJDIR out of the "NetBSD&" section, and into | fredb | 1 | -13/+13 | |
the "packages only" section. | |||||
2000-09-06 | Move PERL5_* variable definitions out of USE_PERL5 .if.endif block; | jlam | 1 | -2/+2 | |
they're already protected by .if exists(${PERL5}). |