Jan Beich
b682b1cf43
print/hpijs: unbreak with libc++ 3.9
...
registry.cpp:249:9: error: cannot initialize a variable of type 'char *' with an rvalue of type
'const char *'
char *cmdStr = strstr ((const char *) DevIDBuffer+2, "CMD:");
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dj3320.cpp:429:24: error: assigning to 'char *' from incompatible type 'const char *'
if ((pcStr = strstr((const char*)pLDLEncap->byStatusBuff + 10, "$S:")) == NULL)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PR: 212343
Regressed by: https://github.com/llvm-mirror/libcxx/commit/b4aa97130b8b
2017-01-03 21:04:28 +00:00
Jan Beich
417eff8ffb
Assume "pkg-config --static zlib" works after 9.x EOL
...
Many hacks simply removed dependency on zlib which broke static linking
if it was actually supported.
2017-01-03 18:43:18 +00:00
Jan Beich
32d56ae68a
Assume "pkg-config zlib" works after 9.x reached EOL
...
Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with.
2017-01-03 17:06:49 +00:00
Jan Beich
857289785e
lang/gcc: clear BROKEN from consumers as 10.1 is past EOL
...
PR: 214863
2017-01-03 08:44:59 +00:00
Sunpoet Po-Chuan Hsieh
fe71d0dca0
Use = instead of += for PLIST_FILES
2017-01-02 10:15:16 +00:00
Steve Wills
9bf690431e
print/rubygem-pdf-reader: update to 1.4.1
2017-01-02 09:32:05 +00:00
Steve Wills
b8d38e705e
print/rubygem-color: update to 1.8
2017-01-02 07:36:45 +00:00
Rene Ladan
0896b32448
Drop support for Linux Fedora 10 (ports part)
...
games/dsnake only worked with linux-f10
Should fix INDEX
audio/linux-f10-sdl_mixer
audio/linux-f10-pulseaudio-libs
audio/linux-f10-freealut
audio/linux-f10-arts
audio/linux-f10-esound
audio/linux-f10-libogg
audio/linux-f10-alsa-plugins-oss
audio/linux-f10-openal
audio/linux-f10-openal-soft
audio/linux-f10-nas-libs
audio/linux-f10-alsa-lib
audio/linux-f10-libvorbis
audio/linux-f10-libaudiofile
audio/linux-f10-mikmod
databases/linux-f10-sqlite3
devel/linux-f10-dbus-glib
devel/linux-f10-sdl12
devel/linux-f10-libglade2
devel/linux-f10-devtools
devel/linux-f10-allegro
devel/linux-f10-nspr
devel/linux-f10-dbus-libs
devel/linux-f10-libsigc++20
devel/linux-f10-ncurses-base
dns/linux-f10-libasyncns
emulators/linux_base-f10
emulators/linux-f10
ftp/linux-f10-curl
games/dsnake
graphics/linux-f10-sdl_image
graphics/linux-f10-sdl_ttf
graphics/linux-f10-glew
graphics/linux-f10-ungif
graphics/linux-f10-png
graphics/linux-f10-tiff
graphics/linux-f10-dri
graphics/linux-f10-jpeg
graphics/linux-f10-libGLU
graphics/linux-f10-gdk-pixbuf
graphics/linux-f10-libmng
graphics/linux-f10-cairo
graphics/linux-f10-imlib
lang/linux-f10-tcl85
lang/linux-f10-libg2c
multimedia/linux-f10-libtheora
multimedia/linux-f10-libv4l
net/linux-f10-openldap
net/linux-f10-nss_ldap
print/linux-f10-cups-libs
security/linux-f10-gnutls
security/linux-f10-nss
security/linux-f10-openssl
security/linux-f10-libgpg-error
security/linux-f10-libtasn1
security/linux-f10-libgcrypt
security/linux-f10-libssh2
security/linux-f10-cyrus-sasl2
sysutils/linux-f10-procps
textproc/linux-f10-aspell
textproc/linux-f10-expat
textproc/linux-f10-scim-gtk
textproc/linux-f10-scim-libs
textproc/linux-f10-libxml2
x11/linux-f10-xorg-libs
x11-fonts/linux-f10-fontconfig
x11-themes/linux-f10-qtcurve-gtk2
x11-themes/linux-f10-hicolor-icon-theme
x11-toolkits/linux-f10-qt45
x11-toolkits/linux-f10-gtk2
x11-toolkits/linux-f10-openmotif
x11-toolkits/linux-f10-pango
accessibility/linux-f10-atk
archivers/linux-f10-ucl
archivers/linux-f10-upx
2016-12-31 17:25:05 +00:00
Dmitry Marakasov
60261a550f
- Fix BROKEN: only fails to build on 10.1
...
Approved by: portmgr blanket
2016-12-29 09:11:57 +00:00
Steve Wills
9c515407c7
print/rubygem-prawn-svg: update to 0.26.0
2016-12-28 15:45:29 +00:00
Wen Heping
4283d42dfd
- Update to 0.6.4
2016-12-28 09:42:21 +00:00
Sunpoet Po-Chuan Hsieh
d7765757c8
- Add NO_ARCH
...
- Sort USE_PYTHON
2016-12-26 16:44:04 +00:00
Sunpoet Po-Chuan Hsieh
4c1d5869a0
- Update to 3.4.0
...
- Update WWW
Changes: https://github.com/fonttools/fonttools/blob/master/NEWS
2016-12-26 16:43:59 +00:00
Raphael Kubo da Costa
664ef9bee0
Drop post-configure target from several Qt5 ports.
...
Qt's configure script already creates all the necessary Makefiles for the
directories we need to build, so there is no need to run qmake again in
post-configure.
Reviewed by: tcberner, Adriaan de Groot <groot@kde.org>
Differential Revision: https://reviews.freebsd.org/D8899
2016-12-26 10:00:10 +00:00
Wen Heping
6a2d3ed739
- Pass maintainership to submitter
...
PR: 215489
Submitted by: joneum@bsdproject.de
2016-12-22 12:00:08 +00:00
Marcelo Araujo
917e858cb3
Update to 8.13.1.
2016-12-21 10:36:14 +00:00
Dmitry Marakasov
f631950698
- Builds fine on 9.x
...
- Mark BROKEN on FreeBSD 10.1, 10.2
Approved by: portmgr blanket
2016-12-21 10:25:58 +00:00
Kurt Jaeger
370850a7ff
print/okc321: fix fetch
...
- Oki has updated their web site and MASTER_SITES is no longer valid
PR: 215435
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
2016-12-20 20:05:01 +00:00
Wen Heping
eb8c79f323
- Update to 3.3.1
2016-12-20 02:10:55 +00:00
Ben Woods
121306ee2b
print/hplip and print/hplip-plugin: Update to 3.16.11
...
Changes this release:
http://hplipopensource.com/hplip-web/release_notes.html
Approved by: adamw (mentor, implicit)
2016-12-19 14:47:31 +00:00
Matthias Andree
aa53408156
Update to new upstream release 3.8.
...
ChangeLog: <https://github.com/JabRef/jabref/blob/v3.8/CHANGELOG.md#38---2016-12-16 >
2016-12-17 12:56:56 +00:00
TAKATSU Tomonari
f528ab3f79
- Update to 1.15.1
2016-12-16 08:12:26 +00:00
Jan Beich
13d07760cf
Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systems
...
PR: 215192
Requested by: dim
Exp-run by: antoine
Approved by: antoine
2016-12-16 05:08:09 +00:00
Boris Samorodov
9a5c01c9d1
print/foo2zjs: update to 20161203 (unbreak) and remove GOOGLE_CODE
...
from MASTER_SITES (has gone).
2016-12-15 19:51:24 +00:00
Sunpoet Po-Chuan Hsieh
ad5a8e82b5
- Take maintainership
2016-12-15 00:16:52 +00:00
Johan van Selst
2127a44c33
Stepping down as maintainer for some ports.
2016-12-14 21:48:10 +00:00
Mathieu Arnold
cd19d23292
More USE_GITHUB cleanup.
...
Use GH_SUBDIR, or GH_TUPLE, where applicable.
Sponsored by: Absolight
2016-12-14 16:06:19 +00:00
Sunpoet Po-Chuan Hsieh
92266c5224
- Update WWW: pear.php.net uses https://
...
Approved by: portmgr (blanket)
2016-12-13 15:05:06 +00:00
Sunpoet Po-Chuan Hsieh
f102dee672
- Update WWW: pecl.php.net uses https://
...
Approved by: portmgr (blanket)
2016-12-13 14:26:11 +00:00
Hiroki Sato
1a706f22b0
Revert r427895. The symlinks to Japanese and Chinese fonts are
...
provided to normalize the font names into standardized ones, and to
make the users be able to install the actual font files into
the location pointed by them. japanese/font-std and chinese/font-std
will install ones which can be redistributed freely, and one can install
commercial font files instead. To avoid installing big Japanese and
Chinese font files for people who do not need them, this port does not
have explicit runtime dependency on japanese/font-std or chinese/font-std.
PR: 214381
2016-12-12 17:49:38 +00:00
Jan Beich
6462e584a1
print/harfbuzz: update to 1.3.4
...
Changes: https://github.com/behdad/harfbuzz/compare/1.3.3...1.3.4#files_bucket
ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/
MFH: 2016Q4
2016-12-10 01:22:22 +00:00
Danilo Egea Gondolfo
45d058b764
- Update to 20161209
2016-12-09 22:54:47 +00:00
Rene Ladan
d127985c1e
Remove expired ports:
...
2016-08-20 databases/py-sqlalchemy06: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10
2016-05-02 print/py-reportlab2: no longer supported - use reportlab 3.x (py-reportlab) instead
2016-12-08 devel/py-itools: Depends on broken and expired py-reportlab2
2016-12-08 graphics/py-aafigure: Depends on broken and expired py-reportlab2
2016-12-08 converters/py-pisa: Deprecated upstream, depends on broken and expired py-reportlab2
2016-12-08 20:21:38 +00:00
Tijl Coosemans
f83c7639aa
Remove libintl.so.9 compatibility link that was added in r374303 to
...
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
6ead27eb95
Remove libiconv.so.3 compatibility link that was added in r374303 to
...
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Tijl Coosemans
094d906123
Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 to
...
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
2016-12-08 17:17:43 +00:00
Marcelo Araujo
033f9ec462
Update to 8.13.0.
2016-12-07 16:50:25 +00:00
Baptiste Daroussin
2cdd2cabc2
Add missing runtime dependencies
...
PR: 214381
MFH: 2016Q4
2016-12-05 14:02:53 +00:00
Rene Ladan
ea4c1ae8b4
Remove dependency on devel/py-argparse which is expired and included in
...
Python 2.7+ / 3.2+ by default.
sysutils/osquery fails to build because of C++ errors.
2016-12-04 13:08:46 +00:00
Jan Beich
70b03eae74
textproc/hunspell: update to 1.5.4
...
Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog
PR: 214837
Exp-run by: antoine (for 1.5.3)
Approved by: office (bapt)
2016-12-03 22:24:36 +00:00
Sunpoet Po-Chuan Hsieh
087161b413
- Update to 0.25.2
...
Changes: https://github.com/mogest/prawn-svg/releases
https://github.com/mogest/prawn-svg/commits/master
2016-12-03 19:35:23 +00:00
Matthias Andree
76e3b70512
Update to new release 3.7.
...
Also bump TIMESTAMP in distinfo (by 'make makesum').
PR: 214988
Submitted by: aeuii@posteo.de
2016-12-02 08:58:10 +00:00
Cy Schubert
a4338d37c0
Fix build under clang 3.9.0 (in -CURRENT).
...
PR: 214649
2016-11-27 23:20:24 +00:00
Jan Beich
4fa2afe3dd
print/scribus: unbreak with hunspell 1.5
...
-- Could NOT find HUNSPELL (missing: HUNSPELL_LIBRARIES)
HunSpell or its developer libraries NOT found - Disabling support for spell checking
[...]
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: lib/scribus/plugins/libhunspellplugin.so
scribus/plugins/tools/hunspellcheck/hunspelldict.cpp:22:9: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *'
char* dictEncoding = m_hunspell->get_dic_encoding();
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
https://github.com/hunspell/hunspell/commit/971f8a9cf52e
PR: 214837
Approved by: portmgr blanket
2016-11-26 12:31:15 +00:00
Jan Beich
a8713d15f4
devel/boost-*: update to 1.62.0
...
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
2016-11-23 12:45:46 +00:00
Alexey Dokuchaev
583daec5aa
In several dozen ports, use single space for WWW: line in pkg-descr, and
...
reformat port description text in cases when it was notoriously broken.
2016-11-22 14:04:21 +00:00
Kurt Jaeger
c5c9816da0
print/lilypond-devel: update 2.19.48 -> 2.19.51
...
PR: 213656
Changes: http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=log;h=refs/tags/release/2.19.51-1
Submitted by: Martin Neubauer <m.ne@gmx.net> (maintainer)
2016-11-21 16:41:30 +00:00
Gerald Pfeifer
89f8b05214
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
...
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
Jan Beich
23a96f4a5f
devel/icu: update to 58.1
...
Changes: http://site.icu-project.org/download/58
PR: 214384
Exp-run by: antoine
Approved by: office (bapt)
2016-11-19 18:21:20 +00:00
Jason E. Hale
2f47a623ed
Update to 1.2.0
...
Add NO_ARCH
2016-11-18 19:08:16 +00:00