Date: Wed, 20 Feb 2002 22:27:42 -0800 From: Dima Ruban <dima@rdy.com> 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>
next in thread | raw e-mail | index | archive | help
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 <ports@geeksrus.net> ----- 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 <ports@geeksrus.net> Reply-To: Alan Eldridge <ports@geeksrus.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020221062742.GA57377>