Re: Preview of 5.4?

2013-08-10 Thread Peter N. M. Hansteen
"Jones, Bill"  writes:

> Is there going to be a preview of 5.4?  
> http://ftp.openbsd.org/pub/OpenBSD/5.4/ ?

Snapshots made close to the cut date would be as close as you get to a
'preview'. 

The actual cut date is never announced, but the relatively long period
with no new snapshots and various cvs commit messages seem to indicate
that if you grab a snapshot today (files dated July 22 and july 30),
you get something that's fairly close to 5.4-release.

- P
-- 
Peter N. M. Hansteen, member of the first RFC 1149 implementation team
http://bsdly.blogspot.com/ http://www.bsdly.net/ http://www.nuug.no/
"Remember to set the evil bit on all malicious network traffic"
delilah spamd[29949]: 85.152.224.147: disconnected after 42673 seconds.



Re: sdl: new release soon

2013-08-10 Thread Jonathan Gray
Even though it still isn't released there are a few projects
that now require it so I've added a quick port of the release
candidate as devel/sdl2 in the openbsd-wip repo.  Attached
here as well.

On Mon, Jul 08, 2013 at 12:05:04PM +0200, Alexandre Ratchov wrote:
> SDL devs are looking for OpenBSD testers:
> 
> http://lists.libsdl.org/pipermail/sdl-libsdl.org/2013-July/089129.html
> 
> this might be the opportunity to help upstream supporting OpenBSD
> and possibly reducing the number of diffs we have in the ports
> tree.
> 
> -- Alexandre


sdl2.tgz
Description: application/tar-gz


UPDATE: cfengine 3.4.4 -> 3.4.5

2013-08-10 Thread Martijn Rijkeboer
Here is an update for cfengine from 3.4.4 to 3.4.5.

Kind regards,


Martijn RijkeboerIndex: Makefile
===
RCS file: /cvs/ports/sysutils/cfengine/Makefile,v
retrieving revision 1.43
diff -u -r1.43 Makefile
--- Makefile	11 Jul 2013 07:50:25 -	1.43
+++ Makefile	10 Aug 2013 13:25:58 -
@@ -2,11 +2,10 @@
 
 COMMENT =	GNU system administration tool for networks
 
-DISTNAME =	cfengine-3.4.4
+DISTNAME =	cfengine-3.4.5
 F =		${DISTNAME}${EXTRACT_SUFX}
 DISTFILES =	$F{download?file=$F}
 
-REVISION =	1
 SHARED_LIBS +=  promises	0.0 # 1.0
 CATEGORIES =	sysutils
 HOMEPAGE =	http://cfengine.com/
Index: distinfo
===
RCS file: /cvs/ports/sysutils/cfengine/distinfo,v
retrieving revision 1.13
diff -u -r1.13 distinfo
--- distinfo	1 May 2013 21:09:23 -	1.13
+++ distinfo	10 Aug 2013 13:25:58 -
@@ -1,2 +1,2 @@
-SHA256 (cfengine-3.4.4.tar.gz) = ZXJgmFFyTsj8WMYEdHQuWQeYlGICDmwkYRHCcxrbajc=
-SIZE (cfengine-3.4.4.tar.gz) = 4689683
+SHA256 (cfengine-3.4.5.tar.gz) = VCgIufUy531m3KGeg73B+ZXX0AZrlAo5vdXbmnFoABE=
+SIZE (cfengine-3.4.5.tar.gz) = 4671628

sysutils/pecl-fileinfo is removed

2013-08-10 Thread Robert Nagy
Hi

I am removing sysutils/pecl-fileinfo from the tree, because
we no longer have php 5.2 and this module is now integrated
into php itself (starting from 5.3) and enabled by default.



Re: sysutils/pecl-fileinfo is removed

2013-08-10 Thread Johan Huldtgren

I am removing sysutils/pecl-fileinfo from the tree, because
we no longer have php 5.2 and this module is now integrated
into php itself (starting from 5.3) and enabled by default.


makes sense to me.

.jh (ex-maintainer)



tpb's on-screen display broken?

2013-08-10 Thread André Stöbe
Hi!

I'm running current (i386) on my ThinkPad T43.

Somehow over the last updates -- I can't recall when this happened --
tpb stopped showing me the volume and brightness bar whenever I press
the appropriate keys.

These are however reported by tpb's verbose mode, and besides the
missing on-screen display, the keys are fully functional.

