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:   ports/33651: [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

>Number:         33651
>Category:       ports
>Synopsis:       [PATCH] gnomepim is not up to date WRT pilot-link changes
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 07 08:10:03 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Ollivier Robert
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Usenet Canal Historique
>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}" \



>Release-Note:
>Audit-Trail:
>Unformatted:

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?20020107160905.EA2FD1E>