Commit graph

51 commits

Author SHA1 Message Date
Tim Bishop
af8348bb5b Fix check-stagedir plist warning.
https://jenkins.freebsd.org/pci/head-amd64/logs/bulk/headamd64-default/708/logs/errors/motion-3.2.12_4.log
Error: Orphaned: %%ETCDIR%%.conf

This was caused by motion.conf being installed by the Makefile when it
should have been handled only in pkg-plist.

Also switched pkg-plist to use the new @sample keyword.

Submitted by:	swills
2014-05-08 12:18:25 +00:00
Tim Bishop
57b91d5448 The PWCBSD option requires V4L, so remove -DWITHOUT_V4L.
I'm not sure why this change was made, but it breaks the PWCBSD
option. It looked obviously wrong; it added a dependency on v4l_compat
and then disabled it by definining WITHOUT_V4L. Looking at the code
it's obvious V4L is required for anything other than network cameras
too.
2014-05-04 20:08:07 +00:00
Thomas Zander
3869d09564 - Bump PORTREVISION
- Use startup script via USE_RC_SUBR
- Add pkg-message to inform about startup script
- Fix a runtime error using wrong pid file in
  daemonised process

Approved by:	thierry (mentor)
MFH:		2014Q1
2014-02-01 12:04:33 +00:00
Thomas Zander
a93d372da8 - Un-break port
- Stage support
- Replace USE_GMAKE by USES
- New format for LIB_DEPENDS
- Use /boot/modules via KMODDIR as in other ports

PR:		ports/184406
Submitted by:	Ildar Hizbulin <hizel@vyborg.ru>
Approved by:	co-mentor (jadawin)
2014-01-31 20:36:06 +00:00
Baptiste Daroussin
15117cc7ee Mark as broken:
ffmpeg.c:81: error: expected ')' before '*' token
ffmpeg.c:117: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mpeg1_file_protocol'
ffmpeg.c:136: error: expected ')' before '*' token
ffmpeg.c:160: error: expected ')' before '*' token
ffmpeg.c:166: error: expected ')' before '*' token
ffmpeg.c:172: error: expected ')' before '*' token
ffmpeg.c:178: error: expected ')' before '*' token
ffmpeg.c:184: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'file_protocol'
ffmpeg.c: In function 'mpeg1_write_trailer':
ffmpeg.c:207: warning: implicit declaration of function 'put_buffer'
ffmpeg.c:208: warning: implicit declaration of function 'put_flush_packet'
ffmpeg.c: In function 'ffmpeg_init':
ffmpeg.c:230: error: 'mpeg1_file_protocol' undeclared (first use in this function)
ffmpeg.c:230: error: (Each undeclared identifier is reported only once
ffmpeg.c:230: error: for each function it appears in.)
ffmpeg.c:230: error: 'file_protocol' undeclared (first use in this function)
ffmpeg.c:241:5: warning: #warning av_register_protocolXXX missing
ffmpeg.c: In function 'ffmpeg_open':
ffmpeg.c:406: warning: 'av_new_stream' is deprecated (declared at /usr/local/include/libavformat/avformat.h:1817)
ffmpeg.c:465: warning: implicit declaration of function 'av_set_parameters'
ffmpeg.c:491: warning: implicit declaration of function 'avcodec_open'
ffmpeg.c:546: warning: implicit declaration of function 'url_fopen'
ffmpeg.c:546: error: 'URL_WRONLY' undeclared (first use in this function)
ffmpeg.c:577: warning: implicit declaration of function 'av_write_header'
ffmpeg.c: In function 'ffmpeg_close':
ffmpeg.c:644: warning: implicit declaration of function 'url_fclose'
ffmpeg.c: In function 'ffmpeg_put_frame':
ffmpeg.c:708: warning: 'avcodec_encode_video' is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:4261)
ffmpeg.c: In function 'ffmpeg_deinterlace':
ffmpeg.c:809: warning: 'avpicture_deinterlace' is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:4506)
2013-12-06 14:19:08 +00:00
Alex Kozlov
546a9259a9 - Return ports to the pool
PR:	ports/183244
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
2013-10-23 20:45:10 +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
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Rene Ladan
8edad71ccb Remove option for expired linuxhtreads port.
PR:		ports/179353
Submitted by:	myself
Approved by:	c.petrik.sosa@gmail.com (maintainer)
2013-06-06 09:48:53 +00:00
Matthias Andree
5625d35cf7 Fix an issue with bktr.
PR:		ports/173750
Submitted by:	c.petrik.sosa@gmail.com (maintainer)
2013-03-11 17:03:15 +00:00
Bryan Drewery
6910bf819a - Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines

