Dmitry Marakasov
68a5cc350c
- Don't cat pkg-message from Makefiles
...
Approved by: portmgr blanket
2015-05-27 00:09:55 +00:00
Dmitry Marakasov
329ab16aee
- Drop @dirrm* from plist
...
Approved by: portmgr blanket
2015-05-27 00:04:10 +00:00
Dmitry Marakasov
b26b1c46f9
- Switch to USES=autoreconf
...
- Add LICENSE
- Improve gimp plugin dir handling
- Add missing localization file to plist
2015-05-27 00:02:04 +00:00
Dmitry Marakasov
74654a4da4
- Update to upstream version 1.20
...
- Quote variable in MAKE_ARGS
- Remove STACKPROTECTOR and STACKPROTECTORALL from OPTIONS
- Use tag instead of commit hash in GH_TAGNAME
- While here, add LICENSE_FILE
PR: 200412
Submitted by: horia@racoviceanu.com (maintainer)
2015-05-26 23:47:18 +00:00
Sergey A. Osokin
1761870a31
Another attempt to fix undefined reference to `__sync_fetch_and_add_8' and
...
`__sync_val_compare_and_swap_8' for FreeBSD[8|9].
Idea from: tijl
2015-05-26 23:39:40 +00:00
Dmitry Marakasov
1d8d8ced6c
- Only strip shared libraries
...
Approved by: portmgr blanket
MFH: 2015Q2
2015-05-26 23:30:32 +00:00
Dmitry Marakasov
8859051a1b
- Don't strip static libraries making them unusable
...
Approved by: portmgr blanket
MFH: 2015Q2
2015-05-26 23:28:51 +00:00
Dmitry Marakasov
5fa217f46f
- Add empty directories to plist
...
Approved by: portmgr blanket
2015-05-26 23:28:00 +00:00
Dmitry Marakasov
cce6599dfa
- Modernize plist
...
- Don't cat pkg-message from Makefile
Approved by: portmgr blanket
2015-05-26 23:27:43 +00:00
Dmitry Marakasov
e98d79e477
- Drop @dirrm* from plist
2015-05-26 23:24:50 +00:00
Sergey A. Osokin
b0ce7bded9
Add patches for third-party postgres module.
2015-05-26 23:12:04 +00:00
Sergey A. Osokin
7214980cf2
Add third-party postgres module back.
...
Based on patch from: Alexander Ushakov <alexander@tauruna.ru>
2015-05-26 23:10:52 +00:00
Guido Falsi
8f8dced228
- Update to 0.3.9
...
- Add option to compile against Qt5
PR: 199219
Submitted by: tkato432 atyahoo.com
2015-05-26 22:33:59 +00:00
Guido Falsi
ca001e95b8
- Update to 15.0
...
- Add 7Z option
PR: 200457
Submitted by: toxic at doobie.com (maintainer)
2015-05-26 22:32:22 +00:00
Xin LI
2a743f346c
Retrofit document cURL multiple vulnerabilities.
2015-05-26 22:15:05 +00:00
Pawel Pekala
56ed6d6c5a
- Drop run dependency on sysutils/coreutils, checksums are now
...
calculated by perl functions
- Port now compiles fine with warnings switches, don't turn them off
- Remove configure PERL_LIBDIR patch, we set PERL_LIBDIR in
CONFIGURE_ENV so perl libdir path is set properly
- Remove obsolete REINPLACE_CMD commands, in latest release all that
stuff was fixed and I missed it in last port update
- Fix build on current, libdpkg uses md5 checksum functions from libmd
while not listing it as linking dependency, new clang doesn't like it:
CCLD dpkg-deb
./lib/dpkg/.libs/libdpkg.a(buffer.o): In function `buffer_digest':
buffer.c:(.text+0x44): undefined reference to `_libmd_MD5Init'
buffer.c:(.text+0x52): undefined reference to `_libmd_MD5Update'
./lib/dpkg/.libs/libdpkg.a(buffer.o): In function `buffer_digest_done':
buffer.c:(.text+0xbf): undefined reference to `_libmd_MD5Final'
./lib/dpkg/.libs/libdpkg.a(buffer.o): In function `buffer_copy':
buffer.c:(.text+0x2fc): undefined reference to `_libmd_MD5Init'
buffer.c:(.text+0x39f): undefined reference to `_libmd_MD5Update'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
2015-05-26 19:56:58 +00:00
Christian Weisgerber
6c74fba88f
Fix for perl 5.20, which has dropped the "do $subr()" construct.
...
PR: 200464
Reviewed by: tijl
2015-05-26 19:22:48 +00:00
Dmitry Marakasov
8048ef3e39
- Update to 2.44
...
PR: 200354
Submitted by: bugs@661.org (upstream maintainer)
2015-05-26 18:50:09 +00:00
Brooks Davis
1073c4f6b7
Fix build on 9.3 and other systems where the default compiler doesn't support
...
C++11.
2015-05-26 18:43:12 +00:00
Brooks Davis
ec06602dee
Upgrade to 3.6.1 release.
2015-05-26 18:42:23 +00:00
Michael Moll
865575c1ab
textproc/augeas: update to 1.3.0
...
Differential Revision: https://reviews.freebsd.org/D2635
Approved by: swills (mentor, maintainer), mat (mentor)
2015-05-26 18:39:02 +00:00
Dmitry Marakasov
8b27d85bc8
- Update to 0.6.2
...
PR: 200152
Submitted by: bbtruk@users.sourceforge.net (maintainer)
2015-05-26 18:31:59 +00:00
Danilo Egea Gondolfo
0a50a34ba0
- Fix MASTER_SITES. The jar file was moved.
...
MFH: 2015Q2
2015-05-26 18:29:48 +00:00
Bartek Rutkowski
cc5ad9b8ef
sysutils/iocage: update 1.5.1 -> 1.6.1
...
- Update to new USE_GITHUB standard
2015-05-26 18:12:37 +00:00
Michael Moll
68bf3ab2bb
new port: security/rubygem-rack-oauth2
...
OAuth 2.0 Server & Client Library.
WWW: https://github.com/nov/rack-oauth2
PR: 199922
Differential Revision: https://reviews.freebsd.org/D2638
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: mat (mentor)
2015-05-26 18:11:32 +00:00
Michael Moll
613fce7669
net/rubygem-gitlab_omniauth-ldap: update to 1.2.1
...
PR: 199944
Differential Revision: https://reviews.freebsd.org/D2634
Submitted by: Michael Fausten <ports@michael-fausten.de>
Approved by: mat (mentor)
2015-05-26 18:07:52 +00:00
Michael Moll
5b02f5bb04
net/rubygem-net-ldap: update to 0.11
...
PR: 199945
Differential Revision: https://reviews.freebsd.org/D2633
Submitted by: Michael Fausten <ports@michael-fausten.de>
Approved by: mat (mentor)
2015-05-26 18:05:44 +00:00
Michael Moll
2886278242
www/redmine: allow newer net-ldap versions
...
Differential Revision: https://reviews.freebsd.org/D2632
Approved by: mat (mentor)
2015-05-26 18:03:59 +00:00
Michael Moll
3942fcb421
devel/rubygem-gitlab_git: update to 7.1.13
...
Differential Revision: https://reviews.freebsd.org/D2631
Approved by: mat (mentor)
2015-05-26 18:01:07 +00:00
Michael Moll
afb4f51d17
devel/rubygem-rugged: update to 0.22.2
...
Differential Revision: https://reviews.freebsd.org/D2630
Approved by: mat (mentor)
2015-05-26 17:59:02 +00:00
Michael Moll
e153d0c990
textproc/rubygem-gitlab-linguist: update to 3.0.1
...
PR: 199730
Differential Revision: https://reviews.freebsd.org/D2627
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: swills (mentor)
2015-05-26 17:56:08 +00:00
Michael Moll
e5229cb59e
textproc/rubygem-gitlab-grit: use rubygem-mime-types1
...
Differential Revision: https://reviews.freebsd.org/D2623
Approved by: swills (mentor)
2015-05-26 17:52:58 +00:00
Michael Moll
79720931fd
www/rubygem-gollum-lib: update to 4.0.3
...
PR: 199862
Differential Revision: https://reviews.freebsd.org/D2620
Submitted by: Michael Fausten <ports@michael-fausten.de>
Approved by: swills (mentor)
2015-05-26 17:48:14 +00:00
Roman Bogorodskiy
23b3cc8a05
Update to 1.22.2.
2015-05-26 17:42:45 +00:00
Jimmy Olgeni
b332164931
Upgrade to version 1.0.8.
...
Remove DOCS support, which according to portlint is kind of silly
here.
2015-05-26 17:35:27 +00:00
Kris Moore
90255a7921
- Add patch to fix bug with hanging when using nmdm as console
...
- Bump PORTREV
PR: 200460
Submitted by: olgeni@
2015-05-26 16:55:40 +00:00
Antoine Brodin
1b85bc9332
Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
...
python 2.7.10
Differential Revision: https://reviews.freebsd.org/D2639
Reviewed by: sunpoet, mva
2015-05-26 16:47:02 +00:00
Dmitry Marakasov
95870264a9
- Update to 0.16.1
...
PR: 200158
Submitted by: tobias.rehbein@web.de (maintainer)
2015-05-26 16:35:41 +00:00
Tilman Keskinoz
4bd81d3e5d
Attempt to work around pch related buildfailures on package cluster.
...
Disable precompiled headers if compiler is gcc
2015-05-26 16:29:24 +00:00
Dmitry Marakasov
4cae4c46b1
- Fix build with clang < 3.6 (which doesn't recognize -fforce-addr option)
...
- Strip binary
PR: 200035
Submitted by: amdmi3
Approved by: maintainer timeout (lasg@lasg.dk , 2 weeks)
2015-05-26 16:00:41 +00:00
Dmitry Marakasov
246d2efa62
- Add USE_GCC to fix build on FreeBSD 10+. Using clang doesn't work as the binary it produces also segfaults
...
- Add LICENSE_FILE
PR: 200049
Submitted by: amdmi3
Approved by: maintainer timeout (zont, 2 weeks)
2015-05-26 15:54:24 +00:00
Ryan Steinmetz
85d668cf0e
- Make X11 optional
...
- Bump PORTREVISION
2015-05-26 15:53:07 +00:00
Ryan Steinmetz
e908a62d62
New port: textproc/rubygem-jekyll-assets:
...
Jekyll plugin, that allows you to write javascript/css assets in other
languages such as CoffeeScript, Sass, Less and ERB, concatenate them,
respecting dependencies, minify and many more.
WWW: https://rubygems.org/gems/jekyll-assets/
2015-05-26 15:35:13 +00:00
Ryan Steinmetz
d1d7b8173f
New port: graphics/rubygem-mini_magick:
...
Manipulate images with minimal use of memory via ImageMagick / GraphicsMagick
WWW: https://rubygems.org/gems/mini_magick/
2015-05-26 15:32:41 +00:00
Ryan Steinmetz
526cbb09ac
- New port: devel/rubygem-sprockets-sass:
...
When using Sprockets 2.0 with Sass you will eventually run into a pretty big
issue. `//= require` directives will not allow Sass mixins, variables, etc.
to be shared between files. So you'll try to use `@import`, and that'll also
blow up in your face. `sprockets-sass` fixes all of this by creating a
Sass::Importer that is Sprockets aware.
WWW: https://rubygems.org/gems/sprockets-sass
2015-05-26 15:29:02 +00:00
Ryan Steinmetz
830474d23f
New port: devel/rubygem-sprockets-helpers:
...
Asset path helpers for Sprockets 2.x applications
WWW: https://rubygems.org/gems/sprockets-helpers/
2015-05-26 15:28:13 +00:00
Mathieu Arnold
ec940a12b6
Welcome lang/perl5.22 to te tree, currently at 5.22.0-RC2
...
Changes: https://metacpan.org/pod/release/RJBS/perl-5.22.0-RC2/pod/perldelta.pod
Sponsored by: Absolight
2015-05-26 14:44:06 +00:00
Johannes Jost Meixner
246fecbeac
net/nsscache: update to 0.30
...
- update to 0.30
PR: 200402
Submitted by: Kevin Bowling <kevin.bowling@kev009.com>
Obtained from: Limelight Networks
2015-05-26 14:33:23 +00:00
Jimmy Olgeni
1a68c810ae
Upgrade to version 2.1.2.
...
Use daemon(8) to redirect stdin, stdout, and stderr; start daemon in /.
PR: 200440
Submitted by: olgeni
Approved by: maintainer (email)
2015-05-26 14:15:22 +00:00
John Marino
085a29bc9d
devel/adacurses: work around FreeBSD 11 ncurses regression
...
The upgrade of ncurses on the -CURRENT version of FreeBSD resulted in an
regression (see PR) which results in multiple pkg-fallout mails to me
weekly. Since the PR isn't moving despite periodic pinging, I am
forcing the ports version of ncurses to be used with FreeBSD 11 rather
than the base like FreeBSD 10 and earlier, and DragonFly.
While here, tweak a makefile install target that was emitting a non-fatal
error.
PR: 199109
2015-05-26 14:12:39 +00:00