[arch-commits] Commit in fwbuilder/repos (20 files)

Ike Devolder idevolder at archlinux.org
Wed Nov 23 16:40:44 UTC 2016


    Date: Wednesday, November 23, 2016 @ 16:40:43
  Author: idevolder
Revision: 196611

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fwbuilder/repos/community-i686/PKGBUILD
    (from rev 196610, fwbuilder/trunk/PKGBUILD)
  fwbuilder/repos/community-i686/fwbuilder-gcc47.patch
    (from rev 196610, fwbuilder/trunk/fwbuilder-gcc47.patch)
  fwbuilder/repos/community-i686/fwbuilder.install
    (from rev 196610, fwbuilder/trunk/fwbuilder.install)
  fwbuilder/repos/community-i686/fwbuilder.xml
    (from rev 196610, fwbuilder/trunk/fwbuilder.xml)
  fwbuilder/repos/community-i686/iosimporter.patch
    (from rev 196610, fwbuilder/trunk/iosimporter.patch)
  fwbuilder/repos/community-i686/routingcompileropenbsd.patch
    (from rev 196610, fwbuilder/trunk/routingcompileropenbsd.patch)
  fwbuilder/repos/community-x86_64/PKGBUILD
    (from rev 196610, fwbuilder/trunk/PKGBUILD)
  fwbuilder/repos/community-x86_64/fwbuilder-gcc47.patch
    (from rev 196610, fwbuilder/trunk/fwbuilder-gcc47.patch)
  fwbuilder/repos/community-x86_64/fwbuilder.install
    (from rev 196610, fwbuilder/trunk/fwbuilder.install)
  fwbuilder/repos/community-x86_64/fwbuilder.xml
    (from rev 196610, fwbuilder/trunk/fwbuilder.xml)
  fwbuilder/repos/community-x86_64/iosimporter.patch
    (from rev 196610, fwbuilder/trunk/iosimporter.patch)
  fwbuilder/repos/community-x86_64/routingcompileropenbsd.patch
    (from rev 196610, fwbuilder/trunk/routingcompileropenbsd.patch)
Deleted:
  fwbuilder/repos/community-i686/PKGBUILD
  fwbuilder/repos/community-i686/fwbuilder-gcc47.patch
  fwbuilder/repos/community-i686/fwbuilder.install
  fwbuilder/repos/community-i686/fwbuilder.xml
  fwbuilder/repos/community-x86_64/PKGBUILD
  fwbuilder/repos/community-x86_64/fwbuilder-gcc47.patch
  fwbuilder/repos/community-x86_64/fwbuilder.install
  fwbuilder/repos/community-x86_64/fwbuilder.xml

-----------------------------------------------+
 /PKGBUILD                                     |   82 ++++++++++++++++++++++++
 /fwbuilder-gcc47.patch                        |   26 +++++++
 /fwbuilder.install                            |   28 ++++++++
 community-i686/PKGBUILD                       |   37 ----------
 community-i686/fwbuilder-gcc47.patch          |   13 ---
 community-i686/fwbuilder.install              |   14 ----
 community-i686/iosimporter.patch              |   10 ++
 community-i686/routingcompileropenbsd.patch   |   10 ++
 community-x86_64/PKGBUILD                     |   37 ----------
 community-x86_64/fwbuilder-gcc47.patch        |   13 ---
 community-x86_64/fwbuilder.install            |   14 ----
 community-x86_64/iosimporter.patch            |   10 ++
 community-x86_64/routingcompileropenbsd.patch |   10 ++
 13 files changed, 176 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-23 16:40:24 UTC (rev 196610)
