From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 2 21:00:16 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B857A1065693 for ; Mon, 2 Nov 2009 21:00:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7C8938FC1B for ; Mon, 2 Nov 2009 21:00:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nA2L0G56052350 for ; Mon, 2 Nov 2009 21:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nA2L0GTU052349; Mon, 2 Nov 2009 21:00:16 GMT (envelope-from gnats) Resent-Date: Mon, 2 Nov 2009 21:00:16 GMT Resent-Message-Id: <200911022100.nA2L0GTU052349@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, Eitan Adler Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC7F810656A6 for ; Mon, 2 Nov 2009 20:52:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DBCDF8FC1F for ; Mon, 2 Nov 2009 20:52:43 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nA2Kqh2j009118 for ; Mon, 2 Nov 2009 20:52:43 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nA2KqhlS009117; Mon, 2 Nov 2009 20:52:43 GMT (envelope-from nobody) Message-Id: <200911022052.nA2KqhlS009117@www.freebsd.org> Date: Mon, 2 Nov 2009 20:52:43 GMT From: Eitan Adler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/140226: update x11/xclip X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 21:00:16 -0000 >Number: 140226 >Category: ports >Synopsis: update x11/xclip >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 Nov 02 21:00:16 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Eitan Adler >Release: FreeBSD 8.0-RC2 >Organization: >Environment: >Description: 1) Update xclip to 0.12 2) Remove configure checks for files that it should find but doesn't. Configure args don't help. This won't harm anything as freeBSD does checks for dependencies anyway. 3) Remove dep on proto - this has been tested on my computer. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN --to-file=xclip-new/ xclip/Makefile xclip-new/Makefile --- xclip/Makefile 2009-02-17 17:20:41.000000000 +0200 +++ xclip-new/Makefile 2009-11-02 22:48:57.000000000 +0200 @@ -7,18 +7,21 @@ # PORTNAME= xclip -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= x11 MASTER_SITES= SF MAINTAINER= eitanadlerlist@gmail.com COMMENT= An interface to X selections ("the clipboard") from the command line -USE_XORG= x11 xproto xmu +USE_XORG= x11 xmu USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= xclip.1 PLIST_FILES= bin/xclip bin/xclip-copyfile bin/xclip-cutfile bin/xclip-pastefile +post-patch: + @cd ${WRKSRC}; ./bootstrap + .include diff -urN --to-file=xclip-new/ xclip/distinfo xclip-new/distinfo --- xclip/distinfo 2009-02-17 17:20:41.000000000 +0200 +++ xclip-new/distinfo 2009-11-02 22:33:28.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (xclip-0.11.tar.gz) = 4caf3a2b03c36981f9af36a8e8582951 -SHA256 (xclip-0.11.tar.gz) = 8f29fd6b7e635d63ff84451afcf15c264fd1b4213b584aa5f9ce988fddecfc46 -SIZE (xclip-0.11.tar.gz) = 60067 +MD5 (xclip-0.12.tar.gz) = f7e19d3e976fecdc1ea36cd39e39900d +SHA256 (xclip-0.12.tar.gz) = b7c7fad059ba446df5692d175c2a1d3816e542549661224806db369a0d716c45 +SIZE (xclip-0.12.tar.gz) = 63420 diff -urN --to-file=xclip-new/ xclip/files/patch-configure.ac xclip-new/files/patch-configure.ac --- xclip/files/patch-configure.ac 1970-01-01 02:00:00.000000000 +0200 +++ xclip-new/files/patch-configure.ac 2009-11-02 22:15:54.000000000 +0200 @@ -0,0 +1,12 @@ +--- configure.ac.old 2009-11-02 22:15:13.000000000 +0200 ++++ configure.ac 2009-11-02 22:15:18.000000000 +0200 +@@ -12,9 +12,6 @@ + AC_HEADER_STDC + AC_PATH_XTRA + AC_CHECK_TOOL(STRIP, strip, :) +-AC_CHECK_HEADER([X11/Xmu/Atoms.h], [], AC_MSG_ERROR([*** X11/Xmu/Atoms.h is missing ***])) +-AC_CHECK_HEADER([X11/Intrinsic.h], [], AC_MSG_ERROR([*** X11/Intrinsic.h is missing ***])) +-AC_CHECK_LIB(Xmu, XmuClientWindow, [], AC_MSG_ERROR([*** libXmu not found ***])) + + AC_OUTPUT(Makefile) + >Release-Note: >Audit-Trail: >Unformatted: