ports/77883: [maintainer] lang/afnix: update to 1.0.1

Johan van Selst johans at stack.nl
Mon Feb 21 21:00:36 UTC 2005


>Number:         77883
>Category:       ports
>Synopsis:       [maintainer] lang/afnix: update to 1.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 21 21:00:34 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Johan van Selst
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD mud.stack.nl 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Jan 31 22:31:14 CET 2005 root at mud.stack.nl:/usr/obj/usr/src/sys/mud i386


	
>Description:
	
	New version 1.0.1 is a bugfix release,

	Makefile cleanup, but an extra patch added to please pointyhat.
>How-To-Repeat:
	
>Fix:

	

	Introducing an extra patchfile files/patch-src_std_lib_Cons.cpp

diff -uNr afnix/Makefile afnix/Makefile
--- afnix/Makefile	Sun Feb 20 04:01:21 2005
+++ afnix/Makefile	Mon Feb 21 21:17:52 2005
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	afnix
-PORTVERSION=	1.0.0
+PORTVERSION=	1.0.1
 CATEGORIES=	lang
 MASTER_SITES=	http://www.afnix.org/ftp/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTNAME}-${PORTVERSION:S,.,-,g}
@@ -28,7 +28,6 @@
 
 do-configure:
 	@${WRKSRC}/cnf/bin/${PORTNAME}-setup -o
-	@rm ${WRKSRC}/src/lib/txt/lib/Digest.[ch]pp
 
 post-install:
 	@${STRIP_CMD} ${PREFIX}/bin/${PORTNAME}
diff -uNr afnix/distinfo afnix/distinfo
--- afnix/distinfo	Sun Feb 20 04:01:21 2005
+++ afnix/distinfo	Mon Feb 21 21:16:23 2005
@@ -1,2 +1,2 @@
-MD5 (afnix-src-1-0-0.tgz) = 57260a0d02f64da0d3c6e23e041dcbbf
-SIZE (afnix-src-1-0-0.tgz) = 524526
+MD5 (afnix-src-1-0-1.tgz) = aeb777afcb065bf5a73d5a73ec10a9b4
+SIZE (afnix-src-1-0-1.tgz) = 521037
diff -uNr afnix/files/patch-cnf_mak_afnix-defs.mak afnix/files/patch-cnf_mak_afnix-defs.mak
--- afnix/files/patch-cnf_mak_afnix-defs.mak	Sat Feb 19 20:54:54 2005
+++ afnix/files/patch-cnf_mak_afnix-defs.mak	Mon Feb 21 21:29:34 2005
@@ -1,16 +1,16 @@
 --- cnf/mak/afnix-defs.mak.orig	Wed Feb 16 19:35:18 2005
 +++ cnf/mak/afnix-defs.mak	Wed Feb 16 19:37:55 2005
-@@ -58,10 +58,10 @@
+@@ -57,10 +57,10 @@ AXIHDR          = $(BLDHDR)
+ 
  BINDIR		= $(PREFIX)/bin
  LIBDIR		= $(PREFIX)/lib
- SHARED		= $(PREFIX)/share
--HDRDIR		= $(SHARED)/include/afnix
+-HDRDIR		= $(SHRDIR)/include/afnix
 +HDRDIR		= $(PREFIX)/include/afnix
- DOCDIR		= $(SHARED)/doc/afnix
--MANDIR		= $(SHARED)/man
--ETCDIR		= $(SHARED)/etc/afnix
+ DOCDIR		= $(SHRDIR)/doc/afnix
+-MANDIR		= $(SHRDIR)/man
+-ETCDIR		= $(SHRDIR)/etc/afnix
 +MANDIR		= $(PREFIX)/man
-+ETCDIR		= $(SHARED)/doc/afnix
++ETCDIR		= $(SHRDIR)/doc/afnix
  
  # ----------------------------------------------------------------------------
  # - other shared commands and scripts                                        -
diff -uNr afnix/files/patch-src_std_lib_Cons.cpp afnix/files/patch-src_std_lib_Cons.cpp
--- afnix/files/patch-src_std_lib_Cons.cpp	Thu Jan  1 01:00:00 1970
+++ afnix/files/patch-src_std_lib_Cons.cpp	Mon Feb 21 21:39:41 2005
@@ -0,0 +1,20 @@
+--- src/std/lib/Cons.cpp.orig	Mon Feb 21 20:41:32 2005
++++ src/std/lib/Cons.cpp	Mon Feb 21 20:41:10 2005
+@@ -153,7 +153,7 @@ namespace afnix {
+     }
+     // try to serialize the car
+     if (p_car == nilp) {
+-      os.write (Serial::SERIAL_NILP_ID);
++      os.write ((char)Serial::SERIAL_NILP_ID);
+     } else {
+       Serial* sobj = dynamic_cast <Serial*> (p_car);
+       if (sobj == nilp) {
+@@ -165,7 +165,7 @@ namespace afnix {
+     }
+     // try to serialize the cdr
+     if (p_cdr == nilp) {
+-      os.write (Serial::SERIAL_NILP_ID);
++      os.write ((char)Serial::SERIAL_NILP_ID);
+     } else {
+       Serial* sobj = dynamic_cast <Serial*> (p_cdr);
+       if (sobj == nilp) {
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list