Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  7 Jan 2002 17:09:05 +0100 (CET)
From:      Ollivier Robert <roberto@eurocontrol.fr>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@freebsd.org
Subject:   [PATCH] gnomepim is not up to date WRT pilot-link changes
Message-ID:  <20020107160905.EA2FD1E@caerdonn.eurocontrol.fr>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Ollivier Robert
>Organization:	Usenet Canal Historique
>Confidential:	no
>Synopsis:	[PATCH] gnomepim is not up to date WRT pilot-link changes
>Severity:	non-critical
>Priority:	medium
>Category:	ports
>Class:		sw-bug
>Release:	FreeBSD 5.0-CURRENT i386
>Environment:
System: FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT FreeBSD 5.0-CURRENT #9: Fri Dec 7 15:37:49 CET 2001 root@caerdonn.eurocontrol.fr:/src/src/sys/i386/compile/nCAERDONN i386

        CURRENT as of today, 15:00 GMT.

>Description:

    Gnomepim (/usr/ports/deskutils/gnomepim) still assumes that pilot-link
    is installed in ${LOCALBASE}/pilot/ which is not the case starting a
    few days ago.

>How-To-Repeat:

    Try to compile gnomepim with pilot support.

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/deskutils/gnomepim/Makefile,v
retrieving revision 1.33
diff -u -2 -u -r1.33 Makefile
--- Makefile	19 Dec 2001 11:19:01 -0000	1.33
+++ Makefile	7 Jan 2002 15:54:44 -0000
@@ -32,7 +32,7 @@
 CONFIGURE_ARGS=	--without-pisock --disable-pilotlinktest
 .else
-CONFIGURE_ARGS=	--with-pisock=${LOCALBASE}/pilot
-CPPFLAGS+=	-I${LOCALBASE}/pilot/include
-LIBS+=		-L${LOCALBASE}/pilot/lib
+CONFIGURE_ARGS=	--with-pisock=${LOCALBASE}
+CPPFLAGS+=	-I${LOCALBASE}/include
+LIBS+=		-L${LOCALBASE}/lib
 .endif
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" \




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020107160905.EA2FD1E>