Martin Wilke
2cbe2373a9
- Stage support
2014-02-22 10:32:31 +00:00
Antoine Brodin
ca3aeb029c
Unbreak
...
Reported by: pkg-fallout since november 2013
2014-02-22 10:14:11 +00:00
Dmitry Marakasov
6a9e37d85b
Escape of the cat - hardcore oldschool platformer on INSTEAD engine
...
WWW: https://github.com/gl00my/catesc
2014-02-22 10:12:42 +00:00
Antoine Brodin
8124010ad5
Mark broken: Does not build
...
On 8 and 9:
Services/RadioService/RadioService.cpp: In member function 'void RadioService::onPhononStateChanged(Phonon::State, Phonon::State)':
Services/RadioService/RadioService.cpp:312: error: ambiguous overload for 'operator<<' in 'StampedDebug(QtDebugMsg, ((const QByteArray&)(& QByteArray(((const char*)"Services/RadioService/RadioService.cpp")))), 312u, QByteArray(((const char*)(& __PRETTY_FUNCTION__)))) << oldstate'
On 10 and head:
cd app/client/ && /usr/bin/make -f Makefile all
make[2]: don't know how to make ../../_bin/Last.fm\. Stop
make[2]: stopped in /wrkdirs/usr/ports/audio/lastfm-desktop/work/lastfm-desktop-2.1.30/app/client
*** Error code 2
Reported by: pkg-fallout since november 2013
2014-02-22 10:07:34 +00:00
David Naylor
b447407b1b
Update emulators/i386-wine for FreeBSD 10.0 and 11 packages.
2014-02-22 10:05:33 +00:00
Antoine Brodin
bca91ff44e
Mark broken: Fails to configure
...
===> PHPizing for php5-thrift-0.9.1
Cannot find config.m4.
Make sure that you run '/usr/local/bin/phpize' in the top level source directory of the module
*** Error code 1
Reported by: pkg-fallout since november 2013
2014-02-22 10:00:42 +00:00
Antoine Brodin
2a2bba25dc
Mark broken: Fails to dos2unix
...
===> Converting DOS text files to UNIX text files
sed: config.inc: No such file or directory
*** Error code 1
Reported by: pkg-fallout since november 2013
2014-02-22 09:56:57 +00:00
Dmitry Marakasov
d94abc004a
- Update to 2.0.3
2014-02-22 09:50:07 +00:00
Antoine Brodin
d99fb72475
Mark broken: does not build
...
c++ -c -O2 -pipe -fno-strict-aliasing -O2 -pthread -D_THREAD_SAFE -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtNetwork -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4 -I../src -I. -I/usr/local/include/qt4 -I/usr/local/include -o qtsoap.o ../src/qtsoap.cpp
In file included from ../src/qtsoap.cpp:40:
../src/qtsoap.h:44:10: fatal error: 'QtXml/QtXml' file not found
#include <QtXml/QtXml>
Reported by: pkg-fallout since november 2013
2014-02-22 09:49:11 +00:00
Antoine Brodin
a3f1f29556
Mark broken: Does not build
...
This may be a qmake conversion fallout
Updating '/wrkdirs/usr/ports/astro/merkaartor/work/merkaartor-0.18.1/src/../translations/merkaartor_pt_BR.qm'...
Generated 1215 translation(s) (1212 finished and 3 unfinished)
Ignored 91 untranslated source text(s)
make[1]: cannot open Makefile.
make[1]: stopped in /wrkdirs/usr/ports/astro/merkaartor/work/merkaartor-0.18.1
*** Error code 1
Reported by: pkg-fallout since november 2013
2014-02-22 09:40:52 +00:00
Antoine Brodin
b59a04e94c
Mark broken: Does not configure
...
configure.ac:53: error: possibly undefined macro: AC_DISABLE_STATIC
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure:6086: error: possibly undefined macro: m4_ifval
configure:9277: error: possibly undefined macro: _LT_SET_OPTIONS
configure:9277: error: possibly undefined macro: LT_INIT
gmake: *** [configure] Error 1
*** Error code 1
Reported by: pkg-fallout since november 2013
2014-02-22 09:20:03 +00:00
Antoine Brodin
c3ba4971e6
Mark broken: Does not build
...
With gcc:
gnome-libtool: compile: cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./../../gl -I./../includes -I./../includes -I./.. -I/usr/local/include -fPIC -O2 -pipe -fno-strict-aliasing -I/usr/local/include/p11-kit-1 -MT x509.lo -MD -MP -MF .deps/x509.Tpo -c x509.c -fPIC -DPIC -o .libs/x509.o
x509.c: In function 'gnutls_x509_dn_get_rdn_ava':
x509.c:2018: error: dereferencing pointer to incomplete type
x509.c:2019: error: dereferencing pointer to incomplete type
x509.c:2033: error: dereferencing pointer to incomplete type
x509.c:2034: error: dereferencing pointer to incomplete type
With clang:
x509.c:2018:23: error: incomplete definition of type 'struct asn1_node_st'
ava->oid.data = elem->value;
~~~~^
/usr/local/include/libtasn1.h:117:18: note: forward declaration of 'struct asn1_node_st'
typedef struct asn1_node_st asn1_node_st;
^
x509.c:2019:23: error: incomplete definition of type 'struct asn1_node_st'
ava->oid.size = elem->value_len;
~~~~^
/usr/local/include/libtasn1.h:117:18: note: forward declaration of 'struct asn1_node_st'
typedef struct asn1_node_st asn1_node_st;
^
x509.c:2033:13: error: incomplete definition of type 'struct asn1_node_st'
ptr = elem->value;
~~~~^
/usr/local/include/libtasn1.h:117:18: note: forward declaration of 'struct asn1_node_st'
typedef struct asn1_node_st asn1_node_st;
^
x509.c:2034:16: error: incomplete definition of type 'struct asn1_node_st'
remlen = elem->value_len;
~~~~^
/usr/local/include/libtasn1.h:117:18: note: forward declaration of 'struct asn1_node_st'
typedef struct asn1_node_st asn1_node_st;
^
Reported by: pkg-fallout since november 2013
2014-02-22 09:15:57 +00:00
Antoine Brodin
e21b86607c
- Unbreak (pkg-conf missing)
...
- Stage support
Reported by: pkg-fallout since october 2013
2014-02-22 09:09:32 +00:00
MIHIRA Sanpei Yoshiro
068a763aca
add bind-tools at RUN_DEPENDS for dig command.
...
Because 10.0-RELEASE and later system does not have bind(include dig)
2014-02-22 06:28:32 +00:00
Bryan Drewery
154dc646f6
Fix build without gcc on 10+
2014-02-22 06:10:26 +00:00
Bryan Drewery
5cfa524cbe
The pre-install trick is not needed here.
2014-02-22 06:01:31 +00:00
Bryan Drewery
6cdaa47b3a
- Support staging
...
- Take maintainership
2014-02-22 05:37:38 +00:00
Bryan Drewery
36ccda2386
- Fix build with clang
...
- This does not actually depend on qmail for build
2014-02-22 05:33:05 +00:00
Josh Paetzel
cea2298280
Update port for stage support.
...
Submitted by: zlonix
2014-02-22 04:21:21 +00:00
John Marino
aacb269b56
Resurrect net/adasockets port (dormant 4 years)
...
This is an IPv4-only socket bindings library for Ada.
2014-02-22 02:18:35 +00:00
Gerald Pfeifer
cbe400a126
Set the license to a combination of GPLv3 (for the compiler itself) and
...
GPLv3 with GCC Runtime Library Exception (for the runtime).
Suggested by: marino
2014-02-22 01:13:49 +00:00
Gerald Pfeifer
8ff567f6d5
Update to Wine 1.7.13. This includes the following changes:
...
- More Task Scheduler support.
- A few more Direct3D 10 interfaces.
- More Windows Media Player stubs.
- Various bug fixes.
Remove a duplicate entry and fix some sorting in pkg-plist.
2014-02-21 23:26:11 +00:00
Pawel Pekala
4bb554b515
- Update to version 2014.02.16
...
- Strip library
PR: ports/186834
Submitted by: maintainer
2014-02-21 23:02:21 +00:00
Pawel Pekala
9d5947aea0
- Update to version 1.7
...
- Correct LICENSE to bsd2clause
- Stage support
PR: ports/186140
Submitted by: Eero Hanninen <fax@nohik.ee>
Approved by: maintainer
2014-02-21 22:51:46 +00:00
TAKATSU Tomonari
173935e29e
- Update to 0.2.2
2014-02-21 22:39:20 +00:00
Pawel Pekala
3dfe4b6f75
- Fix build with clang, now no gcc is required on 10+ [1]
...
- Adapt it to new RAW socket behavior introduced in 10.0 [1]
- Support staging [1]
- Convert to new options framework
- Respect CFLAGS
PR: ports/186127 [1]
Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
2014-02-21 22:30:51 +00:00
Tom Judge
bacdc82202
Update to new project home
2014-02-21 22:19:59 +00:00
Tom Judge
6fd0c3f06c
Add license and remove so version from lib_depends
2014-02-21 22:16:29 +00:00
Grzegorz Blach
a09e37223a
- Remove pkg-plist
2014-02-21 22:13:16 +00:00
Pawel Pekala
5d166536b5
Add staging support
...
PR: ports/182395
Submitted by: maintainer
2014-02-21 22:08:02 +00:00
Tom Judge
a74ed40ef5
Update to 0.7.0.
...
Changes:
* Add MellonSPentityId to control entityId in autogenerated metadata
* Fix compatibility with Apache 2.4.
* Handle empty RelayState the same as missing RelayState.
* Add MellonSetEvnNoPrefix directive to set environment variables
without "MELLON_"-prefix.
2014-02-21 21:59:53 +00:00
Grzegorz Blach
a825ea2110
- Stage support
...
- Convert to AUTOPLIST
- Bump PORTREVISION
2014-02-21 21:55:00 +00:00
Bryan Drewery
d41ff8cc32
Revert r345514 for now, it causes libraries to be built without .so
2014-02-21 21:43:20 +00:00
Tom Judge
77e6d3cc67
Back to python@
2014-02-21 21:42:24 +00:00
Tom Judge
c05a8da13e
Update to 2.019004.
...
Changes:
http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.019004/Changes
2014-02-21 21:36:21 +00:00
Tom Judge
6e50dfba78
Update to 1.09.
...
Changes:
http://cpansearch.perl.org/src/JACOB/Log-Dispatch-File-Rolling-1.09/Changes
2014-02-21 21:29:31 +00:00
Tom Judge
101d9fe510
Update to 2.2.
...
Changes:
http://cpansearch.perl.org/src/LCONS/Net-STOMP-Client-2.2/Changes
2014-02-21 21:25:25 +00:00
Jung-uk Kim
ed324c72dd
Fix build after re-appearance of converters/libiconv on 10+ (r341775).
...
Obtained from: svn.redports.org/virtualbox
PR: ports/186847
2014-02-21 21:22:56 +00:00
Tom Judge
782be382da
Fix install on HEAD and 10.0.
2014-02-21 21:22:17 +00:00
Tom Judge
82e317110e
Update to 4.45 and add stagedir support.
2014-02-21 21:19:09 +00:00
Steve Wills
0e5343fc8d
- Use a patch instead of REINPLACE
...
- Add STAGEDIR support
2014-02-21 21:11:58 +00:00
Palle Girgensohn
fdd8968d3e
remove missing tzdata files
2014-02-21 20:42:20 +00:00
Grzegorz Blach
df2abba597
- Update to 2.0.1
2014-02-21 20:42:08 +00:00
Grzegorz Blach
e3ea96bf1a
- Update to 1.0101
2014-02-21 20:33:37 +00:00
Tom Judge
65f068e7ad
Update to 1.03.
...
Changes:
http://cpansearch.perl.org/src/DRTECH/Elasticsearch-1.03/Changes
2014-02-21 20:27:36 +00:00
Grzegorz Blach
07bcd32af0
- Update to 0.8
2014-02-21 20:25:11 +00:00
Tom Judge
a27ed21753
Update to 0.06.
...
Changes:
http://cpansearch.perl.org/src/JKEENAN/Text-CSV-Hashify-0.06/Changes
2014-02-21 20:21:10 +00:00
Tom Judge
762179273a
Update to 2.14.
...
Changes:
http://cpansearch.perl.org/src/TOKAREV/RPC-ExtDirect-2.14/Changes
2014-02-21 20:18:14 +00:00
Tom Judge
1c206cf32c
Mark as deprecated in favour of textproc/p5-Elasticsearch
2014-02-21 20:11:59 +00:00
Tom Judge
c025c013dc
Update to 0.19 and mark depricated in favour of textproc/p5-Elasticsearch.
2014-02-21 20:09:27 +00:00