notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: net/crtmpserver/Makefile

Number of commits found: 22

Sunday, 7 Apr 2019
07:43 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:498264 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Sunday, 4 Nov 2018
13:34 antoine search for other commits by this committer
Mark BROKEN: fails to build

/wrkdirs/usr/ports/net/crtmpserver/work/crtmpserver-0.811/sources/common/src/platform/freebsd/freebsdplatform.cpp:271:33:
error: invalid suffix on literal; C++11 requires a space between literal and
identifier [-Wreserved-user-defined-literal]
                WARN("Unable to set IP_TTL: %"PRIu8"; error was (%d) %s", ttl,
err, strerror(err));
                                              ^

Reported by:	pkg-fallout
Original commitRevision:484033 
Friday, 15 Jun 2018
17:37 amdmi3 search for other commits by this committer
- Fix LICENSE
- Add LICENSE_FILE
- Pet portlint
- Whitespace fixes
- Remove always-true OSVERSION conditions

Approved by:	portmgr blanket
Original commitRevision:472468 
Friday, 22 Sep 2017
10:48 mat search for other commits by this committer
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450351 
Wednesday, 15 Mar 2017
14:45 mat search for other commits by this committer
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Original commitRevision:436247 
Wednesday, 20 Jul 2016
15:33 mat search for other commits by this committer
Cleanup $() variables in ports Makefiles.

Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
Original commitRevision:418840 
Sunday, 3 Jan 2016
10:00 pawel search for other commits by this committer
Switch to USES=execinfo

PR:		205349
Submitted by:	myself
Approved by:	maintainer timeout
Original commitRevision:405123 
Monday, 11 May 2015
20:31 antoine search for other commits by this committer
Fix build on head and stable/10

Reported by:	pkg-fallout
Original commitRevision:386100 
Thursday, 15 Jan 2015
09:05 tijl search for other commits by this committer
Add missing USE_OPENSSL=yes

PR:		195796
Original commitRevision:377064 
Saturday, 8 Feb 2014
07:46 antoine search for other commits by this committer
Fix packaging and leftovers

Reported by:	pkg-fallout
Original commitRevision:343309 
Saturday, 11 Jan 2014
20:48 bapt search for other commits by this committer
Switch to USES=lua (meaning to lua 5.2)
Original commitRevision:339455 
Sunday, 1 Dec 2013
16:29 wg search for other commits by this committer
net/crtmpserver: update to 0.811

- Update to 0.811 [1]
- Allow staging

PR:		ports/182528
Submitted by:	maintainer
Original commitRevision:335403 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Monday, 9 Sep 2013
22:54 wg search for other commits by this committer
net/crtmpserver: update to 0.806

- Update to 0.806 [1]
- Convert lib depends to new syntax
- Add LICENSE (GPLv3)
- Fix pkg-plist

PR:		ports/181924 [1]
Submitted by:	Gavriloaie Eugen-Andrei <support rtmpd.com> (maintainer)
Original commitRevision:326852 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Tuesday, 19 Mar 2013
14:22 makc search for other commits by this committer
- No need to set CMAKE_INSTALL_PREFIX and CMAKE_BUILD_TYPE, already done in
bsd.cmake.mk
- Trim header while I'm here

Approved by:	portmgr (bapt)
Original commitRevision:314650 
Thursday, 28 Feb 2013
03:12 miwi search for other commits by this committer
- Broken fails to build
Original commitRevision:313077 
Saturday, 30 Jul 2011
15:49 lwhsu search for other commits by this committer
- Update to 0.545

PR:             ports/158886
Submitted by:   Jin-Sih Lin <linpct@gmail.com>
Approved by:    C++ RTMP Server Support (Andrei) <support@rtmpd.com>
(maintainer)
Original commit
Saturday, 16 Jul 2011
05:39 linimon search for other commits by this committer
Mark as broken on sparc64: does not compile.
Original commit
Tuesday, 1 Mar 2011
17:33 sylvio search for other commits by this committer
- Change variable in crtmpserver.in
- BUMP PORTREVISION

Submitted by:   dougb@ (via e-mail)
Original commit
Monday, 28 Feb 2011
13:57 sylvio search for other commits by this committer
High performance RTMP/RTSP streaming server
 rtmpd is a high performance streaming server able to stream
 (live or recorded) in the following technologies:
  - To and from Flash (RTMP,RTMPE, RTMPS, RTMPT, RTMPTE)
  - To and from embedded devices: iPhone, Android
  - From surveillance cameras
  - IP-TV using MPEG-TS and RTSP/RTCP/RTP protocols
 Also, rtmpd can be used as a high performance rendes-vous server.
 For example, it enables you to do:
  - Audio/Video conferencing
  - Online gaming
  - Online collaboration
  - Simple/complex chat applications

WWW: http://www.rtmpd.com

PR:             ports/155033
Submitted by:   Gavriloaie Eugen-Andrei <crtmpserver@gmail.com>
Original commit

Number of commits found: 22