Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2006 22:10:18 +0300 (IDT)
From:      Dan Pelleg <daniel+unison@pelleg.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95827: Maintainer update: net/unison bugfix
Message-ID:  <20060415191018.23F922C@muky.here>
Resent-Message-ID: <200604151910.k3FJAExq072246@freefall.freebsd.org>

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

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060415191018.23F922C>