Commit graph

75 commits

Author SHA1 Message Date
Alexey Dokuchaev
a247b2f47d Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
2018-01-11 14:18:01 +00:00
Jan Beich
84e727457f multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
2017-10-21 06:50:49 +00:00
Tobias C. Berner
5e373eaa92 Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
2017-06-25 21:07:58 +00:00
Dmitry Marakasov
ece5ed8402 - Update to 1.30.4
PR:		219748
Submitted by:	bsd@abinet.ru (maintainer)
2017-06-05 15:26:50 +00:00
Sunpoet Po-Chuan Hsieh
9517538203 Fix OPTIONS_DEFAULT: remove NLS which is added by framework
Approved by:	portmgr (blanket)
2017-05-29 15:27:45 +00:00
Mathieu Arnold
aa1ca03dda Remove svn keywords from patches.
Sponsored by:	Absolight
2017-05-15 15:38:56 +00:00
Martin Wilke
3ce3a0d97e - Update to 1.30.3
PR:		218292
Submitted by:	maintainer
2017-05-05 03:17:31 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Kurt Jaeger
14389cc24f multimedia/zoneminder{-h264}: fix build with clang 4.0
PR:		216627
Reported by:	jbeich
Submitted by:	Ivan <bsd@abinet.ru> (maintainer)
MFH:		2017Q1
2017-03-12 19:41:42 +00:00
Dmitry Marakasov
8244fe99bc - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-11 10:08:38 +00:00
Mathieu Arnold
d83ff1e42e Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
2017-01-03 18:12:13 +00:00
Jan Beich
0c612c4aa3 multimedia/ffmpeg: update to 3.2.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
2016-12-11 15:22:47 +00:00
Chris Rees
00a4bcd4bf Fix build and update to 1.30
PR:		ports/211681
Submitted by:	Ivan (bsd@abinet.ru)
Approved by:	maintainer
2016-08-21 20:57:51 +00:00
Torsten Zuehlsdorff
5b387656e1 multimedia/zoneminder: Upgrade from 1.30.0-rc1 to 1.30.0-rc2
Changes: https://github.com/ZoneMinder/ZoneMinder/releases/tag/v1.30.0-rc2

PR:           210939
Submitted by: Ivan <bsd@abinet.ru>
Approved by:  pi (mentor)
2016-07-27 08:01:04 +00:00
Pawel Pekala
81c5c108ac - Add missing php dependencies, works with PHP7
- Documentation tweaks

PR:		210442
Submitted by:	maintainer
2016-06-23 19:40:46 +00:00
John Marino
7244904cd3 multimedia/zoneminder: Fix Malformed conditional introduced by last commit
Without an inclusion, OSVERSION and ARCH aren't defined.  While here,
couple OSVERSION with OPSYS.  It's not strictly necessary in this case,
but it maintains consistency with other ports.  The previous change was
apparently committed without any verification.

Approved by:	just-fix-it
2016-06-21 08:09:47 +00:00
Olivier Cochard
71cf1564f9 Fix multimedia/zoneminder build on 9.3-i386 and head-amd64
PR:	210261
Submitted by:	bsd@abinet.ru
Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D6854
2016-06-20 08:06:46 +00:00
Kurt Jaeger
08b7f2debd multimedia/zoneminder: Unbreak build for systems with v4l1
Systems lacking video4linux2, but with video4linux1 fail to build
ZM due to v4l2 specific macro.

PR:		210088
Submitted by:	Ivan <bsd@abinet.ru> (maintainer)
2016-06-09 00:14:07 +00:00
Kurt Jaeger
bfde1e8cb6 multimedia/zoneminder: 1.25.0 -> 1.30.0
- submitter becomes maintainer
- A huge list of changes since April 2013 can be found here:
  https://github.com/ZoneMinder/ZoneMinder/releases/

