Commit graph

56 commits

Author SHA1 Message Date
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
grant
f1ab3f4ed4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:51:13 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
agc
f360ed28a3 Avoid hardcoding /usr/pkg in this package, pointed out by Julio Merino 2003-07-03 14:40:49 +00:00
seb
05383b38e6 Distfile changed on master site: no differences reported by diff
from previous tarball's avatar in
ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles
2003-05-06 07:42:10 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
zuntum
273821c4d3 Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
jlam
022d07a536 Mechanical changes of tk DEPENDS:
tk-8.3.2  -> tk>=8.3.2
	tk-[0-9]* -> tk>=8.0
	tk-8.*    -> tk>=8.0
2001-05-05 19:51:13 +00:00
agc
b6f04cc107 Move to sha1 digests, and add distfile sizes. 2001-04-18 14:24:33 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
hubertf
e0200bed31 There is one place where Tcl_Eval is called with a const value but the
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-28 13:30:20 +00:00
hubertf
80386e6127 enable IPv6 if USE_INET6 is set 2000-12-17 09:43:16 +00:00
hubertf
6512f4859d Update sdr to 3.0. Changes:
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-17 09:39:53 +00:00
hubertf
44cdb5ecb2 Update to 2.7nb1 by applying the patches from PR 11019.
Patches by Love <lha@stacken.kth.se>
PR 11019 by Manuel Bouyer <bouyer@antioche.lip6.fr>
2000-12-16 05:44:09 +00:00
wiz
2f9e6863b2 add RCS Id 2000-10-21 22:47:25 +00:00
fredb
0c6b58570c Reorganize crypto handling, as discussed on tech-pkg. Remove all
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-09 19:40:14 +00:00
jwise
21587c5907 Adapt this package to tk-8.3.2. 2000-09-08 18:58:05 +00:00
jwise
fe4b4bfbb2 Mark remaining packages which need to be updated to work with tcl-8.3.2
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-09-01 17:58:02 +00:00
hubertf
402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
bouyer
3be524928e Make it compile on solaris. 2000-03-15 07:17:39 +00:00
hubertf
6f9b0a0778 add RCS IDs to patches, fix patchsum and move out of X11BASE 1999-10-28 02:40:23 +00:00
agc
606e5ab825 Mark packages as broken, where necessary. 1999-10-27 17:14:01 +00:00
is
95cdd6a24f According to Hubertf, those patches he sent me aren't needed. I tested that
it still compiles and works.
1999-10-06 15:22:57 +00:00
is
b20a68d25e last part of upgrading sdr to 2.7 on request of Hubert Feyrer.
Reason for upgrade: IPv6 support and a security fix.
1999-10-04 21:09:00 +00:00
is
a71678ce5e Upgrade to sdr-2.7. 1999-10-04 20:56:59 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
agc
6b6a302f6c Do the test for <sys/inttypes.h>'s existence a different and radical way -
use ".if exists"
1999-06-28 11:54:50 +00:00
kleink
fa1f387377 Fix linkage for X11 and Tcl/Tk libraries. 1999-04-23 13:49:25 +00:00
hubertf
95999ed778 Fix MASTER_SITES 1999-04-05 04:37:47 +00:00
agc
363146f85e Update to tk version 8.0.5. This seems to be primarily a bug-fix release. 1999-04-01 13:38:43 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
hubertf
2c7527a8cc Fix for compiling on 1.3.2/sparc - random() and gethost*() are
supplied by the OS.
1999-01-15 23:56:47 +00:00
tron
0c8df4dbe2 Replace outdated homepage with new one. 1999-01-08 00:24:18 +00:00
hubertf
f263a538de Update MASTER_SITES, as reported by J Rizzo <riz@boogers.sf.ca.us>
in PR 6750
1999-01-06 22:21:01 +00:00
garbled
8230ed06cd Make this pkg compile on alpha again:
LP64 fixes to deal with -Werror
Re-enable INTTYPES stuff that was lost in the recent update.
Thanks to Matt for helping me with a nasty.. ;)
1999-01-01 07:58:29 +00:00
mycroft
5e61d8604d Clean up RCS IDs. 1998-11-05 06:35:24 +00:00
mycroft
8e318baa36 2.5.8 1998-11-05 05:32:18 +00:00
kleink
cbce6789d1 <sys/inttypes.h> -> <inttypes.h>. A brick flies off into the ether. 1998-10-02 09:49:59 +00:00
hubertf
f66a2e85c2 work around <sys/inttypes.h> not present in 1.3 1998-10-02 06:47:29 +00:00
garbled
2bf4c9d999 Make the makefile honor LDFLAGS from the environment, and fix up a few
LP64'isms with help from kleink.
1998-09-13 18:02:10 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
hubertf
e47d939203 Pkg-name consistency: last '-'-seperated token is version. 1998-07-14 12:08:36 +00:00
is
fb233fe5d7 Upgrade sdr to 2.4a7 (with the TU Dresden Multimedia Reference Center bug
fixes added).
1998-06-18 10:45:54 +00:00
agc
1f4495b33e Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS.  This should make the package collection more useful on
NetBSD ELF ports.
1998-04-22 14:22:39 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00