| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
| |
pending PR (related to stage)
With hat: portmgr
|
|
|
|
|
|
|
| |
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CC -c tools/locale_c.c
CC -c tools/socket_stubs.c
CC -c io/oss_io_c.c
OCAMLOPT -o liquidsoap
tools/socket_stubs.o: In function `stub_set_tcp_nodelay':
tools/socket_stubs.c:(.text+0x67): undefined reference to `setsockopt_int'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
File "caml_startup", line 1:
Error: Error during linking
Reported by: pkg-fallout
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
|
| |
|
|
|
|
| |
While here use BROKEN_${ARCH}
|
|
|
|
| |
Holdout shame list: ruby, perl, python
|
|
|
|
|
|
| |
LIB_DEPENDS in audio
With hat: portmgr
|
|
|
|
| |
audio)
|
| |
|
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
|
|
|
|
|
|
| |
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
|
|
|
| |
directly or indirectly (via libvorbis, libtheora).
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
- no PORTREVISION bump, because it's not default
PR: 166688
Submitted by: Mykola Dzham <i at levsha dot me> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
While I'm here also drop unnecessary LICENSE_FILE knob (for GPLv2)
PR: 166464
Submitted by: Mykola Dzham <i at levsha dot me> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Add LICENSE
PR: ports/165932 [1]
Submitted by: Mykola Dzham <i@levsha.me> (maintainer) [1]
Feature safe: yes
|
|
|
|
| |
Bump portrevision of all ports which depend upon it.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Hat: portmgr
Feature safe: yes
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/150636
Submitted by: Mykola Dzham <i@levsha.me> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
|
|
|
|
| |
PR: ports/148643
Submitted by: Christopher Key <cjk32 at cam.ac.uk>
|
|
|
|
|
|
|
| |
Honor NOPORTDOCS and NOPORTEXAMPLES.
Notified by: QAT
Approved by: maintainer
|
|
|
|
| |
(via libvorbis, libtheora).
|
| |
|
|
|
|
|
|
|
|
|
| |
- use ?= for the portrevision of a master port to make it possible to
change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
- done via a semi-automated way (manual review and fixup)
- I tried to take care to not bump ports which only depend optionaly on
lame (with a default of no dependency)
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
for generating the stream of netradios. It has tons of features, it's free and
it's open-source! Liquidsoap lets you to describe your streams in a powerful and
flexible way. Allowing arbitrarily deep-nested composition of streams, it gives
you more power than you need for creating an original netradio. But liquidsoap
is still very light and easy to use, in the Unix tradition of simple strong
components working together.
WWW: http://savonet.sourceforge.net/
PR: ports/142546
Submitted by: Mykola Dzham <i@levsha.me>
|