Strangely enough, the ThinkLight and the mute keys are still displayed
on-screen.

I've tried to start tpb without a configuration file (and therefore the
default values, which enable the display for volume, mute and
brightness) and I've also tried to set the options explicitly
(OSDBRIGHTNESS ON/OSDVOLUME ON), but no luck.

There weren't any significant updates to tpb or osd in the last months,
so I suspect this might have something to do with the other
dependencies, or... I really don't know.

Is anybody with a ThinkPad willing to test this?
It should be enough to just "pkg_add tpb; tpb-v" in a xterm and press
those keys. tpb should report them being pressed and display stuff at
the lower left corner.

Thanks a lot.

Regards
André



Re: tpb's on-screen display broken?

2013-08-10 Thread Florian Stinglmayr
On Sat, Aug 10, 2013 at 06:28:45PM +0200, André Stöbe wrote:
> Hi!
> 
> Is anybody with a ThinkPad willing to test this?
> It should be enough to just "pkg_add tpb; tpb-v" in a xterm and press
> those keys. tpb should report them being pressed and display stuff at
> the lower left corner.
> 

Just tested this on my Lenovo X60s and it works fine.

> Thanks a lot.
> 
> Regards
> André
> 

Regards,
Florian


pgpDtQnrs1XvG.pgp
Description: PGP signature


PATCH: http -> https in a bunch of ports

2013-08-10 Thread Juan Francisco Cantero Hurtado
Here is a partial diff with some MASTER_SITES changed from http to
https. Checksums and http response (ie, only 200, no redirections) have
been checked for each new https url. Thanks to espie, sthen and naddy
for the help.

Please review and commit:
http://juanfra.info/bl/openbsd-https-201308/full.1.patch

Log of "make checksum":
http://juanfra.info/bl/openbsd-https-201308/checksum.1.log (ignore the
last error)

-- 
Juan Francisco Cantero Hurtado http://juanfra.info



Update: net/transmission 2.82 drops -qt

2013-08-10 Thread Christian Weisgerber
Update to 2.82 for more bug fixes.

This minor release, under the guise of adding support for Qt5, now
casually requires Qt5 as the minimum version.  Since we don't have
a Qt5 port, this means dropping the Qt client.  If somebody has a
strong opinion to the contrary and a better suggestion, speak up.


Index: Makefile
===
RCS file: /cvs/ports/net/transmission/Makefile,v
retrieving revision 1.89
diff -u -p -r1.89 Makefile
--- Makefile9 Aug 2013 19:13:08 -   1.89
+++ Makefile10 Aug 2013 21:02:42 -
@@ -2,13 +2,11 @@
 
 COMMENT-main=  BitTorrent command line and daemon client
 COMMENT-gtk=   BitTorrent client with GTK+ interface
-COMMENT-qt=BitTorrent client with Qt interface
 
-VER=   2.81
+VER=   2.82
 DISTNAME=  transmission-${VER}
 PKGNAME-main=  transmission-${VER}
 PKGNAME-gtk=   transmission-gtk-${VER}
-PKGNAME-qt=transmission-qt-${VER}
 CATEGORIES=net
 HOMEPAGE=  http://www.transmissionbt.com/
 
@@ -20,11 +18,9 @@ PERMIT_PACKAGE_CDROM=Yes
 MASTER_SITES=  http://download.transmissionbt.com/files/
 EXTRACT_SUFX=  .tar.xz
 
-MULTI_PACKAGES=-main -gtk -qt
+MULTI_PACKAGES=-main -gtk
 
-ONLY_FOR_ARCHS-qt=${GCC4_ARCHS}
-
-PSEUDO_FLAVORS=no_gtk no_qt
+PSEUDO_FLAVORS=no_gtk
 FLAVOR?=
 
 # Reminder:
@@ -42,9 +38,6 @@ WANTLIB-gtk=  ${WANTLIB} ICE SM X11 Xcomp
harfbuzz pango-1.0 pangoft2-1.0 \
pangocairo-1.0 pixman-1 png pcre pthread-stubs xcb \
xcb-render xcb-shm
-WANTLIB-qt=${WANTLIB} ICE SM QtCore QtDBus QtGui QtNetwork QtXml \
-   X11 Xext Xi Xinerama Xrender \
-   expat fontconfig freetype stdc++
 
 MODULES=   devel/gettext textproc/intltool
 
@@ -54,14 +47,10 @@ LIB_DEPENDS=devel/libevent2 \
net/miniupnp/miniupnpc
 LIB_DEPENDS-gtk=${LIB_DEPENDS} \
