summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-09-09Reorganize crypto handling, as discussed on tech-pkg. Remove allfredb31-155/+76
RESTRICTED= variables that were predicated on former U.S. export regulations. Add CRYPTO=, as necessary, so it's still possible to exclude all crypto packages from a build by setting MKCRYPTO=no (but "lintpkgsrc -R" will no longer catch them). Specifically, - - All packages which set USE_SSL just lose their RESTRICTED variable, since MKCRYPTO responds to USE_SSL directly. - - realplayer7 and ns-flash keep their RESTRICTED, which is based on license terms, but also gain the CRYPTO variable. - - srp-client is now marked broken, since the distfile is evidently no longer available. On this, we're no worse off than before. [We haven't been mirroring the distfile, or testing the build!] - - isakmpd gets CRYPTO for RESTRICTED, but remains broken. - - crack loses all restrictions, as it does not evidently empower a user to utilize strong encryption (working definition: ability to encode a message that requires a secret key plus big number arithmetic to decode).
2000-09-09Fix configure script to first determine if we are on a bigendian system orwiz3-15/+78
not, and only then set the corresponding variables. Addresses pkg/9803.
2000-09-09Add a new mechanism for handling "crypto" packages, as discussedfredb2-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-09Don't find any installed pthreads packages. Addresses pkg/9835.wiz2-6/+42
2000-09-09add @dirrm share/cfenginewiz1-1/+2
2000-09-09Update MASTER_SITE, as noted in pkg/9831.wiz1-2/+2
XXX: This package should probably be updated after the freeze.
2000-09-09Also patch the start and config skripts to use ${MACHINE_ARCH} insteadwiz5-6/+41
of uname -m (instead of only install skript only). Addresses pkg/10017.
2000-09-09Note CYRUS_USER and CYRUS_GROUP used by mail/cyrus-imapd.veego1-1/+13
2000-09-09Fix the path for the fxtv_cnvt.sh script.veego2-1/+15
2000-09-09Don't use internal libdb, use NetBSD's, as suggested by Patrick Welche inwiz6-17/+44
pkg/10340. While I'm here: set MANCOMPRESSED_IF_MANZ; and fix .El in another man page.
2000-09-09Remove the xpm DEPENDS line. USE_XPM is enough.veego1-2/+1
2000-09-09Fix compilation warningwiz2-1/+15
2000-09-09Correct dependency on suse_x11.jlam1-2/+2
2000-09-09Minor churn:fredb1-12/+11
- - Don't try to build on powerpc. This is not useful, and it was never tested anyway. - - ${IGNORE} doesn't need to be set from within a .BEGIN target. - - Move lines that don't need to be after .include ../../bsd.prefs.mk into the main body, same for lines that don't need to be in the header.
2000-09-09Fix permissions for netplan.dir; other minor fixes to PLIST.fredb4-9/+10
Closes PR pkg/8942.
2000-09-09fix coredump on empty lines, warn if files given on commandline are notwiz2-11/+42
in checksum file
2000-09-09Add link to openssl headers directory to ${WRKSRC}/pppd/openssl as some ofjlam1-19/+21
the copied sources reference <openssl/*> headers. Also, simplify the Makefile to be more readable. Addresses pkg/9809.
2000-09-09Fix compilation as non-root, based on a suggestion by Lex Wennmacherwiz2-4/+4
in pkg/10975.
2000-09-09Change default window title bar from 'FreeBSD TV' to 'BSD TV'.wiz2-1/+15
2000-09-09Update to use tcl/tk-8.3.2.wiz4-15/+16
Addresses pkg/10956.
2000-09-09Install screenblankers setuid root, so they can verify passwordshubertf1-1/+2
properly.
2000-09-08Adapt this package to tk-8.3.2.jwise6-21/+23
2000-09-08try 2nd and subsequent destination if we have multiple addresses resolveditojun2-84/+70
from an FQDN hostname. patch from kazu@kame.net, sync with kame tree. repairs PR 10972.
2000-09-08We don't need all of suse_linux, just suse_libc5 and suse_x11.jlam1-2/+3
2000-09-08We don't need all of suse_linux, just suse_compat and suse_x11.jlam1-2/+3
2000-09-08We don't need all of suse_linux, just suse_libc5jlam3-6/+6
2000-09-08Mention some more variables needed for bulk builds, mosthubertf1-5/+15
important DEPENDS_TARGET.
2000-09-08use 9/8 apache IPv6 patch. this fixes some problem in http proxying codeitojun2-4/+4
(URL parser makes mistake on certain pattern)
2000-09-08Real Player doesn't need all of "suse_linux", just "suse_x11".tron1-2/+2
2000-09-08Rework this package so that the BLT extension can be loaded into any runningjwise5-153/+183
tcl interpreter (as intended), instead of requiring users to use the bltwish interpreter.
2000-09-08Update uvscan-dat to 4094. The older distfile is no longer available.jlam2-4/+4
This is just a more recent database of viruses.
2000-09-08Fix dependency line: we were depending on suse_base, but building injlam1-2/+2
suse_linux.
2000-09-08Acrobat Reader doesn't need all of suse_linux, just suse_x11.jlam1-2/+2
2000-09-08Adapt this package to tk-8.3.2.jwise3-10/+8
2000-09-08Also install the private tk header file `default.h' to ↵jwise2-2/+4
${PREFIX}/include/tk/generic as it is needed by mbone/nte.
2000-09-08Adapt this package to tk-8.3.2.jwise3-12/+12
2000-09-08`mbone / I'm in mbone / and my heart it swells, so I can hardly speak'jwise3-10/+9
Adapt this package to tk-8.3.2.
2000-09-07Remove scotty, and add and enable tcl-scotty and tkined.jwise1-2/+3
2000-09-07Initial import of tkined, a graphical network monitoring tool distributedjwise4-0/+208
with scotty. This package and ../tcl-scotty supplant the old scotty package. Changes to tkined since version 1.4.8 (the version installed by the previous scotty package): 16/9/98 (bug fix) Added calls to Tcl_RegisterChannel and Tcl_UnregisterChannel in order to protect the channels used to communicate with scotty scripts. 29/6/98 (bug fix) Fixed the snmp_monitor.tcl script to handle Unsigned32 and Integer32 data types. 12/6/98 (bug fix) Fixed some error handling and cleanup code in the ip_discover.tcl script.
2000-09-07Initial import of tcl-scotty, the Tnm (tcl network monitoring) module forjwise10-0/+561
tcl, and the scotty interpreter, which has tnm built in. Note that it is expected that many users will choose to do #!/usr/pkg/bin/tclsh package require Tnm instead of #!/usr/pkg/bin/scotty This package and the pkgsrc/net/tkined package supplant the pkgsrc/net/scotty package, updating the pkgsrc scotty support to scotty-2.1.10, and adapting it to tcl/tk-8.3.2. Changes to the scotty packages since scotty-2.1.8: * tcl-scotty and tkined are now separate packages. tcl-scotty installs the tnm network monitoring extensions for tcl and the scotty interpreter, and can be installed on machines without x11, and by extension without tk. tkined installs the program tkined, which is a (really cool) graphical network diagraming/discovery/monitoring app based on tnm. changes to the tnm module itself since scotty-2.1.8: ----------------- Released 2.1.10, 29/10/98 ----------------------- 22/9/98 (feature change) Changed the "--disable-multicast" configure option to "--enable-multicast". This means that multicast support is turned off by default. 15/9/98 (bug fix) Added additional tests to calls to inet_addr in order to accept the value 255.255.255.255. 9/7/98 (bug fix) Make sure we return a Tcl error message when the MIB parser detects an error. 8/7/98 (bug fix) Map the BITS data type to the underlying OCTET STRING in the MIB parser. 8/7/98 (bug fix) Allow relative pathes in the tnm(mibs) variable so that one can write "vendor/file.mib" and scotty will search for the file in $tnm(library)/site/vendor/file.mib. (Suggestion and patch from Joe Rogers <joe@usf.edu>.) 26/6/98 (bug fix) The code now accepts traps and informs with arbitrary community strings. This behaviour is now consistent with the way SNMPv3 folks look at the problem. The community string is passed in the session handle to the callback. 25/6/98 (bug fix) Added back code to encode and decode Opaque values. 2/5/98 (bug fix) Fixed the MIB parser to use SEQUENCE as a default type for unknown type names used in SYNTAX clauses. This solves some problems with forward references by making a best guess. 2/5/98 (bug fix) Handle variables that can not be created by returning an error message instead of dumping core. ----------------- Released 2.1.9, 23/4/98 ----------------------- 23/4/98 (bug fix) Fixed the non-unique request ID bug. Added the cleanup loop to close all unused file descriptors to straps. 25/2/98 (bug fix) Inclusion of <asm/byteorder.h> caused problems and RedHat systems. We now use the configured WORDS_BIGENDIAN value to determine the byte order in ntping.c 4/2/98 (bug fix) Fixed the selection of SNMP agents in the standalone version of the mibtree script.
2000-09-07change LLONG_MAX/LLONG_MIN to QUAD_MAX/QUAD_MIN since the former don'tdanw2-6/+6
exist in 1.4
2000-09-07Correct a factual error in the comment "ways to disable a package":fredb1-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-07Enable all cross-packages. This way we will at least see (in the nextwiz1-18/+18
bulk build) which still work.
2000-09-07add and enable netscapewiz1-1/+2
2000-09-07replace tcldom and tclxml by tcl-dom and tcl-xmlwiz1-3/+3
2000-09-07add and enable tkcronwiz1-1/+2
2000-09-07When prepare a machien for bulk builds, take into account that thehubertf1-4/+4
ssh pkg could be deleted by some amok running script, and install ssh via "make bulk-install".
2000-09-07fix Xaw checkhubertf1-2/+2
2000-09-07Try to remove correct SSL directory from apache config directory.jlam1-2/+2
2000-09-07Update dependency on libperl to 5.0* or >=5.6.0nb1. Modify build tojlam1-3/+3
find shared DynaLoader_pic.o needed by mod_perl.so.