From owner-freebsd-ports Wed Feb 20 22:28: 3 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.valueclick.com (mail.valueclick.com [216.246.96.51]) by hub.freebsd.org (Postfix) with ESMTP id 8CD6E37B405 for ; Wed, 20 Feb 2002 22:27:56 -0800 (PST) Received: from sivka.rdy.com (root@sivka.rdy.com [64.81.70.69]) by mail.valueclick.com (8.11.6/8.11.6) with ESMTP id g1L6RgH59046 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK) for ; Wed, 20 Feb 2002 22:27:43 -0800 (PST) (envelope-from dima@sivka.rdy.com) Received: (from dima@localhost) by sivka.rdy.com (8.11.6/8.11.6) id g1L6Rg057385 for ports@freebsd.org; Wed, 20 Feb 2002 22:27:42 -0800 (PST) (envelope-from dima) Date: Wed, 20 Feb 2002 22:27:42 -0800 From: Dima Ruban To: ports@freebsd.org Subject: [ports@geeksrus.net: palm/pilot-link: changes to support p5-PDA-Pilot slave port] Message-ID: <20020221062742.GA57377@sivka.rdy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Could somebody please review this patch? I need to make sure that it's consistent with the rest of the tree. Cheers! ----- Forwarded message from Alan Eldridge ----- Delivered-To: dima@freebsd.org Date: Thu, 21 Feb 2002 00:57:16 -0500 (EST) To: FreeBSD-gnats-submit@freebsd.org Subject: palm/pilot-link: changes to support p5-PDA-Pilot slave port From: Alan Eldridge Reply-To: Alan Eldridge Cc: dima@freebsd.org X-send-pr-version: 3.113 X-GNATS-Notify: >Submitter-Id: current-users >Originator: Alan Eldridge >Organization: Geeksrus.NET >Confidential: no >Synopsis: palm/pilot-link: changes to support p5-PDA-Pilot slave port >Severity: non-critical >Priority: medium >Category: ports >Class: change-request >Release: FreeBSD 4.5-STABLE i386 >Environment: System: FreeBSD wwweasel.geeksrus.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Feb 8 21:25:34 EST 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386 >Description: Some things have to be conditionalized to support use of the Makefile as an include in a slave port for the Perl module interface to pilot-link. >How-To-Repeat: >Fix: --8<----8<----8<----8<----8<----8<----8<----8<----8<----8<-- Index: palm/pilot-link/Makefile =================================================================== RCS file: /home/alane/cvsroot/ports/palm/pilot-link/Makefile,v retrieving revision 1.47 diff -u -3 -r1.47 Makefile --- palm/pilot-link/Makefile 8 Jan 2002 21:18:32 -0000 1.47 +++ palm/pilot-link/Makefile 21 Feb 2002 05:48:47 -0000 @@ -5,27 +5,29 @@ # $FreeBSD$ # -PORTNAME= pilot-link +PORTNAME?= pilot-link PORTVERSION= 0.9.5 -PORTREVISION= 3 -CATEGORIES= palm comms tk83 +PORTREVISION?= 3 +CATEGORIES?= palm comms tk83 MASTER_SITES= http://www.pilot-link.org/source/ -DISTNAME= ${PORTNAME}.${PORTVERSION} +DISTNAME?= ${PORTNAME}.${PORTVERSION} -MAINTAINER= dima@FreeBSD.org +MAINTAINER?= dima@FreeBSD.org LIB_DEPENDS= tk83:${PORTSDIR}/x11-toolkits/tk83 \ giconv:${PORTSDIR}/converters/libiconv USE_BZIP2= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes USE_PERL5= yes +.if ${PORTNAME} == "pilot-link" +INSTALLS_SHLIB= yes MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \ install-hinote.1 install-memo.1 install-user.1 \ pilot-addresses.1 pilot-xfer.1 read-ical.1 MAN7= pilot-link.7 +.endif CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --with-perl5=${PERL5} --with-libiconv=${LOCALBASE} --8<----8<----8<----8<----8<----8<----8<----8<----8<----8<-- ----- End forwarded message ----- --dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message