Commit graph

308525 commits

Author SHA1 Message Date
William Grzybowski
2bb572d452 devel/py-pyev: update to 0.9.0
- Update to 0.9.0
- Trim Makefile header
- Convert lib depends to new syntax
- Use single space for WWW

PR:		ports/181762
Submitted by:	Denis Generalov <gd rambler-co.ru> (maintainer)
2013-09-12 13:49:32 +00:00
Mark Felder
c1922e73a2 Preparing for www/radicale import
Approved by:	crees (mentor)
2013-09-12 13:49:24 +00:00
Boris Samorodov
a82ed944cc . fix build with clang; [1]
. trim Makefile headers;
. use new LIB_DEPENDS syntax;
. convert USE_GMAKE to modern USES statement.

Reported by:	Roman Cat <roman-cat@yandex.ru> (at freebsd-ports@)  [1]
2013-09-12 13:38:36 +00:00
Boris Samorodov
d732440950 1. Fix build with clang and libc++ (3 cases, add "#include <unistd.h>" to
apropriate files):
-----
bgl_babylon.cc:97:19: error: use of undeclared identifier 'dup'
  file = gzdopen( DUP( fileno( f ) ), "r" );
                  ^
bgl_babylon.cc:36:13: note: expanded from macro 'DUP'
#define DUP dup
            ^
-----
processwrapper.cc:99:12: error: use of undeclared identifier 'getpid'
    return getpid();
           ^
-----
qtsingleapplication/src/qtlocalpeer.cpp:96:56: error: no member named 'getuid' in the global namespace
    socketName += QLatin1Char('-') + QString::number(::getuid(), 16);
                                                     ~~^
-----

