From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 15 19:10:15 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 221D616A402 for ; Sat, 15 Apr 2006 19:10:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 868F643D49 for ; Sat, 15 Apr 2006 19:10:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3FJAEQM072251 for ; Sat, 15 Apr 2006 19:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3FJAExq072246; Sat, 15 Apr 2006 19:10:14 GMT (envelope-from gnats) Resent-Date: Sat, 15 Apr 2006 19:10:14 GMT Resent-Message-Id: <200604151910.k3FJAExq072246@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dan Pelleg Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7E5F16A404 for ; Sat, 15 Apr 2006 19:10:05 +0000 (UTC) (envelope-from dpelleg@cs.cmu.edu) Received: from atoz.libagent.org (atoz.libagent.org [69.55.228.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 703D243D46 for ; Sat, 15 Apr 2006 19:10:05 +0000 (GMT) (envelope-from dpelleg@cs.cmu.edu) Received: from muky.here (bzq-88-154-154-91.red.bezeqint.net [88.154.154.91]) by atoz.libagent.org (Postfix) with ESMTP id A9148995 for ; Sat, 15 Apr 2006 22:10:04 +0300 (IDT) Received: by muky.here (Postfix, from userid 7675) id 23F922C; Sat, 15 Apr 2006 22:10:18 +0300 (IDT) Message-Id: <20060415191018.23F922C@muky.here> Date: Sat, 15 Apr 2006 22:10:18 +0300 (IDT) From: Dan Pelleg To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/95827: Maintainer update: net/unison bugfix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dan Pelleg List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Apr 2006 19:10:15 -0000 >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: