Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2002 17:28:25 +0100 (CET)
From:      Janos Mohacsi <mohacsi@niif.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46293: MAINTAINER UPDATE: scmxx version 0.6.3.3
Message-ID:  <200212161628.gBGGSPAH000609@norfolk.ki.iif.hu>

next in thread | raw e-mail | index | archive | help

>Number:         46293
>Category:       ports
>Synopsis:       MAINTAINER UPDATE: scmxx version 0.6.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 16 08:30:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
NIIF
>Environment:
System: FreeBSD norfolk.ki.iif.hu 4.7-STABLE FreeBSD 4.7-STABLE #5: Thu Nov 28 13:41:29 CET 2002 root@norfolk.ki.iif.hu:/usr/src/sys/compile/NORFOLK i386

>Description:
Maintainer update to comms/scmxx 
to version 0.6.3.3

Fixes in this version:
A phonebook upload bug was fixed. Some more serial device bits were
changed. Reads from the device are now different. A 10 second timeout
for every read was implemented, and the code now makes more use of
malloc. Support for S46 phone.

Fixes in port:
more proper handling of make. 


>How-To-Repeat:
	apply this diff.
>Fix:

diff -ruN scmxx.bak/Makefile scmxx/Makefile
--- scmxx.bak/Makefile	Mon Nov 25 09:13:21 2002
+++ scmxx/Makefile	Thu Dec 12 17:13:46 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	scmxx
-PORTVERSION=	0.6.3.1
+PORTVERSION=	0.6.3.3
 CATEGORIES=	comms
 MASTER_SITES=	http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/
 
diff -ruN scmxx.bak/distinfo scmxx/distinfo
--- scmxx.bak/distinfo	Mon Nov 25 09:13:21 2002
+++ scmxx/distinfo	Thu Dec 12 17:14:00 2002
@@ -1 +1 @@
-MD5 (scmxx-0.6.3.1.tar.bz2) = bf6ee43e0bf5ed8c64784207d3d6a242
+MD5 (scmxx-0.6.3.3.tar.bz2) = 759db1e2d6a5c240398187d1120ab5b2
diff -ruN scmxx.bak/files/patch-Makefile.in scmxx/files/patch-Makefile.in
--- scmxx.bak/files/patch-Makefile.in	Mon Nov 25 09:13:21 2002
+++ scmxx/files/patch-Makefile.in	Thu Jan  1 01:00:00 1970
@@ -1,25 +0,0 @@
---- Makefile.in.orig	Wed Nov 20 10:50:12 2002
-+++ Makefile.in	Wed Nov 20 10:51:01 2002
-@@ -7,7 +7,7 @@
- BINARY=scmxx@EXEEXT@
- 
- all:
--	make -C src all
-+	$(MAKE) -C src all
- 
- install: all
- 	$(INSTALL) -d $(DESTDIR)$(bindir)
-@@ -16,11 +16,11 @@
- 	$(INSTALL) docs/scmxx.1  $(DESTDIR)$(mandir)/man1/$(BINARY).1
- 
- clean:
--	make -C src clean
-+	$(MAKE) -C src clean
- 	rm -rf $(BINARY)
- 
- dist-clean:
--	make -C src dist-clean
-+	$(MAKE) -C src dist-clean
- 	rm -rf $(BINARY) Makefile config.cache config.log config.status config.h
- 
- maintainer-clean: dist-clean

>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?200212161628.gBGGSPAH000609>