Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
This software comes from the University of Illinois, same as science/namd,
and is for non-commercial use only.
Also add it to ports/LEGAL.
Approved by: portmgr blanket
- fix spelling of VMD license [1]
- use USES=tcl,tk instead of direct dependency
- patch vmd to support (tcl|tk)86
- fix shebang for tcl [1]
- fix detection of netcdf
- add sqlite as a dependency (for dmsplugin) [1]
- add expact as a dependency (for hoomdplugin)
- rework configuration:
- explicitly list required components (CONFIGURE_ARGS)
- call configure directly (instead of via gmake(1))
- patch configure to accept TCLLDFLAGS and TKLDFLAGS
- pass PREFIX as an environment variable instead of using sed(1)
- patch Make-arch to accept environment TCLLDFLAGS and NETCDFLDFLAGS
- add support for parallel building (except for building plugins)
- bump PORTREVISION
PR: 219642
Reported by: Yuri Victorovich <yuri@rawbw.com>
- update MASTER_SITES to use upstream stride (the old - repackages - sources
were no longer working).
- take maintainership: although I don't use the software I am happy to respond
to PR's and check for updates periodically,
- add license information for each source:
- vmd: custom license that requires the user to explicitly download (and
accept the license before downloading). Mark the license as
auto-accept here as the present of the DISTFILE will indicate that
the license has been accepted
- tachyon: standard 3-clause BSD license :-)
- stride: almost BSD license, except only for academic use (i.e.
non-commersial) and a requirement to report bugs to the author.
Add a plain text copy of the license file to the port.
- add missing dependencies: gl, x11
- fix detection of python.
- simplify configure patch.
- update pkg-plist for changes in plugin versions.
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.
This patch removes the hardcoded "gcc" so that it works with USE_GCC
variable. There is a slightly newer version of vmd available, so a
version upgrade may soon follow.
PR: 197103
Submitted by: Sakaue Mamoru
I clobbered the Makefile diff (sorry danfe@). The entire makefile was
tabbed over 3 times. There was also no respect for 80 columns so a good
part of the clobber came from line wrapping. I also made $TAR use
real switches (e.g. -xzf) rather than undocumented by supported (zxf)
This is another manual package / obtain restricted data files/ only port
so I can't test much of it.
PR: 193090
Submitted by: turutani (Kyoto)
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt)
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
This was causing me issues when attempting to gather certain statistics.
While here trim header
Approved by: miwi, adrian, tj
No objection from: db, bjk, cperciva, scheidell, osa
to fix a runtime error (the "ARCH" value is not set)
- Bump PORTREVISION
- Remove MD5 checksum from distinfo
- Set ONLY_FOR_ARCHS (i386 and amd64)
PR: ports/152955
Submitted by: Benjamin Kaduk <kaduk-fbsd at mit.edu> (maintainer)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)