Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Nov 2009 20:52:43 GMT
From:      Eitan Adler <EitanAdlerList@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/140226: update x11/xclip 
Message-ID:  <200911022052.nA2KqhlS009117@www.freebsd.org>
Resent-Message-ID: <200911022100.nA2L0GTU052349@freefall.freebsd.org>

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

>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 <bsd.port.mk>
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:



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