PR:		ports/175415 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with:	bapt
2013-03-07 03:25:10 +00:00
Alex Kozlov
05a9235c98 - Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Eitan Adler
a52b1a298c Revert Chris Petrik's ports to the pool. Thank you for all your work so far, and should you desire to return just let us know.
PR:		ports/174309
Submitted by:	Chris Petrik
2012-12-10 01:20:16 +00:00
Eitan Adler
f836031437 Hand port over to cpet
PR:		ports/172344
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
2012-10-05 03:34:11 +00:00
Sylvio Cesar Teixeira
51eb180072 - Updatet to version 3.2.12
New file:
files/patch-configure.in
files/patch-ffmpeg.c

PR:		ports/169006
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-06-17 20:14:17 +00:00
Thomas Abthorpe
36bf8e6a78 - Reset maintainer due to email bounce
- We hope to see you back
2012-06-07 02:01:53 +00:00
Chris Rees
e1e5ad3a63 Remove obsolete OSVERSION check-- ports no longer work on 6.X
PR:		ports/168276
Submitted by:	crees
Approved by:	maintainer timeout (ack@telefonica.net, two weeks)
2012-06-06 16:17:33 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Olli Hauer
4c503beb39 - remove MD5 2011-07-03 13:38:45 +00:00
Martin Matuska
c86cd8cae2 Bump due to ffmpeg update to 0.7.1 2011-06-24 22:39:03 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Martin Matuska
ab5c533c96 - Update ffmpeg to 0.6 2010-07-24 16:38:20 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Martin Wilke
0e28e04360 - Distfile was rerolled to fix the detection of ffmpeg
PR:		137698
Submitted by:	Angel Carpintero <ack@telefonica.net> (maintainer)
2009-09-13 14:01:15 +00:00
Pav Lucistnik
0f3e47882a - Mark BROKEN: does not fetch due to size mismatch
Reported by:	pointyhat
2009-09-07 23:15:49 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Martin Matuska
75ecf0d2e3 - Update to 3.2.11.1
PR:		ports/137649
Submitted by:	Angel Carpintero <ack@telefonica.net> (maintainer)
2009-08-11 10:13:58 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Pav Lucistnik
d203b12054 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 21:36:39 +00:00
Rong-En Fan
cc5060a005 - Fix configure.in so it can get PACKAGE_VERSION/PACKAGE_NAME correctly
- Fix default pid name in configuration file
- Bump PORTREVISION

PR:		ports/127903
Submitted by:	Angel Carpintero <ack at telefonica.net> (maintainer)
2008-10-07 09:11:57 +00:00
Martin Wilke
d57c11ffca - Update to 3.2.11
PR:		127621
Submitted by:	Angel Carpintero <ack@telefonica.net> (maintainer)
2008-09-26 09:41:15 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Martin Wilke
b4ee4e602f - Respect NOPORTEXAMPLES
PR:		124757
Submitted by:	Angel Carpintero <ack@telefonica.net>
Reported by:	ionbot
2008-06-19 14:49:48 +00:00
Lars Engels
935505d214 Security update to 3.2.10.1
PR:		ports/124498
Submitted by:	Angel Carpintero (maintainer)
2008-06-13 20:24:23 +00:00
Lars Engels
b30475c7e0 - Update to 3.2.10
- Enable support for PWCBSD-based Webcams
- Install rc-script

PR:		ports/123808
Submitted by:	Angel Carpintero <ack (AT) telefonica.net>
2008-05-20 17:33:29 +00:00
Martin Wilke
9e2c03b880 - Fix creation of new multimedia/motion detected videos
- Bump PORTREVISION

PR:		119938
Submitted by:	Angel Carpintero <ack@telefonica.net> (maintainer)
2008-01-24 15:56:04 +00:00
Martin Wilke
a2dd31329c - Update to 3.2.9
PR:		119372
Submitted by:	Angel Carpintero <ack@telefonica.net> (maintainer)
2008-01-10 23:40:32 +00:00
Edwin Groothuis
fa9509791f Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 02:01:29 +00:00
Pav Lucistnik
57ca83abc6 - Fix the ffmpeg problem on runtime too
Submitted by:	Angel Carpintero <ack@telefonica.net> (maintainer)
2007-10-03 13:37:26 +00:00
Pav Lucistnik
6420cce43a - Fix build after recent ffmpeg update
Submitted by:	Angel Carpintero <ack@telefonica.net> (maintainer)
2007-10-02 23:13:10 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Rong-En Fan
4da8d6ce1f - Update to 3.2.8
PR:		ports/114702
Submitted by:	Angel Carpintero <ack at telefonica.net> (maintainer)
2007-07-19 16:06:23 +00:00
Martin Wilke
5560cc299b - Update to 3.2.7
PR:             ports/105986
Submitted by:   Angel Carpintero<ack@telefonica.net> (maintainer)
2006-11-30 11:27:19 +00:00
Michael Landin
f39a50d8ef - update to last stable version 3.2.6
PR:		ports/98270
Submitted by:	Angel Carpintero <ack@telefonica.net> (maintainer)
2006-06-01 10:54:50 +00:00