1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
Commit Graph

381742 Commits

Author SHA1 Message Date
Martin Wilke
9824a9d402 - Update to 3.4.2
PR:		        204758
Submitted by:	erdgeist@erdgeist.org
Approved by:	bapt (mentor)
2015-11-27 07:52:55 +00:00
Martin Wilke
9236394919 - Update to 1.4.8
PR:		        204828
Submitted by:	net@arrishq.net (maintainer)
Approved by:	bapt (mentor)
2015-11-27 07:48:49 +00:00
Martin Wilke
cb7e52124e - Update to 1.1.9
Approved by:	bapt (mentor)
2015-11-27 07:40:19 +00:00
Vanilla I. Shu
508f867209 Upgrade to 0.9. 2015-11-27 06:36:23 +00:00
Vanilla I. Shu
7e77ea7cae Upgrade to 0.7.5. 2015-11-27 06:36:03 +00:00
Vanilla I. Shu
04667356b6 1: add PKGNAMESUFFIX to py-django-pipeline14.
2: add CONFLICT.
2015-11-27 05:57:39 +00:00
Greg Lehey
4a9e8bde3c Depend on sqlite3
Not found by:   port test

Find a more general way to determine the python path.

Approved by:	edwin@ (mentor)
MFC after:	3 weeks
2015-11-27 05:53:39 +00:00
Vanilla I. Shu
e572f8e2db Upgrade to 1.5.4. 2015-11-27 03:51:32 +00:00
Vanilla I. Shu
a176109610 Add py-django-pipeline14 for py-django16 (copy from py-django-pipiline). 2015-11-27 03:50:59 +00:00
Vanilla I. Shu
d1677bda66 Upgrade to 4.0.4. 2015-11-27 02:55:02 +00:00
Stephen Montgomery-Smith
b78d333444 - Mark broken.
Reference:	http://beefy2.nyi.freebsd.org/data/93amd64-default/402431/logs/netgen-5.0.0_4.log
2015-11-27 02:25:10 +00:00
Alexey Dokuchaev
b184723ffb Do not unconditionally use SSE4.1 code: not just it makes it less portable,
it might crash on CPUs that do not support those instructions, with SIGILL.
2015-11-27 01:45:08 +00:00
Roman Bogorodskiy
ac3c933946 mail/msmtp: fix configuration for gnome password management
In order to enable password management, now '--with-libsecret'
option should be used instead of '--with-gnome-keyring'.

So fix configure args and rename the GNOMEKEYRING option to
LIBSECRET.

Also modernize options usage and bump PORTREVISION due to
package change.

PR:		204760 (with minor edits)
Submitted by:	John Hein
MFH:		2015Q4
2015-11-26 22:20:28 +00:00
Cy Schubert
5d995c648f Revert removal of USES autoreconf by r402454. It breaks install of
libpromises.so.3, breaking pkg-plist.
2015-11-26 20:48:11 +00:00
Cy Schubert
8a60887734 Update 4.3.82 --> 4.3.84 2015-11-26 20:26:49 +00:00
Raphael Kubo da Costa
1624e7c81f Fix the build with the upcoming CMake 3.4.0.
It is not clear if this is intentional or not, but with CMake 3.4.0
environment variables such as CXXFLAGS are passed to the compiler after the
directories added via the include_directories() command. In practice, this
means that we then end up with the following command-line:

  ${CXX} ... -I/usr/local/include ...
             -I/usr/local/include/ffmpeg0/libavcodec
             -I/usr/local/include/ffmpeg0 ...

which fails because of the following chain of events:
* The port brings in multimedia/ffmpeg indirectly.
* The source code includes headers as <avformat.h> like that, which turn
  into /usr/local/include/ffmpeg0/libavformat/avformat.h to the compiler.
* Headers like avformat.h itself include other headers with
  "libavcodec/avcodec.h", which, given the compiler command-line above,
  becomes /usr/local/include/libavcodec/avcodec.h, coming from
  multimedia/ffmpeg, not multimedia/ffmpeg0.

Fix it by making the port behave as it should have from the beginning:
* Stop setting C{PP,XX}FLAGS in the Makefile, as it does not help.
* Include the ffmpeg-related headers before the others, so that
  /usr/local/include comes after them.
* Adjust patch-cmake so that it works correctly with the setup in ports:
  instead of setting the <LIB>_LAVC variables which assume there is a
  separate libavcodec installed, make the code fall back to the
  <LIB>_FF_LAVC ones, which are set when there's a libavcodec inside an
  ffmpeg tree (our case with ffmpeg0). This also takes care of setting
  FFMPEG_INCLUDE_DIR with /usr/local/include/ffmpeg0 and passing it in the
  right place in the command-line.

Tested with both CMake 3.3.1 and 3.4.0.
2015-11-26 17:21:13 +00:00
Dmitry Marakasov
0685c2bba4 - Kill references to drivers removed in r352941
Approved by:	portmgr blanket
2015-11-26 17:14:53 +00:00
Baptiste Daroussin
fdad782a4e Also add a centos vault master sites for updates 2015-11-26 17:08:23 +00:00
Dmitry Marakasov
5e316620eb - Add in missing directory under vardir
PR:		204815
Submitted by:	dharrigan@gmail.com (maintainer)
2015-11-26 17:08:22 +00:00
John Marino
cdf7823229 japanese/ochusha: Deprecate for removal on xmas
This 2ch program has never been updated (introduced in 2007), and
according to Google Japanese translater, it was basically abandoned
by users by 2008 (due to 3 years between releases).  I don't think
this port ever had a maintainer.

