summaryrefslogtreecommitdiff
path: root/mbone
AgeCommit message (Collapse)AuthorFilesLines
2001-10-31Move pkg/ files into package's toplevel directoryzuntum20-20/+20
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-08-27Use wildcard dependence on "autoconf" package.tron2-4/+4
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-31Wildcard tk dependency.wiz1-2/+2
2001-05-05Mechanical changes of tk DEPENDS:jlam5-10/+10
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0
2001-04-18Move to sha1 digests, and add distfile sizes.agc7-14/+21
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc21-78/+64
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf2-4/+4
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz14-14/+14
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-8/+10
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-07Fix a few more paste-o's.fredb2-4/+4
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron2-4/+4
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-28There is one place where Tcl_Eval is called with a const value but thehubertf2-1/+16
manpage says it should be calles with a writable value. See PR 7611 by Michael Graff <explorer@flame.org> for a longer description. The patch was also sent back to the sdr maintainers.
2000-12-27Fix compilation on alpha.wiz2-1/+15
2000-12-21add and enable common-mmlwiz1-1/+2
2000-12-17Import common-mml-1.2.0:hubertf8-0/+150
The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD) and on Windows 95/98/NT. The following protocols/algorithms are included in the library: * Base64 encoding/decoding * Binary tree * Random number * HMAC authentication * MD5 * DES * RTP * Mbus
2000-12-17enable IPv6 if USE_INET6 is sethubertf1-1/+5
2000-12-17Update sdr to 3.0. Changes:hubertf21-537/+92
3.0 K.Hasler/E.Whelan 22 Aug 2000 - new 'application' media type for session directories - fixed byte ordering of headers on intel machines - fixed IP6 address allocation for unix IP6 stacks - Authentication and encryption code fixed to allow for extra space for IPv6 addresses - Added IPv6 flags to configure scripts "--enable-ipv6" 3.0 K.Hasler 6 Dec 1999 - changed use of option get to use the resource procs in generic.tcl - store_address now returns if it already has the address. 3.0 C.Perkins 16 Nov 1999 - Remove TTL scoping option 2.9 K.Hasler 26 Oct 1999 - created a directory type for the directory icon, so that the directory icon is displayed for directory sessions in the main SDR window. - Fix reshow_sessions to delete sessbox when they exist - fixes problem when using the Apply button from the preferences window. 2.9 E.Whelan 25 Oct 1999 - fixed window problems caused by adding directories - fixes problems with passphrase window. - eg geometry option and key passphrase window at startup - FAQ has also been updated - Fixed problem which quit from SDR when closed directory windows 2.8 K.Hasler 9 Sep 1999 - fixdaysinmonth proc fixes daysinmonth variable for leap years. Used when creating a new session and in calendar. - Fix convert_vars to recognise other variable separators (ie not just /). - Fixed set_fmt_menu in create_proc_menu which had attributes in wrong order. - Directory SDP Patches from: http://www.live.com/sdrpatch.html 2.7e K.Hasler 15 July 1999 - enabled pgp
2000-12-16Update to 2.7nb1 by applying the patches from PR 11019.hubertf10-21/+260
Patches by Love <lha@stacken.kth.se> PR 11019 by Manuel Bouyer <bouyer@antioche.lip6.fr>
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-2/+1
Consistent 4 character indentation of SUBDIR entries.
2000-12-03Make this build on Alpha.mycroft1-3/+1
2000-12-03Make this build on Alpha.mycroft4-4/+38
2000-10-23Regen.mycroft1-2/+2
2000-10-23Nuke -ggdb. We strip the installed executable anyway, and this option breaksmycroft1-2/+2
builds on at least PowerPC.
2000-10-21add RCS Idwiz1-0/+1
2000-09-09Reorganize crypto handling, as discussed on tech-pkg. Remove allfredb3-15/+6
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-08Adapt this package to tk-8.3.2.jwise6-21/+23
2000-09-08Adapt this package to tk-8.3.2.jwise3-10/+8
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-01Mark remaining packages which need to be updated to work with tcl-8.3.2jwise4-4/+12
with BROKEN= This package has not yet been updated to work with tcl-8.3.2. in order to make bulk builds quieter. These packages will be updated over the weekend.
2000-08-31Adapt this for tk-8.3.2, and fix for case where built as non-root (but installedjwise3-10/+12
as root).
2000-08-30Adapt to tk-8.3.2.jwise3-8/+8
2000-08-24We don't need BUILD_DEPENDS and DEPENDS for the same package,wiz1-2/+2
but we need an autoconf dependency if we use it.
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf3-9/+14
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-06-16Fix dependency on gsm, as noted by Michael Erikssonwiz1-2/+2
<eramore@era-t.ericsson.se> in pkg/10381.
2000-04-07Ask for a properly installed gsm package to build with, nothinghubertf2-11/+4
half-baked.
2000-04-07Remove the extra-superflous BUILD_DEPENDS (and adjust the pkg to it)hubertf3-13/+5
2000-03-15Make it compile on solaris.bouyer3-4/+34
2000-03-13- make sure to include $(CPPFLAGS) when compiling gsm filesbouyer3-14/+55
- make it compile on solaris
2000-03-09remove trailing `.'wiz1-1/+1
2000-02-25remove commented out SUBDIR += lines for packages that never gotwiz1-5/+1
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories.
2000-02-05make it compile again (don't link statically)wiz2-6/+7
2000-02-02defuzzwiz2-5/+4
2000-01-26* Split out mega-patch patch-ag in to separate patches.jlam9-1608/+313
* Duplicate changes in Tcl/Tk handling from mbone/vat. * USE_X11, instead of USE_X11BASE
2000-01-26Remove unnecessary post-install target.jlam1-4/+1
2000-01-26* Get -lgsm from ${PREFIX}/libjlam7-1635/+227
* Get Tcl and Tk build variables from tcl/tkConfig.sh instead of pawing through directory trees.