PR:		210007
Submitted by:	bsd@abinet.ru
2016-06-05 18:47:54 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Martin Wilke
138445784e - Ignore php7 2016-02-28 07:11:51 +00:00
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Dmitry Marakasov
471dc942a3 - Add empty directory to plist 2015-03-15 15:37:50 +00:00
Antoine Brodin
b9bad70d18 - Fix BUILD_DEPENDS
- Bump PORTREVISION as this may change version of php used in run depends
2015-03-03 07:41:20 +00:00
Koop Mast
ba8fae4960 Add patch to allow for building with newer libv4l.
https://reviews.freebsd.org/D1482

Obtained from:	upstream
2015-01-25 11:57:31 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Mathieu Arnold
b4ab5320cf Fix build as a user.
Sponsored by:	Absolight
2014-11-11 17:53:36 +00:00
Mathieu Arnold
d291ad32ca Replace some occurences of mach with PERL_ARCH (and a couple of other small noop fixes.)
With hat:	perl@
Sponsored by:	Absolight
2014-11-07 13:51:10 +00:00
Kurt Jaeger
bdee884ec7 multimedia/zoneminder: fix syntax error in main php page
PR:		192363
Submitted by:	p-fbsd-bugs@ziemba.us
2014-08-04 09:43:03 +00:00
Kurt Jaeger
49b576cccd multimedia/zoneminder: add missing files/patch-src_zm_thread.h
patch-src_zm_thread.h fixes the break on HEAD

PR:		192123
Submitted by:	p-fbsd-bugs@ziemba.us
2014-08-02 09:10:34 +00:00
Kurt Jaeger
e578190ffd multimedia/zoneminder: STAGE support and compilation fixes for 10.x.
PR:		192123
Submitted by:	p-fbsd-bugs@ziemba.us (G. Paul Ziemba)
2014-07-26 20:06:40 +00:00
Baptiste Daroussin
a5ac46e19e Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-24 15:36:50 +00:00
Baptiste Daroussin
ffb7170399 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:42:04 +00:00
William Grzybowski
ff634cadb5 multimedia/zoneminder: link using ffmpeg0
- Link using ffmpeg0
2013-10-08 23:25:26 +00:00
Baptiste Daroussin
855fb638fb Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia) 2013-09-20 20:57:48 +00:00
Andrej Zverev
e47ac01488 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 14:54:36 +00:00
Andrej Zverev
150bf38aca - Fix port afrer recent perl upgrade 2013-06-13 11:54:26 +00:00
Andrej Zverev
124b00a56f - Fix build with new site_perl
Submitted by:	olli hauer <ohauer@gmx.de>
2013-06-12 17:45:02 +00:00
Florian Smeets
303e871aaa Convert the remaining ports that depend on databases/p5-DBD-mysql${MYSQL_VER}
to just depend on databases/p5-DBD-mysql as that will handle the MYSQL_VER
magic.

This is required as only databases/p5-DBD-mysql supports mariadb-client and
the upcomming perconaXX-client.

Approved by:	portmgr (bapt)
Initial patches by:	pgollucci
2012-12-28 19:03:02 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Andrej Zverev
541bb1b198 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-07-01 05:42:55 +00:00
Jason Helfman
6c50cf32d8 - Update to 1.25.0
- pass maintainerhship to submitter
- broken on < 900000
- while here drop WWWDIR_REL in favor of WWWDIR and use PORTDOCS

PR:     ports/165211
Submitted by:	pakhom706@gmail.com
Feature safe:	yes
2012-03-30 18:00:42 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Boris Samorodov
df94860644 Return to the pool since I don't use and ENOTIME to maintain those ports.
Feature safe:	yes
2011-11-21 14:58:09 +00:00
Chris Rees
6ab02ccd5e Make @dirrms conditional for %%DOCSDIR%% on NOPORTDOCS
PR:		ports/162136
Submitted by:	4720@hushmail.com
Approved by:	[no rejections from any maintainer within 14 days]
Feature safe:	yes
2011-11-13 17:33:47 +00:00