- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
- bsd.port.options.mk must be included before targets are defined
Reviewed by: feld (mentor)
Approved by: feld (mentor)
Differential Revision: D5479
MFH: 2016Q1
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/
This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.
GDM is still at version 3.16 due to some issues.
Bump mate-themes to use the gtk 3.18 version of the themes.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 207006
The TERMCAP option avoided linking with libcurses (which is symlinked to
libncurses) in order to link with libtermcap (which is also symlinked to
libncurses).
Remove the TERMCAP option completely and link directly to libncurses in
any case.
PR: 206947
approved by: jpaetzel@ (maintainer)
The TERMCAP option avoided linking with libcurses (which is symlinked to
libncurses) in order to link with libtermcap (which is also symlinked to
libncurses).
Remove the TERMCAP option completely and link directly to libncurses in
any case.
PR: 206947
approved by: mp29590(gmail) (maintainer)
two typedefs (apparently, the latter was deprecated and finally removed
in 1.4.7):
typedef enum _imlib_load_error Imlib_Load_Error;
typedef enum _imlib_load_error ImlibLoadError;
- Instead of handling of VIDEO and CACA options interdependency manually,
define VIDEO_IMPLIES=CACA (available since r394573) and thus consummate
conversion to option helpers
- Install sample configuration files as @sample in pkg-plist (and convert
PLIST_FILES to separate file due to better readability thereof)
- Restore sane installation routine broken in r336927 and install couple
of extra documentation files while here
- Augment port description text and update WWW line to avoid redirect
cd /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src && /usr/bin/c++ -I/usr/local/include/libpurple -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src -O2 -pipe -DX_DISPLAY_MISSING -fstack-protector -fno-strict-aliasing -DHAVE_IMLIB -DHAVE_CACA -DHAVE_PAM -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -O2 -pipe -DX_DISPLAY_MISSING -fstack-protector -fno-strict-aliasing -o CMakeFiles/minbif.dir/im/account.cpp.o -c /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp: In member function 'void im::Account::setBuddyIcon(std::string)':
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:276: error: 'ImlibLoadError' was not declared in this scope
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:276: error: expected `;' before 'err'
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:281: error: 'err' was not declared in this scope
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:287: error: 'err' was not declared in this scope
Reported by: pkg-fallout
MFH: 2016Q1