/archivers/p7zip/

/cgit.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/news/nget/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Compiling on GCC-based architectures (only) requires using c+11.linimon2018-11-101-2/+8
| | | | | PR: 232862 Submitted by: Piotr Kubaj
* news/nget: Fix build on 12.0tobik2018-08-251-0/+1
| | | | | | | | | | | | | | | | | | | | | Many configure checks fail with In file included from conftest.cc:38: In file included from /usr/include/c++/v1/ext/hash_map:203: In file included from /usr/include/c++/v1/__hash_table:16: In file included from /usr/include/c++/v1/memory:653: In file included from /usr/include/c++/v1/typeinfo:61: In file included from /usr/include/c++/v1/exception:82: In file included from /usr/include/c++/v1/cstdlib:86: In file included from /usr/include/c++/v1/stdlib.h:94: /usr/include/stdlib.h:97:1: error: function declared '[[noreturn]]' after its first declaration _Noreturn void exit(int); ^ /usr/include/sys/cdefs.h:280:22: note: expanded from macro '_Noreturn' #define _Noreturn [[noreturn]] ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/nget-0.27.1_5.log
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-1/+1
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* Adjust USES to fix builds on gcc-based architectures.linimon2018-06-191-1/+1
| | | | | | | | While here, pet portlint. Tested for no regression on amd64. Approved by: portmgr (tier-2 blanket)
* news/nget: Fix build with Clang and GCC > 4.8tobik2017-10-141-6/+9
| | | | | - Remove GCC dependency since it now builds fine with Clang - Set WRKSRC directly instead of symlinking in post-extract
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* - Add LICENSEamdmi32016-02-051-2/+7
| | | | - Switch to options helpers
* USE_GCC=any was a lie, nail down to GCC 4.8 as the latest versiongerald2015-01-201-1/+2
| | | | | | | | that will build this on FreeBSD 10 and later (without GCC). [1] On the way remove an instance of @dirrm from pkg-plist. PR: 196913 [1], 196712 [1]
* Add DOCS option for ports with PORTDOCS in plist.adamw2014-07-161-0/+2
|
* Support gccbapt2013-12-271-16/+8
| | | | Fix build on head but enforcing gcc
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | news)
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-1/+1
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* Remove unnecessary dependency on autoconfjohans2010-05-131-1/+1
|