x11/gtk+3
-LIB_DEPENDS-qt=${LIB_DEPENDS} \
-   x11/qt4
 
 RUN_DEPENDS-gtk=${PKGNAME-main}:net/transmission,-main \
devel/desktop-file-utils \
x11/gtk+2,-guic
-RUN_DEPENDS-qt=${PKGNAME-main}:net/transmission,-main \
-   devel/desktop-file-utils
 
 USE_GMAKE= Yes
 CONFIGURE_STYLE=gnu
@@ -76,9 +65,6 @@ CONFIGURE_ARGS+=--disable-utp
 CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/third-party -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
 
-QMAKE_ARGS=QMAKE_CXX="${CXX}" \
-   QMAKE_CXXFLAGS="${CXXFLAGS}"
-
 .include 
 
 .if !${BUILD_PACKAGES:M-gtk}
@@ -87,21 +73,5 @@ CONFIGURE_ARGS+=--without-gtk
 
 pre-patch:
@cd ${WRKSRC}/third-party/libutp; perl -pi -e 's/\r$$//' *.h *.cpp
-
-.if ${BUILD_PACKAGES:M-qt}
-post-build:
-   cd ${WRKSRC}/qt; qmake4 ${QMAKE_ARGS} qtr.pro; make ${MAKE_FLAGS}
-
-post-install:
-   cd ${WRKSRC}/qt; make ${MAKE_FLAGS} install INSTALL_ROOT=${PREFIX} \
-   INSTALL_FILE="${INSTALL_DATA}" \
-   INSTALL_PROGRAM="${INSTALL_PROGRAM}"
-   ${INSTALL_DATA_DIR} ${PREFIX}/share/applications
-   ${INSTALL_DATA} ${WRKSRC}/qt/transmission-qt.desktop \
-   ${PREFIX}/share/applications/
-   ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
-   ${INSTALL_DATA} ${WRKSRC}/qt/icons/transmission.png \
-   ${PREFIX}/share/pixmaps/transmission-qt.png
-.endif
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/net/transmission/distinfo,v
retrieving revision 1.46
diff -u -p -r1.46 distinfo
--- distinfo9 Aug 2013 19:13:08 -   1.46
+++ distinfo10 Aug 2013 21:02:42 -
@@ -1,2 +1,2 @@
-SHA256 (transmission-2.81.tar.xz) = 
u7Vx9YJUZqpF5u9K0oYXYTWhqcAjT/6jUn69gAHMVqs=
-SIZE (transmission-2.81.tar.xz) = 3167816
+SHA256 (transmission-2.82.tar.xz) = 
OZZlEIffZ6hfHhtKkrG1GN3v3YTGVLjfb7zLC5HwNSI=
+SIZE (transmission-2.82.tar.xz) = 3172024
Index: patches/patch-libtransmission_platform-quota_c
===
RCS file: patches/patch-libtransmission_platform-quota_c
diff -N patches/patch-libtransmission_platform-quota_c
--- patches/patch-libtransmission_platform-quota_c  9 Aug 2013 19:13:08 
-   1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,30 +0,0 @@
-$OpenBSD: patch-libtransmission_platform-quota_c,v 1.1 2013/08/09 19:13:08 
naddy Exp $
 libtransmission/platform-quota.c.orig  Tue Jul 23 13:37:31 2013
-+++ libtransmission/platform-quota.c   Tue Jul 23 13:39:38 2013
-@@ -18,7 +18,7 @@
- 
- #ifndef WIN32
-  #include  /* types needed by quota.h */
-- #ifdef __FreeBSD__
-+ #if defined(__FreeBSD__) || defined(__OpenBSD__)
-   #include  /* quotactl() */
-  #elif defined (__sun)
-   #include  /* quotactl */
-@@ -203,7 +203,7 @@ getquota (const char * device)
-   int64_t freespace;
-   int64_t spaceused;
- 
--#if defined(__FreeBSD__) || defined(SYS_DARWIN)
-+#if defined(__FreeBSD__) || defined(_

Re: Update: net/transmission 2.82 drops -qt

2013-08-10 Thread Brad Smith

On 10/08/13 5:09 PM, Christian Weisgerber wrote:

Update to 2.82 for more bug fixes.

This minor release, under the guise of adding support for Qt5, now
casually requires Qt5 as the minimum version.  Since we don't have
a Qt5 port, this means dropping the Qt client.  If somebody has a
strong opinion to the contrary and a better suggestion, speak up.


