| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
|
|
|
| |
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alejandro Pulver <alejandro@varnet.biz>
* Alexander Best <arundel@gmx.net>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Antipovsky <kemm@in-line.ru>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Brian Gaeke <brg@dgate.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* David Naylor <naylor.b.david@gmail.com>
* David O'Brien (obrien@cs.ucdavis.edu)
* Edward Tomasz Napierala <trasz@FreeBSD.org>
* Eric L. Hernes <erich@FreeBSD.org>
* Felix Palmen <felix@palmen-it.de>
* Ganael Laplanche <ganael.laplanche@martymac.org>
* Gerald Pfeifer <gerald@FreeBSD.org>
* Gunter Wambaugh <techgunter@yahoo.com>
* Jacques Vidrine <nectar@FreeBSD.org>
* Janni
* Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
* Jeremy Karlson
* Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
* Joel Sutton <jsutton@webnet.com.au>
* Joerg Wunsch <joerg@FreeBSD.org>
* Jonathan M. Bresler (jmb)
* Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
* Juergen Lock <nox@jelal.kn-bremen.de>
* Kaltashkin Eugene <zhecka@gmail.com>
* Kevin Bowling <kbowling@FreeBSD.org>
* Li-Lun Wang <llwang@infor.org>
* Mario S F Ferreira <lioux@linf.unb.br> et al.
* Martin Hinner
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Neumann <mneumann@ntecs.de>
* Miguel Mendez <flynn@energyhq.homeip.net>
* Naram Qashat <cyberbotx@cyberbotx.com>
* Nicole Reid <root@cooltrainer.org>
* Nishika <nishika@cheerful.com>
* Pavel I Volkov <pavelivolkov@googlemail.com>
* Piotr Kubaj
* Ruan Wei (iamayan@gmail.com)
* Sebastian Schuetz <sschuetz@fhm.edu>
* Seiichirou Hiraoka
* Shaun Amott <shaun@FreeBSD.org>
* Sheldon Hearn <axl@iafrica.com>
* Simon Dick <simond@irrelevant.org>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Stijn Hoop <stijn@win.tue.nl>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Thomas Bernard <nanard@free.fr>
* Timothy Beyer <beyert@cs.ucr.edu>
* Tobias Reifenberger <tr@freebsd.mayn.de>
* Tom Carrick <knyghtmare@knyghtmare.com>
* Travis Poppe <tlp@liquidx.org>
* Uffe Jakobsen <uffe@uffe.org>
* Vladimir Kondratiev <wulf@mail.mipt.ru>
* Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
* Yukihiro Nakai <nakai@FreeBSD.org>
* alepulver
* alex
* dchapes@ddm.on.ca
* dk
* elbarto
* janek@gaja.ipan.lublin.pl
* jhb
* jmz
* joerg
* jraynard
* krion
* kstailey
* mbr@FreeBSD.org
* okeeblow <root@cooltrainer.org>
* pixel
* pjm
* tenser@spitfire.ecsel.psu.edu
* trasz
* trasz <trasz@pin.if.uz.zgora.pl>
* # Created by Timothy Beyer <beyert@cs.ucr.edu>
With hat: portmgr
|
|
|
|
|
|
|
|
| |
There has been multiple consecutive maintainer timeouts for the ports
maintained by Nicole Reid <root@cooltrainer.org>. We thank Nicole for
all their efforts and hope to welcome them back in the future.
PR: 260036
|
|
|
|
|
| |
/wrkdirs/usr/ports/emulators/visualboyadvance-m/work/visualboyadvance-m-VBA-M_Beta_2/src/gba/GBA-thumb.cpp:40:8: error: 'regparm' is not valid on this platform
static INSN_REGPARM void thumbUnknownInsn(u32 opcode)
|
|
|
|
|
|
|
| |
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Pet portlint
- Update WWW
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=546257
|
|
|
|
| |
Notes:
svn path=/head/; revision=517045
|
|
|
|
|
|
|
|
| |
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'.
Notes:
svn path=/head/; revision=516802
|
|
|
|
|
|
|
| |
- Drop nop GVBAM_USE_GNOME
Notes:
svn path=/head/; revision=513874
|
|
|
|
|
|
|
|
| |
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Notes:
svn path=/head/; revision=508216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- There is no opt_CMAKE_ARGS helper
- It requires Nasm
- Ninja breaks the build with it on:
ninja: error: build.ninja:737: bad $-escape (literal $ must be written as $$)
FLAGS = -I$(CMAKE_SOURCE_DIR)/src/filters/hq/asm/ -O1 -DELF -w-orphan-...
^ near here
Notes:
svn path=/head/; revision=502682
|
|
|
|
|
|
|
|
|
|
|
| |
fex/fex/File_Extractor.h:181:58: error: cannot initialize return object of type 'blargg_err_t' (aka 'const char *') with an lvalue of type 'const int'
inline blargg_err_t File_Extractor::rewind_v() { return blargg_ok; }
PR: 223538
Submitted by: w.schwarzenfeld@utanet.at (based on)
Notes:
svn path=/head/; revision=492675
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=488341
|
|
|
|
|
|
|
|
| |
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Notes:
svn path=/head/; revision=484273
|
|
|
|
|
|
|
|
|
|
|
| |
src/gba/Cheats.cpp:2480:5: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'u8' (aka 'unsigned char') in initializer list [-Wc++11-narrowing]
address & 255,
^~~~~~~~~~~~~
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=484102
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175
Notes:
svn path=/head/; revision=468844
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/common/ffmpeg.cpp:288:27: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
audio_buf = (u8 *)malloc(AUDIO_BUF_LEN);
^
src/common/ffmpeg.cpp:88:36: note: expanded from macro 'AUDIO_BUF_LEN'
^
src/common/ffmpeg.cpp:288:27: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
src/common/ffmpeg.cpp:88:69: note: expanded from macro 'AUDIO_BUF_LEN'
^
src/common/ffmpeg.cpp:307:27: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
video_buf = (u8 *)malloc(VIDEO_BUF_LEN);
^
src/common/ffmpeg.cpp:90:24: note: expanded from macro 'VIDEO_BUF_LEN'
^
src/common/ffmpeg.cpp:438:29: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
if(oc->oformat->flags & AVFMT_RAWPICTURE) {
^
src/common/ffmpeg.cpp:447:20: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
pkt.size = VIDEO_BUF_LEN;
^
src/common/ffmpeg.cpp:90:24: note: expanded from macro 'VIDEO_BUF_LEN'
^
src/common/ffmpeg.cpp:463:16: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
if(pkt.size > VIDEO_BUF_LEN) {
^
src/common/ffmpeg.cpp:90:24: note: expanded from macro 'VIDEO_BUF_LEN'
^
PR: 227726
Reported by: antoine (via exp-run)
Obtained from: upstream
Notes:
svn path=/head/; revision=468834
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
Notes:
svn path=/head/; revision=455167
|
|
|
|
| |
Notes:
svn path=/head/; revision=453284
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine
Notes:
svn path=/head/; revision=452570
|
|
|
|
|
|
|
|
|
| |
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643
Notes:
svn path=/head/; revision=451901
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=441784
|
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
Notes:
svn path=/head/; revision=441503
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Fix build with GBVAM and/or without SDL (add mising files and conditions to plist)
- Fix manpage installation (patch mandir instead of moving file later, no need to empty directory in the plist)
- Fix build with LIRC (remove double patching)
- Fix build with LINK (use correct version of SFML)
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=429917
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries)
Notes:
svn path=/head/; revision=428352
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from src/common/ffmpeg.cpp:62:
src/common/ffmpeg.h:70:5: error: unknown type name 'PixelFormat'; did you mean 'AVPixelFormat'?
priv_PixelFormat pixfmt;
^~~~~~~~~~~~~~~~
AVPixelFormat
src/common/ffmpeg.cpp:61:26: note: expanded from macro 'priv_PixelFormat'
#define priv_PixelFormat PixelFormat
^
/usr/local/include/libavutil/pixfmt.h:60:6: note: 'AVPixelFormat' declared here
enum AVPixelFormat {
^
src/common/ffmpeg.cpp:81:11: error: use of undeclared identifier 'avcodec_alloc_frame'
pic = avcodec_alloc_frame();
^
src/common/ffmpeg.cpp:92:28: error: use of undeclared identifier 'CODEC_ID_NONE'; did you mean 'AV_CODEC_ID_NONE'?
if(fmt->audio_codec == CODEC_ID_NONE)
^~~~~~~~~~~~~
AV_CODEC_ID_NONE
/usr/local/include/libavcodec/avcodec.h:192:5: note: 'AV_CODEC_ID_NONE' declared here
AV_CODEC_ID_NONE,
^
src/common/ffmpeg.cpp:163:11: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'?
pixfmt = PIX_FMT_RGB24;
^~~~~~~~~~~~~
AV_PIX_FMT_RGB24
/usr/local/include/libavutil/pixfmt.h:64:5: note: 'AV_PIX_FMT_RGB24' declared here
AV_PIX_FMT_RGB24, ///< packed RGB 8:8:8, 24bpp, RGBRGB...
^
src/common/ffmpeg.cpp:416:13: error: use of undeclared identifier 'avcodec_encode_video'; did you mean 'avcodec_encode_video2'?
pkt.size = avcodec_encode_video(ctx, video_buf, VIDEO_BUF_LEN, f);
^~~~~~~~~~~~~~~~~~~~
avcodec_encode_video2
/usr/local/include/libavcodec/avcodec.h:5322:5: note: 'avcodec_encode_video2' declared here
int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
^
src/common/ffmpeg.cpp:468:13: error: use of undeclared identifier 'avcodec_encode_audio'; did you mean 'avcodec_encode_audio2'?
pkt.size = avcodec_encode_audio(ctx, audio_buf, frame_len,
^~~~~~~~~~~~~~~~~~~~
avcodec_encode_audio2
/usr/local/include/libavcodec/avcodec.h:5283:5: note: 'avcodec_encode_audio2' declared here
int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt,
^
PR: 214190
Obtained from: upstream
Approved by: maintainer timeout (2 weeks)
Notes:
svn path=/head/; revision=426345
|
|
|
|
| |
Notes:
svn path=/head/; revision=425758
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=425701
|
|
|
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=424411
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- patted portlint
- patches are now makepatch compliant
PR: 210058
Changes: http://vba-m.com/forum/showthread.php?tid=1037&pid=6091#pid6091
http://vba-m.com/forum/showthread.php?tid=1036&pid=6090#pid6090
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Reviewed by: pawel
Approved by: Allison N. Reid <root@cooltrainer.org> (maintainer)
Notes:
svn path=/head/; revision=420162
|
|
|
|
| |
Notes:
svn path=/head/; revision=412902
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
| |
Notes:
svn path=/head/; revision=401488
|
|
|
|
| |
Notes:
svn path=/head/; revision=375598
|
|
|
|
| |
Notes:
svn path=/head/; revision=375594
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=374303
|
|
|
|
| |
Notes:
svn path=/head/; revision=371563
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
|
|
|
|
|
|
| |
- SFML is only needed for LINK option
- Fix build when LIRC is enabled
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=365375
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample
Reported by: sbruno [1]
Notes:
svn path=/head/; revision=364613
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improvements:
* Add Link support
* Add Lirc support
* Patch SDL interface (thanks dennylin93)
* Several new translations
* Many small fixes to various titles
PR: 189647
Submitted by: maintainer (Nicole Reid)
Notes:
svn path=/head/; revision=358546
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=355278
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with [bce])
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331271
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix build [1]
- Convert lib depends to new format
- Allow staging
PR: ports/181413 [1]
Submitted by: David Demelier <demelier.david gmail.com> (maintainer) [1]
Notes:
svn path=/head/; revision=329437
|
|
|
|
|
|
|
| |
emulators)
Notes:
svn path=/head/; revision=327721
|