udpxy-1.0-Chipmunk-16/CHANGES: Build 16 (21-Mar-2010) (*) FIXED: hanging when specifying network interface by name port changes: - add release(default), lean and debug build options - remove patch for Makefile (fixed in mainstream) - remove patch for ifaddr.[ch] (fixed in mainstream) Please remove next files: net/udpxy/files/patch-Makefile net/udpxy/files/patch-ifaddr.c net/udpxy/files/patch-ifaddr.h after update port. Thanks a lot! Fix: Patch attached with submission follows: How-To-Repeat: cd /usr/ports/net/udpxy && make install
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
Dear Miwi, Today i found bug in rc.d udpxy script: # grep udpx /etc/rc.conf udpxy_enable="YES" # /usr/local/etc/rc.d/udpxy start Starting udpxy. # ps auxwww | grep udpx root 8415 2.2 0.0 3140 948 ?? S 10:41AM 0:00.01 /usr/local/sbin/udpxy -S -p 4022 -S command flags (-S) used twice! Please review new attached patch: udpxy-1.0-Chipmunk-16/CHANGES: Build 16 (21-Mar-2010) (*) FIXED: hanging when specifying network interface by name port changes: - fixed rc.d script - add release(default), lean and debug build options - remove patch for Makefile (fixed in mainstream) - remove patch for ifaddr.[ch] (fixed in mainstream) Please remove next files: net/udpxy/files/patch-Makefile net/udpxy/files/patch-ifaddr.c net/udpxy/files/patch-ifaddr.h after update port. Thanks a lot!
miwi 2010-05-09 11:21:51 UTC FreeBSD ports repository Modified files: net/udpxy Makefile distinfo net/udpxy/files udpxy.in Removed files: net/udpxy/files patch-Makefile patch-ifaddr.c patch-ifaddr.h Log: - Update to 1.0.16 PR: 145789 Submitted by: Alex Deiter <alex.deiter@gmail.com> (maintainer) Revision Changes Path 1.4 +13 -5 ports/net/udpxy/Makefile 1.3 +3 -3 ports/net/udpxy/distinfo 1.2 +0 -17 ports/net/udpxy/files/patch-Makefile (dead) 1.2 +0 -149 ports/net/udpxy/files/patch-ifaddr.c (dead) 1.2 +0 -11 ports/net/udpxy/files/patch-ifaddr.h (dead) 1.4 +5 -3 ports/net/udpxy/files/udpxy.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!