+++ community-i686/PKGBUILD	2016-11-23 16:40:43 UTC (rev 196611)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# vim: set ft=sh:
-
-pkgname=fwbuilder
-pkgver=5.1.0.3599
-pkgrel=7
-pkgdesc="Object-oriented GUI and set of compilers for various firewall platforms"
-url="http://www.fwbuilder.org/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxslt' 'net-snmp' 'qt4' 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info')
-conflicts=('libfwbuilder')
-source=("http://sourceforge.net/projects/fwbuilder/files/Current_Packages/${pkgver%.*}/fwbuilder-${pkgver}.tar.gz"
-		'fwbuilder.xml'
-		'fwbuilder-gcc47.patch')
-sha256sums=('452514a1ec0be1416bfca93603e6c89deb91d1a3a19671c64b5a8868a3743daf'
-			'f8eacaa9895b17af3a1c148064b5ad8381b83f7983acb14687faef488ac8fede'
-			'd7c602d5b99c6e40403c0b02e34abf15de83802257ca5ce80ad53d486b692f27')
-
-build() {
-  cd "${srcdir}/fwbuilder-${pkgver}"
-  patch -p1 -i "$srcdir/fwbuilder-gcc47.patch"
-  export CXXFLAGS="$CXXFLAGS -fno-var-tracking-assignments"
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/fwbuilder-${pkgver}"
-  make INSTALL_ROOT="${pkgdir}" install
-  echo "MimeType=text/x-xml-fwbuilder;" >> "$pkgdir/usr/share/applications/${pkgname}.desktop"
-  install -Dm644 "$srcdir/fwbuilder.xml" "$pkgdir/usr/share/mime/packages/fwbuilder.xml"
-}

Copied: fwbuilder/repos/community-i686/PKGBUILD (from rev 196610, fwbuilder/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-23 16:40:43 UTC (rev 196611)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# vim: set ft=sh:
+
+pkgname=fwbuilder
+pkgver=5.3.6
+pkgrel=1
+pkgdesc="Object-oriented GUI and set of compilers for various firewall platforms"
+url="http://www.fwbuilder.org/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxslt' 'net-snmp' 'qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info')
+conflicts=('libfwbuilder')
+source=(
+    "$pkgname-$pkgver.tar.gz::https://github.com/UNINETT/$pkgname/archive/v$pkgver.tar.gz"
+    'fwbuilder.xml'
+    'iosimporter.patch'
+    'routingcompileropenbsd.patch'
+)
+sha256sums=('672c2870c3a2ce1eb504a97d17ea9a8eb6dd61ec314cf79b9488b48a356cdfa6'
+            'f8eacaa9895b17af3a1c148064b5ad8381b83f7983acb14687faef488ac8fede'
+            '7ceff7cb70828864831bbb6a438a14fd08b198bb8fc21f736fcac4ec81eca970'
+            '6bd0fe7a06acad4d6ef40451319ca87b874935552f7fbcffba977a1bc51114f5')
+
+build() {
+    cd "$pkgname-$pkgver"
+    find -name "qmake.inc.in" -exec sed -e 's/\/usr\/include//g' -i {} \;
+    patch -p0 -i "$srcdir/iosimporter.patch"
+    patch -p0 -i "$srcdir/routingcompileropenbsd.patch"
+    ./autogen.sh --prefix=/usr
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make INSTALL_ROOT="${pkgdir}" install
+    echo "MimeType=text/x-xml-fwbuilder;" >> "$pkgdir/usr/share/applications/${pkgname}.desktop"
+    install -Dm644 "$srcdir/fwbuilder.xml" "$pkgdir/usr/share/mime/packages/fwbuilder.xml"
+}

Deleted: community-i686/fwbuilder-gcc47.patch
===================================================================
--- community-i686/fwbuilder-gcc47.patch	2016-11-23 16:40:24 UTC (rev 196610)
+++ community-i686/fwbuilder-gcc47.patch	2016-11-23 16:40:43 UTC (rev 196611)
@@ -1,13 +0,0 @@
-Only in fwbuilder-5.0.1.3592: patches
-Only in fwbuilder-5.0.1.3592: .pc
-diff -upr fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h /var/tmp/build-root/home/abuild/rpmbuild/BUILD/fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h
---- fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h	2011-12-08 02:02:07.000000000 +0100
-+++ /var/tmp/build-root/home/abuild/rpmbuild/BUILD/fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h	2012-03-17 22:29:16.317275376 +0100
-@@ -31,6 +31,7 @@
- 
- #include <time.h> //for time_t definition
- #include <pthread.h>
-+#include <unistd.h>
- 
- #include <string>
- #include <queue>

Copied: fwbuilder/repos/community-i686/fwbuilder-gcc47.patch (from rev 196610, fwbuilder/trunk/fwbuilder-gcc47.patch)
===================================================================
--- community-i686/fwbuilder-gcc47.patch	                        (rev 0)
+++ community-i686/fwbuilder-gcc47.patch	2016-11-23 16:40:43 UTC (rev 196611)
@@ -0,0 +1,13 @@
+Only in fwbuilder-5.0.1.3592: patches
+Only in fwbuilder-5.0.1.3592: .pc
+diff -upr fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h /var/tmp/build-root/home/abuild/rpmbuild/BUILD/fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h
+--- fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h	2011-12-08 02:02:07.000000000 +0100
++++ /var/tmp/build-root/home/abuild/rpmbuild/BUILD/fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h	2012-03-17 22:29:16.317275376 +0100
+@@ -31,6 +31,7 @@
+ 
+ #include <time.h> //for time_t definition
+ #include <pthread.h>
++#include <unistd.h>
+ 
+ #include <string>
+ #include <queue>

Deleted: community-i686/fwbuilder.install
===================================================================
--- community-i686/fwbuilder.install	2016-11-23 16:40:24 UTC (rev 196610)
+++ community-i686/fwbuilder.install	2016-11-23 16:40:43 UTC (rev 196611)
@@ -1,14 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-	update-desktop-database -q /usr/share/applications &> /dev/null
-	update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}
-

