Angelo Turetta wrote:
Angelo Turetta wrote:
The PORTNAME for pfPorts/libevent is wrong, and generates an infinite
loop during cvsup_current. I attached a patch, but you shouldn't need
it, it's trivial.
Well, it turns out the port is really named libevnet, so what's spelled
wrongis the directory name, non the PORTNAME inside Makefile.
Which makes me think
1) what's pfPorts/libevnet needed for
2) that this may be necessary:
Index: Makefile.RELENG_1
===================================================================
RCS file: /home/pfsense/cvsroot/tools/pfPorts/Makefile.RELENG_1,v
retrieving revision 1.20
diff -u -r1.20 Makefile.RELENG_1
--- Makefile.RELENG_1 26 Jun 2008 20:51:56 -0000 1.20
+++ Makefile.RELENG_1 28 Jun 2008 16:17:28 -0000
@@ -23,7 +23,7 @@
mpd4 \
olsrd \
pftop \
- libevent \
+ libevent13 \
pftpx \
relayd \
slbd \
Index: Makefile.RELENG_1_2
===================================================================
RCS file: /home/pfsense/cvsroot/tools/pfPorts/Makefile.RELENG_1_2,v
retrieving revision 1.22
diff -u -r1.22 Makefile.RELENG_1_2
--- Makefile.RELENG_1_2 28 Jun 2008 06:50:20 -0000 1.22
+++ Makefile.RELENG_1_2 28 Jun 2008 16:17:39 -0000
@@ -24,7 +24,7 @@
mpd \
olsrd \
pftop \
- libevent \
+ libevent13 \
pftpx \
slbd \
ssh_tunnel_shell \
pfsensedev#
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]