Coup de grâce
2015-11-26 16:47:12 +00:00
Veniamin Gvozdikov
564b184631 - Fix bug with SSL 2015-11-26 16:15:55 +00:00
Steven Kreuzer
6795afec25 Update to version 3.7.1 change CFENGINE_VERSION to 37 in the master port
Approved by:	cy@ (maintainer)
Differential Revision:	D4278
2015-11-26 15:24:08 +00:00
Danilo Egea Gondolfo
9d53991695 - Update to 0.58 2015-11-26 14:56:18 +00:00
Danilo Egea Gondolfo
e5d83bb3d8 - Update to 6.200.5 2015-11-26 14:43:42 +00:00
Raphael Kubo da Costa
92a505c9f2 Point MASTER_SITES to my local copy of the tarball.
k9copy.sourceforge.net seems to have been removed, and the tarballs are gone
with it.
2015-11-26 14:43:16 +00:00
Martin Wilke
db53585487 - Take Maintainership
Approved by:	mat (mentor)
2015-11-26 14:39:58 +00:00
Raphael Kubo da Costa
3160bb01ac Add upstream commit to make the port build with the upcoming CMake 3.4.0. 2015-11-26 14:38:07 +00:00
Jonathan Anderson
0f93502c68 Stop clobbering libdistance with its own swig wrapper.
The libdistance library should be called libdistance.so and its
swig wrapper should be called libdistance_wrap.so.

Approved by:	brooks
Differential Revision:	https://reviews.freebsd.org/D4194
2015-11-26 13:39:56 +00:00
Mathieu Arnold
dd50b56264 Add missing dependencies that it wanted when I tried to use it.
Sponsored by:	Absolight
2015-11-26 13:36:45 +00:00
Dmitry Marakasov
a3dd9cde20 - Update to 0.4.4.20151120
PR:		204714
Submitted by:	fidaj@ukr.net (maintainer)
2015-11-26 13:35:09 +00:00
Baptiste Daroussin
218e13e5f6 Fix typo preventing using c6_64 2015-11-26 13:05:07 +00:00
Raphael Kubo da Costa
9aaf5b1515 Add upstream patch to fix the build with the upcoming CMake 3.4.0. 2015-11-26 12:43:26 +00:00
Raphael Kubo da Costa
f45ff64613 Add patch to make the port build with CMake 3.4.0. 2015-11-26 12:39:13 +00:00
Raphael Kubo da Costa
e59fc587d3 Add patch for the port to build with CMake 3.4.0. 2015-11-26 12:29:22 +00:00
Mark Felder
4f627cfd2d multimedia/plexmediaserver-plexpass: Update to 0.9.14.4
Changelog:	https://forums.plex.tv/discussion/comment/1070366#Comment_1070366
2015-11-26 12:15:25 +00:00
Raphael Kubo da Costa
7ad7fac8cc Add upstream commit to fix the build with CMake 3.4.0.
In preparation for PR 204629, import an upstream SVN commit that explicitly
includes the CheckIncludeFiles module. No need to bump PORTREVISION.

Approved by:	gnome@ (kwm)
2015-11-26 12:13:50 +00:00
Martin Wilke
b233276d78 - Take Maintainership
Approved by:	mat (mentor)
2015-11-26 12:04:00 +00:00
Danilo Egea Gondolfo
76d8922d55 - Update to 3.3.2 2015-11-26 11:50:46 +00:00
Veniamin Gvozdikov
c73d2a0632 - Update to 0.9.0 2015-11-26 11:35:04 +00:00
Kubilay Kocak
6c541cb678 security/suricata: Update to 3.0 RC1
- Update to 3.0 release candidate 1 (Welcome Netmap support!)
- Update pkg-plist accordingly
- Add NETMAP option (Enabled by default for packages)
- Sort OPTIONS_* alphabetically
- Enable verbose builds
- Remove patches (upstreamed)
- Update test target
2015-11-26 11:25:42 +00:00
Vsevolod Stakhov
96dfa5abaf - Do not install libmilter.pc
PR:		204807
Submitted by:	pavel at onlyfriends.info
2015-11-26 11:25:41 +00:00
Raphael Kubo da Costa
8b720b6fef Add patch to make the port build with CMake 3.4.0.
In preparation for PR 204629, add a patch (also sent upstream) to make the
port build with CMake 3.4.0 by explicitly including a module used by the
build system.
2015-11-26 11:03:49 +00:00
Bartek Rutkowski
e7153fc2ec science/InsightToolkit: update 4.8.1 -> 4.8.2
PR:		204727
Submitted by:	Ben Woods <woodsb02@gmail.com> (maintainer)
2015-11-26 10:45:58 +00:00
Diane Bruce
5e5fe40707 Clean up port to use pkgconfig
No change to actual port produced binaries results.
2015-11-26 04:10:03 +00:00
Sunpoet Po-Chuan Hsieh
0f226ecc84 - Add LICENSE_FILE
Approved by:	portmgr (blanket)
2015-11-26 01:01:06 +00:00
Sunpoet Po-Chuan Hsieh
f0ac1d4838 - Update to 4.7.2
Changes:	https://github.com/github/linguist/releases
2015-11-26 01:01:02 +00:00
Sunpoet Po-Chuan Hsieh
fdac09f9f7 - Add LICENSE_FILE 2015-11-26 01:00:58 +00:00
Sunpoet Po-Chuan Hsieh
4c15687b5a - Update to 1.7.23 2015-11-26 01:00:54 +00:00
Sunpoet Po-Chuan Hsieh
eb723288e5 - Update to 4.5.0.0
Changes:	https://github.com/bokmann/font-awesome-rails/blob/master/CHANGELOG.md
2015-11-26 01:00:50 +00:00
Sunpoet Po-Chuan Hsieh
0f6380c808 - Update to 4.5.0.0
Changes:	https://github.com/bokmann/font-awesome-rails/blob/master/CHANGELOG.md
2015-11-26 01:00:46 +00:00