Copied: fwbuilder/repos/community-i686/fwbuilder.install (from rev 196610, fwbuilder/trunk/fwbuilder.install)
===================================================================
--- community-i686/fwbuilder.install	                        (rev 0)
+++ community-i686/fwbuilder.install	2016-11-23 16:40:43 UTC (rev 196611)
@@ -0,0 +1,14 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-desktop-database -q /usr/share/applications &> /dev/null
+	update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}
+

Deleted: community-i686/fwbuilder.xml
===================================================================
(Binary files differ)

Copied: fwbuilder/repos/community-i686/fwbuilder.xml (from rev 196610, fwbuilder/trunk/fwbuilder.xml)
===================================================================
(Binary files differ)

Copied: fwbuilder/repos/community-i686/iosimporter.patch (from rev 196610, fwbuilder/trunk/iosimporter.patch)
===================================================================
--- community-i686/iosimporter.patch	                        (rev 0)
+++ community-i686/iosimporter.patch	2016-11-23 16:40:43 UTC (rev 196611)
@@ -0,0 +1,10 @@
+--- src/import/IOSImporterRun.cpp	2015-03-10 16:44:15.000000000 +0100
++++ src/import/IOSImporterRun.cpp.new	2016-11-15 23:07:21.017125692 +0100
+@@ -31,6 +31,7 @@
+ 
+ #include <QString>
+ #include <QStringList>
++#include <QObject>
+ 
+ #include <ios>
+ #include <iostream>

