| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- While I'm here, sort PLIST
PR: 216444
Reported by: Randy <randy+bsd@terbush.org>
|
| |
|
|
|
|
| |
Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org
|
|
|
|
|
| |
Changes: https://github.com/Perl/perl5/compare/v5.25.8-217-g02c161e...v5.25.9-15-g03fedef
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
pre-release mode (and changed it's version number from 7.0.0 to 7.0.1
accordingly).
Remove gcc7-devel/files/patch-libc++ again, which dim@ and me managed
to get in upstream quickly.
|
|
|
|
|
| |
PR: 216369
Submitted by: claudius@ambtec.de
|
|
|
|
|
|
| |
PR: 216336
Submitted by: wen@(myself)
Exp-run: antoine@
|
| |
|
|
|
|
|
| |
- Simplify RUN_DEPENDS
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Similar to bug 212465 and bug 216266, lang/gcc7-devel doesn't compile
with libc++ 4.0.0, due to clashes between the redefined abort macro and
standard C++ headers.
Upstream seems to have realized this issue, and are now using system.h
to pull in C++ standard headers, when INCLUDE_xxx is defined, where xxx
is ALGORITHM, VECTOR, and so on.
In this case only gcov.c needs to be fixed.
Approved by: gerald (maintainer)
PR: 216303
MFH: 2017Q1
|
|
|
|
| |
PR: 216309
|
|
|
|
| |
BROKEN marker for powerpc64.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
- While I'm here:
- Remove leading definite article from COMMENT
- Fix indent
- Add NO_ARCH
PR: 216310
Submitted by: Jose M. Alcaide <josemaria.alcaide@ehu.eus>
MFH: 2017Q1
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
obj/aarch64-portbld-freebsd11.0/opt/smp/beam_emu.o: In function `process_main':
beam/beam_emu.c:(.text+0x1ec): undefined reference to `__dtraceenabled_erlang___process__scheduled'
beam/beam_emu.c:(.text+0x3c4): undefined reference to `__dtrace_erlang___process__scheduled'
beam/beam_emu.c:(.text+0x3274): undefined reference to `__dtraceenabled_erlang___local__function__entry'
beam/beam_emu.c:(.text+0x32b0): undefined reference to `__dtrace_erlang___local__function__entry'
beam/beam_emu.c:(.text+0x3318): undefined reference to `__dtraceenabled_erlang___local__function__entry'
[...]
PR: 214556 (maybe unrelated)
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
|
|
| |
ld: Zend/zend_dtrace.d.o.h0Xec8: Relocations in generic ELF (EM: 0)
Zend/zend_dtrace.d.o.h0Xec8: error adding symbols: File in wrong format
dtrace: failed to link script /wrkdirs/usr/ports/lang/php70/work/php-7.0.14/Zend/zend_dtrace.d: failed to link Zend/zend_dtrace.d.o: ld exited with status 1
dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841): DOODAD
dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841): DOODAD
[...]
PR: 214556
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
| |
Changelog: http://www.php.net/ChangeLog-7.php#7.0.15
PR: 216210
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
MFH: 2017Q1
Security: https://vuxml.freebsd.org/freebsd/709e025a-de8b-11e6-a9a5-b499baebfeaf.html
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
packages there are no such packages for 7.3 yet so i386 support has been
marked IGNORE for now.
Change DIST_SUBDIR to just "centos" so distfiles that remain the same
between major versions don't have to be redownloaded.
Remove fmake hacks from linux.mk.
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Install additional PORTEXAMPLES added in this release
Add WWW to pkg-descr
Changes: From the README
CHANGES FROM 3.00 to 3.10
* Implements most of the following BASIC dialects:
OPTION VERSION DARTMOUTH ' Dartmouth DTSS BASIC
OPTION VERSION MARK-I ' GE 265 Mainframe BASIC
OPTION VERSION MARK-II ' GE 435 Mainframe BASIC
OPTION VERSION SYSTEM-360 ' IBM System/360 BASIC
OPTION VERSION SYSTEM-370 ' IBM System/370 BASIC
OPTION VERSION CBASIC-II ' CBASIC-II for CP/M
OPTION VERSION ECMA-55 ' ANSI Minimal BASIC
OPTION VERSION HANDBOOK1 ' The BASIC Handbook, 1st Edition
OPTION VERSION HANDBOOK2 ' The BASIC Handbook, 2nd Edition
OPTION VERSION TRS-80 ' TRS-80 Model I/III/4 LBASIC
OPTION VERSION BASIC-80 ' Microsoft BASIC-80 for Xenix
OPTION VERSION ECMA-116 ' ANSI Full BASIC
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
libc++ 4.0 started to use it within <string> in a way incompatible
with __typeof__ which broke build but upstream switched to C++11 long
ago to notice -Wmacro-redefined.
PR: 216010
MFH: 2017Q1
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Modern-Perl/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
PR: 215761
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D9029
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/Modern-Perl/Changes
|
|
|
|
|
| |
Changes: https://github.com/Perl/perl5/compare/v5.25.8-184-g8f7edc6...v5.25.8-217-g02c161e
Sponsored by: Absolight
|
|
|
|
|
| |
tracking snapshots of GCC and simplify the definition of GCC_VERSION
(but keep the latter as a variable to align the gcc5-devel and gcc5 ports).
|
|
|
|
| |
There is no code change since 5.22.3-RC5.
|
|
|
|
| |
There is no code change since 5.24.1-RC5.
|
|
|
|
|
|
| |
Security: CVE-2016-6814
Security: https://vuxml.FreeBSD.org/freebsd/4af92a40-db33-11e6-ae1b-002590263bf5.html
MFH: 2017Q1
|
|
|
|
|
|
|
|
|
| |
Give MAINTAINERship to submitter, modernize port.
PR: 215866
Submitted by:Pavel Volkov (pavelivolkov gmail com)
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D9186
|
|
|
|
| |
Approved by: gerald (maintainer)
|
|
|
|
| |
support by andreast@, which we'll enable shortly.
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Use USES=localbase
- Use PORTDATA
- Sort PLIST
Changes: http://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
Differential Revision: https://reviews.FreeBSD.org/D9073
PR: 215840
Exp-run by: antoine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix quoting failure handling in JSOP_CALLPROP and JSOP_STRING.
jsopcode.cpp:6070:45: error: ordered comparison between pointer and zero ('char *' and 'int')
return QuoteString(&sprinter, s, quote) >= 0;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
PR: 215861
Regressed by: https://github.com/llvm-mirror/clang/commit/4b6ad14285f3
Obtained from: upstream (only the specific fix)
Approved by: portmgr blanket
MFH: 2017Q1 (changes existing behavior)
|
| |
|
|
|
|
|
| |
PR: 215997
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Switch to options helpers
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add missing LIB_DEPENDS
PR: 215942
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Kostas Oikonomou <ko@research.att.com> [1]
Reported by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
|
|
|
|
| |
Approved by: gerald (maintainer)
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
Approved by: gerald (maintaier)
|
|
|
|
| |
Announcement: https://next-scripting.org/xowiki/Ann2_1_0
|
| |
|
| |
|
|
|
|
|
| |
Changes: https://github.com/Perl/perl5/compare/v5.25.8-128-g74ef8fd...v5.25.8-184-g8f7edc6
Sponsored by: Absolight
|
|
|
|
|
|
| |
- Switch to new test framework
Approved by: portmgr blanket
|
| |
|
|
|
|
|
| |
Reported by: swills
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
|
|
|
|
|
| |
PR: 215743
Submitted by: Jochen Neumeister
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
| |
Many hacks simply removed dependency on zlib which broke static linking
if it was actually supported.
|
|
|
|
|
|
|
|
|
|
| |
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
Pointy hat: mat
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Cling is an interactive C++ interpreter,
built on the top of LLVM and Clang libraries.
Its advantages over the standard interpreters are that it has command prompt
and uses just-in-time (JIT) compiler for compilation.
One of Cling's main goals is to provide contemporary, high-performance
alternative of the current C++ interpreter in the ROOT project "CINT".
The backward-compatibility with CINT is major priority during the development.
Its main advantages are:
Production-grade parser.
Just-in-time compiler (JIT).
Modular C++ API from the ground up.
Separate parser and execution engine.
C++ 11 support through clang.
PR: 215689
Submitted by: Mahdi Mokhtari
Reviewed by: mat, novel
Differential Revision: https://reviews.freebsd.org/D9012
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
20161231:
- The function toArray has been added to the libraries bitset.s7i,
bitsetof.s7i and hashsetof.s7i. This function creates an array
with all values from a given set.
- Experimental functions to access TAR and ZIP archives as file system
have been added to tar.s7i and zip.s7i. This is work in progress, so
the API might change.
- The compiler has been improved to work correctly with a C++ compiler
backend (Now it uses strRaiseError insead of intRaiseError) for the
code generated for BIN_RADIX and INT_RADIX.
- The compiler has been improved to use sigaction(), when available
(HAS_SIGACTION is TRUE).
- The compiler has been improved to reactivate the signal handler,
when necessary (SIGNAL_RESETS_HANDLER is TRUE).
- Testcases for the parse function with whitespace and control
characters have been added to chkbig.sd7.
- in big_gmp.c the functions bigParse and bigParseBased have been
improved, to raise RANGE_ERROR when whitespace characters are in the
string.
- The configuration values HAS_SIGACTION and SIGNAL_RESETS_HANDLER
have been added to cc_conf.s7i.
- The program chkccomp.c has been improved to define
SIGNAL_RESETS_HANDLER.
- The function checkMoveDirectory has been removed from chkccomp.c.
- In several files the literal 8 has been replaced by CHAR_BIT, when 8
refers to the number of bits is a char.
- Several integer literals have been replaced by defined constants.
- Documentation comments have been added or improved in bitset.s7i,
bitsetof.s7i, hashsetof.s7i, cc_conf.s7i, ftp.s7i, tar.s7i, zip.s7i,
arrlib.c, arr_rtl.c, big_rtl.c, conlib.c, dll_unx.c, dll_win.c,
fillib.c, fil_rtl.c, heaputl.c, hshlib.c, hsh_rtl.c, numlit.c,
numutl.c, pcs_unx.c, pcs_win.c, pol_dos.c, pollib.c, pol_sel.c,
pol_unx.c, sctlib.c, setlib.c, set_rtl.c, str_rtl.c and typlib.c.
20161204:
- A description, how compiler optimizations can reduce the potential
of integer overflow, has been added to the manual.
- Documentation comments have been improved in cc_conf.s7i,
integer.s7i, int_rtl.c, stat_win.c and tim_win.c.
- The compiler has been improved to optimize expressions, where
several terms are added or subtracted in combination with the
functions succ or pred. It is possible to combine adjacent constant
terms at compile time. This simplifies overflow checks.
- The compiler has been improved to optionally generate programs,
that trace function calls. This is activated with the option -tf.
- Checks have been added to chkint.sd7, where several terms are added
in combination with the functions succ or pred.
- The functions wstati64Ext (in stat_win.c) and alternate_utime (in
tim_win.c) have been improved to avoid the strange time adjustments
of windows for Daylight Saving Time: For the same file different
times are retrieved respectively set in summer and winter. Now the
times do not depend on the time when they are retrieved or set.
- In stat_win.c a check for wildcards in a path has been removed from
wstati64Ext.
- The performance of dirRead in dir_rtl.c has been improved by 10%
(measured with gcc and valgrind). A smarter check for the
directories . and .. reduces the CPU time used.
- In cmd_rtl.c the functions remove_dir and copy_dir have been
improved with a smarter check for the directories . and .. to
reduce the CPU time used.
- The function getSearchPath in cmd_rtl.c has been improved to work
correctly, when there is no environment variable named PATH.
- Definitions of macros to check the st_mode field of struct stat
(e.g. S_ISDIR, S_ISREG, etc.) have been moved from fil_rtl.h to
stat_drv.h.
- The program chkccomp.c has been improved to work correct, when
C compiler options are separated by linefeeds (\n). In this case the
linefeeds are replaced by spaces. The linefeeds are used in
cc_conf.s7i to allow the definition of SYSTEM_DB_LIBS as an array of
database libraries.
- In sudo.c the call of ShellExecute() has been replaced by a call of
ShellExecuteA().
- A definition of FMT_T, a printf format for time_t values, has been
added to common.h.
- The makefile mk_clangw.mak has been improved to use the library
extension ".lib".
- Calls of logFunction and logError have been added or improved in
cmd_rtl.c, cmd_win.c, gkb_win.c, flt_rtl.c, int_rtl.c, pcslib.c,
reflib.c, rfllib.c, stat_win.c and tim_win.c.
- In dir_rtl.c the function readVolumeName has been improved to
consider only directories as volumes.
- In int_rtl.c the functions uint_mult, uint2_mult and uint2_add
have been renamed to uintMult, uint2Mult and uint2Add respectively.
- In stat_win.c the functions filetime_to_unixtime and
fileattr_to_unixmode have been renamed to fileTime2UnixTime and
fileAttr2UnixMode respectively.
- In tim_win.c the function alternate_utime has been improved to
avoid calling os_utime_orig, because the utime functions of Windows
do different time adjustments for the same time in summer and
winter.
|
|
|
|
|
|
|
|
| |
- Enable DTRACE by default where possible.
- Remove unnecessary check for dtraceall module.
PR: 215032
Submitted by: antoine
|
|
|
|
|
|
|
|
| |
For some reason, some modules get rebuilt when make install, so move
Config's patching down to post-install.
Changes: https://github.com/Perl/perl5/compare/v5.25.8-78-gd720149...v5.25.8-128-g74ef8fd
Sponsored by: Absolight
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 lang/perl5.18: Unsupported, please upgrade to a more recent version of Perl
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Modern-Perl/Changes
|
| |
|
|
|
|
|
| |
I'm not sure how this was misgenerated previously. This matches the
version available via LOCAL/marino
|
|
|
|
|
|
| |
PR: 215563
Submitted by: graudeejs@inbox.lv
Approved by: graudeejs@gmail.com (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Removes all patches including XFORK_FIX (it seems it is not needed anymore).
* New port as dependency: devel/hs-setlocale
PR: 213579
Submitted by: Martin Sugioarto <martin@sugioarto.com>
Approved by: maintainer timeout (2 months), rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8191
|
| |
|
| |
|
|
|
|
| |
Preapproved by: riggs
|
|
|
|
|
| |
PR: 215465
Submitted by: wen
|
|
|
|
|
|
| |
- While here, minor cosmetic and license fixes
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
| |
PR: 215565
Submitted by: Yunchih Chen <yunchih.cat@gmail.com>
Approved by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
|
|
|
|
|
| |
release (and is pretty similar) and hence carries a version number
of 6.3.1 now.
|
| |
|
|
|
|
|
| |
While here, remove local patches that are no longer needed and simplify
post-patch target.
|
|
|
|
|
| |
PR: 215580
Submitted by: Roland Smith <rsmith@xs4all.nl>
|
| |
|
| |
|
|
|
|
|
| |
Changes: https://github.com/Perl/perl5/compare/v5.25.7-145-g54f6f37...v5.25.8-78-gd720149
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
| |
PR: 215375
Submitted by: wen@
Exp-run by: antoine@
|
|
|
|
|
|
|
|
|
| |
Omit the definition of DISTVERSION which is only necessary for ports
tracking snapshots of GCC and simplify the definition of GCC_VERSION
(but keep the latter as a variable to align the gcc6-devel and gcc6 ports).
Remove files/patch-unwind-ia64.h since we have not been supporting ia64
with this release series (ONLY_FOR_ARCHS has not been including ia64).
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
support loaded (revert 215032).
PR: 215032
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Copy BROKEN_* settings from lang/erlang to lang/erlang-runtime19
- Enable DTRACE by default where possible (PR 215032)
PR: 215032
Submitted by: swills
|
|
|
|
|
|
|
|
| |
the build specifically on powerpc64, while the check included both 32-bit
and 64-bit PowerPC. While here, drop rudimentary support for ia64 which
is long unsupported in base (and hardly ever was in ports).
Tested on: Mac mini G4
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
| |
Without adding WITH_MPM=event into make.conf the build will fail
when using poudriere. This is currently documentend in /Mk/Uses/php.mk.
Since users do not investigate the framework code, we add the
notice to avoid future confusion.
PR: 214943
Reported by: rainer@ultra-secure.de, ohartmann@walstatt.org
Approved by: mentors (implicit)
|
|
|
|
|
|
| |
now.
Sponsored by: Absolight
|
|
|
|
|
| |
Submitted by: swills
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 215297
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Release notes: https://www.kde.org/announcements/kde-frameworks-5.29.0.php
New ports:
* textproc/kf5-syntax-highlighting (new in 5.28.0)
* graphics/kf5-prison (new in 5.29.0)
Fixes:
* kf5-kservice: Move applications.menu to kf5-applications.menu to stop conflicting with kdelibs4.
* Define conflicts in the kde4-l10n ports (debian does the same).
* kf5-kapidox: Fix with python3
Thanks to Matthew Rezny <matthew@reztek.cz> for looking at the conflicts in 214528,
and Dima Panov (fluffy@) for the python3 fix.
PR: 214528
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8776
|
|
|
|
|
| |
Changes: https://github.com/Perl/perl5/compare/v5.25.7-110-gc551bb0...v5.25.7-145-g54f6f37
Sponsored by: Absolight
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Changes: https://metacpan.org/changes/release/MAMOD/Try-Catch-1.1.0
|
|
|
|
|
|
|
| |
- Set to link directly against ncurses (not curses)
- Explicitly set extra patches to apply to DF as well. They were already
but it wasn't clear if that was wanted or not.
- set USES=alias to fix building on DF
|
|
|
|
| |
Pointy hat: sunpoet
|
|
|
|
|
|
|
|
|
|
| |
- Add missing OPTIONS_DEFINE=DOCS
- Use USES=makeinfo instead of hard-coded BUILD_DEPENDS
- Convert to options helper
- Convert to options target helper
- While I'm here, fix indent
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
| |
Remove files/patch-unwind-ia64.h since we have not been supporting ia64
with this release for a while (ONLY_FOR_ARCHS has not been covering ia64).
|
|
|
|
|
| |
PR: 215280
Submitted by: ports@nicandneal.net(maintainer)
|
| |
|
|
|
|
| |
PR: 215305
|
| |
|
|
|
|
|
|
| |
Use GH_SUBDIR, or GH_TUPLE, where applicable.
Sponsored by: Absolight
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
| |
- Update maintainer's email
- While here, add LICENSE_FILE, fix library dependency, don't install unneeded docs, fix command for docs installation and apply some cosmetic fixes
PR: 213897
Submitted by: colin@heliocat.net (maintainer)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
| |
Remove files/patch-unwind-ia64.h since, like lang/gcc6 even, we no
longer support ia64 (ONLY_FOR_ARCHS does not include ia64).
|
|
|
|
|
|
|
|
|
| |
Changelog: http://www.php.net/ChangeLog-5.php#5.6.29
PR: 215190
Submitted by: rustem.alimov@gmail.com
Approved by: mentors (implicit)
MFH: 2016Q4
|
|
|
|
|
| |
Changes: https://github.com/Perl/perl5/compare/v5.25.7-52-ga14be3e...v5.25.7-110-gc551bb0
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
- Update LICENSE
- Add OPTIONs for LLVM 3.6+ versions
- Remove all OS related BROKEN variables for now
- Add dependency on libyaml
- Remove a merged diff
|
|
|
|
| |
about the same version of GCC (except lang/gcc will move on to GCC 5).
|
|
|
|
| |
backports from mainline GCC (code generation and otherwise).
|
| |
|
|
|
|
|
|
| |
Changes: https://github.com/cython/cython/blob/master/CHANGES.rst
PR: 215173
Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
|
| |
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
|
|
|
|
|
|
| |
Changelog: http://www.php.net/ChangeLog-7.php#7.0.14
MFH: 2016Q4
Approved by: mentors (implicit)
|
|
|
|
|
| |
PR: 206108
Submitted by: dim
|
|
|
|
|
|
|
|
| |
Note that following the OPTIONS_EXCLUDE+= line appears to redundant
and could be removed, and the OPTIONS_EXCLUDE_FreeBSD_9 line should
be "=" operator, not "+=", from what I can tell.
Approved by: DF support blanket
|
|
|
|
|
| |
PR: 206111
Submitted by: dim
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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), part II.
The first part covered 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.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry
|
|
|
|
|
| |
PR: 206110
Submitted by: dim
|
| |
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
Remove the PTHREAD option, and the special handling in hints/freebsd.sh.
Also, stop making THREADS and PERL_MALLOC exclusive options.
Changes: https://github.com/Perl/perl5/compare/v5.25.7-26-g7332835...v5.25.7-52-ga14be3e
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
and lang/gcc48, but is something we have in lang/gcc47 and that lang/gcc
carried over from the days it was about GCC 4.7 (so surviving both the
transitions to GCC 4.8 and recently GCC 4.9).
The underlying issue was addressed upstream 2014-10-24 with r216679,
and in FreeBSD head 2013-09-06 by theraven@ who fixed fixed our
iconv.h to not include stdbool.h.
PR: 161417
|
|
|
|
| |
(Last week's snapshot failed to build out of the box.)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches
|
| |
|
|
|
|
|
| |
PR: 214794
Approved by: gahr
|
|
|
|
|
| |
PR: 214794
Approved by: gahr
|
|
|
|
| |
Approved by: tz (maintainer)
|
|
|
|
|
|
| |
- Switch to options helpers
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
Changes: https://github.com/Perl/perl5/compare/v5.25.7-4-gd5584eb...v5.25.7-26-g7332835
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
| |
Changelog: http://www.php.net/ChangeLog-5.php#5.6.28
PR: 214756
Submitted by: rustem.alimov@gmail.com
Approved by: mentors (implicit)
MFH: 2016Q4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Instead of excluding the specific packages added to DISTFILES (but only for
FreeBSD 9+), exclude all files with a '.nupkg' extension.
- Move the nuget-extract command to be before post-extract, to allow the port's
post-extract command to move packages around
audio/libgpod-sharp: add port for mono bindings for libgpod
- audio/libgpod: [2]
- USE_GNOME: add missing dependency
- Remove mono files from pkg-plist (now in audio/libgpod-sharp)
- Allow relevant variables to be overridden
- Fix MONO options
- Patch source to allow building with modern mono
- Avoid post-install target for slave ports.
devel/monodevelop: update to 4.6.2.7
- Update nuget package Fantomas to 2.4.0 (latest at time of monodevelop's
release).
- Downgrade nuget package FSharp.Compiler.CodeDom (per paket's specification)
- LICENSE: Add license of LGPL21
- LICENSE_FILE: Add license file from source
- PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases)
games/openra: simplify post-extract [3]
- USES=mono:nuget allow overridding of NUGET_PACKAGEDIR
- Set NUGET_PACKAGEDIR to correct location, fix patching accordingly
lang/fsharp: update to 4.6.2.7
ChangeLog:
- Fix #639: Problems with F# scripts on Mono
- Fix FSharp.Compiler.Tools targets for .NET Core usage
- Fix FSharp.Compiler.Tools package dependencies
lang/mono: update to 4.6.2.7
Mono 4.6.2 is the 1st service release to the 4.6 series.
Changes:
- LICENSE: Add license of MIT
- LICENSE_FILE: Add license file from source
- PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases)
Bug fixes:
- #44708 - "TrustFailure (The authentication or decryption has failed.) ...
Invalid certificate received from server." with "Error code: 0x5"
or "Error code: 0xffffffff800b010f" when attempting to access
HTTPS servers on ports other than 443
- #39832 - SIGSEGV when running roslyn
multimedia/banshee: bump port revision.
- Update missing port dependencies
- Convert to use option helpers
- OPTIONS: Add APPLEDEV (missing dependency added)
- LICENSE: Add MIT license
- LICENSE_FILE: Add license file from source
- PORTSCOUT: Skip alpha release (2.9.1)
x11-toolkits/gnome-sharp20: fix port dependencies
- Add missing dependencies
- Convert post-patch to shebangfix
- LICENSE: add LGPL21 license
- LICENSE_FILE: use license file from source
- MKAE_JOBS_UNSAFE: remove, does appear to work
x11-toolkits/gtk-sharp20: update to 2.12.42.
PR: 214680 [2]
PR: 214681
Suggested by: jbeich [1]
Submitted by: jbeich [3]
Approved by: avilla (maintainer; timeout) [2]
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Backport of upstream fix for 3.4/3.5
PR: 210539
Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Reported by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Reviewed by: robak, brnrd
MFH: 2016Q4
Security: CVE-2016-5699
Security: a61374fc-3a4d-11e6-a671-60a44ce6887b
Differential Revision: D7107
|
|
|
|
|
|
|
| |
It already sets DISTNAME to a very nice unique name, do not set it
yourself.
Sponsored by: Absolight
|
|
|
|
| |
version for GCC in the Ports Collection have moved to GCC 4.9.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While testing the clang390-import branch, I ran into the following
errors building lang/gcc49:
In file included from /wrkdirs/usr/ports/lang/gcc49/work/gcc-4.9.4/gcc/c/c-objc-common.c:33:
In file included from /usr/include/c++/v1/new:70:
/usr/include/c++/v1/exception:267:5: error: no member named 'fancy_abort' in namespace 'std::__1'; did you mean simply 'fancy_abort'?
_VSTD::abort();
^~~~~~~
/usr/include/c++/v1/__config:451:15: note: expanded from macro '_VSTD'
#define _VSTD std::_LIBCPP_NAMESPACE
^
/wrkdirs/usr/ports/lang/gcc49/work/gcc-4.9.4/gcc/system.h:685:13: note: 'fancy_abort' declared here
extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
^
1 error generated.
What is happening here, is that the source file includes gcc/system.h,
which defines abort to fancy_abort, and then the source file includes
<new>, which attempts to call _VSTD::abort() (the _VSTD is a libc++
alias for std::). The macro definition then causes the above breakage.
Newer gcc ports, such as gcc5 and gcc6 don't show this issue, because
upstream gcc first added an include of <algorithm> (which indirectly
includes <new>) in r217348 [1], and later even add a direct include of
<new> in r232736 [2].
Fix it for this version, by adding the direct include of <new> to
gcc/system.h. This makes the 'second' includes of <new> in some .c
files superfluous, but at least they won't result in errors.
[1] https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=217348
[2] https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=232736
Approved by: portmgr (antoine)
PR: 212465
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- The examples about multiple dispatch in the FAQ and in the manual
have been changed.
- In dir_win.c the functions opendir and wopendir have been improved
to work correctly, when a volume is empty. FindFirstFile returns
INVALID_HANDLE_VALUE, when the path refers to an empty volume
(a directory that does not contain the . and .. directories).
After FindFirstFile fails GetFileAttributesEx is used to recognize
empty volumes.
- In stat_win.c the function wstati64Ext has been improved to
recognize empty volumes correctly. Now GetFileAttributesEx is used
instead of FindFirstFile to get information about a file.
- The function openVolumeList has been moved from cmd_win.c and
cmd_unx.c to dir_win.c.
- The definition of volumeListType has been moved from cmd_drv.h to
dir_win.h.
- In str_rtl.c the function strAppendN has been improved to work
correctly, when an appended string is identical to the destination
or a slice of it. There was already code to handle this case, but
this code could access freed memory in rare situations.
- The makefiles mk_nmake.mak and mk_msvc.mak have been changed to
include the file 'macros' before the macro SYSTEM_DB_LIBS is used.
- Rand functions have been added to bin32.s7i and bin64.s7i.
- The compiler has been improved to optimize the float shift
operators << and >> .
- Documentation comments have been improved in float.s7i,
integer.s7i, osfiles.s7i, big_gmp.c, big_rtl.c, bstlib.c and
bst_rtl.c.
|
|
|
|
| |
reformat port description text in cases when it was notoriously broken.
|
|
|
|
|
|
| |
PyPy now supports libressl (aka openssl 1.1).
Submitted by: benjamin@bureaucracy.de
|
| |
|
| |
|
|
|
|
| |
Submitted by: mat@
|
|
|
|
| |
- Bump fpc-rtl-extra PORTREVISION
|
| |
|
|
|
|
|
|
|
|
| |
/usr/bin/make sysinfer3m
./racket3m -cqu ./mksystem.rkt system.rktd "cpp -I. -I./include -I./src -I/usr/local/include -DLIBICONV_PLUG -pthread -DUSE_SENORA_GC -DMZ_USES_SHARED_LIB ./src/systype.c" "" "./racket3m" "./racket3m"
Seg fault (internal error) at 0x606060a
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
| |
Portable OpenCL aims to be an efficient open source (MIT-licensed)
implementation of the OpenCL 1.2 standard. pocl uses Clang as an
OpenCL C frontend and LLVM for the kernel compiler implementation,
and as a portability layer. Thus, if your desired target has an LLVM
backend, it should be able to get OpenCL support easily by using pocl.
PR: 171914
Submitted by: O.Hartmann <ohartmann@walstatt.org> (based on)
|
|
|
|
|
| |
Changes: https://github.com/Perl/perl5/compare/v5.25.6-241-g89e5a02...v5.25.7-4-gd5584eb
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
| |
(where I updated that port from GCC 4.8.5 to 4.9.4) to lang/gcc48.
Apart from these improvements these two ports used to be more or less
aligned, and not syncing them fully earlier looks like an omission.
Reported by: linimon
|
|
|
|
|
|
|
| |
we have updated lang/gcc to the GCC 4.9 series. (The direction from
lang/gcc49 to the respective port already has been addressed.)
PR: 196712
|
| |
|
|
|
|
| |
Reported by: antoine
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Collection as well as the lang/gcc port from GCC 4.8.5 to GCC 4.9.4!
See http://gcc.gnu.org/gcc-4.9/changes.html for an extensive list of
changes and http://gcc.gnu.org/gcc-4.9/porting_to.html for information
on how to port to that new version (if necessary).
files/java-patch-hier required adjustments, gcc/files/patch-arm-libcpp
is not needed any longer (merged upstream), and we're also loosing the
local Stack Protector patches/backports.
PR: 196712
Tested by: antoine (-exp runs)
Supported by: antoine, kwm, and others
|
|
|
|
|
| |
ChangeLog:
http://doc.pypy.org/en/latest/release-pypy2.7-v5.6.0.html
|
|
|
|
|
|
|
| |
seed7 can only find the base ncurses headers, so augment the CFLAGS
so it can find the headers for the ncurses library it uses.
Approved by: ncurses blanket
|
|
|
|
| |
Approved by: ncurses blanket
|
| |
|
|
|
|
|
| |
PR: 204664
Submitted by: penzin.dev@gmail.com (maintainer)
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/58
PR: 214384
Exp-run by: antoine
Approved by: office (bapt)
|
| |
|
| |
|
|
|
|
| |
With hat: portmgr-secretary
|
|
|
|
|
|
|
| |
Changes: http://www.php.net/ChangeLog-7.php#7.0.13
MFH: 2016Q4
Approved by: pi (mentor)
|
| |
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
| |
Preapproved by: riggs
|
|
|
|
|
|
|
|
| |
The big feature for adacontrol 1.18 is the direct support of .gpr project
files. Unfortunately, the project support requires devel/gnatcoll, a heavy
dependency. Thus, a PROJECT option was created which is "OFF" by default to
maintain the relatively lean dependency requirements. If project support is
vital, reconfigure the build with the PROJECT option.
|
| |
|
|
|
|
|
| |
PR: 214521
Submitted by: linimon
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and Applications)
KDE Frameworks is a collection of libraries and software frameworks by KDE
that serve as technological foundation for KDE Plasma 5 and KDE Applications
distributed under the GNU Lesser General Public License (LGPL) [1].
The work is based on what we have in the KDE testing repo [2].
This is the next big step in updating the KDE Desktop and its Applications
to anything less dusty.
With this change, `USES=kde:5` is now a valid option. Ports that need to depend
on KDE Framework can now set:
USES=kde:5
USE_KDE=<framework1> <framework2> ... <frameworkX>
For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via:
KWALLET_USE= KDE=wallet
I would like to thank Raphael and Adriaan for reviewing the ports in the testing
repo :)
[1] https://en.wikipedia.org/wiki/KDE_Frameworks
[2] http://src.mouf.net/area51/log/branches/plasma5
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (maintainer)
Differential Revision: https://reviews.freebsd.org/D8329
|
| |
|
|
|
|
|
| |
Changes: https://github.com/Perl/perl5/compare/v5.25.6-144-g26e9d72...v5.25.6-241-g89e5a02
Sponsored by: Absolight
|
|
|
|
|
|
| |
matching standard ones from `Mk/bsd.options.desc.mk'
- Rename couple of options to standard name or the one that better reflects
their usage
|
|
|
|
|
|
| |
- Unbreak by moving to the new project location
Reported by: josteink@kjonigsen.net (upstream maintainer)
|
|
|
|
|
|
|
| |
From the newer website: "The last released version of LibJIT was 0.1.2.
This version is severely out of date and its use is discouraged.
Currently it is preferable to use the source code from the LibJIT
Savannah repository."
|
|
|
|
|
|
| |
PR: 214455
Changes: http://jim.tcl.tk/index.html/doc/www/www/news/
Submitted by: Lucas Skoeldqvist <frusen@gungre.ch>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
| |
The MASTER_SITES was changed and so was the name of one distfile, the
contents remained the same.
PR: 210018
Submitted by: Keith Gaughan <k@stereochro.me>
MFH: 2016Q4
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
| |
|
|
|
|
| |
http://core.tcl.tk/tcl/timeline?from=699a33324b663e80&to=24d90770030948ca
|
|
|
|
|
| |
PR: 214205
Submitted by: gahr
|
|
|
|
|
| |
PR: 214205
Submitted by: gahr
|
| |
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|