Re: xclip port update

2009-02-14 Thread Eitan Adler
This works; tested with make install, make deinstall, and portlint.

# 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
CATEGORIES= x11
MASTER_SITES=SF

MAINTAINER= eitanadlerl...@gmail.com
COMMENT=An interface to X selections (the clipboard) from the command
line

WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
#USE_IMAKE= yes
GNU_CONFIGURE=yes
USE_GMAKE=  yes
USE_XORG=   x11 xproto xmu

MAN1=   xclip.1
PLIST_FILES=bin/xclip bin/xclip-copyfile bin/xclip-cutfile
bin/xclip-pastefile

.include bsd.port.mk

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: xclip port update

2009-02-13 Thread Nicola Vitale
Hi,

 [2009/2/13 Eitan Adler eitanadlerl...@gmail.com]
 I am working on updating xclip to version 0.11 and I ran across the
 following problem:
 [...]
 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

Try with USE_GMAKE= yes in the Makefile.

-- 
Nicola Vitale
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: xclip port update

2009-02-13 Thread Thomas Abthorpe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On February 13, 2009 01:10:05 pm Eitan Adler wrote:
 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.

snip

 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.

A couple of things, Eitan.

Remove PORTREVISION=1

When a sourceforge project is the same as the portname (which xlip is) it is 
as simple as

MASTER_SITES=   SF

You will likely need to use

USE_XORG=   x11 xproto xmu

As nivit@ said, try

USE_GMAKE=  yes

There may be more things, but this is a good starting point for you.


Thomas

- -- 
Thomas Abthorpe | FreeBSD Committer
tabtho...@freebsd.org   | http://people.freebsd.org/~tabthorpe
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.10 (FreeBSD)

iEYEARECAAYFAkmVy6kACgkQ5Gm/jNBp8qAC4QCfU8BA59yk3TEnm4yzNe6w+XPO
HLoAoIG1QnJPG/rHfo7I3vPzeFlxV1/3
=J//E
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org