xclip port update

Eitan Adler eitanadlerlist at gmail.com
Fri Feb 13 10:09:55 PST 2009


I am working on updating xclip to version 0.11 and I ran across the
following problem:
I tried with and without the attached patch.

make install
===>  Installing for xclip-0.11_1
===>   Generating temporary packing list
===>  Checking if x11/xclip already installed
mkdir -p /usr/local/bin
/usr/bin/install -c -o root -g wheel  /usr/local/bin
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 file2
       install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 ... fileN directory
       install -d [-v] [-g group] [-m mode] [-o owner] directory ...
*** Error code 64

Stop in /extra/ports/x11/xclip/work/xclip-0.11.
*** Error code 1

Stop in /extra/ports/x11/xclip.

Second issue how do you deal with sourceforge hosted projects? I'm
currently using /one/ of the mirrors which is not the preferred way of
doing things.
-- 
Eitan Adler
"Security is increased by designing for the way humans actually behave."
-Jakob Nielsen
-------------- next part --------------
# ex:ts=8
# New ports collection makefile for:	xclip
# Date created:			Dec 18, 2001
# Whom:				ijliao
#
# $FreeBSD: ports/x11/xclip/Makefile,v 1.7 2009/02/13 02:02:49 tabthorpe Exp $
#

PORTNAME=	xclip
PORTVERSION=	0.11
PORTREVISION=	1
CATEGORIES=	x11
MASTER_SITES=	http://people.debian.org/~kims/xclip/ \
			http://sourceforge.net/project/downloading.php?group_id=198423&filename=

MAINTAINER=	eitanadlerlist at gmail.com
COMMENT=	An interface to X selections ("the clipboard") from the command line

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
#USE_IMAKE=	yes
GNU_CONFIGURE=yes

MAN1=		xclip.1
PLIST_FILES=	bin/xclip

.include <bsd.port.mk>
-------------- next part --------------
--- Makefile.in	2007-09-16 01:58:39.000000000 -0500
+++ Makefile.in	2009-01-18 19:55:11.535750000 -0600
@@ -1,3 +1,4 @@
+VPATH		= @top_srcdir@
 
 prefix      = @prefix@
 exec_prefix = @exec_prefix@
@@ -33,7 +34,7 @@ installbin: xclip xclip-copyfile xclip-p
 .PHONY: install.man
 install.man: xclip.man
 	mkdir -p $(DESTDIR)$(mandir)/man1
-	$(INSTALL) -m 644 xclip.man $(DESTDIR)$(mandir)/man1/xclip.1
+	$(INSTALL) -m 644 $< $(DESTDIR)$(mandir)/man1/xclip.1
 
 .PHONY: clean
 clean:


More information about the freebsd-ports mailing list