Copied: fwbuilder/repos/community-i686/routingcompileropenbsd.patch (from rev 196610, fwbuilder/trunk/routingcompileropenbsd.patch)
===================================================================
--- community-i686/routingcompileropenbsd.patch	                        (rev 0)
+++ community-i686/routingcompileropenbsd.patch	2016-11-23 16:40:43 UTC (rev 196611)
@@ -0,0 +1,10 @@
+--- src/pflib/RoutingCompiler_openbsd.cpp	2015-03-10 16:44:15.000000000 +0100
++++ src/pflib/RoutingCompiler_openbsd.cpp.new	2016-11-15 23:15:27.542695876 +0100
+@@ -44,6 +44,7 @@
+ #include <assert.h>
+ 
+ #include <QStringList>
++#include <QObject>
+ 
+ 
+ using namespace libfwbuilder;

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-23 16:40:24 UTC (rev 196610)
+++ community-x86_64/PKGBUILD	2016-11-23 16:40:43 UTC (rev 196611)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# vim: set ft=sh:
-
-pkgname=fwbuilder
-pkgver=5.1.0.3599
-pkgrel=7
-pkgdesc="Object-oriented GUI and set of compilers for various firewall platforms"
-url="http://www.fwbuilder.org/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxslt' 'net-snmp' 'qt4' 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info')
-conflicts=('libfwbuilder')
-source=("http://sourceforge.net/projects/fwbuilder/files/Current_Packages/${pkgver%.*}/fwbuilder-${pkgver}.tar.gz"
-		'fwbuilder.xml'
-		'fwbuilder-gcc47.patch')
-sha256sums=('452514a1ec0be1416bfca93603e6c89deb91d1a3a19671c64b5a8868a3743daf'
-			'f8eacaa9895b17af3a1c148064b5ad8381b83f7983acb14687faef488ac8fede'
-			'd7c602d5b99c6e40403c0b02e34abf15de83802257ca5ce80ad53d486b692f27')
-
-build() {
-  cd "${srcdir}/fwbuilder-${pkgver}"
-  patch -p1 -i "$srcdir/fwbuilder-gcc47.patch"
-  export CXXFLAGS="$CXXFLAGS -fno-var-tracking-assignments"
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/fwbuilder-${pkgver}"
-  make INSTALL_ROOT="${pkgdir}" install
-  echo "MimeType=text/x-xml-fwbuilder;" >> "$pkgdir/usr/share/applications/${pkgname}.desktop"
-  install -Dm644 "$srcdir/fwbuilder.xml" "$pkgdir/usr/share/mime/packages/fwbuilder.xml"
-}

Copied: fwbuilder/repos/community-x86_64/PKGBUILD (from rev 196610, fwbuilder/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-23 16:40:43 UTC (rev 196611)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# vim: set ft=sh:
+
+pkgname=fwbuilder
+pkgver=5.3.6
+pkgrel=1
+pkgdesc="Object-oriented GUI and set of compilers for various firewall platforms"
+url="http://www.fwbuilder.org/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxslt' 'net-snmp' 'qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info')
+conflicts=('libfwbuilder')
+source=(
+    "$pkgname-$pkgver.tar.gz::https://github.com/UNINETT/$pkgname/archive/v$pkgver.tar.gz"
+    'fwbuilder.xml'
+    'iosimporter.patch'
+    'routingcompileropenbsd.patch'
+)
+sha256sums=('672c2870c3a2ce1eb504a97d17ea9a8eb6dd61ec314cf79b9488b48a356cdfa6'
+            'f8eacaa9895b17af3a1c148064b5ad8381b83f7983acb14687faef488ac8fede'
+            '7ceff7cb70828864831bbb6a438a14fd08b198bb8fc21f736fcac4ec81eca970'
+            '6bd0fe7a06acad4d6ef40451319ca87b874935552f7fbcffba977a1bc51114f5')
+
+build() {
+    cd "$pkgname-$pkgver"
+    find -name "qmake.inc.in" -exec sed -e 's/\/usr\/include//g' -i {} \;
+    patch -p0 -i "$srcdir/iosimporter.patch"
+    patch -p0 -i "$srcdir/routingcompileropenbsd.patch"
+    ./autogen.sh --prefix=/usr
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make INSTALL_ROOT="${pkgdir}" install
+    echo "MimeType=text/x-xml-fwbuilder;" >> "$pkgdir/usr/share/applications/${pkgname}.desktop"
+    install -Dm644 "$srcdir/fwbuilder.xml" "$pkgdir/usr/share/mime/packages/fwbuilder.xml"
+}

Deleted: community-x86_64/fwbuilder-gcc47.patch
===================================================================
--- community-x86_64/fwbuilder-gcc47.patch	2016-11-23 16:40:24 UTC (rev 196610)
+++ community-x86_64/fwbuilder-gcc47.patch	2016-11-23 16:40:43 UTC (rev 196611)
@@ -1,13 +0,0 @@
-Only in fwbuilder-5.0.1.3592: patches
-Only in fwbuilder-5.0.1.3592: .pc
-diff -upr fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h /var/tmp/build-root/home/abuild/rpmbuild/BUILD/fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h
---- fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h	2011-12-08 02:02:07.000000000 +0100
-+++ /var/tmp/build-root/home/abuild/rpmbuild/BUILD/fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h	2012-03-17 22:29:16.317275376 +0100
-@@ -31,6 +31,7 @@
- 
- #include <time.h> //for time_t definition
- #include <pthread.h>
-+#include <unistd.h>
- 
- #include <string>
- #include <queue>

Copied: fwbuilder/repos/community-x86_64/fwbuilder-gcc47.patch (from rev 196610, fwbuilder/trunk/fwbuilder-gcc47.patch)
===================================================================
--- community-x86_64/fwbuilder-gcc47.patch	                        (rev 0)
+++ community-x86_64/fwbuilder-gcc47.patch	2016-11-23 16:40:43 UTC (rev 196611)
@@ -0,0 +1,13 @@
+Only in fwbuilder-5.0.1.3592: patches
+Only in fwbuilder-5.0.1.3592: .pc
+diff -upr fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h /var/tmp/build-root/home/abuild/rpmbuild/BUILD/fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h
+--- fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h	2011-12-08 02:02:07.000000000 +0100
++++ /var/tmp/build-root/home/abuild/rpmbuild/BUILD/fwbuilder-5.0.1.3592/src/libfwbuilder/src/fwbuilder/ThreadTools.h	2012-03-17 22:29:16.317275376 +0100
+@@ -31,6 +31,7 @@
+ 
+ #include <time.h> //for time_t definition
+ #include <pthread.h>
++#include <unistd.h>
+ 
+ #include <string>
+ #include <queue>

Deleted: community-x86_64/fwbuilder.install
===================================================================
--- community-x86_64/fwbuilder.install	2016-11-23 16:40:24 UTC (rev 196610)
+++ community-x86_64/fwbuilder.install	2016-11-23 16:40:43 UTC (rev 196611)
@@ -1,14 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-	update-desktop-database -q /usr/share/applications &> /dev/null
-	update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}
-

