ports/95827: Maintainer update: net/unison bugfix

Dan Pelleg daniel+unison at pelleg.org
Sat Apr 15 19:10:15 UTC 2006


>Number:         95827
>Category:       ports
>Synopsis:       Maintainer update: net/unison bugfix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 15 19:10:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dan Pelleg
>Release:        FreeBSD 5-4-STABLE i386
>Organization:
>Environment:
System: FreeBSD l 5.4-STABLE

	
>Description:
Verified a bug report sent personally - build fails on missing etags (unless xemacs happens to be already installed on the system). This was introduced in version 1.3
of files/patch-aa (Wed Aug 31 11:37:57 2005).

>How-To-Repeat:
	
>Fix:
Apply patch below.

diff -ruN /usr/ports/net/unison/Makefile unison-2.13.16_2/Makefile
--- /usr/ports/net/unison/Makefile	Wed Nov 16 21:14:01 2005
+++ unison-2.13.16_2/Makefile	Sat Apr 15 21:56:32 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	unison
 PORTVERSION=	2.13.16
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/
 DISTFILES=	${EXTRACT_ONLY} ${EXTRA_DOCS}
diff -ruN /usr/ports/net/unison/files/patch-aa unison-2.13.16_2/files/patch-aa
--- /usr/ports/net/unison/files/patch-aa	Wed Aug 31 20:37:27 2005
+++ unison-2.13.16_2/files/patch-aa	Sat Apr 15 16:05:13 2006
@@ -1,5 +1,5 @@
---- Makefile.orig	Sat Aug 27 15:49:56 2005
-+++ Makefile	Sat Aug 27 15:51:55 2005
+--- Makefile.orig	Sat Jul  2 22:44:28 2005
++++ Makefile	Sat Apr 15 13:51:18 2006
 @@ -68,15 +68,15 @@
  ######################################################################
  # Installation
@@ -20,12 +20,15 @@
  
  
  ######################################################################
-@@ -353,7 +353,7 @@
+@@ -353,9 +353,9 @@
  .PHONY: tags
  
  tags:
 -	-$(ETAGS) *.mli */*.mli *.ml */*.ml *.m */*.m *.c */*.c *.txt
 +	-$(ETAGS) *.mli */*.mli *.ml */*.ml */*.m *.c */*.c *.txt
  
- all:: TAGS
+-all:: TAGS
++#all:: TAGS
  
+ TAGS:
+ 	$(MAKE) tags
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list