2. Use new syntax for LIB_DEPENDS.
2013-09-12 13:33:00 +00:00
Thierry Thomas
283993719c Fix on -CURRENT.
Reported by:	pkg-fallout
2013-09-12 13:15:07 +00:00
Baptiste Daroussin
18e111e32f Fix build of opencv with libc++
share the CXXFLAGS between opencv-core and opencv
2013-09-12 13:00:12 +00:00
Baptiste Daroussin
6e8c9bd6d5 Fix build with libc++
Submitted by:	Gustau Perez (gusi via #poudriere on freenode)
2013-09-12 12:25:25 +00:00
Baptiste Daroussin
c16b6a9faa Mark as deprecated: unmaintained upstream
Submitted by:	Morten Slot Kristensen <ontherenth@gmail.com> (maintainer, upstream) via pkg-fallout
2013-09-12 12:18:12 +00:00
Baptiste Daroussin
32a76caee0 Remove duplicated patch
Submitted by:	marino
2013-09-12 12:09:53 +00:00
Guido Falsi
67a90623fa - Update to 1.2.0
PR:		ports/181939
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2013-09-12 11:45:41 +00:00
Guido Falsi
df8b3a75ca APSW is a Python wrapper for the SQLite embedded relational database
engine. In contrast to other wrappers such as pysqlite it focuses
on being a minimal layer over SQLite attempting just to translate
the complete SQLite API into Python. The documentation has a section
on the differences between APSW and pysqlite. APSW supports CPython
2.3 onwards and CPython 3.1 onwards.

PR:		ports/181938
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com>
2013-09-12 11:44:05 +00:00
Dmitry Morozovsky
0379fcaf6f Complete r326363 by including more complete set of headers.
Fix one incorrecr usage of perror(3).

No functional changes.

Notified by:	pkg-fallout
2013-09-12 11:40:30 +00:00
Guido Falsi
644b855b6e - Update scintilla and scite to 3.3.5
- The update fixes build on recent head

PR:		ports/182014
Submitted by:	me
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2013-09-12 11:34:39 +00:00
John Marino
9518965c21 lang/gcc*: define CONFIGURE_TARGET genericly (8 ports)
Instead of hardcoding the compiler target as FreeBSD, use the OPSYS
variable to it.  This makes no practical difference for FreeBSD, but
it helps DragonFly get properly configured.

Approved by:	gerald
2013-09-12 10:20:45 +00:00
Alexey Dokuchaev
f9930ebbb6 - Unbreak the build in GCC-less environment by explicitly passing LD value
- While here, contract MASTER_SITES and convert USE_GMAKE to USES

Reported by:	pkg-fallout
2013-09-12 10:17:57 +00:00
Dima Panov
fd178b755c - Fix build with base iconv on recent -CURRENT
Submitted by:	Stefan Esser (se@) via private mail
2013-09-12 10:07:38 +00:00
Niclas Zeising
8e7927a5d8 Update to 0.3.7 2013-09-12 10:01:07 +00:00
Rene Ladan
096d151ffe Try to fix build on CURRENT with libc++ as default.
Reported by:	pkg-fallout
2013-09-12 09:52:36 +00:00
Kevin Lo
8c9c5a701e - Add patch to fix compilation with clang
- Trim Makefile header
- Mark jobs unsafe
- Add LICENSE
2013-09-12 09:45:44 +00:00
Baptiste Daroussin
1f9270b0bc Reassign to the heap as maintainer no longer use FreeBSD
While here:
Use options helpers where possible

Submitted by:	Michael Brune <admin@mjbrune.org> (former maintainer via pkg-fallout)
2013-09-12 09:39:19 +00:00
Anton Berezin
c5b1367b78 Update to 0.07.
Changes:        http://search.cpan.org/dist/Test-TempDir/Changes
2013-09-12 09:14:10 +00:00
John Marino
a862a2b7dc Add explicit dependency on pkgconf (18 ports)
Approved by:	portmgr (bapt, implicit)
2013-09-12 09:07:08 +00:00
Frederic Culot
9a772c7e98 - Update to 2.21
Changes:	http://search.cpan.org/dist/autodie/Changes
2013-09-12 08:53:55 +00:00
Anton Berezin
3ea3eae6a2 Update to 0.22.
Changes:        http://search.cpan.org/dist/HTTP-Async/Changes
2013-09-12 08:50:03 +00:00
John Marino
d834ce47a7 Add explicit dependency on pkgconf (20 ports)
Approved by:	portmgr (bapt, implicit)
2013-09-12 08:41:52 +00:00
Jason E. Hale
adb28aab16 - Update audio/libdiscid to 0.5.2
- Switch to CMake build system
- Trim Makefile headers
- Bump PORTREVISION on dependent ports
2013-09-12 08:00:37 +00:00
Alexey Dokuchaev
bc07c5867d - Unbreak on recent -CURRENT (after r255426): vm_map_find() now takes 10
(ten) arguments rather than 9 (nine)
- Adjust OSVERSION check of the previous patch, after properly bumped by
  pjd@ in r255305

PR:	ports/181972
2013-09-12 07:16:29 +00:00
Jason E. Hale
0a79dd8b7d - Remove dead MASTER_SITES
- Trim Makefile header
- Pet portlint(1)
- Update pkg-descr to reflect the fact that this library isn't so new
2013-09-12 07:05:49 +00:00
Maho Nakata
cec31a1b1e Unbreake by reroll of ext packages. Actually
former archive misses some tarballs, and I added to
avoid fetching while compiling.
2013-09-12 06:39:10 +00:00
Andrej Zverev
b5d57b5eb8 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-12 06:36:45 +00:00
Andrej Zverev
94f7601273 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-12 06:27:41 +00:00
Baptiste Daroussin
d730b15061 Update to 20130911114349 aka 1.27
Changes:
 - Enhance the fossil changes, fossil clean, fossil extras, fossil ls and fossil status commands to restrict operation to files and directories named on the command-line
 - New --integrate option to fossil merge, which automatically closes the merged branch when committing
 - Renamed /stats_report page to /reports. Graph width is now relative, not absolute
 - Added yw=YYYY-WW (year-week) filter to timeline to limit the results to a specific year and calendar week number, e.g. /timeline?yw=2013-01
 - Updates to SQLite to prevent opening a repository file using file descriptors 1 or 2 on unix. This fixes a bug under which an assertion failure could overwrite part of a repository database file, corrupting it
 - Added support for unlimited line lengths in side-by-side diffs
 - New --close option to fossil commit, which immediately closes the branch being committed
 - Added chart option to fossil bisect
 - Improvements to the "human or bot?" determination
 - Reports errors about missing CGI-standard environment variables for HTTP servers which do not support them
 - Added --scgi option to fossil server
 - Internal improvements to the sync process
 - The internals of the JSON API are now MIT-licensed
2013-09-12 06:19:31 +00:00
Andrej Zverev
5afe3af580 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-12 06:03:58 +00:00
Andrej Zverev
e103693222 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-12 05:53:03 +00:00
Jason E. Hale
ce3840ccd5 - Update to 0.77b1
- Add missing dependency on libkcompactdisc
- Make COMMENT more concise
2013-09-12 02:59:16 +00:00
Jason Helfman
c1e0e8c2d8 Note: pr originally was intended to only address pkgconfig dependency,
however this was addressed in rr327018

- adopt new lib_depends format
- pet portlint
- move pre-configure to post-patch-script

PR:		181988
Submitted by:	kalten@gmx.at
2013-09-12 02:37:17 +00:00
Jason E. Hale
e28142c9aa - Update to 4.1.2
- Trim Makefile header
- Make COMMENT a little more concise
2013-09-12 01:40:42 +00:00
Alexey Dokuchaev
0ff4c5a891 - Fix package list when FUSE option is selected
- Allow to build with any compiler and remove USE_GCC
- Remove LICENSE_FILE (just a standard GPL boilerplate)
- Employ OPTIONS helpers and modern LIB_DEPENDS syntax
- Drop apparently left-over post-patch target that does nothing now
- Improve on the COMMENT line, some other cleaning while here
2013-09-12 01:39:02 +00:00
Dmitry Marakasov
0575d04051 - Mark as DEPRECATED 2013-09-12 01:27:30 +00:00
Dmitry Marakasov
5bcd08c14f - Fix build with clang 2013-09-12 01:27:25 +00:00
Dmitry Marakasov
178f199458 - Mark as DEPRECATED 2013-09-12 01:27:09 +00:00
Dmitry Marakasov
722426baab - Update to 0.924 2013-09-12 01:26:34 +00:00
Jason E. Hale
5a8cfbce2f - Update to 1.43 2013-09-12 01:11:24 +00:00
Jason E. Hale
4b55eda6cd - Update to 0.4.5
- Trim Makefile header
- Make COMMENT a little more concise
2013-09-12 00:55:25 +00:00
John Marino
a10f987e18 Add explicit dependency on pkgconf (11 ports) 2013-09-12 00:48:38 +00:00
Dmitry Marakasov
7e623ecc6a - Fix build with clang 2013-09-12 00:26:05 +00:00
Dmitry Marakasov
350e34d669 - Fix build with clang 2013-09-12 00:22:00 +00:00
John Marino
107bfacba9 Add explicit dependency on pkgconf (27 ports) 2013-09-12 00:21:10 +00:00
Dmitry Marakasov
46e88f9dc1 - Fix build with clang 2013-09-12 00:18:03 +00:00
Mikhail Teterin
40d57d0f69 Update from 1.3.1-2, which is no longer available for download, to
1.3.1-3 -- which contains all of our patches reported to date.

Add a patch by stefanf@, which allows the port to build on 10.x
Though I'll try to submit the patch upstream as before, I'll try
to persuade them to not remove the 1.3.1-3 again after the apply
it and "release" 1.3.1-4

PR:		182009, 182005, 181779
Obtained from:	stefanf
2013-09-11 22:46:00 +00:00