cvs commit: ports/sysutils/xbattbar Makefile ports/sysutils/xbattbar/files patch-xbattbar.c patch-xbattbar.man

2012-04-05 Thread Christian Weisgerber
naddy   2012-04-05 16:23:24 UTC

  FreeBSD ports repository

  Modified files:
sysutils/xbattbarMakefile 
sysutils/xbattbar/files patch-xbattbar.c 
  Added files:
sysutils/xbattbar/files patch-xbattbar.man 
  Log:
  * Include proper prototypes for exit() and strlen().
  * Fix a spelling error in the description of a command line argument.
  
  Approved by:sumikawa
  Feature safe:   yes
  
  Revision  ChangesPath
  1.19  +1 -1  ports/sysutils/xbattbar/Makefile
  1.2   +13 -4 ports/sysutils/xbattbar/files/patch-xbattbar.c
  1.1   +11 -0 ports/sysutils/xbattbar/files/patch-xbattbar.man (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/xloadimage Makefile distinfo ports/x11/xloadimage/files patch-lp64 patch-uufilter.c

2012-04-15 Thread Christian Weisgerber
naddy   2012-04-15 15:42:42 UTC

  FreeBSD ports repository

  Modified files:
x11/xloadimage   Makefile distinfo 
x11/xloadimage/files patch-lp64 
  Added files:
x11/xloadimage/files patch-uufilter.c 
  Log:
  Update to 4.1.17, clean up, fix the integer promotion fix.
  
  Revision  ChangesPath
  1.48  +10 -15ports/x11/xloadimage/Makefile
  1.12  +2 -2  ports/x11/xloadimage/distinfo
  1.4   +6 -6  ports/x11/xloadimage/files/patch-lp64
  1.1   +10 -0 ports/x11/xloadimage/files/patch-uufilter.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/x11/luit Makefile

2012-04-24 Thread Christian Weisgerber
naddy   2012-04-24 11:07:28 UTC

  FreeBSD ports repository

  Modified files:
x11/luit Makefile 
  Log:
  Make sure openpty() is used to allocate a PTY.
  This fixes luit on RELENG_7 and removes any need for setuid.
  
  Revision  ChangesPath
  1.8   +4 -15 ports/x11/luit/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-servers/xorg-server Makefile ports/x11-servers/xorg-server/files extra-dix_events.c

2012-04-24 Thread Christian Weisgerber
naddy   2012-04-24 17:28:04 UTC

  FreeBSD ports repository

  Modified files:
x11-servers/xorg-server Makefile 
  Added files:
x11-servers/xorg-server/files extra-dix_events.c 
  Log:
  Revert "dix: use the event mask of the grab for TryClientEvents."
  
http://cgit.freedesktop.org/xorg/xserver/commit/?id=018c878e9495b21146c8f38617fdd1bf6d8cc73b
  
  This fixes delivery of button press events to clients.
  In particular, it fixes irrecoverable focus loss in mwm(1).
  
  Approved by:miwi
  Obtained from:  Xorg upstream
  
  Revision  ChangesPath
  1.86  +2 -1  ports/x11-servers/xorg-server/Makefile
  1.1   +89 -0 ports/x11-servers/xorg-server/files/extra-dix_events.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/audio/libao Makefile

2012-06-09 Thread Christian Weisgerber
naddy   2012-06-09 17:05:17 UTC

  FreeBSD ports repository

  Modified files:
audio/libao  Makefile 
  Log:
  Convert to new options framework.
  
  Revision  ChangesPath
  1.49  +21 -24ports/audio/libao/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/audio/libogg Makefile distinfo pkg-plist ports/audio/libogg/files patch-Makefile.in patch-doc_Makefile.in patch-doc_libogg_Makefile.in patch-doc_ogg_Makefile.in ports/audio/libvorbis

2005-12-03 Thread Christian Weisgerber
naddy   2005-12-03 22:13:25 UTC

  FreeBSD ports repository

  Modified files:
audio/libogg Makefile distinfo pkg-plist 
audio/libogg/files   patch-Makefile.in patch-doc_Makefile.in 
audio/libvorbis  Makefile distinfo 
audio/libvorbis/files patch-Makefile.in 
  Added files:
audio/libogg/files   patch-doc_libogg_Makefile.in 
  Removed files:
audio/libogg/files   patch-doc_ogg_Makefile.in 
  Log:
  Maintenance update to libogg 1.1.3 and libvorbis 1.1.2.
  No user-visible changes.
  
  Revision  ChangesPath
  1.26  +1 -2  ports/audio/libogg/Makefile
  1.10  +3 -2  ports/audio/libogg/distinfo
  1.3   +5 -5  ports/audio/libogg/files/patch-Makefile.in
  1.3   +7 -7  ports/audio/libogg/files/patch-doc_Makefile.in
  1.1   +14 -0 ports/audio/libogg/files/patch-doc_libogg_Makefile.in 
(new)
  1.3   +0 -14 ports/audio/libogg/files/patch-doc_ogg_Makefile.in (dead)
  1.15  +2 -1  ports/audio/libogg/pkg-plist
  1.29  +1 -1  ports/audio/libvorbis/Makefile
  1.11  +3 -2  ports/audio/libvorbis/distinfo
  1.4   +5 -5  ports/audio/libvorbis/files/patch-Makefile.in
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/man2web Makefile pkg-plist

2006-02-08 Thread Christian Weisgerber
naddy   2006-02-08 15:47:23 UTC

  FreeBSD ports repository

  Modified files:
www/man2web  Makefile pkg-plist 
  Log:
  Clean up cgi-bin dir.
  
  Submitted by:   kris (pointyhat)
  
  Revision  ChangesPath
  1.6   +1 -1  ports/www/man2web/Makefile
  1.3   +2 -1  ports/www/man2web/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/archivers/gtar Makefile ports/archivers/gtar/files patch-src_xheader.c

2006-03-04 Thread Christian Weisgerber
naddy   2006-03-04 14:59:42 UTC

  FreeBSD ports repository

  Modified files:
archivers/gtar   Makefile 
  Added files:
archivers/gtar/files patch-src_xheader.c 
  Log:
  Fix a buffer overflow, caused by improper bounds checking of the
  PAX extended headers.  By tricking a user into processing a specially
  crafted tar archive, this could be exploited to execute arbitrary
  code with the privileges of the user.
  
  Security:   CVE-2006-0300
  Approved by:portmgr (erwin)
  Obtained from:  Ubuntu
  
  Revision  ChangesPath
  1.47  +1 -1  ports/archivers/gtar/Makefile
  1.1   +124 -0ports/archivers/gtar/files/patch-src_xheader.c (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/security/vuxml vuln.xml

2006-03-04 Thread Christian Weisgerber
naddy   2006-03-04 15:03:46 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  Document GNU tar invalid headers buffer overflow.
  
  Approved by:portmgr (erwin)
  
  Revision  ChangesPath
  1.963 +28 -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 "[EMAIL PROTECTED]"


cvs commit: ports/archivers/gtar/files patch-src_xheader.c

2006-03-18 Thread Christian Weisgerber
naddy   2006-03-18 20:33:29 UTC

  FreeBSD ports repository

  Modified files:
archivers/gtar/files patch-src_xheader.c 
  Log:
  Fix build on 4.x.
  
  PR: 94084
  Submitted by:   Tod McQuillin <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.2   +19 -8 ports/archivers/gtar/files/patch-src_xheader.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/audio/bonk Makefile pkg-descr

2006-03-22 Thread Christian Weisgerber
naddy   2006-03-22 16:08:30 UTC

  FreeBSD ports repository

  Modified files:
audio/bonk   Makefile pkg-descr 
  Log:
  Homepage/master site has moved.
  
  Submitted by:   fenner  (portsurvey)
  
  Revision  ChangesPath
  1.7   +1 -1  ports/audio/bonk/Makefile
  1.2   +1 -1  ports/audio/bonk/pkg-descr
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/math/galculator Makefile distinfo ports/math/galculator/files patch-po_Makefile.in.in

2006-03-27 Thread Christian Weisgerber
naddy   2006-03-27 15:02:48 UTC

  FreeBSD ports repository

  Modified files:
math/galculator  Makefile distinfo 
  Added files:
math/galculator/files patch-po_Makefile.in.in 
  Log:
  Maintenance update to 1.2.5.1 which fixes a bug with recent glib
  versions.
  
  Revision  ChangesPath
  1.16  +1 -2  ports/math/galculator/Makefile
  1.12  +3 -3  ports/math/galculator/distinfo
  1.1   +13 -0 ports/math/galculator/files/patch-po_Makefile.in.in (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/math/galculator Makefile distinfo ports/math/galculator/files patch-po_Makefile.in.in

2006-04-02 Thread Christian Weisgerber
naddy   2006-04-02 22:25:37 UTC

  FreeBSD ports repository

  Modified files:
math/galculator  Makefile distinfo 
  Removed files:
math/galculator/files patch-po_Makefile.in.in 
  Log:
  Sync with upstream (1.2.5.2); no functional changes.
  
  Revision  ChangesPath
  1.17  +1 -1  ports/math/galculator/Makefile
  1.13  +3 -3  ports/math/galculator/distinfo
  1.2   +0 -13 ports/math/galculator/files/patch-po_Makefile.in.in 
(dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/x11-clocks/xtu Makefile distinfo ports/x11-clocks/xtu/files patch-Imakefile

2006-04-23 Thread Christian Weisgerber
naddy   2006-04-23 18:34:10 UTC

  FreeBSD ports repository

  Modified files:
x11-clocks/xtu   Makefile distinfo 
x11-clocks/xtu/files patch-Imakefile 
  Log:
  Update to 1.3, which adds a man page.
  
  Revision  ChangesPath
  1.13  +2 -3  ports/x11-clocks/xtu/Makefile
  1.6   +3 -3  ports/x11-clocks/xtu/distinfo
  1.2   +9 -4  ports/x11-clocks/xtu/files/patch-Imakefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/net/openntpd Makefile distinfo

2006-05-14 Thread Christian Weisgerber
naddy   2006-05-14 19:14:35 UTC

  FreeBSD ports repository

  Modified files:
net/openntpd Makefile distinfo 
  Log:
  Update to OpenNTPD 3.9p1 (as of OpenBSD 3.9).
  
  Revision  ChangesPath
  1.14  +1 -1  ports/net/openntpd/Makefile
  1.11  +3 -3  ports/net/openntpd/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/audio/vorbis-tools Makefile ports/audio/vorbis-tools/files patch-share_charset.c patch-share_iconvert.c patch-share_utf8.c

2006-07-09 Thread Christian Weisgerber
naddy   2006-07-09 20:59:24 UTC

  FreeBSD ports repository

  Modified files:
audio/vorbis-tools   Makefile 
  Added files:
audio/vorbis-tools/files patch-share_charset.c 
 patch-share_iconvert.c 
 patch-share_utf8.c 
  Log:
  Give encoding of metadata to/from UTF-8 a fighting chance.
  
  Dug up by Heino Tiedemann <[EMAIL PROTECTED]> who kept going on and on
  about this on various mailing lists without ever bothering to contact
  the maintainer.
  
  Obtained from:  upstream CVS
  
  Revision  ChangesPath
  1.39  +1 -0  ports/audio/vorbis-tools/Makefile
  1.1   +16 -0 ports/audio/vorbis-tools/files/patch-share_charset.c 
(new)
  1.1   +16 -0 ports/audio/vorbis-tools/files/patch-share_iconvert.c 
(new)
  1.1   +16 -0 ports/audio/vorbis-tools/files/patch-share_utf8.c (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/math/galculator Makefile pkg-plist ports/math/galculator/files patch-intltool-merge.in

2006-08-07 Thread Christian Weisgerber
naddy   2006-08-07 16:46:12 UTC

  FreeBSD ports repository

  Modified files:
math/galculator  Makefile pkg-plist 
  Added files:
math/galculator/files patch-intltool-merge.in 
  Log:
  (1) Try to deinstall some locale directories not listed in BSD.local.dist.
  (2) Attempt to fix build on 4.x, whose ancient perl still requires a
  mode argument to mkdir().
  
  PR: 101487
  Submitted by:   Stanislav Sedov <[EMAIL PROTECTED]> (1), pointyhat (2)
  
  Revision  ChangesPath
  1.18  +1 -0  ports/math/galculator/Makefile
  1.1   +14 -0 ports/math/galculator/files/patch-intltool-merge.in (new)
  1.9   +17 -13ports/math/galculator/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/audio/libao Makefile

2006-08-07 Thread Christian Weisgerber
naddy   2006-08-07 17:20:16 UTC

  FreeBSD ports repository

  Modified files:
audio/libao  Makefile 
  Log:
  Don't clobber LIB_DEPENDS if several WITH_* options are set.
  
  PR: 101469
  Submitted by:   [EMAIL PROTECTED]
  
  Revision  ChangesPath
  1.34  +3 -3  ports/audio/libao/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/french/verbiste Makefile distinfo pkg-descr pkg-plist ports/french/verbiste/files patch-configure

2010-12-22 Thread Christian Weisgerber
naddy   2010-12-22 21:02:07 UTC

  FreeBSD ports repository

  Modified files:
french/verbiste  Makefile distinfo pkg-descr pkg-plist 
  Removed files:
french/verbiste/files patch-configure 
  Log:
  * Update to 0.1.32.
  * Add (optional) support for GTK+ app.
  * Clean up a lot of cruft, e.g., the GNOME option didn't work at all,
  
  Approved by:maintainer
  
  Revision  ChangesPath
  1.20  +33 -21ports/french/verbiste/Makefile
  1.11  +2 -3  ports/french/verbiste/distinfo
  1.3   +0 -16 ports/french/verbiste/files/patch-configure (dead)
  1.2   +1 -1  ports/french/verbiste/pkg-descr
  1.9   +12 -2 ports/french/verbiste/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/french/verbiste/files patch-Makefile.in

2010-12-25 Thread Christian Weisgerber
naddy   2010-12-25 16:28:32 UTC

  FreeBSD ports repository

  Modified files:
french/verbiste/files patch-Makefile.in 
  Log:
  Always skip included intl, otherwise the build fails if gettext isn't
  installed even if we never link against it.
  
  Revision  ChangesPath
  1.3   +15 -3 ports/french/verbiste/files/patch-Makefile.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/audio/libogg Makefile distinfo ports/audio/libogg/files patch-Makefile.in

2011-01-15 Thread Christian Weisgerber
naddy   2011-01-15 21:23:07 UTC

  FreeBSD ports repository

  Modified files:
audio/libogg Makefile distinfo 
audio/libogg/files   patch-Makefile.in 
  Log:
  Update to 1.2.2: documentation fix.
  
  PR: 153843
  Feature safe:   yes
  
  Revision  ChangesPath
  1.37  +1 -1  ports/audio/libogg/Makefile
  1.14  +2 -2  ports/audio/libogg/distinfo
  1.8   +7 -7  ports/audio/libogg/files/patch-Makefile.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-servers/xorg-server Makefile ports/x11-servers/xorg-server/files patch-dix-events.c

2011-02-27 Thread Christian Weisgerber
naddy   2011-02-27 23:16:09 UTC

  FreeBSD ports repository

  Modified files:
x11-servers/xorg-server Makefile 
  Added files:
x11-servers/xorg-server/files patch-dix-events.c 
  Log:
  Revert "dix: use the event mask of the grab for TryClientEvents."
  
http://cgit.freedesktop.org/xorg/xserver/commit/?id=018c878e9495b21146c8f38617fdd1bf6d8cc73b
  
  This fixes delivery of button press events to clients.
  In particular, it fixes irrecoverable focus loss in mwm(1).
  
  Approved by:miwi
  Obtained from:  Xorg upstream
  
  Revision  ChangesPath
  1.80  +1 -0  ports/x11-servers/xorg-server/Makefile
  1.3   +89 -0 ports/x11-servers/xorg-server/files/patch-dix-events.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/archivers/xz Makefile distinfo ports/archivers/xz/files patch-Makefile.in

2011-02-28 Thread Christian Weisgerber
naddy   2011-02-28 16:43:27 UTC

  FreeBSD ports repository

  Modified files:
archivers/xz Makefile distinfo 
archivers/xz/files   patch-Makefile.in 
  Log:
  Update to 5.0.1.  User-visible changes:
  * xz --force now (de)compresses files that have setuid, setgid,
or sticky bit set and files that have multiple hard links.
The man page had it documented this way already, but the code
had a bug.
  * gzip and bzip2 support in xzdiff was fixed.
  
  Revision  ChangesPath
  1.16  +8 -4  ports/archivers/xz/Makefile
  1.10  +2 -2  ports/archivers/xz/distinfo
  1.2   +4 -4  ports/archivers/xz/files/patch-Makefile.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/xtraceroute/files patch-intl::Makefile.in

2011-03-12 Thread Christian Weisgerber
naddy   2011-03-12 18:13:38 UTC

  FreeBSD ports repository

  Added files:
net/xtraceroute/files patch-intl::Makefile.in 
  Log:
  Fix for gmake 3.82:
  Replace some @FOO@ placeholders the configure script fails to substitute.
  
  Revision  ChangesPath
  1.1   +21 -0 ports/net/xtraceroute/files/patch-intl::Makefile.in (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/deskutils/contacts/files patch-Makefile.in

2011-03-12 Thread Christian Weisgerber
naddy   2011-03-12 18:19:55 UTC

  FreeBSD ports repository

  Added files:
deskutils/contacts/files patch-Makefile.in 
  Log:
  Build fix for gmake 3.82.
  
  Revision  ChangesPath
  1.1   +11 -0 ports/deskutils/contacts/files/patch-Makefile.in (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/graphics/stamp Makefile ports/graphics/stamp/files patch-Makefile.in patch-gstamp_gstamp.c patch-gstamp_gstamp_misc.c patch-gstamp_gstamp_signals.c patch-gstamp_gstamp_ui.c patch-lib

2011-03-12 Thread Christian Weisgerber
naddy   2011-03-12 20:37:56 UTC

  FreeBSD ports repository

  Modified files:
graphics/stamp   Makefile 
  Added files:
graphics/stamp/files patch-Makefile.in patch-gstamp_gstamp.c 
 patch-gstamp_gstamp_misc.c 
 patch-gstamp_gstamp_signals.c 
 patch-gstamp_gstamp_ui.c 
 patch-lib_common.c 
 patch-lib_transmogrify.c 
  Log:
  * Remove need for gmake (and it breaks with 3.82).
  * Add missing includes and fix LP64 warnings.
  
  Revision  ChangesPath
  1.24  +1 -2  ports/graphics/stamp/Makefile
  1.1   +21 -0 ports/graphics/stamp/files/patch-Makefile.in (new)
  1.1   +10 -0 ports/graphics/stamp/files/patch-gstamp_gstamp.c (new)
  1.1   +10 -0 ports/graphics/stamp/files/patch-gstamp_gstamp_misc.c 
(new)
  1.1   +10 -0 ports/graphics/stamp/files/patch-gstamp_gstamp_signals.c 
(new)
  1.1   +7 -0  ports/graphics/stamp/files/patch-gstamp_gstamp_ui.c (new)
  1.1   +9 -0  ports/graphics/stamp/files/patch-lib_common.c (new)
  1.1   +9 -0  ports/graphics/stamp/files/patch-lib_transmogrify.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/x11-toolkits/gtkextra Makefile ports/x11-toolkits/gtkextra/files patch-ac

2011-03-12 Thread Christian Weisgerber
naddy   2011-03-12 22:20:49 UTC

  FreeBSD ports repository

  Modified files:
x11-toolkits/gtkextra Makefile 
x11-toolkits/gtkextra/files patch-ac 
  Log:
  Remove need for gmake (and it breaks with 3.82).
  
  Revision  ChangesPath
  1.32  +0 -1  ports/x11-toolkits/gtkextra/Makefile
  1.4   +25 -5 ports/x11-toolkits/gtkextra/files/patch-ac
___
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-toolkits/vdkbuilder Makefile ports/x11-toolkits/vdkbuilder/files patch-intl::Makefile.in

2011-03-12 Thread Christian Weisgerber
naddy   2011-03-12 22:48:02 UTC

  FreeBSD ports repository

  Modified files:
x11-toolkits/vdkbuilder Makefile 
  Added files:
x11-toolkits/vdkbuilder/files patch-intl::Makefile.in 
  Log:
  Replace some @FOO@ placeholders the configure script fails to substitute.
  This also obviates the need for gmake.
  
  Revision  ChangesPath
  1.42  +0 -1  ports/x11-toolkits/vdkbuilder/Makefile
  1.1   +21 -0 
ports/x11-toolkits/vdkbuilder/files/patch-intl::Makefile.in (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/xtraceroute Makefile

2011-03-12 Thread Christian Weisgerber
naddy   2011-03-12 23:02:48 UTC

  FreeBSD ports repository

  Modified files:
net/xtraceroute  Makefile 
  Log:
  This does not need gmake at all.
  
  Revision  ChangesPath
  1.34  +0 -1  ports/net/xtraceroute/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/devel/libarena Makefile ports/devel/libarena/files patch-mk_Epilogue.mk patch-mk_Prologue.mk patch-mk_Variables.mk

2011-03-13 Thread Christian Weisgerber
naddy   2011-03-13 13:04:41 UTC

  FreeBSD ports repository

  Modified files:
devel/libarena   Makefile 
  Added files:
devel/libarena/files patch-mk_Epilogue.mk patch-mk_Prologue.mk 
 patch-mk_Variables.mk 
  Log:
  Disable a bizarre attempt to use both BSD and GNU make constructs
  in parallel.  Fixes build with gmake 3.82.
  
  While there, patch Variables.mk instead of running a substitution.
  
  Revision  ChangesPath
  1.5   +0 -4  ports/devel/libarena/Makefile
  1.1   +9 -0  ports/devel/libarena/files/patch-mk_Epilogue.mk (new)
  1.1   +9 -0  ports/devel/libarena/files/patch-mk_Prologue.mk (new)
  1.1   +13 -0 ports/devel/libarena/files/patch-mk_Variables.mk (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/archivers/gtar Makefile

2011-03-15 Thread Christian Weisgerber
naddy   2011-03-15 17:36:21 UTC

  FreeBSD ports repository

  Modified files:
archivers/gtar   Makefile 
  Log:
  Allow building as root.
  
  PR: 13
  
  Revision  ChangesPath
  1.77  +7 -0  ports/archivers/gtar/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/archivers/gtar Makefile distinfo ports/archivers/gtar/files patch-src_create.c patch-src_extract.c patch-src_incremen.c patch-src_names.c patch-tests_sparse04.at

2011-03-15 Thread Christian Weisgerber
naddy   2011-03-15 22:13:34 UTC

  FreeBSD ports repository

  Modified files:
archivers/gtar   Makefile distinfo 
  Added files:
archivers/gtar/files patch-tests_sparse04.at 
  Removed files:
archivers/gtar/files patch-src_create.c patch-src_extract.c 
 patch-src_incremen.c patch-src_names.c 
  Log:
  Update to bugfix release 1.26.
  
  Revision  ChangesPath
  1.78  +2 -2  ports/archivers/gtar/Makefile
  1.24  +2 -2  ports/archivers/gtar/distinfo
  1.2   +0 -15 ports/archivers/gtar/files/patch-src_create.c (dead)
  1.5   +0 -14 ports/archivers/gtar/files/patch-src_extract.c (dead)
  1.4   +0 -28 ports/archivers/gtar/files/patch-src_incremen.c (dead)
  1.6   +0 -15 ports/archivers/gtar/files/patch-src_names.c (dead)
  1.1   +12 -0 ports/archivers/gtar/files/patch-tests_sparse04.at (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/games/gtypist Makefile distinfo

2011-10-04 Thread Christian Weisgerber
naddy   2011-10-04 20:06:23 UTC

  FreeBSD ports repository

  Modified files:
games/gtypistMakefile distinfo 
  Log:
  Update to 2.8.5: minor bug fixes.
  
  Revision  ChangesPath
  1.25  +2 -3  ports/games/gtypist/Makefile
  1.15  +2 -2  ports/games/gtypist/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/games/gtypist Makefile distinfo pkg-plist

2011-11-06 Thread Christian Weisgerber
naddy   2011-11-06 21:04:17 UTC

  FreeBSD ports repository

  Modified files:
games/gtypistMakefile distinfo pkg-plist 
  Log:
  Update to 2.9:
  * UTF-8 support
  * new lessons
  * new Polish and Turkish translations, Spanish info file
  
  Revision  ChangesPath
  1.26  +8 -3  ports/games/gtypist/Makefile
  1.16  +2 -2  ports/games/gtypist/distinfo
  1.10  +26 -2 ports/games/gtypist/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/audio/xmms-xf86audio Makefile distinfo ports/audio/xmms-xf86audio/files patch-Makefile

2011-11-14 Thread Christian Weisgerber
naddy   2011-11-14 18:48:37 UTC

  FreeBSD ports repository

  Modified files:
audio/xmms-xf86audio Makefile distinfo 
  Removed files:
audio/xmms-xf86audio/files patch-Makefile 
  Log:
  Update to 0.4.4: no code changes.
  
  Feature safe:   yes
  
  Revision  ChangesPath
  1.6   +1 -2  ports/audio/xmms-xf86audio/Makefile
  1.4   +2 -2  ports/audio/xmms-xf86audio/distinfo
  1.2   +0 -19 ports/audio/xmms-xf86audio/files/patch-Makefile (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/www/man2web Makefile

2011-11-19 Thread Christian Weisgerber
naddy   2011-11-19 16:37:28 UTC

  FreeBSD ports repository

  Modified files:
www/man2web  Makefile 
  Log:
  Drop maintainer.  I probably haven't used this in eight years.
  
  Feature safe:   yes
  
  Revision  ChangesPath
  1.11  +1 -1  ports/www/man2web/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/comms/wy60 Makefile distinfo pkg-descr ports/comms/wy60/files patch-Makefile.in patch-wy60.c

2011-11-19 Thread Christian Weisgerber
naddy   2011-11-19 16:57:09 UTC

  FreeBSD ports repository

  Modified files:
comms/wy60   Makefile distinfo pkg-descr 
  Removed files:
comms/wy60/files patch-Makefile.in patch-wy60.c 
  Log:
  * Minor update to 2.0.9.
  * Copy sample to live rc file also when installing from ports.
  * Clean up port.
  
  Feature safe:   yes
  
  Revision  ChangesPath
  1.8   +9 -5  ports/comms/wy60/Makefile
  1.8   +2 -2  ports/comms/wy60/distinfo
  1.2   +0 -14 ports/comms/wy60/files/patch-Makefile.in (dead)
  1.2   +0 -98 ports/comms/wy60/files/patch-wy60.c (dead)
  1.2   +1 -1  ports/comms/wy60/pkg-descr
___
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/games/gtypist Makefile distinfo

2011-11-30 Thread Christian Weisgerber
naddy   2011-11-30 19:00:24 UTC

  FreeBSD ports repository

  Modified files:
games/gtypistMakefile distinfo 
  Log:
  Update to 2.9.1, no significant changes.
  
  Feature safe:   yes
  
  Revision  ChangesPath
  1.27  +1 -1  ports/games/gtypist/Makefile
  1.17  +2 -2  ports/games/gtypist/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/games/xsoldier Makefile distinfo ports/games/xsoldier/files patch-joystick.c

2011-12-03 Thread Christian Weisgerber
naddy   2011-12-03 20:42:13 UTC

  FreeBSD ports repository

  Modified files:
games/xsoldier   Makefile distinfo 
  Removed files:
games/xsoldier/files patch-joystick.c 
  Log:
  Update to 1.8.  No user-visible changes.
  
  Feature safe:   yes
  
  Revision  ChangesPath
  1.25  +1 -1  ports/games/xsoldier/Makefile
  1.8   +2 -2  ports/games/xsoldier/distinfo
  1.2   +0 -20 ports/games/xsoldier/files/patch-joystick.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/audio/libvorbis Makefile distinfo ports/audio/libvorbis/files patch-Makefile.in

2012-02-05 Thread Christian Weisgerber
naddy   2012-02-05 20:03:21 UTC

  FreeBSD ports repository

  Modified files:
audio/libvorbis  Makefile distinfo 
audio/libvorbis/files patch-Makefile.in 
  Log:
  Update to 1.3.3:
  * additional proofing against invalid/malicious streams in decode
  * fix a memory leak in vorbis_commentheader_out().
  * updates, corrections and clarifications in the Vorbis I specification
document
  
  Revision  ChangesPath
  1.45  +5 -3  ports/audio/libvorbis/Makefile
  1.17  +2 -2  ports/audio/libvorbis/distinfo
  1.11  +7 -7  ports/audio/libvorbis/files/patch-Makefile.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/archivers/xz Makefile distinfo pkg-plist ports/archivers/xz/files patch-configure patch-src_common_bswap.h

2010-11-09 Thread Christian Weisgerber
naddy   2010-11-09 18:55:36 UTC

  FreeBSD ports repository

  Modified files:
archivers/xz Makefile distinfo pkg-plist 
  Removed files:
archivers/xz/files   patch-configure patch-src_common_bswap.h 
  Log:
  Update to first non-beta release 5.0.0.
  This only affects branches that don't have xz in base yet, principally 7.x.
  
  Revision  ChangesPath
  1.15  +4 -5  ports/archivers/xz/Makefile
  1.9   +2 -3  ports/archivers/xz/distinfo
  1.2   +0 -110ports/archivers/xz/files/patch-configure (dead)
  1.2   +0 -46 ports/archivers/xz/files/patch-src_common_bswap.h (dead)
  1.7   +2 -2  ports/archivers/xz/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/archivers/libarchive Makefile ports/archivers/py-liblzma Makefile ports/archivers/rpm4 Makefile ports/archivers/rpm5 Makefile ports/graphics/enfle Makefile ports/misc/kdeutils4 Makef

2010-11-09 Thread Christian Weisgerber
naddy   2010-11-09 18:58:25 UTC

  FreeBSD ports repository

  Modified files:
archivers/libarchive Makefile 
archivers/py-liblzma Makefile 
archivers/rpm4   Makefile 
archivers/rpm5   Makefile 
graphics/enfle   Makefile 
misc/kdeutils4   Makefile 
x11/kdebase4-runtime Makefile 
x11/kdelibs4 Makefile 
  Log:
  Increment PORTREVISION after liblzma major version change in archivers/xz.
  
  Revision  ChangesPath
  1.62  +2 -1  ports/archivers/libarchive/Makefile
  1.7   +2 -1  ports/archivers/py-liblzma/Makefile
  1.28  +6 -3  ports/archivers/rpm4/Makefile
  1.38  +1 -1  ports/archivers/rpm5/Makefile
  1.52  +2 -1  ports/graphics/enfle/Makefile
  1.145 +2 -1  ports/misc/kdeutils4/Makefile
  1.243 +2 -1  ports/x11/kdebase4-runtime/Makefile
  1.259 +2 -1  ports/x11/kdelibs4/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/archivers/gtar Makefile distinfo pkg-plist ports/archivers/gtar/files patch-gnu_dirent.in.h patch-src_extract.c patch-src_names.c patch-tests_gzip.at

2010-11-24 Thread Christian Weisgerber
naddy   2010-11-24 18:02:57 UTC

  FreeBSD ports repository

  Modified files:
archivers/gtar   Makefile distinfo pkg-plist 
archivers/gtar/files patch-src_extract.c 
  Removed files:
archivers/gtar/files patch-gnu_dirent.in.h patch-src_names.c 
 patch-tests_gzip.at 
  Log:
  Update to 1.25, which mostly brings miscellaneous bug fixes.
  
  Revision  ChangesPath
  1.75  +2 -4  ports/archivers/gtar/Makefile
  1.23  +2 -3  ports/archivers/gtar/distinfo
  1.2   +0 -16 ports/archivers/gtar/files/patch-gnu_dirent.in.h (dead)
  1.4   +11 -156   ports/archivers/gtar/files/patch-src_extract.c
  1.4   +0 -14 ports/archivers/gtar/files/patch-src_names.c (dead)
  1.3   +0 -15 ports/archivers/gtar/files/patch-tests_gzip.at (dead)
  1.19  +2 -1  ports/archivers/gtar/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/audio/libogg Makefile distinfo pkg-plist

2010-11-25 Thread Christian Weisgerber
naddy   2010-11-25 17:00:45 UTC

  FreeBSD ports repository

  Modified files:
audio/libogg Makefile distinfo pkg-plist 
  Log:
  Update to 1.2.1: robustness fixes and documentation updates.
  
  Revision  ChangesPath
  1.35  +1 -1  ports/audio/libogg/Makefile
  1.13  +2 -3  ports/audio/libogg/distinfo
  1.19  +2 -1  ports/audio/libogg/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/audio/libvorbis Makefile distinfo pkg-plist ports/audio/libvorbis/files patch-doc_libvorbis_Makefile.in

2010-11-25 Thread Christian Weisgerber
naddy   2010-11-25 17:01:05 UTC

  FreeBSD ports repository

  Modified files:
audio/libvorbis  Makefile distinfo pkg-plist 
  Added files:
audio/libvorbis/files patch-doc_libvorbis_Makefile.in 
  Log:
  Update to 1.3.2: robustness fixes and documentation updates.
  
  Revision  ChangesPath
  1.43  +1 -1  ports/audio/libvorbis/Makefile
  1.16  +2 -3  ports/audio/libvorbis/distinfo
  1.1   +14 -0 
ports/audio/libvorbis/files/patch-doc_libvorbis_Makefile.in (new)
  1.16  +50 -7 ports/audio/libvorbis/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/archivers/gtar Makefile ports/archivers/gtar/files patch-gnu_Makefile.in patch-src_create.c patch-src_incremen.c patch-src_names.c

2010-11-27 Thread Christian Weisgerber
naddy   2010-11-27 20:31:19 UTC

  FreeBSD ports repository

  Modified files:
archivers/gtar   Makefile 
archivers/gtar/files patch-gnu_Makefile.in 
  Added files:
archivers/gtar/files patch-src_create.c patch-src_incremen.c 
 patch-src_names.c 
  Log:
  Fix bug with --one-file-system and --listed-incremental.
  This is important for at least misc/amanda-client.
  
  Submitted by:   John Hein 
  Obtained from:  upstream
  
  Revision  ChangesPath
  1.76  +1 -0  ports/archivers/gtar/Makefile
  1.2   +4 -4  ports/archivers/gtar/files/patch-gnu_Makefile.in
  1.1   +15 -0 ports/archivers/gtar/files/patch-src_create.c (new)
  1.3   +28 -0 ports/archivers/gtar/files/patch-src_incremen.c (new)
  1.5   +15 -0 ports/archivers/gtar/files/patch-src_names.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/archivers/gcpio Makefile ports/archivers/gcpio/files patch-src_filetypes.h

2010-04-19 Thread Christian Weisgerber
naddy   2010-04-19 20:23:00 UTC

  FreeBSD ports repository

  Modified files:
archivers/gcpio  Makefile 
  Added files:
archivers/gcpio/files patch-src_filetypes.h 
  Log:
  * Do not mark as broken on sparc64.
  
  * Fix the build framework so it can successfully #define a wrapper for
stat() on those systems where namei() behaves strangely--independent
of architecture.
  
  Revision  ChangesPath
  1.3   +1 -7  ports/archivers/gcpio/Makefile
  1.1   +12 -0 ports/archivers/gcpio/files/patch-src_filetypes.h (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/openntpd/files arc4random.c

2010-05-16 Thread Christian Weisgerber
naddy   2010-05-16 20:05:01 UTC

  FreeBSD ports repository

  Modified files:
net/openntpd/files   arc4random.c 
  Log:
  Don't build arc4random_uniform() if provided by libc.
  
  Reported by:n...@spam@mgedv.net
  
  Revision  ChangesPath
  1.2   +7 -1  ports/net/openntpd/files/arc4random.c
___
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/misc/kdeutils4 Makefile ports/x11/kdebase4-runtime Makefile ports/x11/kdelibs4 Makefile ports/sysutils/warden Makefile ports/archivers/deco Makefile

2010-05-21 Thread Christian Weisgerber
naddy   2010-05-21 16:22:40 UTC

  FreeBSD ports repository

  Modified files:
misc/kdeutils4   Makefile 
x11/kdebase4-runtime Makefile 
x11/kdelibs4 Makefile 
sysutils/warden  Makefile 
archivers/deco   Makefile 
  Log:
  The xz utils and lzma library have been imported into base, so make
  the dependency on the archivers/xz port conditional on OSVERSION.
  
  Approved by:MAINTAINER
  
  Revision  ChangesPath
  1.16  +7 -2  ports/archivers/deco/Makefile
  1.142 +1 -1  ports/misc/kdeutils4/Makefile
  1.2   +8 -3  ports/sysutils/warden/Makefile
  1.235 +1 -1  ports/x11/kdebase4-runtime/Makefile
  1.252 +1 -1  ports/x11/kdelibs4/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/archivers/gtar Makefile ports/archivers/libarchive Makefile ports/archivers/py-liblzma Makefile ports/archivers/rpm5 Makefile ports/audio/gnormalize Makefile ports/japanese/font-ume

2010-05-21 Thread Christian Weisgerber
naddy   2010-05-21 16:23:47 UTC

  FreeBSD ports repository

  Modified files:
archivers/gtar   Makefile 
archivers/libarchive Makefile 
archivers/py-liblzma Makefile 
archivers/rpm5   Makefile 
audio/gnormalize Makefile 
japanese/font-umeMakefile 
  Log:
  The xz utils and lzma library have been imported into base, so make
  the dependency on the archivers/xz port conditional on OSVERSION.
  
  Revision  ChangesPath
  1.70  +8 -2  ports/archivers/gtar/Makefile
  1.61  +7 -3  ports/archivers/libarchive/Makefile
  1.5   +7 -2  ports/archivers/py-liblzma/Makefile
  1.31  +4 -1  ports/archivers/rpm5/Makefile
  1.12  +4 -1  ports/audio/gnormalize/Makefile
  1.11  +10 -3 ports/japanese/font-ume/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/archivers/xz Makefile

2010-05-21 Thread Christian Weisgerber
naddy   2010-05-21 16:27:30 UTC

  FreeBSD ports repository

  Modified files:
archivers/xz Makefile 
  Log:
  Mark IGNORE if xz is already in the base system.
  
  Revision  ChangesPath
  1.13  +7 -1  ports/archivers/xz/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/sysutils/vttest Makefile distinfo

2010-06-01 Thread Christian Weisgerber
naddy   2010-06-01 13:58:19 UTC

  FreeBSD ports repository

  Modified files:
sysutils/vttest  Makefile distinfo 
  Log:
  Update to 2010.05.28 and clean up.
  
  Approved by:nivit
  
  Revision  ChangesPath
  1.6   +1 -4  ports/sysutils/vttest/Makefile
  1.5   +3 -3  ports/sysutils/vttest/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/multimedia/dvbcut/files patch-src_Makefile.in

2010-06-06 Thread Christian Weisgerber
naddy   2010-06-06 14:17:58 UTC

  FreeBSD ports repository

  Added files:
multimedia/dvbcut/files patch-src_Makefile.in 
  Log:
  allow building as non-root
  
  Revision  ChangesPath
  1.1   +11 -0 ports/multimedia/dvbcut/files/patch-src_Makefile.in (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/audio/libao Makefile distinfo pkg-descr pkg-plist ports/audio/libao/files patch-configure patch-src_Makefile.in patch-src_plugins_Makefile.in

2010-06-06 Thread Christian Weisgerber
naddy   2010-06-06 20:35:50 UTC

  FreeBSD ports repository

  Modified files:
audio/libao  Makefile distinfo pkg-descr pkg-plist 
audio/libao/filespatch-configure 
  Added files:
audio/libao/filespatch-src_plugins_Makefile.in 
  Removed files:
audio/libao/filespatch-src_Makefile.in 
  Log:
  Update to 1.0.0.  Improvements in this release:
  * Added surround channel mapping API and capability
  * New config file options
  * Driver options may be specified in config file
  * Workaround for ESD non-4096 byte write bug
  * Workaround aRts server crash bug
  * Numerous patches from multiple downstreams
  
  Revision  ChangesPath
  1.45  +2 -3  ports/audio/libao/Makefile
  1.12  +3 -3  ports/audio/libao/distinfo
  1.8   +10 -10ports/audio/libao/files/patch-configure
  1.4   +0 -14 ports/audio/libao/files/patch-src_Makefile.in (dead)
  1.1   +12 -0 ports/audio/libao/files/patch-src_plugins_Makefile.in 
(new)
  1.6   +3 -0  ports/audio/libao/pkg-descr
  1.20  +13 -13ports/audio/libao/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/audio/libogg Makefile distinfo pkg-plist

2010-06-06 Thread Christian Weisgerber
naddy   2010-06-06 20:36:19 UTC

  FreeBSD ports repository

  Modified files:
audio/libogg Makefile distinfo pkg-plist 
  Log:
  Update to 1.2.0.  Improvements in this release:
  * Alter default flushing behavior to span less often and use larger page
sizes when packet sizes are large.
  * Build fixes for additional compilers
  * Documentation updates
  
  Revision  ChangesPath
  1.34  +1 -1  ports/audio/libogg/Makefile
  1.12  +3 -3  ports/audio/libogg/distinfo
  1.18  +2 -2  ports/audio/libogg/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/audio/libvorbis Makefile distinfo ports/audio/libvorbis/files patch-Makefile.in patch-configure patch-doc_Makefile.in patch-lib_backends.h patch-lib_codebook.c patch-lib_modes_residu

2010-06-06 Thread Christian Weisgerber
naddy   2010-06-06 20:36:53 UTC

  FreeBSD ports repository

  Modified files:
audio/libvorbis  Makefile distinfo 
audio/libvorbis/files patch-Makefile.in patch-configure 
  patch-doc_Makefile.in 
  Removed files:
audio/libvorbis/files patch-lib_backends.h 
  patch-lib_codebook.c 
  patch-lib_modes_residue_44.h 
  patch-lib_modes_residue_44u.h 
  patch-lib_res0.c 
  Log:
  Update to 1.3.1.  Improvements in this release:
  * Optimized/coupled surround support for 5.1 encoding at 44.1/48kHz
  * Added encoder control call to disable channel coupling
  * Corrected an overflow bug in very low-bitrate encoding on 32 bit
machines that caused inflated bitrates
  * Numerous API hardening, leak and build fixes
  * Correct bug in 22kHz compand setup that could cause a crash
  * Correct bug in 16kHz codebooks that could cause unstable pure
tones at high bitrates
  
  Revision  ChangesPath
  1.42  +5 -6  ports/audio/libvorbis/Makefile
  1.15  +3 -3  ports/audio/libvorbis/distinfo
  1.10  +7 -7  ports/audio/libvorbis/files/patch-Makefile.in
  1.8   +5 -5  ports/audio/libvorbis/files/patch-configure
  1.7   +13 -4 ports/audio/libvorbis/files/patch-doc_Makefile.in
  1.2   +0 -11 ports/audio/libvorbis/files/patch-lib_backends.h (dead)
  1.4   +0 -11 ports/audio/libvorbis/files/patch-lib_codebook.c (dead)
  1.2   +0 -30 ports/audio/libvorbis/files/patch-lib_modes_residue_44.h 
(dead)
  1.2   +0 -30 
ports/audio/libvorbis/files/patch-lib_modes_residue_44u.h (dead)
  1.4   +0 -40 ports/audio/libvorbis/files/patch-lib_res0.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/audio/vorbis-tools Makefile distinfo pkg-plist ports/audio/vorbis-tools/files patch-ogg123_speex_format.c patch-ogg123_vorbis_comments.c patch-oggenc_lyrics.c

2010-06-06 Thread Christian Weisgerber
naddy   2010-06-06 20:37:33 UTC

  FreeBSD ports repository

  Modified files:
audio/vorbis-tools   Makefile distinfo pkg-plist 
  Added files:
audio/vorbis-tools/files patch-ogg123_vorbis_comments.c 
 patch-oggenc_lyrics.c 
  Removed files:
audio/vorbis-tools/files patch-ogg123_speex_format.c 
  Log:
  Update to 1.4.0.  Improvements in this release:
  * Implement corrected channel mappings for all input and playback file types
  * Correct an possible infinite loop in WAV input reading code when
header is corrupt
  * Implement "disable_coupling" option for oggenc
  * Fix Ctrl-C lockup bug in ogg123
  * ogg123 directory playback in sorted order
  * Add WAVEFORMATEXTENSIBLE support
  * More translations
  * Add '-' as stdin/out filename in vcut
  * Remove 'extra' F parameter from ogg123 remote output
  * Numerous code and build fixes
  
  Local improvements:
  * ogg123 does not segfault on unknown comments.
  * Honor WITHOUT_NLS.
  
  Revision  ChangesPath
  1.56  +12 -6 ports/audio/vorbis-tools/Makefile
  1.13  +3 -3  ports/audio/vorbis-tools/distinfo
  1.2   +0 -11 
ports/audio/vorbis-tools/files/patch-ogg123_speex_format.c (dead)
  1.1   +12 -0 
ports/audio/vorbis-tools/files/patch-ogg123_vorbis_comments.c (new)
  1.1   +12 -0 ports/audio/vorbis-tools/files/patch-oggenc_lyrics.c 
(new)
  1.9   +20 -13ports/audio/vorbis-tools/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/audio/cmus Makefile ports/audio/cmus/files patch-ao.c ports/audio/flac123 Makefile ports/audio/gnomoradio Makefile ports/audio/gnomoradio/files patch-roboradio_audio_ogg.cc ports/aud

2010-06-06 Thread Christian Weisgerber
naddy   2010-06-06 20:39:21 UTC

  FreeBSD ports repository

  Modified files:
audio/cmus   Makefile 
audio/flac123Makefile 
audio/gnomoradio Makefile 
audio/herrie Makefile 
audio/liquidsoap Makefile 
audio/liteampMakefile 
audio/mpg321 Makefile 
audio/musicpdMakefile 
audio/playgsfMakefile 
audio/py-ao  Makefile 
audio/pytone Makefile 
audio/soxMakefile 
audio/squash Makefile 
audio/uade   Makefile 
audio/umodplayer Makefile 
audio/waon   Makefile 
audio/xmms2  Makefile 
comms/aldo   Makefile 
emulators/bsnes  Makefile 
emulators/fuse   Makefile 
emulators/zsnes  Makefile 
games/gcompris   Makefile 
games/quake2forgeMakefile 
multimedia/dvbcutMakefile 
multimedia/shell-fm  Makefile 
net/vyqchat  Makefile 
sysutils/cdrdao  Makefile 
x11-toolkits/gnustep-gui Makefile 
  Added files:
audio/cmus/files patch-ao.c 
audio/gnomoradio/files patch-roboradio_audio_ogg.cc 
audio/liquidsoap/files patch-ocaml-ao-0.1.10_src_ao__stubs.c 
audio/liteamp/files  patch-src_playback.c 
audio/mpg321/files   patch-ao.c 
audio/musicpd/files  patch-src_output_ao__plugin.c 
audio/py-ao/filespatch-src_aomodule.c patch-src_aomodule.h 
audio/squash/files   patch-src::player.c 
audio/umodplayer/files patch-coresound.c 
audio/waon/files patch-ao-wrapper.c 
audio/xmms2/filespatch-src_plugins_ao_ao.c 
comms/aldo/files patch-src_audioworkspace.cc 
emulators/bsnes/files patch-src_lib_ruby_audio_ao.cpp 
emulators/zsnes/files patch-linux_audio.c 
games/quake2forge/files patch-src__snd_ao.c 
multimedia/dvbcut/files patch-src_playaudio.cpp 
net/vyqchat/filespatch-src-sound.cpp 
sysutils/cdrdao/files patch-trackdb::FormatMp3.cc 
  patch-trackdb::FormatOgg.cc 
  patch-xdao::SoundIF-ao.cc 
x11-toolkits/gnustep-gui/files 
   patch-Tools_sound_AudioOutputSink.m 
  Log:
  Bump PORTREVISION after libao update and handle API incompatibility.
  
  Revision  ChangesPath
  1.32  +1 -1  ports/audio/cmus/Makefile
  1.1   +10 -0 ports/audio/cmus/files/patch-ao.c (new)
  1.16  +2 -2  ports/audio/flac123/Makefile
  1.24  +1 -1  ports/audio/gnomoradio/Makefile
  1.1   +13 -0 
ports/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc (new)
  1.41  +2 -2  ports/audio/herrie/Makefile
  1.3   +3 -3  ports/audio/liquidsoap/Makefile
  1.1   +13 -0 
ports/audio/liquidsoap/files/patch-ocaml-ao-0.1.10_src_ao__stubs.c (new)
  1.31  +2 -2  ports/audio/liteamp/Makefile
  1.1   +10 -0 ports/audio/liteamp/files/patch-src_playback.c (new)
  1.37  +2 -2  ports/audio/mpg321/Makefile
  1.1   +13 -0 ports/audio/mpg321/files/patch-ao.c (new)
  1.52  +2 -2  ports/audio/musicpd/Makefile
  1.1   +13 -0 ports/audio/musicpd/files/patch-src_output_ao__plugin.c 
(new)
  1.13  +2 -1  ports/audio/playgsf/Makefile
  1.17  +2 -1  ports/audio/py-ao/Makefile
  1.1   +66 -0 ports/audio/py-ao/files/patch-src_aomodule.c (new)
  1.1   +10 -0 ports/audio/py-ao/files/patch-src_aomodule.h (new)
  1.8   +2 -1  ports/audio/pytone/Makefile
  1.49  +2 -2  ports/audio/sox/Makefile
  1.15  +2 -2  ports/audio/squash/Makefile
  1.1   +13 -0 ports/audio/squash/files/patch-src::player.c (new)
  1.39  +2 -1  ports/audio/uade/Makefile
  1.9   +2 -2  ports/audio/umodplayer/Makefile
  1.1   +10 -0 ports/audio/umodplayer/files/patch-coresound.c (new)
  1.8   +2 -2  ports/audio/waon/Makefile
  1.1   +10 -0 ports/audio/waon/files/patch-ao-wrapper.c (new)
  1.55  +2 -2  ports/audio/xmms2/Makefile
  1.1   +10 -0 ports/audio/xmms2/files/patch-src_plugins_ao_ao.c (new)
  1.18  +1 -0  ports/comms/aldo/Makefile
  1.3   +10 -0 ports/comms/aldo/files/patch-src_audioworkspace.cc (new)
  1.8   +2 -2  ports/emulators/bsnes/Makefile
  1.1   +10 -0 
ports/emulators/bsnes/files/patch-src_lib_ruby_audio_ao.cpp (new)
  1.23  +2 -2  ports/emulators/fuse/Makefile
  1.42  +2 -2  ports/emulators/zsnes/Makefile
  1.1   +10 -0 ports/emulators/zsnes/files/patch-linux_audio.c (new)
  1.64  +2 -2  ports/games/gcompris/Makefile
  1.38  +2 -2  ports/games/quake2forge/Makefile
  1.1   +10 -0 ports/games/quake2forge/files/patch-src__snd_ao.c (new)
  1.24  +2 -2  ports/multimedia/dvbcut/Makefile
  1.1   +10 -0 ports/multimedia/dvbcut/files/patch-src_playaudio.cpp 
(new)
  1.11  +1 -1  ports/multimedia/shell-fm/Makefile
  1.11  +1 -1  ports/net/v

cvs commit: ports/astro/celestia Makefile ports/audio/akode-plugins-xiph Makefile ports/audio/aqualung Makefile ports/audio/arts Makefile ports/audio/audacity Makefile ports/audio/audacity-devel Makef

2010-06-06 Thread Christian Weisgerber
naddy   2010-06-06 20:44:03 UTC

  FreeBSD ports repository

  Modified files:
astro/celestia   Makefile 
audio/akode-plugins-xiph Makefile 
audio/aqualung   Makefile 
audio/arts   Makefile 
audio/audacity   Makefile 
audio/audacity-devel Makefile 
audio/audiereMakefile 
audio/beast  Makefile 
audio/cantus_3   Makefile 
audio/celt   Makefile 
audio/darkiceMakefile 
audio/deadbeef   Makefile 
audio/dvda-authorMakefile 
audio/easytagMakefile 
audio/easytag-devel  Makefile 
audio/ezstream   Makefile 
audio/fireflyMakefile 
audio/flac   Makefile 
audio/glame  Makefile 
audio/gstreamer-plugins-ogg Makefile 
audio/gtkpod Makefile 
audio/icecast2   Makefile 
audio/ices   Makefile 
audio/ices0  Makefile 
audio/kid3   Makefile 
audio/kid3-kde4  Makefile 
audio/libcanberraMakefile 
audio/libmp3splt Makefile 
audio/liboggzMakefile 
audio/libshout2  Makefile 
audio/libsndfile Makefile 
audio/libtunepimpMakefile 
audio/libtunepimp-old Makefile 
audio/liquidsoap Makefile 
audio/lmms   Makefile 
audio/madman Makefile 
audio/mixxx  Makefile 
audio/mocMakefile 
audio/mp3blaster Makefile 
audio/mp3splt-gtkMakefile 
audio/mp3statMakefile 
audio/mpeglib_artsplug Makefile 
audio/muine  Makefile 
audio/muse   Makefile 
audio/ocpMakefile 
audio/oggsplit   Makefile 
audio/openal Makefile 
audio/orpheusMakefile 
audio/osalp  Makefile 
audio/ossMakefile 
audio/p5-Ogg-Vorbis-Header Makefile 
audio/p5-Ogg-Vorbis-Header-PurePerl Makefile 
audio/p5-libvorbis   Makefile 
audio/prokyon3   Makefile 
audio/py-ogg Makefile 
audio/py-vorbis  Makefile 
audio/rezoundMakefile 
audio/ruby-vorbisfile Makefile 
audio/sdl_mixer  Makefile 
audio/sdl_sound  Makefile 
audio/snack  Makefile 
audio/speex  Makefile 
audio/streamripper   Makefile 
audio/streamtranscoder Makefile 
audio/sweep  Makefile 
audio/tagtoolMakefile 
audio/terminatorxMakefile 
audio/timidity++ Makefile 
audio/vorbisgain Makefile 
audio/xmcd   Makefile 
audio/xmms-kde   Makefile 
audio/yammi  Makefile 
audio/zinf   Makefile 
devel/clanlibMakefile 
emulators/hugo   Makefile 
emulators/mednafen   Makefile 
emulators/xsystem35  Makefile 
games/adonthell  Makefile 
games/alienarena Makefile 
games/allacrost  Makefile 
games/battletanksMakefile 
games/bfmMakefile 
games/blackshadeselite Makefile 
games/blinkensisters Makefile 
games/boswarsMakefile 
games/darkplaces Makefile 
games/edge   Makefile 
games/eduke32Makefile 
games/el Makefile 
games/evq3   Makefile 
games/freedroidrpg   Makefile 
games/freeorion  Makefile 
games/fteqw  Makefile 
games/glest  Makefile 
games/glob2  Makefile 
games/ioquake3   Makefile 
games/iourbanterror  Makefile 
games/kmquake2   Makefile 
games/kuklomenos Makefile 
games/neverball  Makefile 
games/nexuiz Makefile 
games/openarena  Makefile 
games/openastromenace Makefile 
games/opensonic  Makefile 
games/q2pMakefile 
games/quakeforge Makefile 
games/qudos  Makefile 
games/scummvmMakefile 
games/spring Makefile 
games/stepmania-devel Makefile 
games/stratagus  Makefile 
games/supertuxkart   Makefile 
games/tecnoballz Makefile 
games/tremulous  Makefile 
games/tuxpuckMakefile 
games/ufoai  Makefile 
games/uqmMakefile 
games/vavoom Makefile 
games/vdrift Makefile 
games/vegastrike Makefile 
games/warsow Makefile 
games/warzone2100Makefile 
games/windstille Makefile 
games/worldofpadman  Makefile 
games/zazMakefile 
graphics/crystalspace Makefile 
graphics/enfle   Makefile 
graphics/simage  Makefile 
multimedia/audacious-plugins Makefile 
multimedia/avidemux2 Makefile 
multimedia/avifile   Makefile 
multimedia/beep-media-player Makefile 
multimedia/bmp-extra-plugins Makefile 
multimedia/ffmpegMakefile 
multimedia/ffmpeg-devel Makefile 
multimedia/ffmpeg2theora Makefile 
multimedia/gmerlin-avdecoder Makefile 
multimedia/gstreamer-plugins Makefi

cvs commit: ports/audio/vorbis-tools Makefile pkg-plist

2010-06-06 Thread Christian Weisgerber
naddy   2010-06-07 02:30:24 UTC

  FreeBSD ports repository

  Modified files:
audio/vorbis-tools   Makefile pkg-plist 
  Log:
  Don't remove en_GB locale directory.
  
  Submitted by:   QAT
  
  Revision  ChangesPath
  1.57  +1 -0  ports/audio/vorbis-tools/Makefile
  1.10  +1 -3  ports/audio/vorbis-tools/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-toolkits/gnustep-gui Makefile ports/x11-toolkits/gnustep-gui/files extra-patch-Tools_sound_AudioOutputSink.m patch-Tools_sound_AudioOutputSink.m

2010-06-07 Thread Christian Weisgerber
naddy   2010-06-07 10:33:22 UTC

  FreeBSD ports repository

  Modified files:
x11-toolkits/gnustep-gui Makefile 
  Added files:
x11-toolkits/gnustep-gui/files 
   extra-patch-Tools_sound_AudioOutputSink.m 
  Removed files:
x11-toolkits/gnustep-gui/files 
   patch-Tools_sound_AudioOutputSink.m 
  Log:
  Only apply patch for WITH_GNUSTEP_DEVEL.
  
  Reported by:QAT
  
  Revision  ChangesPath
  1.117 +4 -0  ports/x11-toolkits/gnustep-gui/Makefile
  1.1   +10 -0 
ports/x11-toolkits/gnustep-gui/files/extra-patch-Tools_sound_AudioOutputSink.m 
(new)
  1.2   +0 -10 
ports/x11-toolkits/gnustep-gui/files/patch-Tools_sound_AudioOutputSink.m (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"


Re: cvs commit: ports/astro/celestia Makefile ports/audio/akode-plugins-xiph Makefile ports/audio/aqualung Makefile ports/audio/arts Makefile ports/audio/audacity Makefile ports/audio/audacity-devel M

2010-06-09 Thread Christian Weisgerber
Rob Farmer:

> >  Bump PORTREVISION for ports that depend on libogg, directly or indirectly
> >  (via libvorbis, libtheora).
> 
> I do not think this list is complete. Upon trying to login to gnome,
> my taskbar and menu bar won't appear and the following appears in
> .xsession-errors.

olgeni@ sent me this list:

| audio/gnome-media
| audio/libsamplerate
| audio/pulseaudio
| audio/twolame
| deskutils/gnome-utils
| sysutils/brasero
| sysutils/gnome-control-center
| sysutils/gnome-settings-daemon
| x11-toolkits/py-gnome-desktop
| x11-wm/metacity
| x11/gdm
| x11/gnome-panel

None of these have a straightforward dependency on libogg in their
Makefiles, although I have a good idea how they are pulling it in
indirectly.

I can bump the ports above, but there is no telling how many more
might be affected.

I'm afraid the only way to be sure is to recursively rebuild all
dependent ports (portupgrade -rf libogg).  This will probably mean
recompiling most of GNOME or KDE for the people who have those
installed.

I'll prepare an entry for UPDATING.

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de
___
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 UPDATING

2010-06-09 Thread Christian Weisgerber
naddy   2010-06-09 21:59:35 UTC

  FreeBSD ports repository

  Modified files:
.UPDATING 
  Log:
  After the libogg 1.2.0 (ogg.7) and libao 1.0.0 (ao.4) update, recommend
  recursive rebuilding of all dependent ports.  It's the only way to reliably
  catch all indirect dependencies.
  
  Revision  ChangesPath
  1.942 +21 -1 ports/UPDATING
___
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/archivers/gtar Makefile ports/archivers/gtar/files patch-src_extract.c

2010-06-11 Thread Christian Weisgerber
naddy   2010-06-11 19:03:50 UTC

  FreeBSD ports repository

  Modified files:
archivers/gtar   Makefile 
  Added files:
archivers/gtar/files patch-src_extract.c 
  Log:
  Fix dead loop on extracting existing symlinks with the -k option.
  
  Submitted by:   John Hein 
  Obtained from:  upstream
  
  Revision  ChangesPath
  1.72  +1 -1  ports/archivers/gtar/Makefile
  1.3   +159 -0ports/archivers/gtar/files/patch-src_extract.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/games/alienarena Makefile pkg-plist

2010-06-14 Thread Christian Weisgerber
naddy   2010-06-14 16:55:34 UTC

  FreeBSD ports repository

  Modified files:
games/alienarena Makefile pkg-plist 
  Log:
  Fix plist.
  
  Submitted by:   QAT
  
  Revision  ChangesPath
  1.27  +1 -1  ports/games/alienarena/Makefile
  1.7   +1 -0  ports/games/alienarena/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/audio/liquidsoap Makefile pkg-plist ports/audio/liquidsoap/files patch-liquidsoap-0.9.2__Makefile.defs.in patch-liquidsoap-0.9.2__doc__Makefile patch-liquidsoap-0.9.2__examples__Make

2010-06-17 Thread Christian Weisgerber
naddy   2010-06-17 10:46:46 UTC

  FreeBSD ports repository

  Modified files:
audio/liquidsoap Makefile pkg-plist 
audio/liquidsoap/files 
   patch-liquidsoap-0.9.2__Makefile.defs.in 
   patch-liquidsoap-0.9.2__examples__Makefile 
  Added files:
audio/liquidsoap/files patch-liquidsoap-0.9.2__doc__Makefile 
  Log:
  Install additional documentation and examples in the correct place.
  Honor NOPORTDOCS and NOPORTEXAMPLES.
  
  Notified by:QAT
  Approved by:maintainer
  
  Revision  ChangesPath
  1.5   +8 -1  ports/audio/liquidsoap/Makefile
  1.2   +10 -2 
ports/audio/liquidsoap/files/patch-liquidsoap-0.9.2__Makefile.defs.in
  1.1   +25 -0 
ports/audio/liquidsoap/files/patch-liquidsoap-0.9.2__doc__Makefile (new)
  1.2   +4 -4  
ports/audio/liquidsoap/files/patch-liquidsoap-0.9.2__examples__Makefile
  1.2   +232 -232  ports/audio/liquidsoap/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/callweaver Makefile pkg-plist ports/net/callweaver/files patch-Makefile.in

2010-06-21 Thread Christian Weisgerber
naddy   2010-06-21 11:53:30 UTC

  FreeBSD ports repository

  Modified files:
net/callweaver   Makefile pkg-plist 
  Added files:
net/callweaver/files patch-Makefile.in 
  Log:
  Fix a number of glaring problems:
  * Always install the man pages.
  * Do not install extra documentation when NOPORTDOCS is set.
  * Do not change the owner of /var/run.
  * Make sure the package will create directories, such as /var/log/callweaver,
the same as a "make install" of the port does.
  * Make sure directories are properly chowned to callweaver:callweaver.
  * Make sure created directories are removed on deinstall.
  * Fix the installation of the sample config files for the package.
  
  Reported by:QAT
  Feature safe:   yes
  
  Revision  ChangesPath
  1.5   +9 -5  ports/net/callweaver/Makefile
  1.1   +11 -0 ports/net/callweaver/files/patch-Makefile.in (new)
  1.2   +52 -45ports/net/callweaver/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/audio/xmms-flac Makefile

2010-06-22 Thread Christian Weisgerber
naddy   2010-06-22 21:05:16 UTC

  FreeBSD ports repository

  Modified files:
audio/xmms-flac  Makefile 
  Log:
  Add missing explicit dependencies.
  
  PR: 147974
  Submitted by:   Andrius Morkunas 
  Feature safe:   yes
  
  Revision  ChangesPath
  1.25  +9 -2  ports/audio/xmms-flac/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-fonts/dejavu Makefile distinfo

2010-07-25 Thread Christian Weisgerber
naddy   2010-07-25 18:50:16 UTC

  FreeBSD ports repository

  Modified files:
x11-fonts/dejavu Makefile distinfo 
  Log:
  Update to 2.31: various additional characters.
  
  PR: 148047
  Approved by:maintainer timeout (1 month)
  
  Revision  ChangesPath
  1.47  +2 -3  ports/x11-fonts/dejavu/Makefile
  1.44  +3 -3  ports/x11-fonts/dejavu/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-fonts/dejavu Makefile

2010-07-26 Thread Christian Weisgerber
naddy   2010-07-26 19:37:37 UTC

  FreeBSD ports repository

  Modified files:
x11-fonts/dejavu Makefile 
  Log:
  Take maintainer.
  
  Revision  ChangesPath
  1.49  +1 -1  ports/x11-fonts/dejavu/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-wm/bbkeys Makefile pkg-message ports/x11-wm/bbkeys/files patch-src_Netclient.cpp

2010-08-07 Thread Christian Weisgerber
naddy   2010-08-07 13:58:15 UTC

  FreeBSD ports repository

  Modified files:
x11-wm/bbkeysMakefile 
  Added files:
x11-wm/bbkeys/files  patch-src_Netclient.cpp 
  Removed files:
x11-wm/bbkeyspkg-message 
  Log:
  (1) LP64 fix:  XGetWindowProperty() passes 32-bit values in long ints.
  (2) Remove pkg-message, which isn't needed any longer.
  
  Submitted by:   a.j.cai...@halplant.com (maintainer) (2)
  Approved by:a.j.cai...@halplant.com (maintainer) (1)
  
  Revision  ChangesPath
  1.27  +1 -1  ports/x11-wm/bbkeys/Makefile
  1.1   +45 -0 ports/x11-wm/bbkeys/files/patch-src_Netclient.cpp (new)
  1.2   +0 -7  ports/x11-wm/bbkeys/pkg-message (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-clocks/xclock Makefile ports/x11-clocks/xclock/files patch-xclock.c

2010-08-07 Thread Christian Weisgerber
naddy   2010-08-07 14:10:01 UTC

  FreeBSD ports repository

  Modified files:
x11-clocks/xclockMakefile 
  Added files:
x11-clocks/xclock/files patch-xclock.c 
  Log:
  Fix a crash on sparc64 (and other 64-bit strict alignment archs).
  
  The pid variable that is passed to XChangeProperty() is not a long.
  The libX11 code deferences the variable as a long and on a 64-bit
  sparc this must be aligned on a 8-byte boundary.
  
  Obtained from:  upstream
  
  Revision  ChangesPath
  1.7   +1 -0  ports/x11-clocks/xclock/Makefile
  1.1   +11 -0 ports/x11-clocks/xclock/files/patch-xclock.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/games/connect4 Makefile pkg-descr pkg-plist ports/games/connect4/files patch-aa patch-ab patch-ac

2010-08-07 Thread Christian Weisgerber
naddy   2010-08-07 19:24:37 UTC

  FreeBSD ports repository

  Modified files:
games/connect4   Makefile pkg-descr pkg-plist 
games/connect4/files patch-aa patch-ab patch-ac 
  Log:
  Remove a bogus handrolled setproctitle() from ye olden days, fixes
  crashes on 64-bit archs.  Add missing #includes.
  
  Move high-score file to /var/games.
  
  Better pkg-descr.
  
  PR: 149406
  
  Revision  ChangesPath
  1.15  +8 -4  ports/games/connect4/Makefile
  1.3   +17 -30ports/games/connect4/files/patch-aa
  1.2   +83 -49ports/games/connect4/files/patch-ab
  1.2   +10 -23ports/games/connect4/files/patch-ac
  1.3   +5 -7  ports/games/connect4/pkg-descr
  1.5   +3 -2  ports/games/connect4/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/games/connect4 Makefile ports/games/connect4/files patch-aa

2010-08-08 Thread Christian Weisgerber
naddy   2010-08-08 13:34:11 UTC

  FreeBSD ports repository

  Modified files:
games/connect4   Makefile 
games/connect4/files patch-aa 
  Log:
  Define score file in one place only.
  
  Submitted by:   swel...@gmail.com
  
  Revision  ChangesPath
  1.16  +1 -0  ports/games/connect4/Makefile
  1.4   +3 -3  ports/games/connect4/files/patch-aa
___
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/www/wml Makefile ports/www/wml/files patch-wml_backend-p2_mp4h-src-builtin.c

2010-08-10 Thread Christian Weisgerber
naddy   2010-08-10 14:53:09 UTC

  FreeBSD ports repository

  Modified files:
www/wml  Makefile 
  Added files:
www/wml/filespatch-wml_backend-p2_mp4h-src-builtin.c 
  Log:
  LP64 fix: don't store a long at the address of an int variable.
  
  Approved by:maintainer
  
  Revision  ChangesPath
  1.72  +1 -1  ports/www/wml/Makefile
  1.1   +17 -0 
ports/www/wml/files/patch-wml_backend-p2_mp4h-src-builtin.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/archivers/gtar Makefile distinfo ports/archivers/gtar/files patch-tests_pipe.at patch-tests_shortrec.at patch-tests_testsuite.at

2009-03-10 Thread Christian Weisgerber
naddy   2009-03-10 14:25:51 UTC

  FreeBSD ports repository

  Modified files:
archivers/gtar   Makefile distinfo 
  Removed files:
archivers/gtar/files patch-tests_pipe.at 
 patch-tests_shortrec.at 
 patch-tests_testsuite.at 
  Log:
  Update to 1.22 which adds --xz/-J support for xz compression.
  However, xz itself does not have a stable release yet, so don't force
  a runtime dependency.
  
  Revision  ChangesPath
  1.64  +4 -4  ports/archivers/gtar/Makefile
  1.21  +3 -3  ports/archivers/gtar/distinfo
  1.2   +0 -24 ports/archivers/gtar/files/patch-tests_pipe.at (dead)
  1.2   +0 -33 ports/archivers/gtar/files/patch-tests_shortrec.at (dead)
  1.2   +0 -35 ports/archivers/gtar/files/patch-tests_testsuite.at 
(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/math/galculator Makefile distinfo pkg-plist

2009-03-18 Thread Christian Weisgerber
naddy   2009-03-18 15:42:12 UTC

  FreeBSD ports repository

  Modified files:
math/galculator  Makefile distinfo pkg-plist 
  Log:
  Update to 1.3.4 which fixes a bug when changing sign in scientific
  EE notation.
  
  Revision  ChangesPath
  1.24  +1 -1  ports/math/galculator/Makefile
  1.16  +3 -3  ports/math/galculator/distinfo
  1.14  +5 -2  ports/math/galculator/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/audio/flac Makefile ports/audio/libao Makefile ports/audio/libogg Makefile ports/audio/libvorbis Makefile ports/audio/vorbis-tools Makefile

2009-03-24 Thread Christian Weisgerber
naddy   2009-03-24 14:47:42 UTC

  FreeBSD ports repository

  Modified files:
audio/flac   Makefile 
audio/libao  Makefile 
audio/libogg Makefile 
audio/libvorbis  Makefile 
audio/vorbis-tools   Makefile 
  Log:
  allow parallel building
  
  Revision  ChangesPath
  1.46  +1 -0  ports/audio/flac/Makefile
  1.43  +1 -0  ports/audio/libao/Makefile
  1.31  +1 -0  ports/audio/libogg/Makefile
  1.37  +1 -0  ports/audio/libvorbis/Makefile
  1.52  +1 -0  ports/audio/vorbis-tools/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/archivers/gtar Makefile

2009-03-24 Thread Christian Weisgerber
naddy   2009-03-24 18:12:20 UTC

  FreeBSD ports repository

  Modified files:
archivers/gtar   Makefile 
  Log:
  Mark MAKE_JOBS_SAFE for SMP compilation.
  
  PR: 133014
  Submitted by:   mm
  
  Revision  ChangesPath
  1.65  +1 -0  ports/archivers/gtar/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/math/calcoo Makefile ports/math/galculator Makefile ports/games/gtypist Makefile ports/archivers/lzmautils Makefile ports/editors/nano Makefile ports/net/openntpd Makefile

2009-03-25 Thread Christian Weisgerber
naddy   2009-03-25 16:24:14 UTC

  FreeBSD ports repository

  Modified files:
math/calcoo  Makefile 
math/galculator  Makefile 
games/gtypistMakefile 
archivers/lzmautils  Makefile 
editors/nano Makefile 
net/openntpd Makefile 
  Log:
  Mark MAKE_JOBS_SAFE for parallel building.
  
  Revision  ChangesPath
  1.5   +1 -0  ports/archivers/lzmautils/Makefile
  1.48  +1 -0  ports/editors/nano/Makefile
  1.23  +1 -0  ports/games/gtypist/Makefile
  1.26  +1 -0  ports/math/calcoo/Makefile
  1.25  +1 -0  ports/math/galculator/Makefile
  1.17  +1 -0  ports/net/openntpd/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/astro/xworld Makefile ports/astro/xworld/files patch-compile_world.c patch-pad.c

2009-03-27 Thread Christian Weisgerber
naddy   2009-03-27 16:52:58 UTC

  FreeBSD ports repository

  Modified files:
astro/xworld Makefile 
  Added files:
astro/xworld/files   patch-compile_world.c patch-pad.c 
  Log:
  Mark MAKE_JOBS_SAFE and squash some warnings.
  
  Revision  ChangesPath
  1.11  +1 -0  ports/astro/xworld/Makefile
  1.1   +10 -0 ports/astro/xworld/files/patch-compile_world.c (new)
  1.1   +10 -0 ports/astro/xworld/files/patch-pad.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/x11/xlogout Makefile ports/x11/xlogout/files patch-aa patch-xlogout.c

2009-03-27 Thread Christian Weisgerber
naddy   2009-03-27 18:00:54 UTC

  FreeBSD ports repository

  Modified files:
x11/xlogout  Makefile 
x11/xlogout/filespatch-aa 
  Added files:
x11/xlogout/filespatch-xlogout.c 
  Log:
  Mark MAKE_JOBS_SAFE and squash some warnings.
  
  Revision  ChangesPath
  1.10  +1 -0  ports/x11/xlogout/Makefile
  1.2   +2 -2  ports/x11/xlogout/files/patch-aa
  1.1   +19 -0 ports/x11/xlogout/files/patch-xlogout.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/mail/bsmtp Makefile ports/www/man2web Makefile ports/audio/mpg321 Makefile ports/comms/wy60 Makefile ports/audio/xmms-flac Makefile ports/audio/xmms-shn Makefile ports/audio/xmms-wav

2009-03-27 Thread Christian Weisgerber
naddy   2009-03-27 18:03:20 UTC

  FreeBSD ports repository

  Modified files:
mail/bsmtp   Makefile 
www/man2web  Makefile 
audio/mpg321 Makefile 
comms/wy60   Makefile 
audio/xmms-flac  Makefile 
audio/xmms-shn   Makefile 
audio/xmms-wavpack   Makefile 
games/xsoldier   Makefile 
  Log:
  Mark MAKE_JOBS_SAFE for parallel building.
  
  Revision  ChangesPath
  1.35  +1 -0  ports/audio/mpg321/Makefile
  1.21  +1 -0  ports/audio/xmms-flac/Makefile
  1.29  +1 -0  ports/audio/xmms-shn/Makefile
  1.2   +3 -2  ports/audio/xmms-wavpack/Makefile
  1.7   +1 -0  ports/comms/wy60/Makefile
  1.23  +2 -1  ports/games/xsoldier/Makefile
  1.14  +1 -0  ports/mail/bsmtp/Makefile
  1.9   +1 -0  ports/www/man2web/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/ptpd Makefile ports/net/ptpd/files patch-src-Makefile patch-src-dep-constants_dep.h patch-src-dep_net.c patch-src-dep_ptpd_dep.h patch-src-ptpd.8 ptp.in ptpd.in

2008-11-13 Thread Christian Weisgerber
naddy   2008-11-13 22:17:28 UTC

  FreeBSD ports repository

  Modified files:
net/ptpd Makefile 
  Added files:
net/ptpd/files   patch-src-dep-constants_dep.h 
 patch-src-dep_net.c 
 patch-src-dep_ptpd_dep.h ptpd.in 
  Removed files:
net/ptpd/files   patch-src-Makefile patch-src-ptpd.8 
 ptp.in 
  Log:
  * Fix out-of-bound string accesses.
  * Fix %m GNUism in printf.
  * Don't create the man page, it is already included.
  * ptpd is not a user command, put it into sbin.
  * Overhaul the startup file and move it to "ptpd".
  
  Approved by:gnn (maintainer)
  
  Revision  ChangesPath
  1.4   +4 -4  ports/net/ptpd/Makefile
  1.4   +0 -13 ports/net/ptpd/files/patch-src-Makefile (dead)
  1.1   +11 -0 ports/net/ptpd/files/patch-src-dep-constants_dep.h (new)
  1.1   +36 -0 ports/net/ptpd/files/patch-src-dep_net.c (new)
  1.1   +11 -0 ports/net/ptpd/files/patch-src-dep_ptpd_dep.h (new)
  1.2   +0 -122ports/net/ptpd/files/patch-src-ptpd.8 (dead)
  1.2   +0 -25 ports/net/ptpd/files/ptp.in (dead)
  1.1   +24 -0 ports/net/ptpd/files/ptpd.in (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel/libexecinfo Makefile ports/devel/libexecinfo/files patch-execinfo.c

2008-11-23 Thread Christian Weisgerber
naddy   2008-11-23 19:07:52 UTC

  FreeBSD ports repository

  Modified files:
devel/libexecinfoMakefile 
devel/libexecinfo/files patch-execinfo.c 
  Log:
  LP64 fixes
  
  Approved by:itetcu
  
  Revision  ChangesPath
  1.9   +1 -1  ports/devel/libexecinfo/Makefile
  1.4   +19 -8 ports/devel/libexecinfo/files/patch-execinfo.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/archivers/gtar Makefile distinfo ports/archivers/gtar/files extra-patch-tests_gzip.at patch-configure patch-tests_gzip.at patch-tests_pipe.at patch-tests_shortrec.at patch-tests_test

2008-12-30 Thread Christian Weisgerber
naddy   2008-12-30 17:41:11 UTC

  FreeBSD ports repository

  Modified files:
archivers/gtar   Makefile distinfo 
archivers/gtar/files patch-configure 
  Added files:
archivers/gtar/files patch-tests_gzip.at patch-tests_pipe.at 
 patch-tests_shortrec.at 
 patch-tests_testsuite.at 
  Removed files:
archivers/gtar/files extra-patch-tests_gzip.at 
  Log:
  * Update to 1.21.  Notable changes:
- Some new flags, e.g. -J for lzma compression and --lzop.
- transformation scope flags
Testsuite fixes from upstream CVS.
  
  * Drop workarounds for no longer supported FreeBSD releases.
  
  Revision  ChangesPath
  1.63  +4 -18 ports/archivers/gtar/Makefile
  1.20  +3 -3  ports/archivers/gtar/distinfo
  1.2   +0 -15 ports/archivers/gtar/files/extra-patch-tests_gzip.at 
(dead)
  1.7   +9 -9  ports/archivers/gtar/files/patch-configure
  1.1   +15 -0 ports/archivers/gtar/files/patch-tests_gzip.at (new)
  1.1   +24 -0 ports/archivers/gtar/files/patch-tests_pipe.at (new)
  1.1   +33 -0 ports/archivers/gtar/files/patch-tests_shortrec.at (new)
  1.1   +35 -0 ports/archivers/gtar/files/patch-tests_testsuite.at (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/math/galculator Makefile distinfo pkg-plist

2009-01-12 Thread Christian Weisgerber
naddy   2009-01-12 14:40:57 UTC

  FreeBSD ports repository

  Modified files:
math/galculator  Makefile distinfo pkg-plist 
  Log:
  Update to 1.3.3.  No major changes.
  
  Revision  ChangesPath
  1.23  +1 -2  ports/math/galculator/Makefile
  1.15  +3 -3  ports/math/galculator/distinfo
  1.13  +4 -4  ports/math/galculator/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/audio/wavpack Makefile distinfo ports/audio/wavpack/files patch-wavpack.c patch-wvunpack.c

2009-01-12 Thread Christian Weisgerber
naddy   2009-01-12 15:32:41 UTC

  FreeBSD ports repository

  Modified files:
audio/wavpackMakefile distinfo 
  Removed files:
audio/wavpack/files  patch-wavpack.c patch-wvunpack.c 
  Log:
  Maintenance update to 4.50.1.
  
  Revision  ChangesPath
  1.13  +2 -11 ports/audio/wavpack/Makefile
  1.6   +3 -3  ports/audio/wavpack/distinfo
  1.3   +0 -22 ports/audio/wavpack/files/patch-wavpack.c (dead)
  1.3   +0 -20 ports/audio/wavpack/files/patch-wvunpack.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/audio Makefile ports/audio/xmms-wavpack Makefile distinfo pkg-descr pkg-plist ports/audio/xmms-wavpack/files patch-src_libwavpack.cpp patch-src_ui.cpp

2009-01-12 Thread Christian Weisgerber
naddy   2009-01-12 15:38:21 UTC

  FreeBSD ports repository

  Modified files:
audioMakefile 
  Added files:
audio/xmms-wavpack   Makefile distinfo pkg-descr pkg-plist 
audio/xmms-wavpack/files patch-src_libwavpack.cpp 
 patch-src_ui.cpp 
  Log:
  Import xmms-wavpack 1.0.2.
  
  xmms-wavpack is a plugin for the multimedia player XMMS that plays
  audio files in the WavPack format, which supports lossless and lossy
  compression.
  
  Revision  ChangesPath
  1.1013+1 -0  ports/audio/Makefile
  1.1   +28 -0 ports/audio/xmms-wavpack/Makefile (new)
  1.1   +3 -0  ports/audio/xmms-wavpack/distinfo (new)
  1.1   +20 -0 ports/audio/xmms-wavpack/files/patch-src_libwavpack.cpp 
(new)
  1.1   +11 -0 ports/audio/xmms-wavpack/files/patch-src_ui.cpp (new)
  1.1   +5 -0  ports/audio/xmms-wavpack/pkg-descr (new)
  1.1   +2 -0  ports/audio/xmms-wavpack/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 LEGAL

2009-01-12 Thread Christian Weisgerber
naddy   2009-01-12 15:41:43 UTC

  FreeBSD ports repository

  Modified files:
.LEGAL 
  Log:
  Add audio/xmms-wavpack:  Intended to be "free", but no actual licensing
  information is included.
  
  Revision  ChangesPath
  1.591 +2 -1  ports/LEGAL
___
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/multimedia/mplayer Makefile ports/multimedia/mplayer/files patch-libao2-ao_oss.c

2009-01-16 Thread Christian Weisgerber
naddy   2009-01-16 15:07:00 UTC

  FreeBSD ports repository

  Modified files:
multimedia/mplayer   Makefile 
  Added files:
multimedia/mplayer/files patch-libao2-ao_oss.c 
  Log:
  Set sample rate when resuming playback.  This fixes AC3/DTS passthrough
  on S/PDIF with snd_hda(4).
  
  Submitted by:   mav
  
  Revision  ChangesPath
  1.183 +1 -1  ports/multimedia/mplayer/Makefile
  1.3   +18 -0 ports/multimedia/mplayer/files/patch-libao2-ao_oss.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/security/vuxml vuln.xml

2009-01-16 Thread Christian Weisgerber
naddy   2009-01-16 16:11:04 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  Document vulnerability in older versions of GNU tar.
  
  PR: 130602
  Submitted by:   Mark Foster 
  
  Revision  ChangesPath
  1.1825+33 -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/audio/wavpack Makefile

2009-01-19 Thread Christian Weisgerber
naddy   2009-01-19 23:31:41 UTC

  FreeBSD ports repository

  Modified files:
audio/wavpackMakefile 
  Log:
  Add an OPTION to enable MMX optimizations on x86.
  Not available with GCC3, which suffers an internal compiler error.
  
  PR: 127468
  Submitted by:   bf20...@yahoo.com
  
  Revision  ChangesPath
  1.14  +13 -1 ports/audio/wavpack/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/games/gtypist Makefile distinfo pkg-plist

2009-02-04 Thread Christian Weisgerber
naddy   2009-02-04 21:05:57 UTC

  FreeBSD ports repository

  Modified files:
games/gtypistMakefile distinfo pkg-plist 
  Log:
  Update to 2.8.2: fixes a rounding error and adds Basque translation.
  
  Revision  ChangesPath
  1.21  +1 -2  ports/games/gtypist/Makefile
  1.12  +3 -3  ports/games/gtypist/distinfo
  1.9   +2 -1  ports/games/gtypist/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/audio/libvorbis Makefile pkg-plist ports/audio/libvorbis/files patch-doc_Makefile.in patch-doc_vorbisenc_Makefile.in patch-doc_vorbisfile_Makefile.in

2009-02-07 Thread Christian Weisgerber
naddy   2009-02-07 16:19:22 UTC

  FreeBSD ports repository

  Modified files:
audio/libvorbis  Makefile pkg-plist 
audio/libvorbis/files patch-doc_Makefile.in 
  patch-doc_vorbisenc_Makefile.in 
  patch-doc_vorbisfile_Makefile.in 
  Log:
  Install a few missing docs.
  
  Submitted by:   Tim van der Molen (via OpenBSD)
  
  Revision  ChangesPath
  1.36  +1 -1  ports/audio/libvorbis/Makefile
  1.5   +11 -2 ports/audio/libvorbis/files/patch-doc_Makefile.in
  1.5   +14 -2 
ports/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in
  1.5   +11 -2 
ports/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in
  1.14  +11 -1 ports/audio/libvorbis/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/audio/sox/files patch-configure

2009-02-14 Thread Christian Weisgerber
naddy   2009-02-15 00:08:14 UTC

  FreeBSD ports repository

  Added files:
audio/sox/files  patch-configure 
  Log:
  Don't try to extract a "distro name" from /etc/issue and choke on
  unexpected contents.  Found the hard way by Lars Eighner.
  
  Approved by:maintainer
  
  Revision  ChangesPath
  1.1   +11 -0 ports/audio/sox/files/patch-configure (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/Tools/scripts update-patches

2009-02-15 Thread Christian Weisgerber
naddy   2009-02-15 16:16:33 UTC

  FreeBSD ports repository

  Modified files:
Tools/scriptsupdate-patches 
  Log:
  Use diff -p both when first creating and when updating a patch.
  Previously a patch created by update-patches would be changed again
  by the next update-patches run.
  
  Revision  ChangesPath
  1.5   +2 -2  ports/Tools/scripts/update-patches
___
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/misc/tmux Makefile distinfo pkg-descr pkg-plist ports/misc/tmux/files patch-Makefile

2009-02-16 Thread Christian Weisgerber
naddy   2009-02-16 23:38:50 UTC

  FreeBSD ports repository

  Modified files:
misc/tmuxMakefile distinfo pkg-descr pkg-plist 
  Removed files:
misc/tmux/files  patch-Makefile 
  Log:
  Update to 0.7.
  
  Approved by:maintainer
  
  Revision  ChangesPath
  1.6   +2 -2  ports/misc/tmux/Makefile
  1.6   +3 -3  ports/misc/tmux/distinfo
  1.2   +0 -12 ports/misc/tmux/files/patch-Makefile (dead)
  1.2   +1 -1  ports/misc/tmux/pkg-descr
  1.2   +1 -1  ports/misc/tmux/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/editors/nano-devel Makefile distinfo ports/editors/nano-devel/files patch-doc_man_Makefile.in

2009-02-18 Thread Christian Weisgerber
naddy   2009-02-18 17:02:53 UTC

  FreeBSD ports repository

  Modified files:
editors/nano-devel   Makefile distinfo 
editors/nano-devel/files patch-doc_man_Makefile.in 
  Log:
  Update to 2.1.9.
  
  Submitted by:   Eitan Adler  (maintainer)
  
  Revision  ChangesPath
  1.3   +1 -1  ports/editors/nano-devel/Makefile
  1.3   +3 -3  ports/editors/nano-devel/distinfo
  1.2   +11 -11ports/editors/nano-devel/files/patch-doc_man_Makefile.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/games/gtypist Makefile distinfo

2009-02-19 Thread Christian Weisgerber
naddy   2009-02-19 15:09:44 UTC

  FreeBSD ports repository

  Modified files:
games/gtypistMakefile distinfo 
  Log:
  Update to 2.8.3: really fix a bug regarding rounding of error rates.
  
  Revision  ChangesPath
  1.22  +1 -1  ports/games/gtypist/Makefile
  1.13  +3 -3  ports/games/gtypist/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"


  1   2   3   >