2016-04-11 deskutils/qlabels: Does not fetch, unmaintained
2016-04-14 french/tvdownloader: Many channels have modified their protocols and cannot be DL anymore
2016-04-14 comms/cdr_read: unfetchable
2016-04-14 russian/rubygem-rutils: Deprecated by upstream
2016-04-14 devel/rubygem-dotenv-deployment: Deprecated by upstream in latest version (0.3.0)
2016-04-15 www/p5-LWP-ConsoleLogger: Depends on expiring www/p5-HTTP-CookieMonster
2016-04-15 www/p5-WWW-Mechanize-Cached: Depends on expiring www/p5-HTTP-CookieMonster
2016-04-15 www/p5-HTTP-CookieMonster: Broken for more than 6 months
2016-04-15 misc/diary-hercules: Broken for more than 6 months
2016-04-15 graphics/ffff: Broken for more than 6 months
2016-04-15 net-im/sigram: Broken for more than 6 months
2016-04-15 games/annelid: Broken for more than 6 months
2016-04-15 science/py-pydap: Broken for more than 6 months
2016-04-15 sysutils/su2: Broken for more than 6 months
2016-04-15 www/download-gemist: Broken for more than 6 months
2016-04-15 databases/p5-qdbm: Broken for more than 6 months
2016-04-15 comms/libfec: Broken for more than 6 months
2016-04-15 deskutils/ladon: Broken for more than 6 months
Sponsored by: Essen Linuxhotel Hackathon 2016
The LIBS Make argument no longer works; libcurses was hardcoded to the
curses target in the 2048 v0.9.1 makefile. To restore the build on
systems without base ncurses (e.g. DragonFly), extend the existing
Makefile file to link to libncurses instead. While here, remove the
non-functional MAKE_ARGS=LIBS definition.
Approved by: just-fix-it / Restore DF functionality blanket
wxWidgets' wxSYS_COLOUR_HIGHLIGHT is matching background color; use the
same work-around as on OS X and construct wxColour manually
- Display an icon on TrenchBroom's various windows and dialogs by calling
SetIcon(); install provided icons and set INSTALLS_ICONS accordingly
- Amend CATEGORIES and inform end-users of TB's current beta status while
here; bump PORTREVISION
taipan.c:2709:7: warning: array index 4 is past the end of the array (which contains 4 elements) [-Warray-bounds]
PR: 206771
Submitted by: Dave Walton <dw-fbsd@digger.net>
Submitted by: c.brinkhaus@t-online.de
At some port, this port was converted from having a plist to using
PORTDATA as an automatic generator. Unfortunately, this excluded the
main executable (bin/tbe) from being packaged as well as several icons.
Drop PORTDATA and bring back the full pkg-plist (it's < 300 lines).
While here, pet portlint.
PR: 207946
Approved by: maintainer timeout
- 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)
Using variables for port origins break make operators like N: and M:
depending on where they are applied. It more robust (and arguable
more correct) to use a "hardcoded" path for *DEPENDS.
Approved by: marino (Listed as reviewer)