| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PR: 212785
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
| |
Changes: https://github.com/bsdelf/mous/releases
PR: 227500
Submitted by: Yanhui Shen <shen.elf@gmail.com> (maintainer, based on)
|
|
|
|
|
|
|
|
| |
Note: the error messages are not tier-2 specific, but I discovered them
during an aarch64 test run. Thus, using the tier-2 blanket is a stretch,
but this change is believed harmless.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
| |
PR: 223416
Submitted by: riggs
|
|
|
|
|
|
|
|
|
|
|
| |
/usr/bin/c++ -DCMAKE_INSTALL_PREFIX=\"/usr/local\" -DFaacEncoder_EXPORTS -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -Icontrib -Isdk -isystem /usr/local/include -isystem /opt/local/include -isystem /usr/local/include/qt4 -isystem /usr/local/include/qt4/QtGui -isystem /usr/local/include/qt4/QtCore -I. -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -MD -MT CMakeFiles/FaacEncoder.dir/plugins/FaacEncoder/FaacEncoder.cpp.o -MF CMakeFiles/FaacEncoder.dir/plugins/FaacEncoder/FaacEncoder.cpp.o.d -o CMakeFiles/FaacEncoder.dir/plugins/FaacEncoder/FaacEncoder.cpp.o -c plugins/FaacEncoder/FaacEncoder.cpp
In file included from plugins/FaacEncoder/FaacEncoder.cpp:1:
plugins/FaacEncoder/FaacEncoder.h:7:10: fatal error: 'mp4v2/mp4v2.h' file not found
#include <mp4v2/mp4v2.h>
^
1 error generated.
Reported by: pkg-fallout
|
|
|
|
|
|
|
| |
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 202350
Submitted by: sbruno@FreeBSD.org
Approved by: maintainer timeout
|
|
|
|
|
|
| |
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_QT4=linguist -> USE_QT4=linguisttools_build. Also, add 'corelib'.
- Add USE_LDCONFIG.
- Regenerate patches.
- Bump PORTREVISION
PR: 201684
Submitted by: s3erios@gmail.com
Approved by: shen.elf@gmail.com
|
|
|
|
|
| |
PR: 201598
Reviewed by: shen.elf@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
|
|
|
|
| |
PR: 192984
Submitted by: maintainer (Shen Elf)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix build with clang (error: no member named 'please_use_av_free'
in the global namespace using ::free;)
- Fix build with custom LOCALBASE
- Update LICENSE (BSD -> BSD2CLAUSE)
- Use options helpers
- Strip binaries
- No subsitutions were being made to files/pkg-message.in, so move
it to pkg-message and clean it up a bit
Approved by: portmgr (blanket approval)
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt)
|
|
|
|
|
|
| |
LIB_DEPENDS in audio
With hat: portmgr
|
|
|
|
| |
audio)
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
| |
* Chase the update in dependent ports.
PR: 179072
|
|
|
|
| |
Convert USE_READLINE by USES=readline
|
|
|
|
|
|
|
| |
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
|
WWW: https://github.com/0x02/mous
PR: ports/169095
Submitted by: Yanhui Shen <shen.elf@gmail.com>
Approved by: tabthorpe (mentor)
|