cvs commit: ports/devel/boost-all common.mk ports/devel/boost-libs Makefile

2012-07-15 Thread Doug Barton
svn2cvs 2012-07-15 23:16:16 UTC

  FreeBSD ports repository

  Modified files:
devel/boost-all  common.mk 
devel/boost-libs Makefile 
  Log:
  SVN rev 300905 on 2012-07-15 23:13:21Z by dougb
  
  Update PORTREVISION for rm's fix in the way that it has been done previously
  
  Approved by:portmgr (beat)
  
  Revision  ChangesPath
  1.7   +0 -1  ports/devel/boost-all/common.mk
  1.14  +1 -0  ports/devel/boost-libs/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/net-p2p/libtorrent-rasterbar-16 Makefile distinfo

2012-07-15 Thread Doug Barton
svn2cvs 2012-07-15 23:17:19 UTC

  FreeBSD ports repository

  Modified files:
net-p2p/libtorrent-rasterbar-16 Makefile distinfo 
  Log:
  SVN rev 300907 on 2012-07-15 23:16:52Z by dougb
  
  0.16.2 release
  
   * use random peer IDs in anonymous mode
   * fix move_storage bugs
   * fix unnecessary dependency on boost.date_time when building boost.asio as
 separate compilation
   * always use SO_REUSEADDR and deprecate the flag to turn it on
   * add python bindings for SSL support
   * minor uTP tweaks
   * fix end-game mode issue when some files are selected to not be
 downloaded
   * improve uTP slow start
   * make uTP less aggressive resetting cwnd when idle
  
  Approved by:portmgr (beat)
  
  Revision  ChangesPath
  1.4   +1 -1  ports/net-p2p/libtorrent-rasterbar-16/Makefile
  1.3   +2 -2  ports/net-p2p/libtorrent-rasterbar-16/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/net-p2p/libtorrent-rasterbar-15 Makefile ports/net-p2p/qbittorrent-29 Makefile

2012-07-15 Thread Doug Barton
svn2cvs 2012-07-15 23:20:13 UTC

  FreeBSD ports repository

  Modified files:
net-p2p/libtorrent-rasterbar-15 Makefile 
net-p2p/qbittorrent-29 Makefile 
  Log:
  SVN rev 300908 on 2012-07-15 23:19:56Z by dougb
  
  Update PORTREVISION to reflect boost-libs 1.48.0_1 fix
  
  Approved by:portmgr (beat)
  
  Revision  ChangesPath
  1.16  +1 -0  ports/net-p2p/libtorrent-rasterbar-15/Makefile
  1.16  +1 -1  ports/net-p2p/qbittorrent-29/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/security/snortsam/files snortsam.sh.in

2012-07-12 Thread Doug Barton
This is a bad change, and probably does not do what you're intending.

The proper way to handle this would be to use REQUIRE: LOGIN.

It's also worth noting that the reasons for using REQUIRE: LOGIN by
default for ports scripts unless there is a good reason not to include
grouping them together rather than scattering them throughout the boot
process. It's not just a matter of unprivileged users.

Please see
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/rc-scripts.html
for more information.

Doug


On 07/12/2012 12:51 PM, Michael Scheidell wrote:
 scheidell2012-07-12 19:51:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
 security/snortsam/files snortsam.sh.in 
   Log:
   - remove rcscript REQUIRE: LOGIN
   
   PR: ports/169524  
 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=169524
   Approved by:maintainer (timeout, 14 days)
   
   Revision  ChangesPath
   1.6   +1 -2  ports/security/snortsam/files/snortsam.sh.in
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/security/snortsam/files/snortsam.sh.in.diff?r1=1.5r2=1.6f=u
 


___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/x11/xscreensaver Makefile

2012-07-08 Thread Doug Barton
dougb   2012-07-09 02:28:47 UTC

  FreeBSD ports repository

  Modified files:
x11/xscreensaver Makefile 
  Log:
  Fix installation of PAM conf file
  
  PR: ports/169724
  Submitted by:   John Marshall john.marsh...@riverwillow.com.au
  
  Revision  ChangesPath
  1.127 +2 -1  ports/x11/xscreensaver/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/devel/zookeeper Makefile distinfo pkg-descr pkg-plist ports/devel/zookeeper/files patch-src-c-src-zookeeper.c zookeeper

2012-07-07 Thread Doug Barton
On 07/06/2012 21:39, Jason Helfman wrote:
 On Fri, Jul 06, 2012 at 08:27:35PM +, George V. Neville-Neil thus
 spake:
 gnn 2012-07-06 20:27:35 UTC

  FreeBSD ports repository (src committer)

  Added files:
devel/zookeeper  Makefile distinfo pkg-descr pkg-plist
devel/zookeeper/files patch-src-c-src-zookeeper.c zookeeper
  Log:
  Initial commit of Apache Zookeeper a distributed coordination system.

  Approved by: skreuzer (mentor)

  Revision  ChangesPath
  1.1   +79 -0 ports/devel/zookeeper/Makefile (new)
  1.1   +2 -0  ports/devel/zookeeper/distinfo (new)
  1.1   +21 -0
 ports/devel/zookeeper/files/patch-src-c-src-zookeeper.c (new)
  1.1   +33 -0 ports/devel/zookeeper/files/zookeeper (new)
  1.1   +17 -0 ports/devel/zookeeper/pkg-descr (new)
  1.1   +378 -0ports/devel/zookeeper/pkg-plist (new)
 
 This seems to be broken, but I submitted a pr to fix it.
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=169693

Furthermore the rc.d script is a mess, and should not have been
committed like it was (numerous missing bits, bad format, set_rcvar,
hard-coded /usr/local, no REQUIRE, no KEYWORD: shutdown, etc.). Please
read
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/rc-scripts.html
and then ask in freebsd-rc@ if you have any additional questions. Sorry
to be so blunt, but I'm really, really tired of repeating the same stuff
over and over again, and this script is really a mess.

Also, don't install the script in do-install, see the web page above
(and/or the PR) for USE_RC_SUBR.

And FYI, there is no need to have the function in that script. You could
use (for example) start_cmd=$command start just as well. Not to
mention that the function you have should be using $1 as the argument to
$command, not $rc_arg. Reasons why left as an exercise for the reader ...

Doug

-- 

This .signature sanitized for your protection


___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/ports-mgmt/portmaster Makefile distinfo

2012-07-07 Thread Doug Barton
dougb   2012-07-07 12:16:20 UTC

  FreeBSD ports repository

  Modified files:
ports-mgmt/portmaster Makefile distinfo 
  Log:
  Upgrade to version 3.13
  
  Major updates/fixes to the distfile handling code
  =
  * Make all parts of the code SUBDIR-safe (most were already)
- Fix a few places where the relativity of the cwd was not respected,
  most often resulting in files not being deleted that should be
  * Move the storage of the distfile info back to /var/db/pkg where it
