Date: Sat, 12 Feb 2000 18:36:51 -0500 (EST) From: root@kot.ne.mediaone.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16685: newer emulators/twin port Message-ID: <200002122336.SAA16830@rtfm.newton>
next in thread | raw e-mail | index | archive | help
>Number: 16685 >Category: ports >Synopsis: newer emulators/twin port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 12 15:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.4-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: The latest on the master site is 19991230... A few patches are no longer needed, one of the installed libraries is renamed. Not sure about new features -- a program I wanted to run still does not :( >How-To-Repeat: >Fix: diff -U0 -r -N twin/Makefile twin.new/Makefile --- twin/Makefile Sun Jan 2 03:50:59 2000 +++ twin.new/Makefile Sat Feb 12 18:09:56 2000 @@ -9,2 +9,2 @@ -DISTNAME= twin-19990616 -PKGNAME= twin-1999.06.16 +DISTNAME= twin-19991230 +PKGNAME= twin-1999.12.30 diff -U0 -r -N twin/files/md5 twin.new/files/md5 --- twin/files/md5 Wed Dec 29 04:12:29 1999 +++ twin.new/files/md5 Sat Feb 12 18:32:10 2000 @@ -1 +1 @@ -MD5 (twin-19990616.tar.gz) = 3b7a78c2a39e46cf58e5d54dce53491a +MD5 (twin-19991230.tar.gz) = 17410b399b7d6cfa0e531d439b22f7f8 diff -U0 -r -N twin/patches/patch-aa twin.new/patches/patch-aa --- twin/patches/patch-aa Wed Dec 29 04:12:30 1999 +++ twin.new/patches/patch-aa Wed Dec 31 19:00:00 1969 @@ -1,11 +0,0 @@ ---- tools/rc/mdc.c.orig Sun Mar 14 04:58:51 1999 -+++ tools/rc/mdc.c Tue Dec 28 18:13:17 1999 -@@ -37,7 +37,7 @@ - #include <stdlib.h> - #include "windows.h" - --#if !defined(macintosh) -+#if !defined(__STDC__) && !defined(macintosh) - #include <malloc.h> - #else - char *strdup(const char *s); diff -U0 -r -N twin/patches/patch-ab twin.new/patches/patch-ab --- twin/patches/patch-ab Wed Dec 29 04:12:31 1999 +++ twin.new/patches/patch-ab Wed Dec 31 19:00:00 1969 @@ -1,11 +0,0 @@ ---- debugger/Makefile.in.orig Sun Mar 21 04:47:49 1999 -+++ debugger/Makefile.in Tue Dec 28 18:13:18 1999 -@@ -21,7 +21,7 @@ - include $(blddir)/Make.rules - - $(target): $(OBJS) -- $(CC) $(DLL_LDFLAGS) -o $@ $(OBJS) -L$(blddir)/windows $(blddir)/readline/libreadline.a $(DLL_LIBS) -ldl -+ $(CC) $(DLL_LDFLAGS) -o $@ $(OBJS) -L$(blddir)/windows $(blddir)/readline/libreadline.a $(DLL_LIBS) - $(RM) $(blddir)/windows/$@ - $(LN_S) $(curdir)/$@ $(blddir)/windows/$@ - diff -U0 -r -N twin/patches/patch-ac twin.new/patches/patch-ac --- twin/patches/patch-ac Wed Dec 29 04:12:31 1999 +++ twin.new/patches/patch-ac Wed Dec 31 19:00:00 1969 @@ -1,11 +0,0 @@ ---- osdll/Makefile.in.orig Sat Jun 12 21:37:32 1999 -+++ osdll/Makefile.in Tue Dec 28 18:13:18 1999 -@@ -6,6 +6,8 @@ - - target = libosdll.a - -+THREAD_X386_freebsd = DrvThreads_X386.c -+THREAD_alpha_freebsd = DrvThreads_nothreads.c - THREAD_alpha_osf = DrvThreads_nothreads.c - THREAD_hppa_hpux = DrvThreads_generic.c - THREAD_ppc_aix = DrvThreads_nothreads.c diff -U0 -r -N twin/patches/patch-ae twin.new/patches/patch-ae --- twin/patches/patch-ae Wed Dec 29 04:12:32 1999 +++ twin.new/patches/patch-ae Sat Feb 12 18:14:23 2000 @@ -1,11 +1,5 @@ ---- configure.orig Tue Dec 28 18:11:31 1999 -+++ configure Tue Dec 28 18:11:55 1999 -@@ -2544,7 +2544,7 @@ - TARGET=sco - ;; - -- i*86-unknown-freebsd*) -+ i*86-*-freebsd*) - TARGET=freebsd - ;; - +--- configure.orig Sun Nov 14 05:23:12 1999 ++++ configure Sat Feb 12 18:13:09 2000 +@@ -2684 +2684 @@ +- i*86-unknown-freebsd* ) ++ i*86-*-freebsd* ) diff -U0 -r -N twin/pkg/PLIST twin.new/pkg/PLIST --- twin/pkg/PLIST Wed Dec 29 04:12:34 1999 +++ twin.new/pkg/PLIST Sat Feb 12 18:25:01 2000 @@ -22 +22 @@ -lib/libver.so +lib/libversion.so >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002122336.SAA16830>