From owner-freebsd-ports@FreeBSD.ORG Fri Feb 13 18:09:55 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38EE21065672 for ; Fri, 13 Feb 2009 18:09:55 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by mx1.freebsd.org (Postfix) with ESMTP id 0456F8FC18 for ; Fri, 13 Feb 2009 18:09:54 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so1302668wfd.7 for ; Fri, 13 Feb 2009 10:09:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:openpgp :content-type; bh=ADlTn9gmw41J89Jr0tYSf0vWinJAkxG0ucJkMSKIOG8=; b=bQU69139DP8DCDSfFL13I6+Uv5+P48ijroqmwiPcc9DpDGu1SJfQRa6A3oE12kwgrN 0V432QyIB0WaqNxkLt16zVLaWt0xOLijkdsbyzolse7UCNqjeFwstRh5fEkYNUK1FLWX WpqKxjTBuIA2jRwaubeIhFFrNAZv2GehgNEQY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:openpgp:content-type; b=GEh3f3ueMl2igMVsDylhDO9J8uk41qcLa4ECVPKMbQkpS3vDlpBKyy50drTN0duDy2 Ka2ZkHK/HzzPZeuBbCJuNASMBPQC5ioX0jvkGxuhSJcgyXxqCGxZ1IBbw7SJJYxJiFhf wZ+TiIzaV154IONwEwTEVjGNexJcLFf5NomTI= Received: by 10.142.203.19 with SMTP id a19mr1035543wfg.310.1234548594622; Fri, 13 Feb 2009 10:09:54 -0800 (PST) Received: from aargh.lan (ool-182fcc8b.dyn.optonline.net [24.47.204.139]) by mx.google.com with ESMTPS id 20sm1713492wfi.12.2009.02.13.10.09.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 13 Feb 2009 10:09:54 -0800 (PST) Message-ID: <4995B77D.6030009@gmail.com> Date: Fri, 13 Feb 2009 13:10:05 -0500 From: Eitan Adler User-Agent: Mozilla (X11; U; FreeBSD i386; en-US; ) Gecko Thunderbird Mnenhy/0.7.6.666 MIME-Version: 1.0 To: freebsd-ports X-Enigmail-Version: 0.95.7 OpenPGP: id=E9C2CCD1; url=pgp.mit.edu Content-Type: multipart/mixed; boundary="------------020307040607030001070408" Subject: xclip port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2009 18:09:55 -0000 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 --------------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--