Guangyuan Yang
e161886166
- Add thefuck 3.25
...
Thefuck is a magnificent app which corrects your previous console command.
It tries to match a rule for the previous command, creates a new command
using the matched rule and runs it. Thefuck comes with a lot of predefined
rules, but you can create your own rules as well.
WWW: https://github.com/nvbn/thefuck
PR: 224263
Approved by: adamw
Differential Revision: https://reviews.freebsd.org/D13460
2018-01-05 09:26:49 +00:00
Dmitry Marakasov
77644aaefe
- Update WWW
2018-01-05 09:00:46 +00:00
Antoine Brodin
a895d9eb06
Revert r458086, duplicate port
2018-01-05 06:54:27 +00:00
Li-Wen Hsu
94d0758339
- Update to 2.100
2018-01-05 06:38:24 +00:00
Li-Wen Hsu
73d2838e16
- Update to 20180105 snapshot
2018-01-05 06:34:59 +00:00
Dirk Meyer
cb0247a599
- add back setuid bits for poudriere builds
2018-01-05 05:53:09 +00:00
Dirk Meyer
2e47c88520
- add back setuid bits for poudriere builds
2018-01-05 05:20:53 +00:00
Dirk Meyer
f7c19423b8
- add back setuid bits for poudriere builds
...
PR: 224900
Submitted by: Gary
2018-01-05 05:16:38 +00:00
Dirk Meyer
c09e9e8067
- update to 1.0.33
2018-01-05 04:48:55 +00:00
Jan Beich
3d16bba28e
mail/jmba: don't auto-enable gettext
...
11.0 aarch64 used ld(1) from devel/binutils which implicitly passed
-L/usr/local/lib thus gettext ended up being detected, breaking build
due to underspecified USES=gettext-tools. The same issue would occur
for USES=localbase or USE_GCC=yes, so just force off external gettext.
Approved by: portmgr blanket
2018-01-05 04:19:26 +00:00
Richard Gallamore
6f7c22282d
* Revision bump, cleanup unused dependencies
...
Affected ports: net-mgmt/ccnet-client net-mgmt/seafile-client net-mgmt/seafile-gui
MFH: 2018Q1
2018-01-05 03:56:32 +00:00
Jan Beich
205ba2f80a
graphics/libjxr: lift BROKEN_aarch64 per FreeBSD 11.0 EOL
...
Here's how the error message actually looked like:
cc -fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel -o libjpegxr.so.1 -Wl,-soname,libjpegxr.so.1 `NM='nm' NMFLAGS='' lorder encode.So segenc.So strenc.So strFwdTransform.So strPredQuantEnc.So decode.So postprocess.So segdec.So strdec.So strInvTransform.So strPredQuantDec.So JXRTranscode.So adapthuff.So image.So strcodec.So strPredQuant.So strTransform.So perfTimerANSI.So | tsort -q`
strenc.So: In function `StrIOEncInit':
/wrkdirs/usr/ports/graphics/libjxr/work/jxrlib-1.1/image/encode/strenc.c:(.text+0xf18): warning: warning: tmpnam() possibly used unsafely; consider using mkstemp()
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Noticed -Wl,--fatal-warnings? After tmpnam() warning dissapeared, so
did the error.
Reported by: http://thunderx1.nyi.freebsd.org/data/110arm64-default/438755/logs/errors/jxrlib-1.1.log
Pointy hat to: linimon (generic excerpt)
Tested on: 11.1 (clang 4.0) and 12.0 (clang 6.0)
2018-01-05 03:41:39 +00:00
Carlos J. Puga Medina
3d4f3f9b8f
Fix broken build related to missing xmlto dependency used to generate
...
xfreerdp(1) man page.
===> Building package for freerdp-2.0.0.r1
pkg-static: Unable to access file /wrkdirs/usr/ports/net/freerdp/work/stage/usr/local/man/man1/xfreerdp.1.gz:No such file or directory
Reported by: Andrzej Tobola <ato@iem.pw.edu.pl> via email
Approved by: kevans (maintainer)
2018-01-05 03:39:56 +00:00
Jan Beich
0d9857f7af
games/xqf: lift BROKEN_aarch64 per FreeBSD 11.0 EOL
...
Here's how the error message actually looked like:
cc -O2 -pipe -fno-strict-aliasing -Wall -o xqf -Wl,-rpath,/usr/local/lib/xqf -Wl,--export-dynamic -Wl,--version-script=../src/xqf.map addmaster.o addserver.o config.o country-filter.o debug.o dialogs.o dns.o filter.o flt-player.o game.o history.o host.o launch.o menus.o pixmaps.o pref.o psearch.o rc.o rcon.o server.o skin.o skin_pcx.o sort.o source.o srv-info.o srv-list.o srv-prop.o stat.o statistics.o trayicon.o utils.o xqf.o xqf-ui.o xutils.o zipped.o redial.o q3maps.o utmaps.o loadpixmap.o splash.o scripts.o -lintl ../src/zip/libunzip.a ../src/tga/libtga.a -lGeoIP -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpthread -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgdk_pixbuf_xlib-2.0 -lgmodule-2.0 -pthread -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lz -L/usr/local/lib -lX11
/usr/bin/ld: xqf: local symbol `__progname' in /usr/lib/crt1.o is referenced by DSO
/usr/bin/ld: final link failed: Bad value
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Reported by: http://thunderx1.nyi.freebsd.org/data/110arm64-default/426002/logs/errors/xqf-1.0.5_9.log
Pointy hat to: linimon (generic excerpt)
Tested on: 11.1 (clang 4.0) and 12.0 (clang 6.0)
2018-01-05 03:32:57 +00:00
Jan Beich
55dbc622c9
security/gnutls: revert r431494 per FreeBSD 11.0 EOL
...
PR: 216045
Approved by: portmgr blanket
2018-01-05 02:58:09 +00:00
Jan Beich
08b2f4dc2e
print/ghostscript9-agpl-base: revert r432155 per FreeBSD 11.0 EOL
...
Approved by: portmgr blanket
2018-01-05 02:57:59 +00:00
Jan Beich
e64dc11547
Lift BROKEN_aarch64 for Clang 3.8 per FreeBSD 11.0 EOL
...
The cryptic "error in backend" is emitted by Clang on crash.
2018-01-05 02:57:35 +00:00
Marcelo Araujo
0e8380238c
Update to 1.0.4.
...
PR: ports/224784
Submitted by: swills@
Approved by: Mose <mose@mose.com> (maintainer)
2018-01-05 02:50:29 +00:00
Richard Gallamore
6e5a384187
* Updated to 0.32.2
...
* Updated dependencies
Changes: https://github.com/spf13/hugo/releases/tag/v0.32.2
PR: 224915
Submitted by: ben.lavery@hash^.com (maintainer)
2018-01-05 01:00:59 +00:00
Steve Wills
cb5cbc5bd3
security/rubygem-rbnacl: update to 5.0.0
2018-01-05 00:50:27 +00:00
Danilo G. Baio
0aaf2f835c
net-mgmt/cacti: Update to 1.1.30
...
Changes: https://www.cacti.net/release_notes.php?version=1.1.30
PR: 224889
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
2018-01-05 00:48:24 +00:00
Steve Wills
1686824169
mail/rubygem-premailer-rails: update to 1.10.1
2018-01-05 00:43:40 +00:00
Richard Gallamore
5a330cba29
* Add modified date to for libevhtp vulnerable
...
Thank you dbaio for catching this.
2018-01-05 00:40:20 +00:00
Steve Wills
b30292f7d0
devel/rubygem-statsd-ruby: update to 1.4.0
2018-01-04 23:31:55 +00:00
Rene Ladan
5114c9a461
Return junovitch's ports back to the pool.
...
Thank you for all your past work.
With hat: portmgr-secretary
2018-01-04 23:25:04 +00:00
Steve Wills
9fb6f003f3
devel/rubygem-ruby-prof: update to 0.17.0
2018-01-04 23:15:24 +00:00
Pawel Pekala
a175c2f6e3
Update to version 3.18.0, now requires Python 3
2018-01-04 21:41:41 +00:00
Danilo Egea Gondolfo
fbddc7f907
- Update to 2.9.2
2018-01-04 21:21:41 +00:00
Lev A. Serebryakov
815214b8a0
Don't set USE_* after bsd.port.pre.mk
...
PR: 224797
Submitted by: brnrd (with hat apache@)
2018-01-04 21:02:06 +00:00
Lev A. Serebryakov
c0bbfc1b27
Fix python shebangs
...
PR: 224656
Submitted by: Phillip R. Jaenke
2018-01-04 20:58:50 +00:00
Steve Wills
c5d12d4f5a
devel/rubygem-multipart-post: create port
...
Multipart form post accessory for Net::HTTP
WWW: https://github.com/nicksieger/multipart-post
2018-01-04 20:55:18 +00:00
Carlos J. Puga Medina
05e73273a0
Remove leftover patch
...
PR: 224658
Reported by: xxjack12xx@gmail.com
Approved by: kevans (maintainer)
2018-01-04 20:40:52 +00:00
Bryan Drewery
dc0000f87f
Disallow forced FLAVOR as make argument.
...
This otherwise prevents properly setting FLAVOR to the default internally
since it is in a separate namespace in bmake that is read-only.
Approved by: portmgr (implicit)
MFH: 2018Q1
2018-01-04 20:17:40 +00:00
Sunpoet Po-Chuan Hsieh
69dddeb6c8
Fix build with Ruby 2.4+ and unbreak this port
...
Approved by: portmgr (blanket)
MFH: 2018Q1
2018-01-04 20:12:43 +00:00
Sunpoet Po-Chuan Hsieh
2d2e3e3e84
Fix build with Ruby 2.4+ and unbreak this port
...
MFH: 2018Q1
2018-01-04 20:12:38 +00:00
Sunpoet Po-Chuan Hsieh
71b2fbffdb
Fix *_DEPENDS: this port does not depend on MooseX::AttributeHelpers
...
- Bump PORTREVISION for dependency change
With hat: perl
2018-01-04 20:12:33 +00:00
Sunpoet Po-Chuan Hsieh
09f49ad2fc
Fix *_DEPENDS: this port does not depend on MooseX::AttributeHelpers
...
- Bump PORTREVISION for dependency change
2018-01-04 20:12:28 +00:00
Sunpoet Po-Chuan Hsieh
8f01baf10f
Update TEST_DEPENDS: remove deprecated p5-MooseX-AttributeHelpers
2018-01-04 20:12:23 +00:00
Sunpoet Po-Chuan Hsieh
545a3810d4
Fix *_DEPENDS
...
- Add LICENSE
- Add NO_ARCH
- Bump PORTREVISION for dependency change
2018-01-04 20:12:18 +00:00
Sunpoet Po-Chuan Hsieh
fb399dfaf9
Update TEST_DEPENDS: remove deprecated p5-MooseX-AttributeHelpers
2018-01-04 20:12:13 +00:00
Sunpoet Po-Chuan Hsieh
3efc951a52
Add LICENSE
...
- Add NO_ARCH
- Sort PLIST
2018-01-04 20:12:08 +00:00
Sunpoet Po-Chuan Hsieh
5cbbe2b0f1
Fix *_DEPENDS: this port does not depend on MooseX::AttributeHelpers
...
- Add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl
2018-01-04 20:12:03 +00:00
Sunpoet Po-Chuan Hsieh
e8bead0b0b
Update to 2.0.2
...
Changes: https://github.com/tootsuite/ostatus2/commits/master
2018-01-04 20:11:58 +00:00
Sunpoet Po-Chuan Hsieh
c9b4d6ae1a
Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31
2018-01-04 20:11:53 +00:00
Sunpoet Po-Chuan Hsieh
097ffa8d39
Update to 3.21.1
...
Changes: https://github.com/fonttools/fonttools/releases
2018-01-04 20:11:48 +00:00
Sunpoet Po-Chuan Hsieh
8995b0e079
Update to 5.2.1
...
Changes: https://github.com/jupyter/jupyter_client/blob/master/docs/changelog.rst
2018-01-04 20:11:43 +00:00
Sunpoet Po-Chuan Hsieh
4020a58e53
Update to 0.07
...
- Add LICENSE
Changes: http://search.cpan.org/dist/Log-Dispatch-Scribe/Changes
2018-01-04 20:11:38 +00:00
Sunpoet Po-Chuan Hsieh
4aa8cbc13a
Update to 2.14.2
...
Changes: https://github.com/guard/guard/releases
2018-01-04 20:11:32 +00:00
Sunpoet Po-Chuan Hsieh
8fd62fa75d
Update to 2.0.16
...
Changes: https://github.com/ueno/ruby-gpgme/blob/master/NEWS
2018-01-04 20:11:27 +00:00
Sunpoet Po-Chuan Hsieh
8c573c2cb9
Update to 0.3.0
...
Changes: https://github.com/fog/fog-dynect/blob/master/CHANGELOG.md
2018-01-04 20:11:22 +00:00