David Chisnall
bae9780745
Fix the post-install message to only refer to ports that actually exist.
...
While here, sort them a bit so that the user doesn't have to look up the relevant one for their DE / use case.
PR: 202926
2015-10-08 14:18:12 +00:00
Chris Rees
1444c56db0
Update to 0.19.10
...
Add "desc" to rc, to make rclint happy.
2015-09-14 18:46:25 +00:00
Jan Beich
be2ec35551
audio/libtremor: bump PORTREVISION in consumers after r395232
...
libvorbisidec.so.1.0.2 -> libvorbisidec.so.1.0.3
ACC report: https://people.freebsd.org/~jbeich/compat_reports/libtremor/1.2.0.s20040213_to_1.2.1.s20150105/compat_report.html
Pointy hat to: jbeich
MFH: 2015Q3 (ports-secteam reliability blanket)
2015-08-29 21:48:58 +00:00
Chris Rees
42cb389661
Enable the configure switch '--enable-pipe-output', which builds musicpd with support for writing PCM audio to a pipe.
...
PR: ports/201304
Submitted by: Georg G.
2015-07-03 18:05:41 +00:00
Mathieu Arnold
0438143249
Remove OSVERSION checks that do not make sense any more.
...
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Alexey Dokuchaev
d62dabcfd1
- Provide standard CDDA_DESC for Digital Audio CD support, and remove it
...
from individual ports when appropriate (two ports, `audio/deadbeef' and
`devel/gvfs', were allowed to keep them for the time being, since they
benefit from custom description)
- Remove last per-port occurrences of WAVPACK_DESC while I'm at it
2015-04-01 09:30:48 +00:00
Chris Rees
a16f56e1de
Update to 0.18.23
...
fixes build with GCC (explicit stdio inclusion required)
0.19 will come once I've had more time to test.
PR: ports/196850
2015-03-22 22:35:24 +00:00
Chris Rees
ad114601c3
Revert fix-- incorrect
...
PR: ports/195888
2015-01-24 21:21:22 +00:00
Chris Rees
35fa59bf4f
Fix build on 10.1-- temporary fix until clang bug investigated
...
PR: ports/195888
Submitted by: martin.dieringer
2014-12-19 17:08:44 +00:00
Tijl Coosemans
60945f0277
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
...
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
2014-12-08 16:48:38 +00:00
Gerald Pfeifer
15945f8122
Update the default version of GCC in the Ports Collection from GCC 4.7.4
...
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
2014-09-10 20:50:31 +00:00
Tilman Keskinoz
97fd2f3489
Fix typo in previous commit
...
Submitted by: Arthur Mesh
2014-08-14 11:33:17 +00:00
Tilman Keskinoz
80b3ab923d
Chase library dependencies after libcdio <-> libcdio-paranoia split
...
PR: 192271
2014-08-09 10:06:54 +00:00
Dmitry Marakasov
0f7d483f48
- Switch audio/musepack to USES=libtool, drop .la files
...
- Bump dependent ports as .so version has changed
- Fix audio/abcde by requiring python
- Fix audio/moc plist with MUSEPACK enabled
Approved by: portmgr blanket
2014-08-04 15:46:12 +00:00
Chris Rees
45287b74af
Give up trying to make MPDDIR, and let pw useradd do it. Stop making
...
it customisable via make.conf; pointless with package installations.
Modernise slightly.
Correct IGNORE message-- there is no real problem with using .error here,
but since it was mysteriously changed without notice assume that there was an
extremely good reason for it.
2014-07-20 14:48:53 +00:00
Chris Rees
f6ac94a3ff
Stop pkg complaining, and do exactly the same as before :)
2014-07-19 21:31:27 +00:00
Adam Weinberger
cff70035fd
Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set.
2014-07-16 03:47:05 +00:00
Tijl Coosemans
b2c93db5af
Add a global OPUS_DESC
2014-07-11 14:12:30 +00:00
Martin Wilke
bd48d39657
- Chase database/sqlite3 slib bump
...
Approved by: portmgr (myself)
2014-06-27 17:21:06 +00:00
Chris Rees
aaf75e3063
Update to 0.18.11
...
PR: ports/189038
2014-05-26 18:24:17 +00:00
Christian Weisgerber
7c689742b1
Switch Opus to USES=libtool.
...
Bump dependent ports. [1]
Approved by: portmgr (implicit) [1]
2014-05-25 20:07:24 +00:00
Sunpoet Po-Chuan Hsieh
a26a7c64e7
- Update to 2.3.1 (from audio/libshout2)
...
- Use USES=libtool
- Strip shared library
- Bump PORTREVISION for audio/libshout shlib change and
dependency change from audio/libshout2 to audio/libshout [1]
Approved by: portmgr (bapt) [1]
2014-05-05 14:51:06 +00:00
Chris Rees
85d357202e
Enable curl by default.
...
PR: ports/187833
Submitted by: rene
2014-03-24 18:13:10 +00:00
Chris Rees
ca3e7bd8cf
Fix build when cdparanoia option enabled.
...
PR: ports/187771
Submitted by: Arto Pekkanen <isoa@kapsi.fi>
2014-03-19 20:25:58 +00:00
Chris Rees
b04fdaa239
Fix build with sidplay2
...
PR: ports/186543
2014-02-16 20:18:41 +00:00
Chris Rees
67b654cc67
Update to 0.18.8
...
Fix pkg-message
2014-02-16 19:55:16 +00:00
Baptiste Daroussin
1ada6e33a5
Chase libmad changes
2014-02-05 15:53:18 +00:00
Baptiste Daroussin
ec15392654
Reduce over inclusions of bsd.port.mk
2014-01-15 22:36:30 +00:00
Chris Rees
5dbcf60640
Typo
2014-01-01 19:45:41 +00:00
Chris Rees
8ef8fdcdca
Simplify and group up OPTIONS
...
Submitted by: Zsolt Udvari <udvzsolt@gmail.com>
2013-12-29 13:56:54 +00:00
Chris Rees
92c62c94c9
Remove removed configure switch
...
PR: ports/185234
Submitted by: Zsolt Udvari <udvzsolt@gmail.com>
2013-12-27 21:44:48 +00:00
Chris Rees
e27965f569
Fix install with DOCS option disabled
...
PR: ports/185161
Submitted by: Anton Yuzhaninov
2013-12-24 15:45:28 +00:00
Chris Rees
190b95b3ee
It appears that there is actually a compiler.mk knob that does
...
exactly what was needed for the previous commit.
Submitted by: antoine
Submitted by: db
2013-12-21 17:02:30 +00:00
Chris Rees
9440173253
Clang can build musicpd fine on FreeBSD 10+
...
PR: ports/185059
Submitted by: mat
2013-12-21 16:52:11 +00:00
Chris Rees
e68779272f
Update to 0.18.5
...
Musicpd has been rewritten in c++, and now unfortunately requires a
modern gcc to build.
While here, remove duplicate LICENSE line pointed out by danfe...
2013-12-20 21:49:30 +00:00
Chris Rees
4be0849487
Update to 0.17.6
...
Stageify
2013-12-20 09:51:00 +00:00
Chris Rees
2ec1bb7b9f
Fix WMA playback.
...
0.18 update will come soon, but it's proving nontrivial
due to a substantial rewrite in c++!
PR: ports/184768
Submitted by: Thomas Zander <thomas.e.zander@googlemail.com>
2013-12-15 18:49:15 +00:00
Bryan Drewery
5439a5b592
Fix dependency
2013-12-11 17:31:22 +00:00
Baptiste Daroussin
5978476c35
In preparation for making libtool generate libraries with a sane name, fix all
...
LIB_DEPENDS in audio
With hat: portmgr
2013-12-11 14:35:36 +00:00
Eitan Adler
42f0e86cba
s/.error/ignore/g
...
This port needs additional work, but fix building INDEX for now.
Approved by: crees (maintainer, implicit)
2013-11-20 02:42:32 +00:00
Koop Mast
7ec7468932
Update to 0.3.6.
...
This update supports a number of new codecs.
Remove indiffently argument from COMMENT
Update pkg-descr to supported codec list.
Stageify.
2013-11-08 14:31:40 +00:00
William Grzybowski
3624ddf181
multimedia/ffmpeg: update to 2.0.1
...
- Update main ffmpeg port to 2.0.1
- Bump and update dependent ports when necessary (API change)
Approved by: portmgr (bapt)
2013-10-19 16:43:32 +00:00
Baptiste Daroussin
183c2ed74f
Add NO_STAGE all over the place in preparation for the staging support (cat: audio)
2013-09-20 14:36:35 +00:00
Baptiste Daroussin
0dc34effd5
Add an explicit dependency on pkgconf
...
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
2013-08-30 22:31:38 +00:00
Chris Rees
0ec3c75589
Improve TREMOR description to make it explicit that it may not be used with
...
SHOUTCAST
PR: ports/180412
2013-08-09 12:21:41 +00:00
Chris Rees
4c13280efd
Restore SQLITE3 option
...
Submitted by: Thomas Mueller <tmueller@sysgo.com>
2013-07-24 10:21:34 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c
- Update to 7.31.0
...
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
2013-07-11 16:26:26 +00:00
Chris Rees
4568632969
Remove obsolete CUE option
2013-07-01 18:37:10 +00:00
Chris Rees
22ecc41fd7
Add SQLITE3 option
2013-06-26 21:14:56 +00:00
Christian Weisgerber
1f2b1eac8e
* Major update to FLAC 1.3.0, including shared library bumps.
...
* Chase the update in dependent ports.
PR: 179072
2013-06-09 19:30:58 +00:00