I do object. All I use is the Qt client. Is anyone working on a Qt 5.1 
port? Its not like that can be put off for that long as Qt based apps
will want to switch over fairly quickly and there is quite a growing 
number of Qt apps even outside of KDE using.




Index: Makefile
===
RCS file: /cvs/ports/net/transmission/Makefile,v
retrieving revision 1.89
diff -u -p -r1.89 Makefile
--- Makefile9 Aug 2013 19:13:08 -   1.89
+++ Makefile10 Aug 2013 21:02:42 -
@@ -2,13 +2,11 @@

  COMMENT-main= BitTorrent command line and daemon client
  COMMENT-gtk=  BitTorrent client with GTK+ interface
-COMMENT-qt=BitTorrent client with Qt interface

-VER=   2.81
+VER=   2.82
  DISTNAME= transmission-${VER}
  PKGNAME-main= transmission-${VER}
  PKGNAME-gtk=  transmission-gtk-${VER}
-PKGNAME-qt=transmission-qt-${VER}
  CATEGORIES=   net
  HOMEPAGE= http://www.transmissionbt.com/

@@ -20,11 +18,9 @@ PERMIT_PACKAGE_CDROM=Yes
  MASTER_SITES= http://download.transmissionbt.com/files/
  EXTRACT_SUFX= .tar.xz

-MULTI_PACKAGES=-main -gtk -qt
+MULTI_PACKAGES=-main -gtk

-ONLY_FOR_ARCHS-qt=${GCC4_ARCHS}
-
-PSEUDO_FLAVORS=no_gtk no_qt
+PSEUDO_FLAVORS=no_gtk
  FLAVOR?=

  # Reminder:
@@ -42,9 +38,6 @@ WANTLIB-gtk=  ${WANTLIB} ICE SM X11 Xcomp
harfbuzz pango-1.0 pangoft2-1.0 \
pangocairo-1.0 pixman-1 png pcre pthread-stubs xcb \
xcb-render xcb-shm
-WANTLIB-qt=${WANTLIB} ICE SM QtCore QtDBus QtGui QtNetwork QtXml \
-   X11 Xext Xi Xinerama Xrender \
-   expat fontconfig freetype stdc++

  MODULES=  devel/gettext textproc/intltool

@@ -54,14 +47,10 @@ LIB_DEPENDS=devel/libevent2 \
net/miniupnp/miniupnpc
  LIB_DEPENDS-gtk=${LIB_DEPENDS} \
x11/gtk+3
-LIB_DEPENDS-qt=${LIB_DEPENDS} \
-   x11/qt4

  RUN_DEPENDS-gtk=${PKGNAME-main}:net/transmission,-main \
devel/desktop-file-utils \
x11/gtk+2,-guic
-RUN_DEPENDS-qt=${PKGNAME-main}:net/transmission,-main \
-   devel/desktop-file-utils

  USE_GMAKE=Yes
  CONFIGURE_STYLE=gnu
@@ -76,9 +65,6 @@ CONFIGURE_ARGS+=--disable-utp
  CONFIGURE_ENV=CPPFLAGS="-I${WRKSRC}/third-party 
-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

-QMAKE_ARGS=QMAKE_CXX="${CXX}" \
-   QMAKE_CXXFLAGS="${CXXFLAGS}"
-
  .include 

  .if !${BUILD_PACKAGES:M-gtk}
@@ -87,21 +73,5 @@ CONFIGURE_ARGS+=--without-gtk

  pre-patch:
@cd ${WRKSRC}/third-party/libutp; perl -pi -e 's/\r$$//' *.h *.cpp
-
-.if ${BUILD_PACKAGES:M-qt}
-post-build:
-   cd ${WRKSRC}/qt; qmake4 ${QMAKE_ARGS} qtr.pro; make ${MAKE_FLAGS}
-
-post-install:
-   cd ${WRKSRC}/qt; make ${MAKE_FLAGS} install INSTALL_ROOT=${PREFIX} \
-   INSTALL_FILE="${INSTALL_DATA}" \
-   INSTALL_PROGRAM="${INSTALL_PROGRAM}"
-   ${INSTALL_DATA_DIR} ${PREFIX}/share/applications
-   ${INSTALL_DATA} ${WRKSRC}/qt/transmission-qt.desktop \
-   ${PREFIX}/share/applications/
-   ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
-   ${INSTALL_DATA} ${WRKSRC}/qt/icons/transmission.png \
-   ${PREFIX}/share/pixmaps/transmission-qt.png
-.endif

  .include 
