View | Details | Raw Unified | Return to bug 140226
Collapse All | Expand All

(-)xclip-new/Makefile (-2 / +5 lines)
Lines 7-24 Link Here
7
#
7
#
8
8
9
PORTNAME=	xclip
9
PORTNAME=	xclip
10
PORTVERSION=	0.11
10
PORTVERSION=	0.12
11
CATEGORIES=	x11
11
CATEGORIES=	x11
12
MASTER_SITES=	SF
12
MASTER_SITES=	SF
13
13
14
MAINTAINER=	eitanadlerlist@gmail.com
14
MAINTAINER=	eitanadlerlist@gmail.com
15
COMMENT=	An interface to X selections ("the clipboard") from the command line
15
COMMENT=	An interface to X selections ("the clipboard") from the command line
16
16
17
USE_XORG=	x11 xproto xmu
17
USE_XORG=	x11 xmu
18
USE_GMAKE=	yes
18
USE_GMAKE=	yes
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
20
21
MAN1=		xclip.1
21
MAN1=		xclip.1
22
PLIST_FILES=	bin/xclip bin/xclip-copyfile bin/xclip-cutfile bin/xclip-pastefile
22
PLIST_FILES=	bin/xclip bin/xclip-copyfile bin/xclip-cutfile bin/xclip-pastefile
23
23
24
post-patch:
25
	@cd ${WRKSRC}; ./bootstrap
26
24
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)xclip-new/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (xclip-0.11.tar.gz) = 4caf3a2b03c36981f9af36a8e8582951
1
MD5 (xclip-0.12.tar.gz) = f7e19d3e976fecdc1ea36cd39e39900d
2
SHA256 (xclip-0.11.tar.gz) = 8f29fd6b7e635d63ff84451afcf15c264fd1b4213b584aa5f9ce988fddecfc46
2
SHA256 (xclip-0.12.tar.gz) = b7c7fad059ba446df5692d175c2a1d3816e542549661224806db369a0d716c45
3
SIZE (xclip-0.11.tar.gz) = 60067
3
SIZE (xclip-0.12.tar.gz) = 63420
(-)xclip-new/files/patch-configure.ac (+12 lines)
Line 0 Link Here
1
--- configure.ac.old	2009-11-02 22:15:13.000000000 +0200
2
+++ configure.ac	2009-11-02 22:15:18.000000000 +0200
3
@@ -12,9 +12,6 @@
4
 AC_HEADER_STDC
5
 AC_PATH_XTRA
6
 AC_CHECK_TOOL(STRIP, strip, :)
7
-AC_CHECK_HEADER([X11/Xmu/Atoms.h], [], AC_MSG_ERROR([*** X11/Xmu/Atoms.h is missing ***]))
8
-AC_CHECK_HEADER([X11/Intrinsic.h], [], AC_MSG_ERROR([*** X11/Intrinsic.h is missing ***]))
9
-AC_CHECK_LIB(Xmu, XmuClientWindow, [], AC_MSG_ERROR([*** libXmu not found ***]))
10
 
11
 AC_OUTPUT(Makefile)
12

Return to bug 140226