aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.8.Alexander Leidinger2017-01-152-4/+4
| | | | Notes: svn path=/head/; revision=431559
* sysutils/iocage: update pkg-descr information and WWWBartek Rutkowski2017-01-151-1/+4
| | | | Notes: svn path=/head/; revision=431557
* sysutils/iocage: update GH_ACCOUNT and GH_PROJECT after repository changeBartek Rutkowski2017-01-152-3/+5
| | | | Notes: svn path=/head/; revision=431556
* - Update to 0.20170104Danilo Egea Gondolfo2017-01-152-4/+4
| | | | Notes: svn path=/head/; revision=431555
* - Update to 1.72Danilo Egea Gondolfo2017-01-152-4/+4
| | | | Notes: svn path=/head/; revision=431554
* - Update to 0.38.1Danilo Egea Gondolfo2017-01-152-4/+4
| | | | Notes: svn path=/head/; revision=431553
* - Fix the string substitution in the post-patch sectionDanilo Egea Gondolfo2017-01-151-4/+3
| | | | | | | Reported by: Herbert J. Skuhra <herbert@mailbox.org> Notes: svn path=/head/; revision=431552
* Add new mirror, it avoids to change value of MASTER_SITES in LXQt related portsOlivier Duchateau2017-01-154-6/+4
| | | | Notes: svn path=/head/; revision=431551
* games/openbor: oops, size_t > int on 64bit platformsJan Beich2017-01-152-2/+2
| | | | Notes: svn path=/head/; revision=431550
* - Update to 3.4.0Danilo Egea Gondolfo2017-01-152-6/+9
| | | | | | | - Set dependencies explicitly to make Q/A happy Notes: svn path=/head/; revision=431548
* games/openbor: warningsJan Beich2017-01-154-2/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Backout upgrade to 7.8 is has too many regressionsBaptiste Daroussin2017-01-154-15/+31
| | | | | | | Reported by: many Notes: svn path=/head/; revision=431545
* Update to 0.11.3Olivier Duchateau2017-01-152-4/+4
| | | | Notes: svn path=/head/; revision=431544
* Remove expired port:Rene Ladan2017-01-1513-428/+1
| | | | | | | 2017-01-15 sysutils/fusefs-kmod: integrated into base Notes: svn path=/head/; revision=431542
* mount_fusefs is in base since 10.0-RELEASERene Ladan2017-01-151-3/+0
| | | | Notes: svn path=/head/; revision=431541
* Remove expired ports:Rene Ladan2017-01-15110-3666/+11
| | | | | | | | | | | | | | | | | 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
* Mk/Uses/mysql.mk: Remove EoL-ed MySQL 5.1Bernard Spil2017-01-151-1/+0
| | | | | | | - MySQL 5.1 ports were removed with r401211 Notes: svn path=/head/; revision=431539
* - Add LICENSE_FILEDmitry Marakasov2017-01-152-13/+12
| | | | | | | | - 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
* Add "dual dhclient" script, which can be specified as dhclient_program inColin Percival2017-01-155-0/+41
| | | | | | | | | | | | | 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
* Fix gemspec for rubygem-faraday 0.11.0 updateSunpoet Po-Chuan Hsieh2017-01-152-4/+6
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=431536
* Fix gemspec for rubygem-faraday 0.11.0 and rubygem-faraday_middleware 0.11.0 ↵Sunpoet Po-Chuan Hsieh2017-01-152-0/+14
| | | | | | | update Notes: svn path=/head/; revision=431535
* Fix gemspec for rubygem-faraday 0.11.0 updateSunpoet Po-Chuan Hsieh2017-01-152-2/+13
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=431534
* Update to 0.11.0Sunpoet Po-Chuan Hsieh2017-01-152-4/+4
| | | | | | | Changes: https://github.com/lostisland/faraday_middleware/releases Notes: svn path=/head/; revision=431533
* Update to 2.5.0Sunpoet Po-Chuan Hsieh2017-01-152-4/+4
| | | | | | | Changes: https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=431532
* Update to 4.2.7Sunpoet Po-Chuan Hsieh2017-01-152-4/+4
| | | | | | | Changes: https://github.com/mperham/sidekiq/blob/master/Changes.md Notes: svn path=/head/; revision=431531
* Update to 1.9.17Sunpoet Po-Chuan Hsieh2017-01-152-4/+4
| | | | | | | Changes: https://github.com/ffi/ffi/commits/master Notes: svn path=/head/; revision=431530
* Update to 0.13.5Sunpoet Po-Chuan Hsieh2017-01-152-4/+4
| | | | | | | Changes: https://github.com/geminabox/geminabox/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=431529
* Update to 3.2.3Sunpoet Po-Chuan Hsieh2017-01-152-4/+5
| | | | | | | | | - Add LICENSE_FILE Changes: https://github.com/jimweirich/builder/blob/master/CHANGES Notes: svn path=/head/; revision=431528
* Update to 1.19Sunpoet Po-Chuan Hsieh2017-01-152-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-SSL-ExpireDate/Changes Notes: svn path=/head/; revision=431527
* Update to 0.3.2Sunpoet Po-Chuan Hsieh2017-01-152-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/File-Find-Object/Changes Notes: svn path=/head/; revision=431526
* Fix gemspec for rubygem-twitter 6.1.0 updateSunpoet Po-Chuan Hsieh2017-01-152-0/+12
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=431525
* Update to 3.1.0Sunpoet Po-Chuan Hsieh2017-01-153-17/+6
| | | | | | | Changes: https://github.com/sferik/t/commits/master Notes: svn path=/head/; revision=431524
* Update to 6.1.0Sunpoet Po-Chuan Hsieh2017-01-153-27/+11
| | | | | | | Changes: https://github.com/sferik/twitter/blob/6-stable/CHANGELOG.md Notes: svn path=/head/; revision=431523
* Fix gemspec for rubygem-faraday 0.11.0 updateSunpoet Po-Chuan Hsieh2017-01-152-2/+13
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=431522
* Fix gemspec for rubygem-faraday 0.11.0 updateSunpoet Po-Chuan Hsieh2017-01-152-0/+12
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=431521
* Update to 0.8.4Sunpoet Po-Chuan Hsieh2017-01-152-3/+4
| | | | | | | Changes: https://github.com/remiprev/her/commits/master Notes: svn path=/head/; revision=431520
* Update to 0.11.0Sunpoet Po-Chuan Hsieh2017-01-152-3/+4
| | | | | | | Changes: https://github.com/lostisland/faraday/releases Notes: svn path=/head/; revision=431519
* - Update to 4.1.1Sunpoet Po-Chuan Hsieh2017-01-153-118/+75
| | | | | | | | Changes: https://github.com/npm/npm/releases https://github.com/npm/npm/blob/v4.1.1/CHANGELOG.md Notes: svn path=/head/; revision=431518
* Update pkg-descr and WWWSunpoet Po-Chuan Hsieh2017-01-151-4/+13
| | | | Notes: svn path=/head/; revision=431517
* Move CONFLICTS_INSTALL to slave portSunpoet Po-Chuan Hsieh2017-01-152-6/+4
| | | | Notes: svn path=/head/; revision=431516
* Update WWWSunpoet Po-Chuan Hsieh2017-01-151-1/+1
| | | | Notes: svn path=/head/; revision=431515
* Clean up MakefileSunpoet Po-Chuan Hsieh2017-01-152-26/+12
| | | | | | | | | | | | - 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
* Document RabbitMQ Authentication vulnerabilityJason Unovitch2017-01-151-0/+32
| | | | | | | | | | 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
* Amend Irssi 0.8.21 entry. Another CVE was assigned.Jason Unovitch2017-01-151-2/+5
| | | | | | | | | | 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
* Follow up on r431476's MySQL documentation; cite a sourceJason Unovitch2017-01-151-3/+5
| | | | Notes: svn path=/head/; revision=431510
* graphics/mupdf: Update to version 1.10a.Joseph Mingrone2017-01-157-79/+27
| | | | | | | | | | | | | | | | | 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
* Mention later OpenSSH VuXML entry supercedes the duplicateJason Unovitch2017-01-151-1/+1
| | | | Notes: svn path=/head/; revision=431508
* Document Wordpress security issues in 4.7.1.Jason Unovitch2017-01-151-0/+42
| | | | | | | | | | | | | | | | | | | | 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
* Update lang/sbcl to 1.3.13Larry Rosenman2017-01-156-335/+140
| | | | | | | | | | | | 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
* - Update to 2.4.7Wen Heping2017-01-152-4/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/SYOHEX/Mouse-v2.4.7/Changes Notes: svn path=/head/; revision=431504