| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=431559
|
|
|
|
| |
Notes:
svn path=/head/; revision=431557
|
|
|
|
| |
Notes:
svn path=/head/; revision=431556
|
|
|
|
| |
Notes:
svn path=/head/; revision=431555
|
|
|
|
| |
Notes:
svn path=/head/; revision=431554
|
|
|
|
| |
Notes:
svn path=/head/; revision=431553
|
|
|
|
|
|
|
| |
Reported by: Herbert J. Skuhra <herbert@mailbox.org>
Notes:
svn path=/head/; revision=431552
|
|
|
|
| |
Notes:
svn path=/head/; revision=431551
|
|
|
|
| |
Notes:
svn path=/head/; revision=431550
|
|
|
|
|
|
|
| |
- Set dependencies explicitly to make Q/A happy
Notes:
svn path=/head/; revision=431548
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- With `make -s` only compiler warnings are allowed to break silence
- -Wno-unsued-result is no longer fatal after 9.x EOL
source/gamelib/packfile.c: In function 'packfile_music_read':
source/gamelib/packfile.c:1402:13: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size]
memset(filelist[i].bgmTracks, 0, 256);
^~~~~~
source/scriptlib/Parser.c: In function 'Parser_Unary_expr':
source/scriptlib/Parser.c:1879:30: warning: may write a terminating nul past the end of the destination [-Wformat-length=]
sprintf(buf, "-%s", pInstruction->theToken->theSource);
~~~^
source/scriptlib/Parser.c:1879:13: note: format output between 2 and 129 bytes into a destination ofsize 128
sprintf(buf, "-%s", pInstruction->theToken->theSource);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
source/scriptlib/Parser.c:1906:30: warning: may write a terminating nul past the end of the destination [-Wformat-length=]
sprintf(buf, "!%s", pInstruction->theToken->theSource);
~~~^
source/scriptlib/Parser.c:1906:13: note: format output between 2 and 129 bytes into a destination ofsize 128
sprintf(buf, "!%s", pInstruction->theToken->theSource);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
openbor.c:8224:26: warning: comparison of unsigned expression >= 0 is always true
[-Wtautological-compare]
for(i = len-1; i >= 0; i--)
~ ^ ~
openbor.c:21719:68: warning: using integer absolute value function 'abs' when argument is of floating
point type [-Wabsolute-value]
if(ent->direction == DIRECTION_RIGHT) ent->velocity.x = -1*abs(ent->velocity.x);
^
openbor.c:21719:68: note: use function 'fabsf' instead
if(ent->direction == DIRECTION_RIGHT) ent->velocity.x = -1*abs(ent->velocity.x);
^~~
fabsf
openbor.c:21720:32: warning: using integer absolute value function 'abs' when argument is of floating
point type [-Wabsolute-value]
else ent->velocity.x = abs(ent->velocity.x);
^
openbor.c:21720:32: note: use function 'fabsf' instead
else ent->velocity.x = abs(ent->velocity.x);
^~~
fabsf
openbor.c:25840:9: warning: taking the absolute value of unsigned type 'unsigned int' has no effect
[-Wabsolute-value]
if (abs(rand32()) % 2)
^
openbor.c:25840:9: note: remove the call to 'abs' since unsigned values cannot be negative
if (abs(rand32()) % 2)
^~~
Notes:
svn path=/head/; revision=431547
|
|
|
|
|
|
|
| |
Reported by: many
Notes:
svn path=/head/; revision=431545
|
|
|
|
| |
Notes:
svn path=/head/; revision=431544
|
|
|
|
|
|
|
| |
2017-01-15 sysutils/fusefs-kmod: integrated into base
Notes:
svn path=/head/; revision=431542
|
|
|
|
| |
Notes:
svn path=/head/; revision=431541
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2017-01-15 net/cyphesis: Does not compile on FreeBSD 10+
2017-01-15 net/gpxe: does not build on FreeBSD 10.x and later
2017-01-15 net/openospfd: requires old CARP implementation (interface layer)
2017-01-15 security/openbsm-devel: is not needed under FreeBSD 10.x or higher
2017-01-15 security/ssh-copy-id: is already in the base system
2017-01-15 sysutils/apt: does not build on 10+
2017-01-15 archivers/tclmkziplib: Abandonware, please use bundled zlib package [http://tcl.tk/man/tcl8.6/TclCmd/zlib.htm]
2017-01-15 x11-drivers/drm-kmod: this port is only for 9.3 systems
2017-01-15 audio/xmms-openspc: does not build on FreeBSD 10.x and later
2017-01-15 audio/aureal-kmod: does not build (and fetch)
2017-01-15 emulators/doscmd: does not build (accesses field of opaque structure)
Notes:
svn path=/head/; revision=431540
|
|
|
|
|
|
|
| |
- MySQL 5.1 ports were removed with r401211
Notes:
svn path=/head/; revision=431539
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Remove USE_LDCONFIG and CFLAGS, add NO_ARCH: this does not use C compiler and does not install shared libs
Notes:
svn path=/head/; revision=431538
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rc.conf in order to launch the base system dhclient for IPv4 and the ISC
dhcp client for IPv6.
I'm not sure if this will be useful to anyone else, but adding this trivial
port will simplify the configuration of IPv6 on Amazon EC2 instances. I
hope this port becomes redundant in the future due to the base system
gaining support for IPv6 DHCP.
Notes:
svn path=/head/; revision=431537
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Notes:
svn path=/head/; revision=431536
|
|
|
|
|
|
|
| |
update
Notes:
svn path=/head/; revision=431535
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Notes:
svn path=/head/; revision=431534
|
|
|
|
|
|
|
| |
Changes: https://github.com/lostisland/faraday_middleware/releases
Notes:
svn path=/head/; revision=431533
|
|
|
|
|
|
|
| |
Changes: https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=431532
|
|
|
|
|
|
|
| |
Changes: https://github.com/mperham/sidekiq/blob/master/Changes.md
Notes:
svn path=/head/; revision=431531
|
|
|
|
|
|
|
| |
Changes: https://github.com/ffi/ffi/commits/master
Notes:
svn path=/head/; revision=431530
|
|
|
|
|
|
|
| |
Changes: https://github.com/geminabox/geminabox/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=431529
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: https://github.com/jimweirich/builder/blob/master/CHANGES
Notes:
svn path=/head/; revision=431528
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-SSL-ExpireDate/Changes
Notes:
svn path=/head/; revision=431527
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/File-Find-Object/Changes
Notes:
svn path=/head/; revision=431526
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Notes:
svn path=/head/; revision=431525
|
|
|
|
|
|
|
| |
Changes: https://github.com/sferik/t/commits/master
Notes:
svn path=/head/; revision=431524
|
|
|
|
|
|
|
| |
Changes: https://github.com/sferik/twitter/blob/6-stable/CHANGELOG.md
Notes:
svn path=/head/; revision=431523
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Notes:
svn path=/head/; revision=431522
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Notes:
svn path=/head/; revision=431521
|
|
|
|
|
|
|
| |
Changes: https://github.com/remiprev/her/commits/master
Notes:
svn path=/head/; revision=431520
|
|
|
|
|
|
|
| |
Changes: https://github.com/lostisland/faraday/releases
Notes:
svn path=/head/; revision=431519
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/npm/npm/releases
https://github.com/npm/npm/blob/v4.1.1/CHANGELOG.md
Notes:
svn path=/head/; revision=431518
|
|
|
|
| |
Notes:
svn path=/head/; revision=431517
|
|
|
|
| |
Notes:
svn path=/head/; revision=431516
|
|
|
|
| |
Notes:
svn path=/head/; revision=431515
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use USES=localbase
- Sort USES
- Convert to options variable helper
- Update WWW
- Add GitHub repository to WWW
- Take maintainership
Notes:
svn path=/head/; revision=431514
|
|
|
|
|
|
|
|
|
|
| |
PR: 216026
Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Security: CVE-2016-9877
Security: https://vuxml.FreeBSD.org/freebsd/6aa956fb-d97f-11e6-a071-001e67f15f5a.html
Notes:
svn path=/head/; revision=431513
|
|
|
|
|
|
|
|
|
|
| |
PR: 216020
Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Security: CVE-2017-5356
Security: https://vuxml.FreeBSD.org/freebsd/3d6be69b-d365-11e6-a071-001e67f15f5a.html
Notes:
svn path=/head/; revision=431512
|
|
|
|
| |
Notes:
svn path=/head/; revision=431510
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Other port changes:
- Remove unnecessary WRKSRC definition.
- Do not strip binaries that are already stripped.
- Remove old patches.
Upstream changelog: http://mupdf.com/news
PR: 216061
Submitted by: udvzsolt@gmail.com (maintainer)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9178
Notes:
svn path=/head/; revision=431509
|
|
|
|
| |
Notes:
svn path=/head/; revision=431508
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note per upstream PHPMailer was updated but "No specific issue appears
to affect WordPress or any of the major plugins we investigated". As such
leave the PHPMailer entry as is at this time.
PR: 216059
Reported by: Jochen Neumeister <joneum@bsdproject.de>
Security: CVE-2017-5487
Security: CVE-2017-5488
Security: CVE-2017-5489
Security: CVE-2017-5490
Security: CVE-2017-5491
Security: CVE-2017-5492
Security: CVE-2017-5493
Security: https://vuxml.FreeBSD.org/freebsd/b180d1fb-dac6-11e6-ae1b-002590263bf5.html
Notes:
svn path=/head/; revision=431506
|
|
|
|
|
|
|
|
|
|
|
|
| |
Give MAINTAINERship to submitter, modernize port.
PR: 215866
Submitted by:Pavel Volkov (pavelivolkov gmail com)
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D9186
Notes:
svn path=/head/; revision=431505
|
|
|
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/SYOHEX/Mouse-v2.4.7/Changes
Notes:
svn path=/head/; revision=431504
|