Copied: fwbuilder/repos/community-x86_64/fwbuilder.install (from rev 196610, fwbuilder/trunk/fwbuilder.install)
===================================================================
--- community-x86_64/fwbuilder.install	                        (rev 0)
+++ community-x86_64/fwbuilder.install	2016-11-23 16:40:43 UTC (rev 196611)
@@ -0,0 +1,14 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-desktop-database -q /usr/share/applications &> /dev/null
+	update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}
+

Deleted: community-x86_64/fwbuilder.xml
===================================================================
(Binary files differ)

Copied: fwbuilder/repos/community-x86_64/fwbuilder.xml (from rev 196610, fwbuilder/trunk/fwbuilder.xml)
===================================================================
(Binary files differ)

Copied: fwbuilder/repos/community-x86_64/iosimporter.patch (from rev 196610, fwbuilder/trunk/iosimporter.patch)
===================================================================
--- community-x86_64/iosimporter.patch	                        (rev 0)
+++ community-x86_64/iosimporter.patch	2016-11-23 16:40:43 UTC (rev 196611)
@@ -0,0 +1,10 @@
+--- src/import/IOSImporterRun.cpp	2015-03-10 16:44:15.000000000 +0100
++++ src/import/IOSImporterRun.cpp.new	2016-11-15 23:07:21.017125692 +0100
+@@ -31,6 +31,7 @@
+ 
+ #include <QString>
+ #include <QStringList>
++#include <QObject>
+ 
+ #include <ios>
+ #include <iostream>

Copied: fwbuilder/repos/community-x86_64/routingcompileropenbsd.patch (from rev 196610, fwbuilder/trunk/routingcompileropenbsd.patch)
===================================================================
--- community-x86_64/routingcompileropenbsd.patch	                        (rev 0)
+++ community-x86_64/routingcompileropenbsd.patch	2016-11-23 16:40:43 UTC (rev 196611)
@@ -0,0 +1,10 @@
+--- src/pflib/RoutingCompiler_openbsd.cpp	2015-03-10 16:44:15.000000000 +0100
++++ src/pflib/RoutingCompiler_openbsd.cpp.new	2016-11-15 23:15:27.542695876 +0100
+@@ -44,6 +44,7 @@
+ #include <assert.h>
+ 
+ #include <QStringList>
++#include <QObject>
+ 
+ 
+ using namespace libfwbuilder;



More information about the arch-commits mailing list