Subject: Re: anyone use comms/xisp package?
To: Jeremy C. Reed <reed@reedmedia.net>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: pkgsrc-users
Date: 10/06/2006 23:39:41
--7AUc2qLy4jB3hD7Z
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Thu, Oct 05, 2006 at 05:50:01PM -0500, Jeremy C. Reed wrote:
> This adds a mk.conf setting for the xisp "dialer" group. I call it 
> "DIALER_GROUP" instead of "XISP_GROUP" as maybe it can be used for othert 
> packages too later. This is for PR 19566.
> 
> This also updates patch-ac because of conflicting types for fprintf and 
> printf. I don't know how this package built before on NetBSD recently.
> 
> Also this patch honors VARBASE and PKGMANDIR.

Works fine for me. While you're at it please commit the attached change
to MESSAGE. No need for 2 revisions bump for this :)

> 
> (On my system it has another problem both libforms and xisp don't set 
> RPATH for the X libraries. This needs to be fixed, but maybe not needed 
> for you.)

This is not a problem for me ...

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
     NetBSD: 26 ans d'experience feront toujours la difference
--

--7AUc2qLy4jB3hD7Z
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=diff

Index: MESSAGE
===================================================================
RCS file: /cvsroot/pkgsrc/comms/xisp/MESSAGE,v
retrieving revision 1.1
diff -u -r1.1 MESSAGE
--- MESSAGE	31 Oct 2001 20:44:44 -0000	1.1
+++ MESSAGE	6 Oct 2006 21:37:07 -0000
@@ -6,12 +6,12 @@
 
 You need to install:
 
-        ${X11BASE}/share/examples/xisp/ip-down            to /etc/ppp
-        ${X11BASE}/share/examples/xisp/ip-up              to /etc/ppp
-        ${X11BASE}/share/examples/xisp/peers/xisp_modem   to /etc/ppp/peers
-        ${X11BASE}/share/examples/xisp/peers/xisp_dialer  to /etc/ppp/peers
+        ${LOCALBASE}/share/examples/xisp/ip-down            to /etc/ppp
+        ${LOCALBASE}/share/examples/xisp/ip-up              to /etc/ppp
+        ${LOCALBASE}/share/examples/xisp/peers/xisp_modem   to /etc/ppp/peers
+        ${LOCALBASE}/share/examples/xisp/peers/xisp_dialer  to /etc/ppp/peers
 
-and make sure the file ownerships are set for user "root" and group "dialer"
-to be able to fully use this package.
+and make sure the file ownerships are set for user "root" and group
+"${DIALER_GROUP}" to be able to fully use this package.
 
 ===========================================================================

--7AUc2qLy4jB3hD7Z--