Date: Fri, 13 Feb 2009 13:10:05 -0500 From: Eitan Adler <eitanadlerlist@gmail.com> To: freebsd-ports <freebsd-ports@freebsd.org> Subject: xclip port update Message-ID: <4995B77D.6030009@gmail.com>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------020307040607030001070408 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 --------------020307040607030001070408 Content-Type: text/plain; name="Makefile" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile" # 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@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> --------------020307040607030001070408 Content-Type: text/plain; name="patch-Makefile-install" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-Makefile-install" --- 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: --------------020307040607030001070408--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4995B77D.6030009>