Mathieu Arnold
c22988b32a
Fix USE_GITHUB usage.
...
For a couple of ports, bump PORTEPOCH as their version were wrong.
Sponsored by: Absolight
2017-02-13 16:38:32 +00:00
Antoine Brodin
e92d6ff16b
Fix RUN_DEPENDS
...
Reported by: pkg-fallout
2017-02-13 16:36:34 +00:00
Joseph Mingrone
25a9782be5
Fix malformed entry in MOVED, as reported by portlint.
...
Reviewed by: swills (mentor, implicit)
2017-02-13 16:05:25 +00:00
Li-Wen Hsu
2d6cb9850f
- Link to libopenblasp (threaded version) for better performace
...
- Point to correct depend: math/arpack-ng
- Bump PORTREVISION
PR: 217056
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw>
2017-02-13 15:17:51 +00:00
Vanilla I. Shu
2f61018a24
Set buildtools, linguisttools as BUILD_DEPENDS.
2017-02-13 14:32:28 +00:00
Vanilla I. Shu
4ecd6e5aae
1: Update to 1.2.0.
...
2: move to QT5.
2017-02-13 14:30:43 +00:00
Bernard Spil
b584ce29ca
security/hitch: Fix build with LibreSSL
...
- Add upstream patch
PR: 217029
Obtained from: https://github.com/varnish/hitch/commit/cc92c25
Approved by: zi (maintainer)
2017-02-13 14:28:19 +00:00
Bernard Spil
2c8aa849bb
www/squid-devel: Update to 4.0.18
...
- Update to version 4.0.18
- Fix build with LibreSSL
PR: 217045
Approved by: timp87@gmail.com (maintainer)
2017-02-13 13:58:55 +00:00
Vanilla I. Shu
73cdc618bc
Update to 1.2.4.
2017-02-13 13:31:04 +00:00
Tijl Coosemans
6be348f22d
Set CC via MAKE_ARGS for users that set CC in make.conf.
...
Reported by: avos
2017-02-13 13:29:17 +00:00
Tijl Coosemans
16ff8dc7bc
Add back recreation of libgcc_s.so links removed in r433941. The existing
...
links don't work in all cases.
Reported by: avos
2017-02-13 13:27:19 +00:00
Tijl Coosemans
08a2be02c6
Add back recreation of libgcc_s.so links removed in r433943. The existing
...
links don't work in all cases.
Reported by: avos
2017-02-13 13:19:19 +00:00
Gerald Pfeifer
07638b2615
Update to the 20170212 development snapshot of GCC 7. Ongoing bug
...
fixing for the release.
2017-02-13 13:03:15 +00:00
Koop Mast
18a340df4e
Add note about missing libGL after r433892.
2017-02-13 12:49:29 +00:00
Mathieu Arnold
b8e18e40c3
Update to latest commit.
...
MFH: 2017Q1
Security: CVE-2017-3135
Sponsored by: Absolight
2017-02-13 12:38:41 +00:00
Mathieu Arnold
9d8404049b
Update to v5.25.9-117-gf40abc9.
...
Changes: https://github.com/Perl/perl5/compare/v5.25.9-80-gadd424d...v5.25.9-117-gf40abc9
Sponsored by: Absolight
2017-02-13 12:38:37 +00:00
Mathieu Arnold
81e55309a7
Don't overwrite vars file when upgrading.
...
(Also, don't overwrite securiy/easy-rsa's vars file when installing.)
Sponsored by: Absolight
2017-02-13 10:12:31 +00:00
Dmitry Marakasov
8eb74bad4f
- Add LICENSE
...
- Remove bogus HAVE_CONFIGURE
- Don't install license with docs
- Switch to options helpers
2017-02-13 09:01:32 +00:00
Vanilla I. Shu
60c8d07d53
Update to 1.0.2.
2017-02-13 07:38:10 +00:00
Kevin Lo
248d6fd258
Remove the chinese specific version of mutt's email client.
...
The regular mail/mutt can handle Chinese locales.
2017-02-13 07:17:41 +00:00
Vanilla I. Shu
001ec34689
Update to 1.5.8.
2017-02-13 06:50:31 +00:00
Vanilla I. Shu
2657947928
Update to 20130301.
2017-02-13 06:26:37 +00:00
Kevin Lo
fbe0865256
Update to 9.1.4
2017-02-13 03:01:20 +00:00
Kevin Lo
e1189cc7a3
Update to 0.9.0
2017-02-13 03:00:09 +00:00
Joseph Mingrone
af3eda6419
New port: sysutils/pcapfix: tool to repair damaged pcap and pcapng files.
...
http://f00l.de/pcapfix/
PR: 217052
Submitted by: vidar@karlsen.tech (maintainer)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9561
2017-02-13 01:19:52 +00:00
Adam Weinberger
4ca66b59bd
Update to 1.1.2; now builds with cmake [1]
...
Remove no-longer-accurate block from pkg-message [2]
PR: 217018 [1]
Submitted by: adamw [1], maintainer [2]
Approved by: maintainer (Thomas Hurst)
2017-02-13 00:15:15 +00:00
Marcelo Araujo
3462a17740
Update to 2017.02.11.
2017-02-12 23:47:49 +00:00
Rene Ladan
f7a09278d0
sysutils/acerhdf-kmod: no need to declare an empty KERN_DEBUGDIR anymore
2017-02-12 21:54:32 +00:00
Rene Ladan
7741cace34
Fix check-plist of USES=kmod
...
No longer depend on (KERN_)DEBUGDIR being non-empty to decide whether to
create the empty KERN_DEBUGDIR/KMODDIR directory, instead use a new
argument 'debug' to indicate this.
Add KERN_DEBUGDIR to PLIST_SUB and MAKE_ENV so that the including ports
can use them.
Ports using kmod:debug do need to add @dir entries to their pkg-plist for
now to prevent 'make check-plist' errors, for example for default KMODDDIR:
@dir /%%KERN_DEBUGDIR%%/%%KMODDIR%%
@dir /%%KERN_DEBUGDIR%%/boot
@dir /%%KERN_DEBUGDIR%%
It would indeed be nice to automate this.
PR: 216879
Submitted by: Sergey Kozlov (kozlov.sergey.404@gmail.com )
2017-02-12 21:53:47 +00:00
Cy Schubert
7925108f45
Add missing patch files.
...
Reported by: sunpoet
Pointy hat to: cy (me)
2017-02-12 21:51:34 +00:00
Cy Schubert
c77a184151
Fix build with LbreSSL.
...
PR: 217027
Submitted by: brnrd
2017-02-12 21:29:02 +00:00
Baptiste Daroussin
36ca5b2073
Update to 1.9.99.11
...
- Fix install as user
- Allow to set env variable per repo to pass to libfetch
- Plug a memory leak
- Fix repo initialization when a repo is disabled
- Fix installing sparse binary files
- Add an option for a user to change locking over nfs
2017-02-12 21:09:17 +00:00
Rene Ladan
4d57cc4370
Set maintainer of these scripts to portmgr as the previous maintainers retired.
2017-02-12 20:43:04 +00:00
Rene Ladan
82e22f59ea
Reset maintainers of Mk/bsd.sdl.mk and Mk/bsd.wx.mk, their commit bits
...
were taken in for safekeeping.
2017-02-12 20:39:55 +00:00
Bernard Spil
76cc1495b8
databases/pecl-mongodb: Fix build with LibreSSL
...
- Patch check for OPENSSL_VERSION_NUMBER > 1.1
PR: 217028
Approved by: pi (maintainer)
2017-02-12 20:13:58 +00:00
Rene Ladan
972838631c
Reset maintainer for Uses/ada.mk and Uses/alias.mk
2017-02-12 19:58:46 +00:00
Mark Felder
6a401bad89
net/py-matrix-synapse: Update to 0.19.1
...
Changelog: https://github.com/matrix-org/synapse/releases/tag/v0.19.1
2017-02-12 19:58:27 +00:00
Guido Falsi
2377a5e0f5
Update deskutils/calibre to 2.79.1
2017-02-12 18:55:59 +00:00
Joseph Mingrone
473bd9cc2d
www/lighttpd: Add LUA to default options, switch to using kqueue in
...
level-triggered mode, and bump PORTREVISION.
PR: 217007
Submitted by: pkubaj@anongoth.pl (maintainer)
Approved by: swills (mentor, implicit)
2017-02-12 18:28:30 +00:00
Conrad Meyer
be794d684a
devel/dwarves: Disable on <12
...
Builds will just fail on non-CURRENT until someone backports r312599. Tag
the leaf port as ignored on these platforms.
Reviewed by: bapt
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D9319
2017-02-12 18:05:38 +00:00
Bernard Spil
dac2b54326
irc/irssi-xmpp: Fix build with irssi < 1.0
...
- Remove patch for irssi >= 1.0
- irc/irssi is currently at 0.8
PR: 215829
Approved by: just-fix-it blanket
2017-02-12 17:59:34 +00:00
Mahdi Mokhtari
381170da5a
Fixing the order of astro/xearth/files/freebsd.committers.markers
...
Which became disordered after the previous commit.
Submitted by: mmokhi
Reported by: fluffy
Reviewed by: feld
Approved by: feld (mentor)
Differential Revision: https://reviews.freebsd.org/D9539
2017-02-12 17:24:45 +00:00
Jan Beich
fa8a41580f
audio/alsa-utils: switch to a light xmlto replacement
...
Submitted by: bapt (based on)
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D9556
2017-02-12 17:19:29 +00:00
Olivier Duchateau
aa4b09a04d
- Update to 1.2.0
2017-02-12 17:00:38 +00:00
Ben Woods
25ea7cceab
x11/lightdm: Improve rc script to use daemon(8)
...
This fixes an issue noticed when sysutils/bsdstats was installed and
enabled at runtime in /etc/rc.conf, but for whatever reason was failing
to send the updated statistics. Upon failing, the lightdm process would
receive a SIGHUP, causing it to stop seconds after the login screen was
displayed (before the user even had a chance to login).
2017-02-12 16:36:59 +00:00
Ben Woods
d748bb4658
sysutils/polkit: Fix directory permissions to allow reading config files
...
If the $LOCALBASE/etc/polkit-1 directory is owned by root and set 700,
then polkit which is running as the polkitd user cannot read the config
files in $LOCALBASE/etc/polkit-1/rules.d/* resulting in this error:
Loading rules from directory /usr/local/etc/polkit-1/rules.d
Error opening rules directory: Error opening directory \
'/usr/local/etc/polkit-1/rules.d': Permission denied \
(g-file-error-quark, 2)
Loading rules from directory /usr/local/share/polkit-1/rules.d
To fix this, change the $LOCALBASE/etc/polkit-1 to be set 755, and the
$LOCALBASE/etc/polkit-1/localauthority to be set 700.
This was sense checked with Fedora Linux which does the same, and with
Debian/Ubuntu which have /etc/polkit-1/localauthority as owned by
root:polkitd and set 750.
PR: 202615
Reported by: rozhuk.im@gmail.com
2017-02-12 15:50:52 +00:00
Matthew Rezny
086043a82c
Add one sed command, courtesy of madpilot, to replicate a section of changes
...
that were over-eagerly trimmed from patch-configure in the last commit.
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9555
2017-02-12 15:49:35 +00:00
Matthew Rezny
6a77d5e20c
Update to 1.0.2
...
PR: 205864
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9546
2017-02-12 14:27:49 +00:00
Olivier Duchateau
163b829bc8
- Update to 2.19.0
...
- Adjust dependencies
PR: 216826
Submitted by: <martin.dieringer@gmx.de> (maintainer)
2017-02-12 14:21:24 +00:00
Ben Woods
1ecfa8ea32
Fix typo in Xsession file introduced in r433837
2017-02-12 14:10:53 +00:00