should have been all along. Mostly for correctness, but also to deal
with the problem of non-UNIQUENAMEs causing the wrong files to be
deleted with -d.
  * Clean up the old /var/db/ports/*/distfiles files after reading them,
and delete the directory if it's empty. Since we are doing this
unconditionally now, there is no longer a need for delete_dist_list().
The new ones will live and die with the rest of the package directory.
  * Update some of the messages printed out for distfile-related things
to make it more clear what's going on.
  * Check DI_FILES to see if the distfile could be valid for another port
in more places, so add a function to deal with the common ones.
  * When checking DI_FILES, anchor the grep pattern with a ^ to
avoid false positives
  
  Other code changes
  ==
  * Make the whitespace more consistent
  * Various minor improvements, mostly to avoid unnecessary forking
  
  UI Change
  =
  * When using -i and there is an +IGNOREME file, the default should be no
  
  Revision  ChangesPath
  2.54  +1 -1  ports/ports-mgmt/portmaster/Makefile
  2.18  +4 -4  ports/ports-mgmt/portmaster/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/x11/slim Makefile pkg-plist ports/x11/slim/files pam.conf slim.sh.in

2012-07-04 Thread Doug Barton
Thanks for taking this one on. I was also looking at the new version of
slim that's out recently: http://slim.berlios.de/

Doug


On 07/04/2012 14:53, Michael Scheidell wrote:
 scheidell2012-07-04 21:53:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
 x11/slim Makefile pkg-plist 
 x11/slim/files   slim.sh.in 
   Added files:
 x11/slim/files   pam.conf 
   Log:
   - Enable PAM in slim (OPTION on by default)
   - Install pam config file for slim.
   - Patch app.cpp to allow rebooting without login
   - Modify rc.d script to start after hal
   - Bump PORTREVISION
   
   PR: ports/168841  
 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=168841
   Reported by:Volodymyr Kostyrko c.kw...@gmail.com
   Approved by:Henry Hu henry.hu...@gmail.com (maintainer)
   Obtained from:  http://www.freebsd.org/cgi/query-pr.cgi?pr=152236
   
   Revision  ChangesPath
   1.31  +22 -6 ports/x11/slim/Makefile
   1.1   +4 -0  ports/x11/slim/files/pam.conf (new)
   1.9   +2 -2  ports/x11/slim/files/slim.sh.in
   1.4   +3 -0  ports/x11/slim/pkg-plist
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/slim/Makefile.diff?r1=1.30r2=1.31f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/slim/files/pam.conf
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/slim/files/slim.sh.in.diff?r1=1.8r2=1.9f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11/slim/pkg-plist.diff?r1=1.3r2=1.4f=u
 


-- 

This .signature sanitized for your protection


___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/x11/xscreensaver Makefile distinfo ports/x11/xscreensaver/files patch-hacks__config__sonar.xml

2012-07-04 Thread Doug Barton
dougb   2012-07-04 22:35:25 UTC

  FreeBSD ports repository

  Modified files:
x11/xscreensaver Makefile distinfo 
  Added files:
x11/xscreensaver/files patch-hacks__config__sonar.xml 
  Log:
  Upgrade to version 5.17:
* Made `pipes' be ridiculously less efficient, but spin.
* Added better mouse control to `rubik', `cube21', `crackberg', and `julia'.
* Cosmetic improvements to `queens' and `endgame'.
* `sonar' can now ping local subnet on DHCP.
* Most savers now resize/rotate properly.
* Various fixes.
  
  For the port:
* Remove a post-patch that was incorporated upstream
* Add a patch to sonar.xml to ping freebsd.org instead of linux.org,
  and explain how to enable ping via the ports build option.
  
  Revision  ChangesPath
  1.125 +2 -6  ports/x11/xscreensaver/Makefile
  1.64  +2 -2  ports/x11/xscreensaver/distinfo
  1.1   +21 -0 
ports/x11/xscreensaver/files/patch-hacks__config__sonar.xml (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/x11/xscreensaver Makefile distinfo ports/x11/xscreensaver/files patch-hacks__config__sonar.xml

2012-07-04 Thread Doug Barton
dougb   2012-07-04 22:36:43 UTC

  FreeBSD ports repository

  Modified files:
x11/xscreensaver Makefile distinfo 
x11/xscreensaver/files patch-hacks__config__sonar.xml 
  Log:
  Grrr, forced commit to note that this is the upgrade to 5.18, not 5.17
  
  Revision  ChangesPath
  1.126 +0 -0  ports/x11/xscreensaver/Makefile
  1.65  +0 -0  ports/x11/xscreensaver/distinfo
  1.2   +0 -0  
ports/x11/xscreensaver/files/patch-hacks__config__sonar.xml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports MOVED ports/net-p2p Makefile ports/net-p2p/hrktorrent Makefile distinfo pkg-descr ports/net-p2p/hrktorrent/files patch-hrktorrent.h pkg-message.in ports/net-p2p/libtorrent-rasterbar-

2012-07-02 Thread Doug Barton
dougb   2012-07-02 07:04:11 UTC

  FreeBSD ports repository

  Modified files:
.MOVED 
net-p2p  Makefile 
  Removed files:
net-p2p/hrktorrent   Makefile distinfo pkg-descr 
net-p2p/hrktorrent/files patch-hrktorrent.h pkg-message.in 
net-p2p/libtorrent-rasterbar-14 Makefile distinfo pkg-descr 
pkg-plist 
net-p2p/libtorrent-rasterbar-14/files patch-configure.in 
  
patch-include-libtorrent-create_torrent.hpp 
  patch-include-libtorrent-debug.hpp 
  
patch-include_libtorrent_udp_socket.hpp 
  patch-src-create_torrent.cpp 
  patch-src-file.cpp 
  patch-src-file_storage.cpp 
  patch-src-logger.cpp 
  patch-src-storage.cpp 
  patch-src-torrent_info.cpp 
net-p2p/sharktorrent Makefile distinfo pkg-descr 
net-p2p/sharktorrent/files patch-src-stsession.cpp 
  Log:
  net-p2p/libtorrent-rasterbar-14||2012-07-01|Discontinued upstream, move to 
libtorrent-rasterbar-16
  net-p2p/hrktorrent||2012-07-01|Relies on net-p2p/libtorrent-rasterbar-14, 
which has been discontinued
  net-p2p/sharktorrent||2012-07-01|Relies on net-p2p/libtorrent-rasterbar-14, 
which has been discontinued
  
  Revision  ChangesPath
  1.2897+4 -1  ports/MOVED
  1.133 +0 -3  ports/net-p2p/Makefile
  1.11  +0 -38 ports/net-p2p/hrktorrent/Makefile (dead)
  1.6   +0 -2  ports/net-p2p/hrktorrent/distinfo (dead)
  1.2   +0 -10 ports/net-p2p/hrktorrent/files/patch-hrktorrent.h (dead)
  1.2   +0 -7  ports/net-p2p/hrktorrent/files/pkg-message.in (dead)
  1.2   +0 -5  ports/net-p2p/hrktorrent/pkg-descr (dead)
  1.49  +0 -74 ports/net-p2p/libtorrent-rasterbar-14/Makefile (dead)
  1.21  +0 -2  ports/net-p2p/libtorrent-rasterbar-14/distinfo (dead)
  1.5   +0 -38 
ports/net-p2p/libtorrent-rasterbar-14/files/patch-configure.in (dead)
  1.2   +0 -11 
ports/net-p2p/libtorrent-rasterbar-14/files/patch-include-libtorrent-create_torrent.hpp
 (dead)
  1.2   +0 -11 
ports/net-p2p/libtorrent-rasterbar-14/files/patch-include-libtorrent-debug.hpp 
(dead)
  1.2   +0 -10 
ports/net-p2p/libtorrent-rasterbar-14/files/patch-include_libtorrent_udp_socket.hpp
 (dead)
  1.2   +0 -11 
ports/net-p2p/libtorrent-rasterbar-14/files/patch-src-create_torrent.cpp (dead)
  1.2   +0 -11 
ports/net-p2p/libtorrent-rasterbar-14/files/patch-src-file.cpp (dead)
  1.2   +0 -14 
ports/net-p2p/libtorrent-rasterbar-14/files/patch-src-file_storage.cpp (dead)
  1.2   +0 -11 
ports/net-p2p/libtorrent-rasterbar-14/files/patch-src-logger.cpp (dead)
  1.2   +0 -90 
ports/net-p2p/libtorrent-rasterbar-14/files/patch-src-storage.cpp (dead)
  1.2   +0 -11 
ports/net-p2p/libtorrent-rasterbar-14/files/patch-src-torrent_info.cpp (dead)
  1.5   +0 -13 ports/net-p2p/libtorrent-rasterbar-14/pkg-descr (dead)
  1.22  +0 -108ports/net-p2p/libtorrent-rasterbar-14/pkg-plist (dead)
  1.16  +0 -42 ports/net-p2p/sharktorrent/Makefile (dead)
  1.4   +0 -2  ports/net-p2p/sharktorrent/distinfo (dead)
  1.2   +0 -11 ports/net-p2p/sharktorrent/files/patch-src-stsession.cpp 
(dead)
  1.2   +0 -4  ports/net-p2p/sharktorrent/pkg-descr (dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/x11/xscreensaver Makefile

2012-07-02 Thread Doug Barton
dougb   2012-07-02 10:04:41 UTC

  FreeBSD ports repository

  Modified files:
x11/xscreensaver Makefile 
  Log:
  Forcing -O0 for amd64 no longer seems relevant
  
  PR: ports/169523
  Submitted by:   Sayetsky Anton vsj...@gmail.com
  
  Revision  ChangesPath
  1.124 +0 -4  ports/x11/xscreensaver/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/x11-fm/FSViewer Makefile

2012-07-02 Thread Doug Barton
dougb   2012-07-02 10:12:24 UTC

  FreeBSD ports repository

  Modified files:
x11-fm/FSViewer  Makefile 
  Log:
  Mark DEPRECATED as it has been broken for 4 months, unmaintained for 2+
  
  Interested parties may wish to review http://repo.or.cz/w/fsviewer.git
  
  Revision  ChangesPath
  1.18  +4 -2  ports/x11-fm/FSViewer/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/net-p2p/qbittorrent-29 Makefile distinfo

2012-07-01 Thread Doug Barton
dougb   2012-07-02 03:16:52 UTC

  FreeBSD ports repository

  Modified files:
net-p2p/qbittorrent-29 Makefile distinfo 
  Log:
  * Sun Jul 1 2012 -  Christophe Dumez ch...@qbittorrent.org - v2.9.11
   - BUGFIX: Fix unreversible Minimize to tray on some window managers
   - BUGFIX: Fix torrent availability computation
   - BUGFIX: Bring window to front after restoring from systray
   - BUGFIX: Fix keyboard focus problems on main window
   - BUGFIX: Fix ThePirateBay search plugin
  
  Revision  ChangesPath
  1.15  +1 -1  ports/net-p2p/qbittorrent-29/Makefile
  1.12  +2 -2  ports/net-p2p/qbittorrent-29/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/mail/mutt-devel Makefile

2012-06-29 Thread Doug Barton
On 06/29/2012 12:21 PM, Cy Schubert wrote:
 Just negotiating with my wife about the purchase of two replacement drives.

D'oh! Good luck with that! :)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/x11/xscreensaver Makefile

2012-06-26 Thread Doug Barton
dougb   2012-06-26 08:39:48 UTC

  FreeBSD ports repository

  Modified files:
x11/xscreensaver Makefile 
  Log:
  s/spaces/tab/ for the CONFLICTS line added in the last commit
  
  PR: ports/169400
  Submitted by:   Anton Yuzhaninov ayuzhani...@team.vega.ru
  
  Revision  ChangesPath
  1.123 +1 -1  ports/x11/xscreensaver/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/net-p2p/libtorrent-rasterbar-16 Makefile

2012-06-26 Thread Doug Barton
dougb   2012-06-26 17:00:05 UTC

  FreeBSD ports repository

  Modified files:
net-p2p/libtorrent-rasterbar-16 Makefile 
  Log:
  I meant to silence these once I was done testing.
  
  Revision  ChangesPath
  1.3   +2 -2  ports/net-p2p/libtorrent-rasterbar-16/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/security/sshguard Makefile ports/security/sshguard/files pkg-message.in sshguard.in

2012-06-26 Thread Doug Barton
Overall this rc.d script looks Ok. It needs KEYWORD: shutdown.

hth,

Doug


On 06/26/2012 05:22 PM, Xin LI wrote:
 delphij 2012-06-27 00:22:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
 security/sshguardMakefile 
 security/sshguard/files pkg-message.in 
   Added files:
 security/sshguard/files sshguard.in 
   Log:
   Add a rc.d script to daemonize sshguard.
   
   Submitted by:   delphij
   PR: ports/166471  
 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=166471
   Approved by:maintainer timeout (~3 months)
   
   Revision  ChangesPath
   1.16  +2 -1  ports/security/sshguard/Makefile
   1.2   +3 -0  ports/security/sshguard/files/pkg-message.in
   1.1   +92 -0 ports/security/sshguard/files/sshguard.in (new)
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/security/sshguard/Makefile.diff?r1=1.15r2=1.16f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/security/sshguard/files/pkg-message.in.diff?r1=1.1r2=1.2f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/security/sshguard/files/sshguard.in
 


___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/net-p2p/qbittorrent-29 Makefile distinfo

2012-06-25 Thread Doug Barton
dougb   2012-06-25 09:28:24 UTC

  FreeBSD ports repository

  Modified files:
net-p2p/qbittorrent-29 Makefile distinfo 
  Log:
  * Sun Jun 24 2012 - Christophe Dumez ch...@qbittorrent.org - v2.9.10
  
   - BUGFIX: Fix possible crash when showing torrent content
   - BUGFIX: Add support for RSS feeds using magnet links
   - BUGFIX: Remove 100kb limit for torrent file size in Web UI
   - BUGFIX: Fix ratio limiting bug
   - BUGFIX: Do not display .!qB file extensions in Web UI
   - BUGFIX: Stop using absolute URLs in Web UI ajax requests
   - BUGFIX: Fix unreversible Minimize to tray on some window managers
  
  Revision  ChangesPath
  1.14  +2 -2  ports/net-p2p/qbittorrent-29/Makefile
  1.11  +2 -2  ports/net-p2p/qbittorrent-29/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/japanese/tiarra Makefile

2012-06-25 Thread Doug Barton
Because the script runs as an unprivileged user, this:

# REQUIRE: DAEMON
# BEFORE: LOGIN

should be replaced with:

# REQUIRE: LOGIN

Otherwise the script looks pretty good.

Also, ume, please don't obscure e-mail addresses in commit logs. It does
nothing to confuse spammers, but does make it more difficult to paste
them into a message.

hope this helps,

Doug


On 06/25/2012 09:06 AM, Hajimu UMEMOTO wrote:
 ume 2012-06-25 16:06:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
 japanese/tiarra  Makefile 
   Log:
   Fix SUB_LIST to work rc.d script properly.
   
   PR: ports/169387  
 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=169387
   Submitted by:   Masaki TAGAWA masaki__at__club.kyutech.ac.jp
   
   Revision  ChangesPath
   1.9   +2 -1  ports/japanese/tiarra/Makefile
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/japanese/tiarra/Makefile.diff?r1=1.8r2=1.9f=u
 

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/ports-mgmt/portmaster Makefile distinfo

2012-06-25 Thread Doug Barton
dougb   2012-06-26 01:51:20 UTC

  FreeBSD ports repository

  Modified files:
ports-mgmt/portmaster Makefile distinfo 
  Log:
  Minor improvements
  ==
  * Restore the line from -av that prints each port as we work on it.
  * Print more useful information about ports that don't have distfiles,
or distfiles we're skipping due to duplicates when -F (especially
with -a).
  
  Bug fixes
  =
  * Consolidate all writing to the IPC_SAVE file into safe_exit()
so that it always gets called. Also, zero out the file after
reading it so that a parent process doesn't inadvertently
read stale data during a trap (unlikely, but not impossible).
  
  Revision  ChangesPath
  2.53  +1 -1  ports/ports-mgmt/portmaster/Makefile
  2.17  +4 -4  ports/ports-mgmt/portmaster/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/x11/xscreensaver Makefile distinfo

2012-06-24 Thread Doug Barton
dougb   2012-06-24 10:26:27 UTC

  FreeBSD ports repository

  Modified files:
x11/xscreensaver Makefile distinfo 
  Log:
  Upgrade to version 5.17:
* Enlarged the texture image for `lament'.
* XInput devices now also ignore small mouse motions.
* Various minor fixes.
  
  For the port:
* Add CONFLICTS with xscreensaver-gnome*
* s/X11BASE/LOCALBASE/
* Remove a pattern in pre-patch that was incorporated upstream
* Add a pre-patch pattern to fix the image for `lament'
  
  (Version 5.16 was quickly replaced by 5.17 due to compilation problems)
  
  Revision  ChangesPath
  1.122 +9 -6  ports/x11/xscreensaver/Makefile
  1.63  +2 -2  ports/x11/xscreensaver/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/Tools/scripts/mkptools mkpextr ports/astro/xephem Makefile ports/astro/xmoontool/files patch-Makefile ports/audio/timidity++-motif Makefile ports/biology/njplot/files patch-makefile

2012-06-24 Thread Doug Barton
dougb   2012-06-24 21:53:38 UTC

  FreeBSD ports repository

  Modified files:
Tools/scripts/mkptools mkpextr 
astro/xephem Makefile 
astro/xmoontool/files patch-Makefile 
audio/timidity++-motif Makefile 
biology/njplot/files patch-makefile 
databases/qt4-pgsql-plugin/files Makefile.bsd 
devel/plan9port  Makefile 
finance/wmstock/files patch-ab 
ftp/wmget/files  patch-Makefile 
games/demonquake/files patch-Makefile 
games/q2p/files  patch-Makefile 
games/qixpkg-deinstall pkg-install 
games/tremor/files   patch-Makefile 
japanese/navi2ch-emacs21 Makefile 
print/ghostscript7   Makefile 
print/ghostscript8/files Makefile.drivers_post 
 patch-base-devs.mak 
print/ghostscript9/files Makefile.drivers_post 
 patch-base-devs.mak 
science/afni/files   Makefile.FreeBSD_PORT 
textproc/kmflcompMakefile 
www/linux-mplayer-plugin Makefile.npapi 
www/linuxpluginwrapper Makefile pkg-plist 
x11-fm/ezfm/filespatch-aa 
x11-fonts/code2000   pkg-plist 
x11-fonts/moveable-type-fonts pkg-plist 
  Log:
  s/X11BASE/LOCALBASE/, or equivalent.
  
  The X11BASE variable is long gone, however these ports were not updated.
  
  Revision  ChangesPath
  1.3   +1 -1  ports/Tools/scripts/mkptools/mkpextr
  1.63  +1 -1  ports/astro/xephem/Makefile
  1.3   +1 -1  ports/astro/xmoontool/files/patch-Makefile
  1.9   +1 -1  ports/audio/timidity++-motif/Makefile
  1.2   +1 -1  ports/biology/njplot/files/patch-makefile
  1.7   +1 -1  ports/databases/qt4-pgsql-plugin/files/Makefile.bsd
  1.35  +1 -1  ports/devel/plan9port/Makefile
  1.4   +1 -1  ports/finance/wmstock/files/patch-ab
  1.4   +1 -1  ports/ftp/wmget/files/patch-Makefile
  1.4   +1 -1  ports/games/demonquake/files/patch-Makefile
  1.3   +1 -1  ports/games/q2p/files/patch-Makefile
  1.2   +2 -2  ports/games/qix/pkg-deinstall
  1.3   +1 -1  ports/games/qix/pkg-install
  1.5   +1 -1  ports/games/tremor/files/patch-Makefile
  1.8   +1 -1  ports/japanese/navi2ch-emacs21/Makefile
  1.143 +2 -2  ports/print/ghostscript7/Makefile
  1.9   +3 -3  ports/print/ghostscript8/files/Makefile.drivers_post
  1.3   +1 -1  ports/print/ghostscript8/files/patch-base-devs.mak
  1.8   +3 -3  ports/print/ghostscript9/files/Makefile.drivers_post
  1.2   +1 -1  ports/print/ghostscript9/files/patch-base-devs.mak
  1.6   +5 -5  ports/science/afni/files/Makefile.FreeBSD_PORT
  1.11  +1 -1  ports/textproc/kmflcomp/Makefile
  1.6   +2 -4  ports/www/linux-mplayer-plugin/Makefile.npapi
  1.64  +7 -7  ports/www/linuxpluginwrapper/Makefile
  1.20  +6 -6  ports/www/linuxpluginwrapper/pkg-plist
  1.5   +1 -1  ports/x11-fm/ezfm/files/patch-aa
  1.6   +3 -3  ports/x11-fonts/code2000/pkg-plist
  1.2   +1 -1  ports/x11-fonts/moveable-type-fonts/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/security/openssh-portable/files openssh.in

2012-06-24 Thread Doug Barton
dougb   2012-06-24 22:49:52 UTC

  FreeBSD ports repository

  Modified files:
security/openssh-portable/files openssh.in 
  Log:
  Add KEYWORD: shutdown
  Simplify some code
  Fix an error message
  
  Revision  ChangesPath
  1.8   +54 -59ports/security/openssh-portable/files/openssh.in
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/net-p2p/libtorrent-rasterbar-16 Makefile distinfo pkg-plist ports/net-p2p/libtorrent-rasterbar-16/files patch-RC_0_16-6850

2012-06-24 Thread Doug Barton
dougb   2012-06-25 04:07:05 UTC

  FreeBSD ports repository

  Modified files:
net-p2p/libtorrent-rasterbar-16 Makefile distinfo pkg-plist 
  Removed files:
net-p2p/libtorrent-rasterbar-16/files patch-RC_0_16-6850 
  Log:
  Upgrade to version 0.16.1:
  
   * fixed crash when providing corrupt resume data
   * fixed support for boost-1.44
   * fixed reversed semantics of queue_up() and queue_down()
   * added missing functions to python bindings
 (file_priority(), set_dht_settings())
   * fixed low_prio_disk support on linux
   * fixed time critical piece accounting in the request queue
   * fixed semantics of rate_limit_utp to also ignore per-torrent limits
   * fixed piece sorting bug of deadline pieces
   * fixed python binding build on BSD
   * fixed possible crash when enabling multiple connections per IP
   * change default of rate_limit_utp to true
   * fixed FreeBSD build
   * fixed web seed performance issue whith pieces  1 MiB
   * fixed unchoke logic when using web seeds
   * fixed compatibility with older versions of boost (down to boost 1.40)
  
  Remove the patch from their svn repo that was incorporated into this version
  
  Revision  ChangesPath
  1.2   +6 -1  ports/net-p2p/libtorrent-rasterbar-16/Makefile
  1.2   +2 -2  ports/net-p2p/libtorrent-rasterbar-16/distinfo
  1.2   +0 -1310   
ports/net-p2p/libtorrent-rasterbar-16/files/patch-RC_0_16-6850 (dead)
  1.2   +1 -0  ports/net-p2p/libtorrent-rasterbar-16/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/net-p2p/hrktorrent Makefile ports/net-p2p/sharktorrent Makefile

2012-06-23 Thread Doug Barton
dougb   2012-06-23 09:36:34 UTC

  FreeBSD ports repository

  Modified files:
net-p2p/hrktorrent   Makefile 
net-p2p/sharktorrent Makefile 
  Log:
  As previously announced, deprecate ports relying on libtorrent-rasterbar-14,
  which is scheduled to be removed.
  
  Revision  ChangesPath
  1.10  +3 -0  ports/net-p2p/hrktorrent/Makefile
  1.15  +3 -0  ports/net-p2p/sharktorrent/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports MOVED UPDATING ports/sysutils Makefile ports/sysutils/xfce4-utils Makefile distinfo pkg-descr pkg-plist ports/sysutils/xfce4-utils/files patch-scripts__xinitrc.in.in

2012-06-23 Thread Doug Barton
dougb   2012-06-23 10:43:21 UTC

  FreeBSD ports repository

  Modified files:
.MOVED UPDATING 
sysutils Makefile 
  Removed files:
sysutils/xfce4-utils Makefile distinfo pkg-descr pkg-plist 
sysutils/xfce4-utils/files patch-scripts__xinitrc.in.in 
  Log:
  The sysutils/xfce4-utils port has been discontinued, and installs files that
  conflict with the new versions of misc/xfce4-appfinder and
  x11-wm/xfce4-session.
  
  Approved by:silence on xfce@
  
  Revision  ChangesPath
  1.2891+2 -1  ports/MOVED
  1.1257+11 -15ports/UPDATING
  1.1419+0 -1  ports/sysutils/Makefile
  1.64  +0 -78 ports/sysutils/xfce4-utils/Makefile (dead)
  1.25  +0 -2  ports/sysutils/xfce4-utils/distinfo (dead)
  1.2   +0 -16 
ports/sysutils/xfce4-utils/files/patch-scripts__xinitrc.in.in (dead)
  1.4   +0 -5  ports/sysutils/xfce4-utils/pkg-descr (dead)
  1.30  +0 -213ports/sysutils/xfce4-utils/pkg-plist (dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/x11-wm/xfce4 Makefile

2012-06-17 Thread Doug Barton
dougb   2012-06-17 08:48:24 UTC

  FreeBSD ports repository

  Modified files:
x11-wm/xfce4 Makefile 
  Log:
  In OPTIONS, s/ORANGE/ORAGE/
  
  Submitted by:   tijl
  
  Revision  ChangesPath
  1.125 +3 -3  ports/x11-wm/xfce4/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/deskutils/xfce4-tumbler Makefile

2012-06-17 Thread Doug Barton
dougb   2012-06-17 08:49:40 UTC

  FreeBSD ports repository

  Modified files:
deskutils/xfce4-tumbler Makefile 
  Log:
  In OPTIONS, s/JEPG/JPEG/
  
  Submitted by:   tijl
  
  Revision  ChangesPath
  1.13  +1 -1  ports/deskutils/xfce4-tumbler/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/security/prelude-lml Makefile ports/security/prelude-lml/files prelude-lml.sh.in

2012-06-17 Thread Doug Barton
dougb   2012-06-17 10:08:30 UTC

  FreeBSD ports repository

  Modified files:
security/prelude-lml Makefile 
security/prelude-lml/files prelude-lml.sh.in 
  Log:
  The submitter points out that this service doesn't start because it relies
  on the database to be up first, which given the previous REQUIRE line could
  only have happened by accident. So change the REQUIRE to LOGIN, which matches
  how we like ports scripts to run generally, and add postgresql mysql.
  
  While I'm here:
  1. Add a $FreeBSD$
  2. Add KEYWORD: shutdown
  3. Sort the structure to be more standard
  4. Move the obviously non-optional flags to command_args
  
  Bump PORTREVISION to reflect these changes.
  
  Submitted by:   Варнаков Кирилл ki...@varnakov.net
  
  Revision  ChangesPath
  1.50  +1 -1  ports/security/prelude-lml/Makefile
  1.5   +9 -7  ports/security/prelude-lml/files/prelude-lml.sh.in
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/x11-themes/clearlooks pkg-plist ports/x11-themes/clearlooks-themes Makefile

2012-06-16 Thread Doug Barton
dougb   2012-06-16 22:34:12 UTC

  FreeBSD ports repository

  Modified files:
x11-themes/clearlooks pkg-plist 
x11-themes/clearlooks-themes Makefile 
  Log:
  Remove no-longer supported options from the themes that they appear in
  to avoid the following:
  
  /usr/local/share/themes/Clearlooks-Quicksilver/gtk-2.0/gtkrc:44: Clearlooks 
configuration option menuitemstyle is not supported and will be ignored.
  /usr/local/share/themes/Clearlooks-Quicksilver/gtk-2.0/gtkrc:45: Clearlooks 
configuration option listviewitemstyle is not supported and will be ignored.
  /usr/local/share/themes/Clearlooks-Quicksilver/gtk-2.0/gtkrc:46: Clearlooks 
configuration option progressbarstyle is not supported and will be ignored.
  
  In the plist, change some @dirrm to @dirrmtry to avoid conflicts with other
  ports.
  
  Revision  ChangesPath
  1.4   +11 -0 ports/x11-themes/clearlooks-themes/Makefile
  1.12  +3 -4  ports/x11-themes/clearlooks/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/net/gnu-dico Makefile distinfo pkg-plist ports/net/gnu-dico/files dicod.sh.in

2012-06-16 Thread Doug Barton
FYI, we assume that you review patches that you commit. :)

Meanwhile, this rc.d script could use a $FreeBSD$, and KEYWORD:
shutdown. It also wouldn't hurt to standardize the format per
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/rc-scripts.html,
but that's a nice-to-have.

Doug


On 06/16/2012 03:03, Michael Scheidell wrote:
 scheidell2012-06-16 10:03:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
 net/gnu-dico Makefile distinfo pkg-plist 
 net/gnu-dico/files   dicod.sh.in 
   Log:
   - Update to version 2.2 [1]
   - Leftovers, missing a couple of PLIST_SUB entries [2]
   
   PR: ports/168933  
 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=168933
   Submitted by:   Goran Tal goran@gmail.com [1]
   Reviewed by:scheidell@ (me) [2]
   
   Revision  ChangesPath
   1.7   +19 -3 ports/net/gnu-dico/Makefile
   1.4   +2 -2  ports/net/gnu-dico/distinfo
   1.3   +1 -1  ports/net/gnu-dico/files/dicod.sh.in
   1.3   +21 -1 ports/net/gnu-dico/pkg-plist
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/net/gnu-dico/Makefile.diff?r1=1.6r2=1.7f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/net/gnu-dico/distinfo.diff?r1=1.3r2=1.4f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/net/gnu-dico/files/dicod.sh.in.diff?r1=1.2r2=1.3f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/net/gnu-dico/pkg-plist.diff?r1=1.2r2=1.3f=u
 


-- 

This .signature sanitized for your protection


___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/www/cntlm Makefile distinfo ports/www/cntlm/files cntlm.in

2012-06-16 Thread Doug Barton
This rc.d script could use a $FreeBSD$, and KEYWORD: shutdown. The
start_precmd could also be streamlined, so instead of a function it
could just be:

start_precmd=install -o $cntlm_user $pidfile

hth,

Doug


On 06/16/2012 02:52, Michael Scheidell wrote:
 scheidell2012-06-16 09:52:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
 www/cntlmMakefile distinfo 
 www/cntlm/files  cntlm.in 
   Log:
   - Upgrade to 0.92.2
   - Fix cntlm_config line in rc script
   
   PR: ports/168484  
 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=168484
   Submitted by:   Brandon Gooch jamesbrandongo...@gmail.com
   Approved by:Antony Mawer li...@mawer.org (maintainer)
   
   Revision  ChangesPath
   1.3   +1 -1  ports/www/cntlm/Makefile
   1.3   +2 -2  ports/www/cntlm/distinfo
   1.5   +1 -1  ports/www/cntlm/files/cntlm.in
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/cntlm/Makefile.diff?r1=1.2r2=1.3f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/cntlm/distinfo.diff?r1=1.2r2=1.3f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/cntlm/files/cntlm.in.diff?r1=1.4r2=1.5f=u
 


-- 

This .signature sanitized for your protection


___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/ports-mgmt/portmaster Makefile distinfo

2012-06-15 Thread Doug Barton
dougb   2012-06-15 06:10:18 UTC

  FreeBSD ports repository

  Modified files:
ports-mgmt/portmaster Makefile distinfo 
  Log:
  Upgrade to 3.12.1, removes pgrep since it's not safe to use on older
  versions of FreeBSD
  
  Revision  ChangesPath
  2.52  +1 -1  ports/ports-mgmt/portmaster/Makefile
  2.16  +4 -4  ports/ports-mgmt/portmaster/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/net/prosearch Makefile distinfo pkg-plist

2012-06-14 Thread Doug Barton
The way that the mysql dependency is handled here does not align with
what's in /usr/ports/Mk/bsd.database.mk. Also, please see
http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies

Thanks,

Doug


On 06/13/2012 14:05, Michael Scheidell wrote:
 scheidell2012-06-13 21:05:19 UTC
 
   FreeBSD ports repository
 
   Modified files:
 net/prosearchMakefile distinfo pkg-plist 
   Log:
   - Update to 0.19.2
   - Change mariadb dependency to mariadb-client
   - Update RUN_DEPENDS
   
   PR: ports/168433  
 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=168433
   Submitted by:   oleg pro...@gmail.com (maintainer)
   
   Revision  ChangesPath
   1.18  +12 -4 ports/net/prosearch/Makefile
   1.7   +2 -2  ports/net/prosearch/distinfo
   1.7   +6 -1  ports/net/prosearch/pkg-plist
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/net/prosearch/Makefile.diff?r1=1.17r2=1.18f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/net/prosearch/distinfo.diff?r1=1.6r2=1.7f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/net/prosearch/pkg-plist.diff?r1=1.6r2=1.7f=u
 


-- 

This .signature sanitized for your protection


___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/sysutils/e2fsprogs Makefile distinfo ports/sysutils/e2fsprogs/files patch-8f00911a patch-tests__test_script.in

2012-06-14 Thread Doug Barton
Build failing for me on 8-stable i386.



On 06/13/2012 12:24, Matthias Andree wrote:
 mandree 2012-06-13 19:24:53 UTC
 
   FreeBSD ports repository
 
   Modified files:
 sysutils/e2fsprogs   Makefile distinfo 
   Added files:
 sysutils/e2fsprogs/files patch-8f00911a 
   Removed files:
 sysutils/e2fsprogs/files patch-tests__test_script.in 
   Log:
   Update to new upstream release 1.42.4.
   ChangeLog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.4
   
   Revision  ChangesPath
   1.81  +1 -1  ports/sysutils/e2fsprogs/Makefile
   1.40  +2 -2  ports/sysutils/e2fsprogs/distinfo
   1.1   +24 -0 ports/sysutils/e2fsprogs/files/patch-8f00911a (new)
   1.3   +0 -11 
 ports/sysutils/e2fsprogs/files/patch-tests__test_script.in (dead)
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/sysutils/e2fsprogs/Makefile.diff?r1=1.80r2=1.81f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/sysutils/e2fsprogs/distinfo.diff?r1=1.39r2=1.40f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/sysutils/e2fsprogs/files/patch-8f00911a
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/sysutils/e2fsprogs/files/patch-tests__test_script.in
 


-- 

This .signature sanitized for your protection


___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/sysutils/fsc Makefile

2012-06-13 Thread Doug Barton
This should be using USE_RC_SUBR. Please see
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/rc-scripts.html

On 06/12/2012 10:47, Beat Gaetzi wrote:
 beat2012-06-12 17:47:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
 sysutils/fsc Makefile 
   Log:
   - Make rc.d script executable
   - Config file and binaries are installed in PREFIX
   - Bump PORTREVISION
   
   Approved by:trhodes@ (maintainer)
   
   Revision  ChangesPath
   1.2   +9 -1  ports/sysutils/fsc/Makefile
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/sysutils/fsc/Makefile.diff?r1=1.1r2=1.2f=u
 


-- 

This .signature sanitized for your protection


___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/www/nginx Makefile ports/www/nginx/files nginx.sh.in ports/www/nginx-devel Makefile ports/www/nginx-devel/files nginx.sh.in

2012-06-13 Thread Doug Barton
Since it's only called in one place, there's no need to put the
directory code in a function. Also, instead of doing it in 3 steps you
can unconditionally use install as follows:

install -d -o %%WWWOWN%% -g %%WWWGRP%% -m 755 ${_tmpprefix}

hth,

Doug


On 06/12/2012 21:46, Sergey A. Osokin wrote:
 osa 2012-06-13 04:46:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
 www/nginxMakefile 
 www/nginx/files  nginx.sh.in 
 www/nginx-devel  Makefile 
 www/nginx-devel/files nginx.sh.in 
   Log:
   Check existence temporary directory %%NGINX_TMPDIR%% before
   test configuration. (1)
   Use %%NGINX_RUNDIR%%, %%WWWOWN%% and %%WWWGRP%% variables defined
   in Makefile instead of hardcoded or new values.
   
   Bump PORTREVISION.
   
   Idea from PR:   168836  (1)
   
   Revision  ChangesPath
   1.464 +5 -1  ports/www/nginx-devel/Makefile
   1.14  +15 -3 ports/www/nginx-devel/files/nginx.sh.in
   1.337 +5 -1  ports/www/nginx/Makefile
   1.12  +15 -3 ports/www/nginx/files/nginx.sh.in
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/nginx-devel/Makefile.diff?r1=1.463r2=1.464f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/nginx-devel/files/nginx.sh.in.diff?r1=1.13r2=1.14f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/nginx/Makefile.diff?r1=1.336r2=1.337f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/nginx/files/nginx.sh.in.diff?r1=1.11r2=1.12f=u
 


-- 

This .signature sanitized for your protection


___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/www/nginx Makefile ports/www/nginx/files nginx.sh.in ports/www/nginx-devel Makefile ports/www/nginx-devel/files nginx.sh.in

2012-06-13 Thread Doug Barton
On 06/12/2012 23:46, Sergey A. Osokin wrote:
 Hi Doug,
 
 On Tue, Jun 12, 2012 at 11:36:43PM -0700, Doug Barton wrote:
 Since it's only called in one place, there's no need to put the
 directory code in a function. Also, instead of doing it in 3 steps you
 can unconditionally use install as follows:

 install -d -o %%WWWOWN%% -g %%WWWGRP%% -m 755 ${_tmpprefix}
 
 I do this at Makefile:
 ...
 ${MKDIR} ${ETCDIR} ${NGINX_TMPDIR}
 ${CHOWN} ${WWWOWN}:${WWWGRP} ${NGINX_TMPDIR}

You should not do that in the Makefile since it's worthless for
packages. Also, the rc.d script should always do whatever is necessary
to make the service work ... both for general purposes and for packages.

 Also, I do my changes in nginx.sh.in for tmpfs(5), could you look at
 http://www.freebsd.org/cgi/query-pr.cgi?pr=168836 for details.

Yes, doing this in the rc.d script is especially important for things in
/tmp since it's pretty common for it to start clean at boot time.

hth,

Doug

-- 

This .signature sanitized for your protection


___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/ports-mgmt/portmaster Makefile distinfo

2012-06-13 Thread Doug Barton
dougb   2012-06-13 11:39:23 UTC

  FreeBSD ports repository

  Modified files:
ports-mgmt/portmaster Makefile distinfo 
  Log:
  New Features
  
  Print the same progress update that goes to the term title in-line,
  and apply various improvements to that code.
  
  Move 'make clean' to the background. There is no point waiting around
  for it to finish. In the case of very large work directories this may
  cause some I/O contention during the unpacking of the next port to
  build, but in most cases this should be lost in the noise.
  
  Other Improvements
  ==
  Speed up the determination of WRKDIRPREFIX, and do not bother looking
  for empty directories if we exited abnormally.
  
  Add code to detect dependency loops created by moving part of a port
  into another port, and CONFLICT'ing on previous versions of that port
  (ala textproc/p5-XML-SAX - p5-XML-SAX-Base). When a loop is detected
  suggest that the user try pkg_updating.
  
  Bug Fixes
  =
  Improve error handling for mktemp
  
  Improve handling of abnormal exits (such as ^C, failed port, etc.),
  especially when the first exit happens in a child process.
  
  If the second argument to -o is something that is completely non-existent,
  report in the error message what the user typed on the command line.
  Reported by:avilla
  
  In clean_build_only_list() remove ports that are already installed
  when using --delete-build-only to prevent them from being spuriously
  removed.
  Reported by:avilla
  
  Revision  ChangesPath
  2.51  +1 -2  ports/ports-mgmt/portmaster/Makefile
  2.15  +4 -4  ports/ports-mgmt/portmaster/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/x11/slim Makefile pkg-plist

2012-06-10 Thread Doug Barton
dougb   2012-06-10 22:02:00 UTC

  FreeBSD ports repository

  Modified files:
x11/slim Makefile pkg-plist 
  Log:
  I missed the fact that the Cmake stuff was installing the man page to
  ${PREFIX}/share/man/ instead of ${PREFIX}/man. Correct that, and add
  some code to the Makefile and the pkg-plist to remove the spurious file.
  
  Bump PORTREVISION so that users who've already installed this version
  can pick up the file removal fix sooner rather than later.
  
  Revision  ChangesPath
  1.29  +8 -0  ports/x11/slim/Makefile
  1.3   +3 -0  ports/x11/slim/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/x11/slim Makefile

2012-06-10 Thread Doug Barton
dougb   2012-06-10 22:03:55 UTC

  FreeBSD ports repository

  Modified files:
x11/slim Makefile 
  Log:
  ... and the pointy hats keep piling up ... forgot the || true for rmdir
  
  Revision  ChangesPath
  1.30  +2 -2  ports/x11/slim/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/x11-fm/thunar Makefile

2012-06-09 Thread Doug Barton
dougb   2012-06-10 00:03:09 UTC

  FreeBSD ports repository

  Modified files:
x11-fm/thunarMakefile 
  Log:
  Fix minor typo that prevented 2 options descriptions from appearing
  
  Revision  ChangesPath
  1.43  +2 -2  ports/x11-fm/thunar/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/Mk bsd.port.mk

2012-06-06 Thread Doug Barton
I thank you for this change, and many confused portmaster users will
thank you for it as well. :)

Someday I'd like to revisit
http://www.freebsd.org/cgi/query-pr.cgi?pr=106483. I still remain
convinced that the best place to put this information is in /var/db/pkg,
not /var/db/ports. However I haven't really thought through how that
would work out with pkgng yet, and we've got more than enough fish to
fry atm.

Doug


On 06/06/2012 07:23, Baptiste Daroussin wrote:
 bapt2012-06-06 14:23:17 UTC
 
   FreeBSD ports repository
 
   Modified files:
 Mk   bsd.port.mk 
   Log:
   Silent rmdir after removing the optionfile, the directory might contains 
 other
   informations like distfiles (added by portmaster)
   
   While here only check if the optionsfile is there before removing it.
   
   PR: ports/164422  
 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=164422
   Submitted by:   Greg Larkin glar...@freebsd.org
   
   Revision  ChangesPath
   1.725 +3 -3  ports/Mk/bsd.port.mk
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk.diff?r1=1.724r2=1.725f=u
 


-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/security/vuxml vuln.xml

2012-06-06 Thread Doug Barton
D'oh! Super embarrassing, thanks for the fix. I was majorly pressed for
time when doing that, and obviously didn't change all of the fields that
I copy/pasted.

Doug


On 06/06/2012 14:16, Xin LI wrote:
 delphij 2012-06-06 21:16:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
 security/vuxml   vuln.xml 
   Log:
   Correct names for BIND 9.6.x and BIND 9.7.x.
   
   Revision  ChangesPath
   1.2732+4 -3  ports/security/vuxml/vuln.xml
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/security/vuxml/vuln.xml.diff?r1=1.2731r2=1.2732f=u
 


-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/net/haproxy-devel/files haproxy.in

2012-06-05 Thread Doug Barton
The way that's properly written for rc.d would be to replace the 2 lines
with this one line:

err 1 No process found.  Maybe $command isn't running?

Other notes,

1. The files need a $FreeBSD$
2. REQUIRE: LOGIN is a better choice, but if there is a reason for them
to run earlier, that's Ok.

Thanks for taking a look at these.

Doug


On 6/5/2012 4:12 AM, Alex Kozlov wrote:
 ak  2012-06-05 11:12:34 UTC
 
   FreeBSD ports repository
 
   Modified files:
 net/haproxy-devel/files haproxy.in 
   Log:
   - Add return codes to rc.d script
   
   PR: ports/168450  http://www.FreeBSD.org/cgi/query-pr.cgi?pr=168450
   Submitted by:   Boris Kochergin sp...@acm.poly.edu
   Approved by:demon (maintainer), eadler, itetcu (mentors, implicit)
   
   Revision  ChangesPath
   1.6   +2 -1  ports/net/haproxy-devel/files/haproxy.in
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/net/haproxy-devel/files/haproxy.in.diff?r1=1.5r2=1.6f=u
 


-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/net/haproxy-devel/files haproxy.in

2012-06-05 Thread Doug Barton
On 6/5/2012 10:46 AM, Dmitry Sivachenko wrote:
 On 6/5/12 9:11 PM, Doug Barton wrote:
 The way that's properly written for rc.d would be to replace the 2 lines
 with this one line:

 err 1 No process found.  Maybe $command isn't running?

 Other notes,

 1. The files need a $FreeBSD$
 2. REQUIRE: LOGIN is a better choice, but if there is a reason for them
 to run earlier, that's Ok.

 Thanks for taking a look at these.
 
 I committed the changes you suggested, thanks for your tips.

Awesome, thanks!


-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports MOVED

2012-06-05 Thread Doug Barton
Please get in the habit of doing all commits related to a specific
change in one, rather than in multiple steps. This will be increasingly
important after we move to SVN.

Doug


On 6/4/2012 10:14 PM, Dirk Meyer wrote:
 dinoex  2012-06-05 05:14:58 UTC
 
   FreeBSD ports repository
 
   Modified files:
 .MOVED 
   Log:
   - add graphics/libungif
   
   Revision  ChangesPath
   1.2864+2 -1  ports/MOVED
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/MOVED.diff?r1=1.2863r2=1.2864f=u
 


-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/security/vuxml vuln.xml

2012-06-05 Thread Doug Barton
Why does the same URL need to appear twice? And if this is necessary,
why does 'make validate' not report the error?

The way this ends up formatted in the HTML is:

References
CVE Name  CVE-2012-1667
URL   http://www.isc.org/software/bind/advisories/cve-2012-1667

That makes it look like the ISC site is the canonical URL for the CVE,
but obviously it's not. The CVE-2012-1667 on the page does render as a
URL, but in my browser at least it's not got the usual decoration to
indicate that it is actually a URL, even though it works. OTOH, the
[source] link to the ISC Reports section looks and works as I would
expect.

Even with the few of these that I've done it's still more than most of
our committers, and I'm still confused by this. If we want to get better
participation from a wider variety of our committers it needs to be
simpler.

Doug


On 6/4/2012 8:19 PM, Eitan Adler wrote:
 eadler  2012-06-05 03:19:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
 security/vuxml   vuln.xml 
   Log:
   Fix some nits:
   The url in the cite attribute must appear as a reference
   
   Revision  ChangesPath
   1.2725+2 -1  ports/security/vuxml/vuln.xml
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/security/vuxml/vuln.xml.diff?r1=1.2724r2=1.2725f=u
 


-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/databases/mysql-connector-java Makefile ports/databases/phpmyadmin Makefile ports/mail/sa-utils Makefile ports/net/phpldapadmin Makefile ports/security/apg Makefile ports/textpro

2012-06-04 Thread Doug Barton
On 06/04/2012 12:25, Matthew Seaman wrote:
 matthew 2012-06-04 19:25:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
 databases/mysql-connector-java Makefile 
 databases/phpmyadmin Makefile 
 mail/sa-utilsMakefile 
 net/phpldapadmin Makefile 
 security/apg Makefile 
 textproc/sphinxsearch Makefile 
 www/p5-RT-Authen-ExternalAuth Makefile 
 www/p5-RT-Extension-LDAPImport Makefile 
 www/p5-RT-Extension-SLA Makefile 
 www/rt40 Makefile Makefile.cpan 
 x11-fonts/gentiumMakefile 
 x11-fonts/gentium-basic Makefile 
   Log:
   - Convert all my remaining ports to OPTIONSng

FYI, it's not necessary to list the files in your log message, as CVS
(and SVN) will do that for you.

Doug


 Files   affected:
   
   databases/mysql-connector-java/Makefile
   databases/phpmyadmin/Makefile
   mail/sa-utils/Makefile
   net/phpldapadmin/Makefile
   security/apg/Makefile
   textproc/sphinxsearch/Makefile
   www/p5-RT-Authen-ExternalAuth/Makefile
   www/p5-RT-Extension-LDAPImport/Makefile
   www/p5-RT-Extension-SLA/Makefile
   www/p5-RTx-Calendar/Makefile
   www/rt40/Makefile
   www/rt40/Makefile.cpan
   x11-fonts/gentium/Makefile
   x11-fonts/gentium-basic/Makefile
   
   Approved by:shaun (mentor)
   
   Revision  ChangesPath
   1.62  +5 -3  ports/databases/mysql-connector-java/Makefile
   1.159 +24 -28ports/databases/phpmyadmin/Makefile
   1.5   +4 -3  ports/mail/sa-utils/Makefile
   1.46  +6 -11 ports/net/phpldapadmin/Makefile
   1.13  +4 -3  ports/security/apg/Makefile
   1.24  +27 -22ports/textproc/sphinxsearch/Makefile
   1.14  +3 -2  ports/www/p5-RT-Authen-ExternalAuth/Makefile
   1.16  +4 -3  ports/www/p5-RT-Extension-LDAPImport/Makefile
   1.18  +4 -3  ports/www/p5-RT-Extension-SLA/Makefile
   1.53  +45 -71ports/www/rt40/Makefile
   1.12  +1 -1  ports/www/rt40/Makefile.cpan
   1.10  +3 -1  ports/x11-fonts/gentium-basic/Makefile
   1.8   +3 -1  ports/x11-fonts/gentium/Makefile
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/mysql-connector-java/Makefile.diff?r1=1.61r2=1.62f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/phpmyadmin/Makefile.diff?r1=1.158r2=1.159f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/mail/sa-utils/Makefile.diff?r1=1.4r2=1.5f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/net/phpldapadmin/Makefile.diff?r1=1.45r2=1.46f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/security/apg/Makefile.diff?r1=1.12r2=1.13f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/textproc/sphinxsearch/Makefile.diff?r1=1.23r2=1.24f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/p5-RT-Authen-ExternalAuth/Makefile.diff?r1=1.13r2=1.14f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/p5-RT-Extension-LDAPImport/Makefile.diff?r1=1.15r2=1.16f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/p5-RT-Extension-SLA/Makefile.diff?r1=1.17r2=1.18f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/rt40/Makefile.diff?r1=1.52r2=1.53f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/rt40/Makefile.cpan.diff?r1=1.11r2=1.12f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11-fonts/gentium-basic/Makefile.diff?r1=1.9r2=1.10f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11-fonts/gentium/Makefile.diff?r1=1.7r2=1.8f=u
 


-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/dns/bind96 Makefile distinfo ports/dns/bind97 Makefile distinfo ports/dns/bind98 Makefile distinfo ports/dns/bind99 Makefile distinfo ports/security/vuxml vuln.xml

2012-06-04 Thread Doug Barton
dougb   2012-06-04 21:51:34 UTC

  FreeBSD ports repository

  Modified files:
dns/bind96   Makefile distinfo 
dns/bind97   Makefile distinfo 
dns/bind98   Makefile distinfo 
dns/bind99   Makefile distinfo 
security/vuxml   vuln.xml 
  Log:
  Upgrade to 9.6-ESV-R7-P1, 9.7.6-P1, 9.8.3-P1, and 9.9.1-P1, the latest
  from ISC. These patched versions contain a critical bugfix:
  
Processing of DNS resource records where the rdata field is zero length
may cause various issues for the servers handling them.
  
Processing of these records may lead to unexpected outcomes. Recursive
servers may crash or disclose some portion of memory to the client.
Secondary servers may crash on restart after transferring a zone
containing these records. Master servers may corrupt zone data if the
zone option auto-dnssec is set to maintain. Other unexpected
problems that are not listed here may also be encountered.
  
  All BIND users are strongly encouraged to upgrade.
  
  Revision  ChangesPath
  1.122 +2 -2  ports/dns/bind96/Makefile
  1.73  +4 -4  ports/dns/bind96/distinfo
  1.25  +2 -2  ports/dns/bind97/Makefile
  1.19  +4 -4  ports/dns/bind97/distinfo
  1.15  +2 -2  ports/dns/bind98/Makefile
  1.13  +4 -4  ports/dns/bind98/distinfo
  1.9   +2 -2  ports/dns/bind99/Makefile
  1.7   +4 -4  ports/dns/bind99/distinfo
  1.2724+52 -1 ports/security/vuxml/vuln.xml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/x11/slim Makefile distinfo pkg-plist ports/x11/slim/files patch-Makefile.freebsd patch-panel.cpp patch-png.c patch-slim.conf patch-themes__default__slim.theme pkg-message.in slim.sh.

2012-06-03 Thread Doug Barton
dougb   2012-06-03 06:55:46 UTC

  FreeBSD ports repository

  Modified files:
x11/slim Makefile distinfo pkg-plist 
x11/slim/files   patch-slim.conf pkg-message.in slim.sh.in 
  Added files:
x11/slim/files   patch-themes__default__slim.theme 
  Removed files:
x11/slim/files   patch-Makefile.freebsd patch-panel.cpp 
 patch-png.c 
  Log:
  Upgrade to version 1.3.3 - 2012.02.22
   * Change build system to CMake.
   * Add support ConsoleKit.
   * Fix some bugs
  
  For the port:
  
   * The Berlios mirrors don't have the new version, so update the
 MASTER_SITES per the instructions on the web page.
   * Add the ability to verify the PGP signature on the distfile
   * Add consolekit support, and switch build to CMake
   * Remove no-longer relevant patches
   * Add patches necessary to work with the new build system
   * Add a patch for a nicer default theme
   * Fix the console command in the slim.conf patch
   * Use @dirrmtry in the plist in case the user has installed themes
   * Remove uneeded blank lines around (and in) pkg-message
   * Add REQUIRE: dbus to the rc.d script to accomodate consolekit
  
  The PR mentioned the new version, but did not supply a patch
  
  PR: ports/166964
  Submitted by:   Dave davemorgan...@btinternet.com
  Approved by:maintainer timeout
  
  Revision  ChangesPath
  1.27  +19 -22ports/x11/slim/Makefile
  1.8   +4 -2  ports/x11/slim/distinfo
  1.8   +0 -41 ports/x11/slim/files/patch-Makefile.freebsd (dead)
  1.2   +0 -10 ports/x11/slim/files/patch-panel.cpp (dead)
  1.2   +0 -11 ports/x11/slim/files/patch-png.c (dead)
  1.8   +1 -1  ports/x11/slim/files/patch-slim.conf
  1.1   +38 -0 ports/x11/slim/files/patch-themes__default__slim.theme 
(new)
  1.2   +0 -1  ports/x11/slim/files/pkg-message.in
  1.8   +4 -3  ports/x11/slim/files/slim.sh.in
  1.2   +2 -2  ports/x11/slim/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/dns/fpdns Makefile ports/dns/p5-Net-DNS Makefile ports/irc/sirc Makefile ports/net-mgmt/hawk Makefile ports/x11/xscreensaver Makefile

2012-06-03 Thread Doug Barton
dougb   2012-06-03 21:41:02 UTC

  FreeBSD ports repository

  Modified files:
dns/fpdnsMakefile 
dns/p5-Net-DNS   Makefile 
irc/sirc Makefile 
net-mgmt/hawkMakefile 
x11/xscreensaver Makefile 
  Log:
  Fix Perl package name dependencies
  
  Revision  ChangesPath
  1.10  +1 -1  ports/dns/fpdns/Makefile
  1.85  +5 -5  ports/dns/p5-Net-DNS/Makefile
  1.20  +1 -1  ports/irc/sirc/Makefile
  1.5   +4 -4  ports/net-mgmt/hawk/Makefile
  1.121 +1 -1  ports/x11/xscreensaver/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/x11/slim Makefile

2012-06-03 Thread Doug Barton
dougb   2012-06-03 21:43:12 UTC

  FreeBSD ports repository

  Modified files:
x11/slim Makefile 
  Log:
  Add missing glut dependency
  
  Submitted by:   Christian Mangin christian.man...@gmail.com
  
  Revision  ChangesPath
  1.28  +1 -0  ports/x11/slim/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/Mk bsd.options.mk

2012-06-01 Thread Doug Barton
On 06/01/2012 02:06, Baptiste Daroussin wrote:
 bapt2012-06-01 09:06:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
 Mk   bsd.options.mk 
   Log:
   by default optionsng sort the options before prompting to them.
   add a new KNOB for maintainers: NO_OPTIONS_SORT to prevent from sorting the 
 options.
   
   Requested by:   osa@

... and dougb. Thanks. :)

   Revision  ChangesPath
   1.7   +13 -1 ports/Mk/bsd.options.mk
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/Mk/bsd.options.mk.diff?r1=1.6r2=1.7f=u
 


-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/security/vuxml vuln.xml

2012-05-31 Thread Doug Barton
On 05/31/2012 09:28 AM, Warren Block wrote:
 Sorry, I missed the original post and am not quite sure what is being
 checked.  At present, igor doesn't know XML at all.  My hope is that
 some existing XML validator can be used to check tagging and indentation
 of DocBook XML, and igor can just check for documentation-specific
 problems.

xmllint does a pretty good job of validation. Not sure how much it helps
with indentation, but it's a good place to start.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/dns/fpdns Makefile ports/dns/p5-Net-DNS Makefile ports/irc/sirc Makefile ports/net-mgmt/hawk Makefile ports/x11/xscreensaver Makefile

2012-05-31 Thread Doug Barton
dougb   2012-06-01 04:00:25 UTC

  FreeBSD ports repository

  Modified files:
dns/fpdnsMakefile 
dns/p5-Net-DNS   Makefile 
irc/sirc Makefile 
net-mgmt/hawkMakefile 
x11/xscreensaver Makefile 
  Log:
  Convert to specifying the port name in _DEPENDS instead of
  ${SITE_PERL}/foo/bar/file.pm
  
  http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies
  
  Revision  ChangesPath
  1.9   +1 -1  ports/dns/fpdns/Makefile
  1.84  +5 -5  ports/dns/p5-Net-DNS/Makefile
  1.19  +1 -1  ports/irc/sirc/Makefile
  1.4   +4 -4  ports/net-mgmt/hawk/Makefile
  1.119 +1 -1  ports/x11/xscreensaver/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/editors/xxe Makefile Makefile.inc distinfo pkg-plist

2012-05-27 Thread Doug Barton
dougb   2012-05-27 08:12:21 UTC

  FreeBSD ports repository

  Modified files:
editors/xxe  Makefile Makefile.inc distinfo pkg-plist 
  Log:
  Upgrade to version 5.2.1 which brings in many bug fixes, and XHTML 5
  
  Revision  ChangesPath
  1.25  +0 -2  ports/editors/xxe/Makefile
  1.10  +1 -1  ports/editors/xxe/Makefile.inc
  1.13  +2 -2  ports/editors/xxe/distinfo
  1.13  +209 -86   ports/editors/xxe/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/net-p2p/qbittorrent-29 Makefile distinfo

2012-05-27 Thread Doug Barton
dougb   2012-05-27 09:35:48 UTC

  FreeBSD ports repository

  Modified files:
net-p2p/qbittorrent-29 Makefile distinfo 
  Log:
  * Sun May 20 - Christophe Dumez ch...@qbittorrent.org - v2.9.9
   - BUGFIX: More reliable RSS feed parsing
   - BUGFIX: Better support for cookies in RSS
   - BUGFIX: Make sure show/hide text in tray icon menu is correct
   - COSMETIC: Improve style of left panel
   - COSMETIC: Never disable properties panel
   - COSMETIC: Make sure first tab is initially selected in options dialog
  
  Revision  ChangesPath
  1.11  +2 -2  ports/net-p2p/qbittorrent-29/Makefile
  1.10  +2 -2  ports/net-p2p/qbittorrent-29/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/mail/enigmail Makefile

2012-05-22 Thread Doug Barton
What the heck? Can you say more about this?


On 05/22/2012 11:35 PM, Armin Pirkovitsch wrote:
 sperber 2012-05-23 03:35:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
 mail/enigmailMakefile 
   Log:
   - Add FETCH_DEPENDS to prohibit fetch during build of child ports ( 
 mail/enigmail-* )
 This fixes building in jailed tinderboxes and pointyhat-west.
   
   Reported by: pointyhat-west
   Approved by: miwi (mentor), miwi (portmgr)
   
   Revision  ChangesPath
   1.69  +3 -0  ports/mail/enigmail/Makefile
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/mail/enigmail/Makefile.diff?r1=1.68r2=1.69f=u
 

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/dns/bind99/files patch-bin__named__client.c

2012-05-22 Thread Doug Barton
dougb   2012-05-23 04:40:33 UTC

  FreeBSD ports repository

  Removed files:
dns/bind99/files patch-bin__named__client.c 
  Log:
  Remove patch that is incorporated into version 9.9.1
  
  Revision  ChangesPath
  1.2   +0 -11 ports/dns/bind99/files/patch-bin__named__client.c (dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/dns/bind99 Makefile distinfo pkg-plist

2012-05-22 Thread Doug Barton
dougb   2012-05-23 04:40:55 UTC

  FreeBSD ports repository

  Modified files:
dns/bind99   Makefile distinfo pkg-plist 
  Log:
  Upgrade to BIND versions 9.9.1, 9.8.3, 9.7.6, and 9.6-ESV-R7,
  the latest from ISC. These versions all contain the following:
  
  Feature Change
  
  *  BIND now recognizes the TLSA resource record type, created to
 support IETF DANE (DNS-based Authentication of Named Entities)
 [RT #28989]
  
  Bug Fix
  
  *  The locking strategy around the handling of iterative queries
 has been tuned to reduce unnecessary contention in a multi-
 threaded environment.
  
  Each version also contains other critical bug fixes.
  
  All BIND users are encouraged to upgrade to these latest versions.
  
  Revision  ChangesPath
  1.8   +2 -3  ports/dns/bind99/Makefile
  1.6   +4 -4  ports/dns/bind99/distinfo
  1.3   +1 -0  ports/dns/bind99/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/dns/bind96 Makefile distinfo ports/dns/bind97 Makefile distinfo ports/dns/bind98 Makefile distinfo

2012-05-22 Thread Doug Barton
dougb   2012-05-23 04:41:19 UTC

  FreeBSD ports repository

  Modified files:
dns/bind96   Makefile distinfo 
dns/bind97   Makefile distinfo 
dns/bind98   Makefile distinfo 
  Log:
  Upgrade to BIND versions 9.9.1, 9.8.3, 9.7.6, and 9.6-ESV-R7,
  the latest from ISC. These versions all contain the following:
  
  Feature Change
  
  *  BIND now recognizes the TLSA resource record type, created to
 support IETF DANE (DNS-based Authentication of Named Entities)
 [RT #28989]
  
  Bug Fix
  
  *  The locking strategy around the handling of iterative queries
 has been tuned to reduce unnecessary contention in a multi-
 threaded environment.
  
  Each version also contains other critical bug fixes.
  
  All BIND users are encouraged to upgrade to these latest versions.
  
  Revision  ChangesPath
  1.121 +2 -2  ports/dns/bind96/Makefile
  1.72  +4 -4  ports/dns/bind96/distinfo
  1.24  +2 -2  ports/dns/bind97/Makefile
  1.18  +4 -4  ports/dns/bind97/distinfo
  1.14  +2 -2  ports/dns/bind98/Makefile
  1.12  +4 -4  ports/dns/bind98/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/net-p2p Makefile ports/net-p2p/libtorrent-rasterbar-16 Makefile distinfo pkg-descr pkg-plist ports/net-p2p/libtorrent-rasterbar-16/files patch-RC_0_16-6850 ports/net-p2p/libtorrent-r

2012-05-17 Thread Doug Barton
dougb   2012-05-17 08:44:12 UTC

  FreeBSD ports repository

  Modified files:
net-p2p  Makefile 
  Added files:
net-p2p/libtorrent-rasterbar-16 Makefile distinfo pkg-descr 
pkg-plist 
net-p2p/libtorrent-rasterbar-16/files patch-RC_0_16-6850 
net-p2p/libtorrent-rasterbar-16-python Makefile pkg-plist 
  Log:
  Add the 0.16 branch of libtorrent-rasterbar
  
  The most revolutionary aspect of the new branch is that it brings in
  support for uTP.
  
  This port also brings in a patch consisting of the changes from 0.16.0
  release through local SVN revision 6850. These fixes include patches we
  had in the 0.15 version of the port, as well as various other fixes that
  were reported by me, and others post the 0.16.0 release.  These fixes
  should be in the 0.16.1 release.
  
  Revision  ChangesPath
  1.131 +2 -0  ports/net-p2p/Makefile
  1.1   +46 -0 ports/net-p2p/libtorrent-rasterbar-16-python/Makefile 
(new)
  1.1   +1 -0  ports/net-p2p/libtorrent-rasterbar-16-python/pkg-plist 
(new)
  1.1   +72 -0 ports/net-p2p/libtorrent-rasterbar-16/Makefile (new)
  1.1   +2 -0  ports/net-p2p/libtorrent-rasterbar-16/distinfo (new)
  1.1   +1310 -0   
ports/net-p2p/libtorrent-rasterbar-16/files/patch-RC_0_16-6850 (new)
  1.1   +14 -0 ports/net-p2p/libtorrent-rasterbar-16/pkg-descr (new)
  1.1   +141 -0ports/net-p2p/libtorrent-rasterbar-16/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/net-p2p/libtorrent-rasterbar-14 Makefile

2012-05-17 Thread Doug Barton
dougb   2012-05-17 08:46:52 UTC

  FreeBSD ports repository

  Modified files:
net-p2p/libtorrent-rasterbar-14 Makefile 
  Log:
  DEPRECATED= Upstream development stopped, time to move on
  EXPIRATION_DATE=2012-06-30
  
  Revision  ChangesPath
  1.48  +3 -0  ports/net-p2p/libtorrent-rasterbar-14/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/net-p2p/qbittorrent-29 Makefile

2012-05-17 Thread Doug Barton
dougb   2012-05-17 08:48:55 UTC

  FreeBSD ports repository

  Modified files:
net-p2p/qbittorrent-29 Makefile 
  Log:
  Bump the dependency to the newly-committed libtorrent-rasterbar 0.16
  to bring in uTP support.
  
  Revision  ChangesPath
  1.10  +2 -2  ports/net-p2p/qbittorrent-29/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/dns/dnsflood Makefile distinfo pkg-descr ports/dns/dnsflood/files dnsflood.in

2012-05-17 Thread Doug Barton
Can you please review
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/rc-scripts.html
for proper style for rc.d scripts? While this script is mostly Ok, at
minimum rcvar= needs to be fixed since set_rcvar() was removed from HEAD
some time ago.

Doug


On 05/17/2012 11:56, Ryan Steinmetz wrote:
 zi  2012-05-17 18:56:53 UTC
 
   FreeBSD ports repository
 
   Modified files:
 dns/dnsflood Makefile distinfo pkg-descr 
   Added files:
 dns/dnsflood/files   dnsflood.in 
   Log:
   - Update to 1.20
   
   Revision  ChangesPath
   1.15  +6 -7  ports/dns/dnsflood/Makefile
   1.8   +2 -2  ports/dns/dnsflood/distinfo
   1.1   +28 -0 ports/dns/dnsflood/files/dnsflood.in (new)
   1.2   +1 -1  ports/dns/dnsflood/pkg-descr
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/dns/dnsflood/Makefile.diff?r1=1.14r2=1.15f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/dns/dnsflood/distinfo.diff?r1=1.7r2=1.8f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/dns/dnsflood/files/dnsflood.in
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/dns/dnsflood/pkg-descr.diff?r1=1.1r2=1.2f=u
 


-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/dns/dnsflood Makefile distinfo pkg-descr ports/dns/dnsflood/files dnsflood.in

2012-05-17 Thread Doug Barton
On 05/17/2012 13:41, Ryan Steinmetz wrote:
 Doug,
 
 Thank you.  I have updated the script.

Looks fine, thanks. :)


-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/security/pidgin-otr Makefile distinfo pkg-plist ports/security/vuxml vuln.xml

2012-05-16 Thread Doug Barton
dougb   2012-05-16 19:41:27 UTC

  FreeBSD ports repository

  Modified files:
security/pidgin-otr  Makefile distinfo pkg-plist 
security/vuxml   vuln.xml 
  Log:
  Versions 3.2.0 and earlier of the pidgin-otr plugin contain
  a format string security flaw. This flaw could potentially be
  exploited by a remote attacker to cause arbitrary code to be
  executed on the user's machine.
  
  The flaw is in pidgin-otr, not in libotr. Other applications
  that use libotr are not affected.
  
  Revision  ChangesPath
  1.37  +1 -2  ports/security/pidgin-otr/Makefile
  1.10  +4 -4  ports/security/pidgin-otr/distinfo
  1.8   +4 -0  ports/security/pidgin-otr/pkg-plist
  1.2702+32 -1 ports/security/vuxml/vuln.xml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/graphics/libjpeg-turbo Makefile distinfo pkg-plist

2012-05-14 Thread Doug Barton
On 5/13/2012 5:37 PM, poyop...@puripuri.plala.or.jp wrote:
 At Sun, 13 May 2012 16:44:41 -0700,
 Doug Barton wrote:
 http://sourceforge.net/tracker/?func=detailaid=3487012group_id=303195atid=1278158

 I don't so fascinated to spend my time for this kind of linux person.

 Linux isn't the enemy, and it's a FreeBSD tradition that we communicate
 bug fixes upstream.
 
 I don't mind when you do it after you read the link above, Doug.

I didn't volunteer to maintain that port. If you're not interested in
maintaining it properly, that's fine. Either someone else will step
forward, or the port can safely be eliminated.

Doug

-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/graphics/libjpeg-turbo Makefile distinfo pkg-plist

2012-05-13 Thread Doug Barton
On 5/13/2012 4:40 PM, poyop...@puripuri.plala.or.jp wrote:
 At Sun, 13 May 2012 21:35:00 +,
 Max Brazhnikov wrote:
 Absolute agree with you. Have upstream folks been informed about this really 
 bad issue yet?
 
 http://sourceforge.net/tracker/?func=detailaid=3487012group_id=303195atid=1278158
 
 I don't so fascinated to spend my time for this kind of linux person.

Linux isn't the enemy, and it's a FreeBSD tradition that we communicate
bug fixes upstream.

Doug

-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/multimedia/webcamd Makefile ports/multimedia/webcamd/files webcamd.in

2012-05-10 Thread Doug Barton
Thanks ... pointy hat to ... kwm. :)


On 05/10/2012 13:12, Juergen Lock wrote:
 nox 2012-05-10 20:12:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
 multimedia/webcamd   Makefile 
 multimedia/webcamd/files webcamd.in 
   Log:
   - Get rid of set_rcvar.
   - Bump PORTREVISION.
   
   Submitted by:   avg
   Approved by:hselasky (maintainer, via private email)
   
   Revision  ChangesPath
   1.22  +1 -0  ports/multimedia/webcamd/Makefile
   1.10  +2 -2  ports/multimedia/webcamd/files/webcamd.in
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/multimedia/webcamd/Makefile.diff?r1=1.21r2=1.22f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/multimedia/webcamd/files/webcamd.in.diff?r1=1.9r2=1.10f=u
 


-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/archivers/p5-PerlIO-gzip Makefile ports/archivers/p5-PerlIO-via-Bzip2 Makefile ports/comms/p5-Device-SerialPort Makefile ports/converters/p5-Text-Iconv Makefile ports/databases/p

2012-05-07 Thread Doug Barton
On 05/07/2012 08:42, Sergey Skvortsov wrote:
   Pass maintainership of almost of my p5-* ports to perl@.
   
   (I hope updating of them will be improved).

Did you discuss this with anyone from perl@? The list should not be used
as a dumping ground for unloved p5-* ports. It may have been better to
pass these to ports@ instead.

Doug

-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/archivers/p5-PerlIO-gzip Makefile ports/archivers/p5-PerlIO-via-Bzip2 Makefile ports/comms/p5-Device-SerialPort Makefile ports/converters/p5-Text-Iconv Makefile ports/databases/p

2012-05-07 Thread Doug Barton
On 05/07/2012 12:47, Chris Rees wrote:
 
 On 7 May 2012 20:15, Doug Barton do...@freebsd.org
 mailto:do...@freebsd.org wrote:

 On 05/07/2012 08:42, Sergey Skvortsov wrote:
Pass maintainership of almost of my p5-* ports to perl@.
 
(I hope updating of them will be improved).

 Did you discuss this with anyone from perl@? The list should not be used
 as a dumping ground for unloved p5-* ports. It may have been better to
 pass these to ports@ instead.

 
 I'd rather have them in perl@ than ports@; it means anyone is allowed to
 update them rather than messing with approval etc.  Note that Sergey
 didn't say he wouldn't update them again (or imply it IMO)

I don't understand your answer. MAINTAINER= ports@ means that anyone can
update them. Traditionally, MAINTAINER= perl@ means that a specific
group of people have accepted responsibility for maintenance.

If you're saying, as part of the perl@ team, that this policy has
changed, so be it.

Doug

-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/mail/rspamd Makefile ports/mail/rspamd/files rspamd.in

2012-05-06 Thread Doug Barton
The attached patch fixes some problems with the 2 rc.d scripts for this
port:

1. Misc. style issues in both scripts
2. Neither script sets pidfile properly. The redirector script didn't
set pidfile= at all, which is a problem because that variable is magic
in rc.d.

hth,

Doug


On 05/05/2012 23:01, Andrej Zverev wrote:
 az  2012-05-06 06:01:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
 mail/rspamd  Makefile 
 mail/rspamd/filesrspamd.in 
   Log:
   - rspamd needs group and user to be passed as args.
 Currently this not true for checkconfig which called by restart,
 reload, configtest.
   - bump PORTREVISION
   
   PR: ports/167220  
 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=167220
   Submitted by:   az
   Approved by:maintainer (timeout)
   
   Revision  ChangesPath
   1.22  +1 -1  ports/mail/rspamd/Makefile
   1.5   +2 -2  ports/mail/rspamd/files/rspamd.in
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/mail/rspamd/Makefile.diff?r1=1.21r2=1.22f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/mail/rspamd/files/rspamd.in.diff?r1=1.4r2=1.5f=u
 


-- 

This .signature sanitized for your protection
Index: Makefile
===
RCS file: /home/pcvs/ports/mail/rspamd/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile6 May 2012 06:01:12 -   1.22
+++ Makefile6 May 2012 06:19:43 -
@@ -7,7 +7,7 @@
 
 PORTNAME=  rspamd
 PORTVERSION=   0.4.6
-PORTREVISION=  2
+PORTREVISION=  3
 CATEGORIES=mail
 MASTER_SITES=  http://highsecure.ru/
 
Index: files/rspamd.in
===
RCS file: /home/pcvs/ports/mail/rspamd/files/rspamd.in,v
retrieving revision 1.5
diff -u -r1.5 rspamd.in
--- files/rspamd.in 6 May 2012 06:01:12 -   1.5
+++ files/rspamd.in 6 May 2012 06:19:43 -
@@ -1,5 +1,5 @@
 #!/bin/sh
-#
+
 # $FreeBSD: ports/mail/rspamd/files/rspamd.in,v 1.5 2012/05/06 06:01:12 az Exp 
$
 #
 # PROVIDE: rspamd
@@ -21,40 +21,37 @@
 
 name=rspamd
 rcvar=rspamd_enable
-command=%%PREFIX%%/bin/rspamd
-restart_precmd=rspamd_checkconfig
-reload_precmd=rspamd_checkconfig
-configtest_cmd=rspamd_checkconfig
-reopenlog_cmd=reopenlog_cmd
-
-pidfile=$rspamd_pidfile
-required_files=%%PREFIX%%/etc/rspamd.xml
 
 load_rc_config $name
 
-: ${rspamd_enable=NO}
-: ${rspamd_pidfile=/var/run/rspamd/rspamd.pid}
+: ${rspamd_enable:=NO}
 : ${rspamd_user=nobody}
 : ${rspamd_group=nobody}
 : ${rspamd_flags=-c %%PREFIX%%/etc/rspamd.xml}
 
-stop_postcmd=rm -f $rspamd_pidfile
+pidfile=${rspamd_pidfile:-/var/run/rspamd/rspamd.pid}
+
+command=%%PREFIX%%/bin/rspamd
+restart_precmd=rspamd_checkconfig
+reload_precmd=rspamd_checkconfig
+configtest_cmd=rspamd_checkconfig
+reopenlog_cmd=reopenlog_cmd
+
+required_files=%%PREFIX%%/etc/rspamd.xml
+command_args=-u ${rspamd_user} -g ${rspamd_group}
+sig_reload=HUP
+extra_commands=reload configtest reopenlog
+stop_postcmd=rm -f $pidfile
 
 rspamd_checkconfig()
 {
-echo Performing sanity check on rspamd configuration:
-eval ${command} ${command_args} -t
+   echo Performing sanity check on rspamd configuration:
+   eval ${command} ${command_args} -t
 }
 
 reopenlog_cmd()
 {
-   pkill -USR1 -F $rspamd_pidfile
+   pkill -USR1 -F $pidfile
 }
 
-sig_reload=HUP
-
-command_args=-u ${rspamd_user} -g ${rspamd_group}
-
-extra_commands=reload configtest reopenlog
 run_rc_command $1
-
Index: files/rspamd_redirector.in
===
RCS file: /home/pcvs/ports/mail/rspamd/files/rspamd_redirector.in,v
retrieving revision 1.2
diff -u -r1.2 rspamd_redirector.in
--- files/rspamd_redirector.in  14 Jan 2012 08:56:03 -  1.2
+++ files/rspamd_redirector.in  6 May 2012 06:19:43 -
@@ -1,11 +1,10 @@
 #!/bin/sh
-#
+
 # $FreeBSD: ports/mail/rspamd/files/rspamd_redirector.in,v 1.2 2012/01/14 
08:56:03 dougb Exp $
 #
 # PROVIDE: rspamd_redirector
 # REQUIRE: LOGIN
 # KEYWORD: shutdown
-
 #
 # Add the following line to /etc/rc.conf to enable rspamd_redirector:
 #
@@ -16,18 +15,17 @@
 
 name=rspamd_redirector
 rcvar=rspamd_redirector_enable
-command=%%PREFIX%%/bin/rspamd-redirector
 
 load_rc_config $name
 
-: ${rspamd_redirector_enable=NO}
-: ${rspamd_redirector_pidfile=/var/run/rspamd/redirector.pid}
+: ${rspamd_redirector_enable:=NO}
 
-stop_postcmd=rm -f $rspamd_redirector_pidfile
+pidfile=${rspamd_redirector_pidfile:-/var/run/rspamd/redirector.pid}
 
+command=%%PREFIX%%/bin/rspamd-redirector
+command_interpreter=/usr/bin/perl
 extra_commands=reload
 sig_reload=USR1
-
-command_interpreter=/usr/bin/perl
+stop_postcmd=rm -f $pidfile
 
 run_rc_command $1
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org

cvs commit: ports/net-p2p/qbittorrent-29 Makefile distinfo

2012-05-06 Thread Doug Barton
dougb   2012-05-06 21:19:33 UTC

  FreeBSD ports repository

  Modified files:
net-p2p/qbittorrent-29 Makefile distinfo 
  Log:
  * Sat May 5 2012 - Christophe Dumez ch...@qbittorrent.org - v2.9.8
- BUGFIX: Various UI style fixes
- BUGFIX: Fix compilation with gcc 4.7
- I18N: Update Italian translation
  
  Revision  ChangesPath
  1.9   +1 -1  ports/net-p2p/qbittorrent-29/Makefile
  1.9   +2 -2  ports/net-p2p/qbittorrent-29/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/net/istgt Makefile ports/net/istgt/files patch-istgt-rc

2012-05-05 Thread Doug Barton
dougb   2012-05-06 03:30:23 UTC

  FreeBSD ports repository

  Modified files:
net/istgtMakefile 
net/istgt/files  patch-istgt-rc 
  Log:
  Fix use of set_rcvar() in rc.d script
  
  Revision  ChangesPath
  1.30  +1 -1  ports/net/istgt/Makefile
  1.2   +23 -10ports/net/istgt/files/patch-istgt-rc
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/audio/rplay Makefile pkg-plist ports/audio/rplay/files rplay.in rplayd.in

2012-04-30 Thread Doug Barton
The rc.d script is a thing of beauty, thanks! :)

Doug


On 4/25/2012 3:14 PM, Michael Scheidell wrote:
 scheidell2012-04-25 22:14:19 UTC
 
   FreeBSD ports repository
 
   Modified files:
 audio/rplay  Makefile pkg-plist 
   Added files:
 audio/rplay/filesrplayd.in 
   Removed files:
 audio/rplay/filesrplay.in 
   Log:
   - Correct previous commit: rplay.in sb rplayd.in, rename file, fix Makefile
   
   PR: ports/166658  
 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=166658
   Submitted by:   scheidell@ (me)
   
   Revision  ChangesPath
   1.33  +1 -1  ports/audio/rplay/Makefile
   1.2   +0 -28 ports/audio/rplay/files/rplay.in (dead)
   1.1   +28 -0 ports/audio/rplay/files/rplayd.in (new)
   1.14  +1 -1  ports/audio/rplay/pkg-plist
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/audio/rplay/Makefile.diff?r1=1.32r2=1.33f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/audio/rplay/files/rplay.in
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/audio/rplay/files/rplayd.in
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/audio/rplay/pkg-plist.diff?r1=1.13r2=1.14f=u
 


-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/Mk bsd.gecko.mk ports/mail/thunderbird Makefile distinfo ports/mail/thunderbird/files patch-mozilla-js-src-configure.in ports/mail/thunderbird-i18n Makefile distinfo

2012-04-18 Thread Doug Barton
On 4/18/2012 8:00 AM, Beat Gaetzi wrote:
   - Update Thunderbird to 11.0

Does this want to be v.11.0.1, released: March 28, 2012?

-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/net/samba34 Makefile ports/net/samba34/files samba.in ports/net/samba35 Makefile ports/net/samba35/files samba.in ports/net/samba36 Makefile ports/net/samba36/files samba.in

2012-04-13 Thread Doug Barton
dougb   2012-04-13 09:16:00 UTC

  FreeBSD ports repository

  Modified files:
net/samba34  Makefile 
net/samba34/filessamba.in 
net/samba35  Makefile 
net/samba35/filessamba.in 
net/samba36  Makefile 
net/samba36/filessamba.in 
  Log:
  The samba rc.d script uses some clever tricks to start (up to) 3 different
  services using the same script. As a result it resets rcvar several times
  in order to process the options for each service.
  
  The changes I made on 2012/01/14 to facilitate the removal of set_rc_var()
  from HEAD were effective in the case where the WINBIND option was off (the
  case that I tested) because that causes the related portions of the rc.d
  script to be removed completely on install. However, if installed from a
  package, or installed using the the default OPTIONS, WINBIND is on, which
  caused the last known rcvar to be winbind_enable.
  
  Since the common case seems to be for users to use samba_enable (which
  only enables smb_and nmb_ by default) the fact that rcvar=winbind_enable,
  but that knob is off, caused the startup script to trip on a totally
  unrelated portion of rc.subr.
  
  So the fix is to move processing of the winbind_ stuff first, which leaves
  the last known rcvar as smb_enable. Since running nmb without smb is a
  very unlikely scenario, this should be safe for the common case, as well
  as safe if the user enables winbind_.
  
  Apologies all around for not catching this sooner, and thanks to the users
  who reported the problem and stuck with me while I debugged it.
  
  Bump PORTREVISION since this fix is needed for the common case, as
  configured for the package.
  
  Revision  ChangesPath
  1.14  +1 -1  ports/net/samba34/Makefile
  1.6   +5 -5  ports/net/samba34/files/samba.in
  1.11  +1 -1  ports/net/samba35/Makefile
  1.3   +5 -5  ports/net/samba35/files/samba.in
  1.6   +1 -1  ports/net/samba36/Makefile
  1.3   +5 -5  ports/net/samba36/files/samba.in
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/lang/lua Makefile

2012-04-13 Thread Doug Barton
On 4/11/2012 2:15 PM, Matthias Andree wrote:
 mandree 2012-04-11 21:15:16 UTC
 
   FreeBSD ports repository
 
   Modified files:
 lang/lua Makefile 
   Log:
   Support builds that set CFLAGS=... in /etc/make.conf (discouraged).
   
   Revision  ChangesPath
   1.52  +2 -2  ports/lang/lua/Makefile
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/lang/lua/Makefile.diff?r1=1.51r2=1.52f=u

This seems like a bad change to me, as it seems to remove all make.conf
settings entirely, rather than dealing with CFLAGS only. Can you say a
little more about the problem you're trying to solve?

Doug

-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/dns/bind98 distinfo

2012-04-11 Thread Doug Barton
dougb   2012-04-12 00:56:32 UTC

  FreeBSD ports repository

  Modified files:
dns/bind98   distinfo 
  Log:
  BIND 9.8.2 tarball was re-rolled to remove 9.8.1 release notes. This change
  was noticed by ISC at:
  
  https://lists.isc.org/pipermail/bind-users/2012-April/087345.html
  
  and verified by me both by comparing the contents of the old and new
  distfiles and by verifying the PGP signature on the new distfile.
  
  No PORTREVISION bump because these files were not installed.
  
  Revision  ChangesPath
  1.11  +4 -4  ports/dns/bind98/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/www/gist Makefile distinfo

2012-04-05 Thread Doug Barton
On 4/5/2012 11:52 AM, Wesley Shields wrote:

 When distfiles change it is normal for a committer to review what
 changed between the old and new and at least note that in the commit
 message.

It's not just normal, it's required.

In this situation I think that the commit should probably be backed out,
and the port marked BROKEN until the questions about the new distfile
can be adequately answered.

Doug

 The whole point is to avoid blindly updating distinfo with
 information from a trojaned copy.
 
 Sadly with a 40x size increase it sounds like it may be a lot of review
 work. A workaround is to ask upstream for confirmation that the distfile
 was intentionally rerolled along with confirmation that the hash you
 have is correct. Bonus points if they can point you to a changelog to go
 along with the new distfile.
 
 -- WXS
 

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/dns/bind98 Makefile distinfo pkg-plist

2012-04-04 Thread Doug Barton
dougb   2012-04-04 21:41:32 UTC

  FreeBSD ports repository

  Modified files:
dns/bind98   Makefile distinfo pkg-plist 
  Log:
  Update to version 9.8.2, the latest from ISC, which contains numerous bug 
fixes.
  
  For the port, switch to using the PORTDOCS macro.
  
  Feature safe:   yes
  
  Revision  ChangesPath
  1.13  +3 -2  ports/dns/bind98/Makefile
  1.10  +4 -4  ports/dns/bind98/distinfo
  1.3   +1 -51 ports/dns/bind98/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/dns/bind97 Makefile distinfo pkg-plist

2012-04-04 Thread Doug Barton
dougb   2012-04-04 21:49:18 UTC

  FreeBSD ports repository

  Modified files:
dns/bind97   Makefile distinfo pkg-plist 
  Log:
  Update to version 9.7.5, the latest from ISC, which contains numerous bug 
fixes.
  
  For the port, switch to using the PORTDOCS macro.
  
  Feature safe:   yes
  
  Revision  ChangesPath
  1.23  +5 -5  ports/dns/bind97/Makefile
  1.17  +4 -4  ports/dns/bind97/distinfo
  1.5   +1 -55 ports/dns/bind97/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/dns/bind96 Makefile distinfo pkg-message pkg-plist

2012-04-04 Thread Doug Barton
dougb   2012-04-04 22:02:15 UTC

  FreeBSD ports repository

  Modified files:
dns/bind96   Makefile distinfo pkg-plist 
  Removed files:
dns/bind96   pkg-message 
  Log:
  Update to version 9.6-ESV-R6, the latest from ISC, which contains numerous 
bug fixes.
  
  For the port, switch to using the PORTDOCS macro.
  Also, switch to the (identical) pkg-message in ../bind97 which was apparently 
missed
  when the other ports were converted.
  
  Feature safe:   yes
  
  Revision  ChangesPath
  1.120 +5 -7  ports/dns/bind96/Makefile
  1.71  +4 -4  ports/dns/bind96/distinfo
  1.7   +0 -18 ports/dns/bind96/pkg-message (dead)
  1.34  +1 -49 ports/dns/bind96/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/dns/bind99 Makefile pkg-plist

2012-04-04 Thread Doug Barton
dougb   2012-04-04 22:03:08 UTC

  FreeBSD ports repository

  Modified files:
dns/bind99   Makefile pkg-plist 
  Log:
  Switch to using the PORTDOCS macro
  
  Feature safe:   yes
  
  Revision  ChangesPath
  1.7   +1 -0  ports/dns/bind99/Makefile
  1.2   +0 -51 ports/dns/bind99/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/www/resin3 Makefile ports/www/resin3/files resin3.in resin3.sh.in

2012-04-03 Thread Doug Barton
I realize that I haven't responded to your request to review changes to
this script (crazy busy), but looking at the resin3.in version quickly I
notice that this:

# REQUIRE: LOGIN NETWORKING SERVERS
# BEFORE: DAEMON

is impossible to fulfill. The BEFORE should be removed.

hth,

Doug


On 4/2/2012 4:51 PM, Jason Helfman wrote:
 jgh 2012-04-02 23:51:25 UTC
 
   FreeBSD ports repository
 
   Modified files:
 www/resin3   Makefile 
   Added files:
 www/resin3/files resin3.in 
   Removed files:
 www/resin3/files resin3.sh.in 
   Log:
   - reorg of rc script based on standards and move from .sh = .in
   - bump PORTREVISION
   
   PR: ports/166445  http://www.FreeBSD.org/cgi/query-pr.cgi?pr=166445
   Submitted by:   jgh (me)
   Approved by:maintainer, 5u623...@gmail.com
   Feature safe:   yes
   
   Revision  ChangesPath
   1.47  +2 -1  ports/www/resin3/Makefile
   1.1   +43 -0 ports/www/resin3/files/resin3.in (new)
   1.2   +0 -43 ports/www/resin3/files/resin3.sh.in (dead)
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/resin3/Makefile.diff?r1=1.46r2=1.47f=u
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/resin3/files/resin3.in
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/resin3/files/resin3.sh.in
 

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/mail/policyd2 Makefile distinfo ports/mail/policyd2/files pkg-message.in policyd2.sh.in

2012-03-29 Thread Doug Barton
On 3/28/2012 10:12 PM, Jason Helfman wrote:
 On Wed, Mar 28, 2012 at 09:23:52PM -0700, Doug Barton thus spake:
 On 3/26/2012 3:00 PM, Jason Helfman wrote:
- update interpreter in rc script /usr/bin/perl -
 %%LOCALBASE%%/bin/perl

 Did you test that change? command_interpreter has to match whatever the
 script actually runs, so that rc.subr can find it in the ps output.

 
 I will merge this back.
 Thanks for spotting this. I wasn't aware of this with rc.

No problem. In some ways I wish it were more flexible, but I have no
desire to make it so.

Hopefully it's not too self-serving to say that you might want to look
at net-mgmt/hawk to see how I fixed this problem, with an eye towards
making sure that we support users who choose not to (or cannot) use the
/usr/bin/perl compat symlink.


Doug
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/net/miniupnpc/files miniupnpc.in

2012-03-28 Thread Doug Barton
Overall this is not bad, just some small things that can wait till the
next version if you prefer:

1. It needs a $FreeBSD$
2. The lines after run_rc_command should be deleted.

See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/rc-scripts.html
for more info.

Doug


On 3/25/2012 7:29 AM, Dirk Meyer wrote:
 dinoex  2012-03-25 14:29:08 UTC
 
   FreeBSD ports repository
 
   Added files:
 net/miniupnpc/files  miniupnpc.in 
   Log:
   - add rc.d script
   Submitted by:   Andrey Chernov
   Feature safe:   yes
   
   Revision  ChangesPath
   1.1   +33 -0 ports/net/miniupnpc/files/miniupnpc.in (new)
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/net/miniupnpc/files/miniupnpc.in
 

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/x11-wm/openbox Makefile

2012-03-28 Thread Doug Barton
OPTIONS would be nice ...  :)

On 3/25/2012 7:36 AM, Roman Bogorodskiy wrote:
 novel   2012-03-25 14:36:10 UTC
 
   FreeBSD ports repository
 
   Modified files:
 x11-wm/openbox   Makefile 
   Log:
   - Add missing dependency on startup-notification and add a knob to
 disable it
   - Bump PORTREVISION
   
   PR: ports/166217  
 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=166217
   Submitted by:   Oleg Pudeyev o...@bsdpower.com
   Feature safe:   yes
   
   Revision  ChangesPath
   1.100 +7 -1  ports/x11-wm/openbox/Makefile
 
 http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11-wm/openbox/Makefile.diff?r1=1.99r2=1.100f=u
 

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/mail/policyd2 Makefile distinfo ports/mail/policyd2/files pkg-message.in policyd2.sh.in

2012-03-28 Thread Doug Barton
On 3/26/2012 3:00 PM, Jason Helfman wrote:
- update interpreter in rc script /usr/bin/perl - %%LOCALBASE%%/bin/perl

Did you test that change? command_interpreter has to match whatever the
script actually runs, so that rc.subr can find it in the ps output.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/security/vuxml vuln.xml

2012-03-28 Thread Doug Barton
On 3/28/2012 6:24 PM, Eitan Adler wrote:
 On 28 March 2012 16:10, Rene Ladan r...@freebsd.org wrote:
 rene2012-03-28 20:10:11 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml
 
 Please be careful to check both 'make validate' and 'make tidy  diff
 vuln.xml.tidy vuln.xml'

If that's a necessary step can you please add it to
http://www.freebsd.org/doc/en/books/porters-handbook/security-notify.html

Thanks,

Doug

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/astro/gpsd/files gpsd.in ports/astro/gpxloggerd/files gpxloggerd.in ports/audio/aureal-kmod/files aureal.in ports/audio/autocd/files autocd.in ports/audio/darkice/files darkice.i

2012-03-19 Thread Doug Barton
On 3/19/2012 1:59 PM, Dag-Erling Smørgrav wrote:
 Doug Barton do...@freebsd.org writes:
   Log:
   In the rc.d scripts, change assignments to rcvar to use the
   literal name_enable wherever possible, and ${name}_enable
   when it's not, to prepare for the demise of set_rcvar().
 
 Every single one of these ports should have had its PORTREVISION bumped.

When preparing this change I discussed the possibility of doing a bump
with various people, and the consensus was not to do it. set_rcvar() was
only (and only ever should be) removed from 10-current. Thus the change
was a no-op in all the supported branches. As Chris pointed out bumping
would have caused over 800 packages to be rebuilt, as well as users
having to rebuild their local ports for no reason.

Instead, I put a note in UPDATING and sent a HEADS UP message to the
-current list.


Sorry you were inconvenienced,

Doug

-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/graphics/sane-backends Makefile ports/graphics/sane-backends/files saned.in

2012-03-19 Thread Doug Barton
dougb   2012-03-19 23:33:15 UTC

  FreeBSD ports repository

  Modified files:
graphics/sane-backends Makefile 
graphics/sane-backends/files saned.in 
  Log:
  Relative to the problem mentioned in the PR, fix the rc.d script
  to avoid a circular dependency problem which adversely affects
  other scripts, including those in the base.
  
  Specifically, it's impossible to have both:
  REQUIRE: LOGIN
  and
  BEFORE: NETWORKING
  
  Since this services runs as an unprivileged user, LOGIN wins.
  
  While I'm here, apply various other cleanups, including adding
  KEYWORD: shutdown, putting the elements in more typical order,
  fixing some syntax issues, etc.
  
  Bump PORTREVISION due to the previous incarnation of the rc.d
  script being actually pathological, rather than just slightly
  wacky.
  
  PR: ports/165928
  Submitted by:   Matt Dawson m...@chronos.org.uk
  Feature safe:   yes
  
  Revision  ChangesPath
  1.104 +1 -1  ports/graphics/sane-backends/Makefile
  1.4   +15 -17ports/graphics/sane-backends/files/saned.in
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: ports/graphics/opennurbs Makefile pkg-plist

2012-03-19 Thread Doug Barton
On 3/19/2012 7:29 PM, Wesley Shields wrote:
 On Mon, Mar 19, 2012 at 10:32:44AM -0400, Michael Scheidell wrote:
  
  
  On 3/19/12 10:30 AM, Wesley Shields wrote:
   Isn't it better to use ${INSTALL_DATA} here?
  
   -- WXS
  open a pr, let maintainer approve it.
 As the person who committed this it is your responsibility to see that
 issues raised are properly fixed. If you feel like the maintainer should
 be brought in for such a simple change that is your decision to make,
 but I shouldn't have to open a PR to address this.

+1


-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/net-p2p/qbittorrent-29 Makefile distinfo

2012-03-18 Thread Doug Barton
dougb   2012-03-18 20:44:17 UTC

  FreeBSD ports repository

  Modified files:
net-p2p/qbittorrent-29 Makefile distinfo 
  Log:
  * Sun Mar 18 2012 - Christophe Dumez ch...@qbittorrent.org - v2.9.7
  - BUGFIX: Fix important HTTP request parsing bug (Web UI)
  
  Feature safe:   yes
  
  Revision  ChangesPath
  1.8   +1 -1  ports/net-p2p/qbittorrent-29/Makefile
  1.8   +2 -2  ports/net-p2p/qbittorrent-29/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/dns/bind99 Makefile ports/dns/bind99/files patch-bin__named__client.c

2012-03-17 Thread Doug Barton
dougb   2012-03-17 06:37:10 UTC

  FreeBSD ports repository

  Modified files:
dns/bind99   Makefile 
  Added files:
dns/bind99/files patch-bin__named__client.c 
  Log:
  Add a patch from ISC slated for 9.9.1 which fixes an assertion failure
  
  Feature safe: yes
  
  Revision  ChangesPath
  1.6   +1 -0  ports/dns/bind99/Makefile
  1.1   +11 -0 ports/dns/bind99/files/patch-bin__named__client.c (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/net-p2p/qbittorrent-29 Makefile distinfo

2012-03-17 Thread Doug Barton
dougb   2012-03-17 22:34:13 UTC

  FreeBSD ports repository

  Modified files:
net-p2p/qbittorrent-29 Makefile distinfo 
  Log:
  * Sat Mar 17 2012 - Christophe Dumez ch...@qbittorrent.org - v2.9.6
  - BUGFIX: Fix download first/last pieces state reporting
  - BUGFIX: Fix name of progress column in torrent content panel
  - BUGFIX: RSS downloader should not ignore Do not start automatically rule
  - BUGFIX: Fix DHT port setting in Web UI
  - BUGFIX: Fix possible Web UI authentication problem when using SSL
  - BUGFIX: Fix possible issues with folder removal when removing a torrent
  - I18N: Add Basque translation
  
  Feature safe:   yes
  
  Revision  ChangesPath
  1.7   +1 -1  ports/net-p2p/qbittorrent-29/Makefile
  1.7   +2 -2  ports/net-p2p/qbittorrent-29/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


Re: cvs commit: doc/en_US.ISO8859-1/books/arch-handbook/mac chapter.sgml doc/en_US.ISO8859-1/books/arch-handbook/pccard chapter.sgml doc/en_US.ISO8859-1/books/dev-model book.sgml doc/en_US.ISO8859-1/b

2012-03-17 Thread Doug Barton
On 03/17/2012 05:09, Gavin Atkinson wrote:
 On Sat, 17 Mar 2012, Eitan Adler wrote:
 
 eadler  2012-03-17 04:53:52 UTC

   FreeBSD doc repository (src,ports committer)

   Modified files:
 en_US.ISO8859-1/books/arch-handbook/pccard chapter.sgml 
   Log:
   Fix a variety of duplicate and misspelled words
   
   Approved by:dougb
   
   Revision  ChangesPath
   1.13  +1 -1  
 doc/en_US.ISO8859-1/books/arch-handbook/pccard/chapter.sgml
 
 This was an intentional use of that that, and your change alters the 
 meaning of the sentence.

Yes, he and I discussed that (pun intended) and tried to come up with
new wording that avoided the double-that and kept the meaning clear. My
apologies if I failed. Eitan originally suggested something longer (and
probably more clear) but it was I who suggested shortening it.

What wording would you suggest? How about, NULL strings mean that the
corresponding part of the entry should be ignored. I think that fixes 2
problems, the double-that (which can be confusing to users for whom
English is not their first language) and the overloading of the term
entry.


Doug

-- 

This .signature sanitized for your protection
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


  1   2   3   4   5   6   7   8   9   10   >