Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Nov 2009 14:20:02 GMT
From:      Mark Linimon <linimon@lonesome.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/140226: update x11/xclip
Message-ID:  <200911031420.nA3EK2Cl088105@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/140226; it has been noted by GNATS.

From: Mark Linimon <linimon@lonesome.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/140226: update x11/xclip
Date: Tue, 3 Nov 2009 08:10:06 -0600

 ----- Forwarded message from Eitan Adler <eitanadlerlist@gmail.com> -----
 
 Current version of the patch. I forgot to include a build depends on
 autoconf-wrapper...
 
 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 23:12:22.000000000 +0200
 @@ -7,18 +7,23 @@
  #
  
  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
 +BUILD_DEPENDS=	autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper
 +
 +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)
 + 
 
 
 ----- End forwarded message -----



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