summaryrefslogtreecommitdiff
path: root/mbone/sdr/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-12-17 09:39:53 +0000
committerhubertf <hubertf@pkgsrc.org>2000-12-17 09:39:53 +0000
commit6512f4859d424f091d6181eac415d084cbee0bdb (patch)
tree93bcde0e5490e22de5e62b1f405d92229f0e375c /mbone/sdr/Makefile
parentf4046ed494a64a4aa65f986ed1ad3abbee2e70fd (diff)
downloadpkgsrc-6512f4859d424f091d6181eac415d084cbee0bdb.tar.gz
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
Diffstat (limited to 'mbone/sdr/Makefile')
-rw-r--r--mbone/sdr/Makefile25
1 files changed, 11 insertions, 14 deletions
diff --git a/mbone/sdr/Makefile b/mbone/sdr/Makefile
index 3c0ebc53e1d..055a3844347 100644
--- a/mbone/sdr/Makefile
+++ b/mbone/sdr/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.30 2000/12/16 05:44:09 hubertf Exp $
+# $NetBSD: Makefile,v 1.31 2000/12/17 09:39:53 hubertf Exp $
#
-DISTNAME= sdr-2.7
-PKGNAME= sdr-2.7nb1
+DISTNAME= sdr-3.0
CATEGORIES= mbone tk
-MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/2.7/
+MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/3.0/
MAINTAINER= is@netbsd.org
HOMEPAGE= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/
DEPENDS+= tk-8.3.2:../../x11/tk
+DEPENDS+= common-mml>=1.2.0:../common-mml
CRYPTO= yes
USE_GMAKE= yes
@@ -24,23 +24,20 @@ MAKE_FLAGS+= EXTRA_FLAGS="${EXTRA_FLAGS}"
.if ${OPSYS} == "SunOS"
SYSDIR= solaris
.else
-SYSDIR= netbsd
+SYSDIR= freebsd
.endif
+WRKSRC= ${WRKDIR}/sdr/${SYSDIR}
+USE_GMAKE= yes
+
do-configure:
- cd ${WRKSRC}/common ; ${SH} ./configure
+ cd ${WRKSRC} ; ${SH} ./configure
.if ${OPSYS} == "SunOS"
+ # Untested for sdr 3.0 !!!
${CAT} ${WRKSRC}/sdr/solaris/Makefile.solaris ${WRKSRC}/sdr/src/Makefile.template > ${WRKSRC}/sdr/solaris/Makefile
-.else
- ${MKDIR} ${WRKSRC}/sdr/netbsd
- ${CAT} ${FILESDIR}/Makefile.netbsd ${WRKSRC}/sdr/src/Makefile.template > ${WRKSRC}/sdr/netbsd/Makefile
.endif
-do-build:
- cd ${WRKSRC}/common ; ${GMAKE}
- cd ${WRKSRC}/sdr/${SYSDIR} ; ${GMAKE}
-
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sdr/${SYSDIR}/sdr ${PREFIX}/bin/sdr
+ ${INSTALL_PROGRAM} ${WRKSRC}/sdr ${PREFIX}/bin/sdr
.include "../../mk/bsd.pkg.mk"