Index: distinfo
===
RCS file: /cvs/ports/net/transmission/distinfo,v
retrieving revision 1.46
diff -u -p -r1.46 distinfo
--- distinfo9 Aug 2013 19:13:08 -   1.46
+++ distinfo10 Aug 2013 21:02:42 -
@@ -1,2 +1,2 @@
-SHA256 (transmission-2.81.tar.xz) = 
u7Vx9YJUZqpF5u9K0oYXYTWhqcAjT/6jUn69gAHMVqs=
-SIZE (transmission-2.81.tar.xz) = 3167816
+SHA256 (transmission-2.82.tar.xz) = 
OZZlEIffZ6hfHhtKkrG1GN3v3YTGVLjfb7zLC5HwNSI=
+SIZE (transmission-2.82.tar.xz) = 3172024
Index: patches/patch-libtransmission_platform-quota_c
===
RCS file: patches/patch-libtransmission_platform-quota_c
diff -N patches/patch-libtransmission_platform-quota_c
--- patches/patch-libtransmission_platform-quota_c  9 Aug 2013 19:13:08 
-   1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,30 +0,0 @@
-$OpenBSD: patch-libtransmission_platform-quota_c,v 1.1 2013/08/09 19:13:08 
naddy Exp $
 libtransmission/platform-quota.c.orig  Tue Jul 23 13:37:31 2013
-+++ libtransmission/platform-quota.c   Tue Jul 23 13:39:38 2013
-@@ -18,7 +18,7 @@
-
- #ifndef WIN32
-  #include  /* types needed by quota.h */
-- #ifdef __FreeBSD__
-+ #if defin

Re: Update: net/transmission 2.82 drops -qt

2013-08-10 Thread Vadim Zhukov
Update to 2.82 for more bug fixes.

> This minor release, under the guise of adding support for Qt5, now
> casually requires Qt5 as the minimum version.  Since we don't have
> a Qt5 port, this means dropping the Qt client.  If somebody has a
> strong opinion to the contrary and a better suggestion, speak up.

This is an improved version of your patch, that allows to build with
Qt4. I fixed WANTLIB handling and RUN_DEPENDS handling while there,
too. Actual Qt4 support needed only two small patches. I'm afraid of
possible encoding-related fallout (file names, etc.) and/or new
crashes, though. Any testers?

--
  WBR,
Vadim Zhukov


Index: Makefile
===
RCS file: /cvs/ports/net/transmission/Makefile,v
retrieving revision 1.89
diff -u -p -r1.89 Makefile
--- Makefile9 Aug 2013 19:13:08 -   1.89
+++ Makefile10 Aug 2013 23:42:18 -
@@ -4,7 +4,7 @@ COMMENT-main=   BitTorrent command line an
 COMMENT-gtk=   BitTorrent client with GTK+ interface
 COMMENT-qt=BitTorrent client with Qt interface
 
-VER=   2.81
+VER=   2.82
 DISTNAME=  transmission-${VER}
 PKGNAME-main=  transmission-${VER}
 PKGNAME-gtk=   transmission-gtk-${VER}
@@ -31,36 +31,40 @@ FLAVOR?=
 # MODULES adds to WANTLIB and LIB_DEPENDS
 # WANTLIB-main and LIB_DEPENDS-main default to WANTLIB and LIB_DEPENDS
 
-WANTLIB=   c crypto curl event_core event_extra idn m miniupnpc \
-   natpmp pthread ssl z
-WANTLIB-gtk=   ${WANTLIB} ICE SM X11 Xcomposite Xcursor Xdamage \
+WANTLIB-common=c crypto curl event_core event_extra m miniupnpc \
+   natpmp pthread ssl z ${MODGETTEXT_WANTLIB}
+WANTLIB-main=  ${WANTLIB-common} idn
+WANTLIB-gtk=   ${WANTLIB-common} ICE SM X11 Xcomposite Xcursor Xdamage \
Xext Xfixes Xi Xinerama Xrandr Xrender \
atk-1.0 atk-bridge-2.0 atspi cairo cairo-gobject \
dbus-1 expat ffi fontconfig freetype \
gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 \
gobject-2.0 graphite2 gthread-2.0 gtk-3 \
-   harfbuzz pango-1.0 pangoft2-1.0 \
+   harfbuzz idn pango-1.0 pangoft2-1.0 \
pangocairo-1.0 pixman-1 png pcre pthread-stubs xcb \
xcb-render xcb-shm
-WANTLIB-qt=${WANTLIB} ICE SM QtCore QtDBus QtGui QtNetwork QtXml \
-   X11 Xext Xi Xinerama Xrender \
-   expat fontconfig freetype stdc++
+WANTLIB-qt=${WANTLIB-common} ${MODQT_WANTLIB} \
+   lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtXml \
+   ICE SM X11 Xext Xi Xinerama Xrender fontconfig freetype \
+   stdc++
 
