be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES
and require manual fetching, others are already marked RESTRICTED.
- Trim headers
- Convert some pre-fetch errors into IGNORE
- Remove needless quoting in java/jdk7-doc IGNORE
With hat: portmgr
The license was defined as "AS-IS" but this license has no definition in
bsd.license*.mk. As a result, this port would not build in bulk because
there was no implied acceptance of the "AS-IS" license. Upon
re-examination, the maintainer believes it is close enough in spirit to
BSD license to be classified as BSD.
Copyright 1993-2000 Peter Neelin and David MacDonald, McConnell Brain
Imaging Centre, Montreal Neurological Institute, McGill University.
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies. The
author and McGill University make no representations about the
suitability of this software for any purpose. It is provided "as is"
without express or implied warranty.
The PORTREVISION was bumped because when a license is specified, it
modifies the pkg-plist.
PR: 181350
Approved by: bapt/culot (mentors, implicit), jwbacon (maintainer)
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery)
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
The h5perf program will not run because it is linked to libh5test.so.0
which is not installed. Rather than install this shared library, a patch
was added to prohibit h5perf from installing.
PR: ports/179951
Approved by: bapt (mentor), maintainer timeout (~4 weeks)