-MODULES=   devel/gettext textproc/intltool
+MODULES=   devel/gettext textproc/intltool x11/qt4
 
-LIB_DEPENDS=   devel/libevent2 \
+LDEP-common=   ${MODGETTEXT_LIB_DEPENDS} \
+   devel/libevent2 \
net/curl \
net/miniupnp/libnatpmp \
net/miniupnp/miniupnpc
-LIB_DEPENDS-gtk=${LIB_DEPENDS} \
+LIB_DEPENDS-main=${LDEP-common}
+LIB_DEPENDS-gtk=${LDEP-common} \
x11/gtk+3
-LIB_DEPENDS-qt=${LIB_DEPENDS} \
-   x11/qt4
+LIB_DEPENDS-qt=${LDEP-common} \
+   ${MODQT_LIB_DEPENDS}
 
-RUN_DEPENDS-gtk=${PKGNAME-main}:net/transmission,-main \
+RUN_DEPENDS-gtk=${BUILD_PKGPATH} \
devel/desktop-file-utils \
x11/gtk+2,-guic
-RUN_DEPENDS-qt=${PKGNAME-main}:net/transmission,-main \
+RUN_DEPENDS-qt=${BUILD_PKGPATH} \
devel/desktop-file-utils
 
 USE_GMAKE= Yes
Index: distinfo
===
RCS file: /cvs/ports/net/transmission/distinfo,v
retrieving revision 1.46
diff -u -p -r1.46 distinfo
--- distinfo9 Aug 2013 19:13:08 -   1.46
+++ distinfo10 Aug 2013 23:42:18 -
@@ -1,2 +1,2 @@
-SHA256 (transmission-2.81.tar.xz) = 
u7Vx9YJUZqpF5u9K0oYXYTWhqcAjT/6jUn69gAHMVqs=
-SIZE (transmission-2.81.tar.xz) = 3167816
+SHA256 (transmission-2.82.tar.xz) = 
OZZlEIffZ6hfHhtKkrG1GN3v3YTGVLjfb7zLC5HwNSI=
+SIZE (transmission-2.82.tar.xz) = 3172024
Index: patches/patch-libtransmission_platform-quota_c
===
RCS file: 
/cvs/ports/net/transmission/patches/patch-libtransmission_platform-quota_c,v
retrieving revision 1.1
diff -u -p -r1.1 patch-libtransmission_platform-quota_c
--- patches/patch-libtransmission_platform-quota_c  9 Aug 2013 19:13:08 
-   1.1
+++ patches/patch-libtransmission_platform-quota_c  10 Aug 2013 23:42:18 
-
@@ -1,30 +0,0 @@
-$OpenBSD: patch-libtransmission_platform-quota_c,v 1.1 2013/08/09 19:13:08 
naddy Exp $
 libtransmission/platform-quota.c.orig  Tue Jul 23 13:37:31 2013
-+++ libtransmission/platform-quota.c   Tue Jul 23 13:39:38 2013
-@@ -18,7 +18,7 @@
- 
- #ifndef WIN32
-  #include  /* types needed by quota.h */

Re: Update: net/transmission 2.82 drops -qt

2013-08-10 Thread Brad Smith

On 10/08/13 7:51 PM, Vadim Zhukov wrote:

Update to 2.82 for more bug fixes.


This minor release, under the guise of adding support for Qt5, now
casually requires Qt5 as the minimum version.  Since we don't have
a Qt5 port, this means dropping the Qt client.  If somebody has a
strong opinion to the contrary and a better suggestion, speak up.


This is an improved version of your patch, that allows to build with
Qt4. I fixed WANTLIB handling and RUN_DEPENDS handling while there,
too. Actual Qt4 support needed only two small patches. I'm afraid of
possible encoding-related fallout (file names, etc.) and/or new
crashes, though. Any testers?


I definitely will. I'll start building now.

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.