Adam Weinberger
2ac8e45b30
Add USES=readline to fix build on -current.
2014-07-23 13:24:53 +00:00
Tijl Coosemans
c958a48581
Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always work
...
when an older version of a package is installed. This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries. For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries. Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.
With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.
This partially reverts r358784.
PR: 191611
Approved by: portmgr (bapt)
2014-07-23 10:28:03 +00:00
Tijl Coosemans
3ab1b8443e
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
...
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
2014-07-23 09:54:02 +00:00
Dmitry Marakasov
19a363cc1d
- Switch to USES=libtool, drop .la files
...
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
2014-07-23 07:02:54 +00:00
Adam Weinberger
95786c7af1
Remove backslashes from single- and double-quotes in COMMENT and _DESC
...
strings, that were passed through rather than escaping anything.
Approved by: portmgr (not really, but it touches unstaged ports)
2014-07-23 01:45:47 +00:00
Juergen Lock
fd616f4869
Fix build with GME knob.
...
PR: 192044
2014-07-22 21:31:11 +00:00
Juergen Lock
bc7d8ba282
Update to 1.9.0 - changelog is here:
...
http://livestreamer.tanuki.se/en/latest/changelog.html#changelog
2014-07-22 18:29:45 +00:00
Koop Mast
0e90ccad24
Fix two problems.
...
Use class instead of struct for RateCtl in encoderparams.hh. Class RateCtl is
defined in ratectl.hh and used elsewhere in the code too.
Fix headerguard typo in ontheflyratectlpass[12].hh.
Found by: Clang
2014-07-22 09:59:01 +00:00
Juergen Lock
4faed76628
Update to 2.1.5 - changelog is here:
...
https://www.videolan.org/developers/vlc-branch/NEWS
2014-07-21 20:19:49 +00:00
Juergen Lock
1f1e8b02f0
- Fix LIRC knob so that liblirc_client is actually found again.
...
- Bump PORTREVISION.
2014-07-20 17:34:08 +00:00
Tijl Coosemans
22102e3d2c
Fix LIB_DEPENDS
...
PR: 191972
2014-07-20 15:27:37 +00:00
Sunpoet Po-Chuan Hsieh
38d753e9a6
- Fix PLIST
2014-07-20 04:24:13 +00:00
Sunpoet Po-Chuan Hsieh
2dcf88e11f
- Update to 0.7.69
...
- Update LICENSE
- Update COMMENT
- Update pkg-descr
Changes: http://mediainfo.sourceforge.net/Log
2014-07-19 16:41:34 +00:00
Sunpoet Po-Chuan Hsieh
df447e861a
- Add libmediainfo 0.7.69
...
MediaInfo is a convenient unified display of the most relevant technical and
tag data for video and audio files.
Read http://mediaarea.net/en/MediaInfo/Support/Formats for supported formats.
WWW: http://mediainfo.sourceforge.net/
2014-07-19 16:40:37 +00:00
Sunpoet Po-Chuan Hsieh
7ccab39671
- Add libzen 0.7.69
...
MediaInfo is a convenient unified display of the most relevant technical and
tag data for video and audio files.
Read http://mediaarea.net/en/MediaInfo/Support/Formats for supported formats.
WWW: http://mediainfo.sourceforge.net/
2014-07-19 16:38:24 +00:00
Thomas Zander
e75bf3a19e
- Update to upstream version 0.11.2
...
- Project repository has been moved from Google code to GitHub
- Introduce OPTIONS for ASM ENCA FONTCONFIG HARFBUZZ
- BUILD_DEPENDS on yasm for optimized ASM builds
PR: 191874
Submitted by: Jan Beich <jbeich@vfemail.net>
Approved by: mentors (implicit)
2014-07-19 14:09:12 +00:00
Thomas Zander
7ad29f7ca5
- Add NLS option
...
PR: 179701
Submitted by: nemysis@gmx.ch
Approved by: mentors (implicit)
2014-07-19 13:18:38 +00:00
Tijl Coosemans
a14d5f8d2d
Remove libtool .la files from all Qt ports
...
Approvedy by: kde (makc)
2014-07-19 11:09:00 +00:00
Tijl Coosemans
14e2af0516
audio/rhythmbox: drop :keepla
...
multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libaacs:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
multimedia/libbluray:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
- Use OPTIONS_SUB
- Replace patch with post-patch command
Bump dependent ports
2014-07-18 11:02:58 +00:00
Tijl Coosemans
6965435601
Remove old CFLAGS defined with := instead of +=
...
Reported by: des
2014-07-18 09:38:01 +00:00
Guido Falsi
45917fd2f8
- Import bugfix from upstream [1]
...
- While here, remove check for unsupported release
PR: 191921 [1]
Submitted by: jiashiun@gmail.com
MFH: 2014Q3
2014-07-17 16:06:31 +00:00
Tijl Coosemans
366ea1e72b
- Add USES=libtool and INSTALL_TARGET=install-strip
...
- Remove -pthread from LDFLAGS because the library doesn't use threading
2014-07-17 16:01:21 +00:00
Tijl Coosemans
1043ee77ce
Add USES=libtool and INSTALL_TARGET=install-strip
2014-07-17 15:07:22 +00:00
Tijl Coosemans
4cc6d78538
- USES=libtool tar:bzip2
...
- Add INSTALL_TARGET=install-strip
2014-07-17 15:04:49 +00:00
Tijl Coosemans
27f41055df
- USES=libtool tar:bzip2
...
- Add INSTALL_TARGET=install-strip
2014-07-17 15:03:59 +00:00
Tijl Coosemans
4c0cc2c6bf
Add USES=libtool and INSTALL_TARGET=install-strip
2014-07-17 15:01:43 +00:00
Baptiste Daroussin
d22728a7e8
Fix some non default LIB_DEPENDS
...
With hat: portmgr
2014-07-16 08:26:25 +00:00
Vanilla I. Shu
c622fd296f
Stagify.
2014-07-16 06:40:06 +00:00
Vanilla I. Shu
c869722fb0
Stagify.
2014-07-16 06:35:27 +00:00
Vanilla I. Shu
0211371089
Stagify.
2014-07-16 06:19:06 +00:00
Adam Weinberger
fa4bf2ee1d
Add DOCS option for ports with PORTDOCS in plist.
2014-07-16 03:00:46 +00:00
Tijl Coosemans
3f78baafc1
Add USES=libtool
2014-07-15 21:29:23 +00:00
Tijl Coosemans
a61f36035c
- Add USES=libtool and INSTALL_TARGET=install-strip
...
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS
2014-07-15 21:13:33 +00:00
Tijl Coosemans
6fad0de9b7
- Add USES=libtool and INSTALL_TARGET=install-strip
...
- Auto-detect CPU features
2014-07-15 20:56:44 +00:00
Tijl Coosemans
15948b2172
- Add USES=libtool and INSTALL_TARGET=install-strip
...
- Remove SSE option because it doesn't have any effect
- Disable mmx when the MMX option is off
- Remove a patch for gcc 3.4
2014-07-15 20:14:43 +00:00
Tijl Coosemans
05455d52e2
Add USES=libtool and INSTALL_TARGET=install-strip
2014-07-15 20:11:04 +00:00
Tijl Coosemans
e237c4c757
- USES=libtool tar:bzip2
...
- Add INSTALL_TARGET=install-strip
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS
2014-07-15 19:40:17 +00:00
Tijl Coosemans
95d970b60b
- Convert multimedia/smpeg* to USES=libtool and bump dependent ports
...
- Add INSTALL_TARGET=install-strip
2014-07-15 18:58:59 +00:00
Tijl Coosemans
ea30a4802a
- Replace gtkmm24 LIB_DEPENDS with USE_GNOME=gtkmm24
...
- Add USES=libtool and INSTALL_TARGET=install-strip
2014-07-15 18:06:28 +00:00
Vanilla I. Shu
7fa6b0dae2
1: Stagify.
...
2: USES=tar:bzip2.
Approved by: portmgr@ (blanket)
2014-07-15 16:36:12 +00:00
Adam Weinberger
eb87f41c94
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
2014-07-15 16:27:54 +00:00
Vanilla I. Shu
cde80172d8
remove NO_STAGE.
2014-07-15 14:56:31 +00:00
Vanilla I. Shu
a685dad2eb
Stagify.
2014-07-15 14:24:34 +00:00
Gabor Pali
9d73ec3dbc
- Fix LIB_DEPENDS lines
...
Obtained from: FreeBSD Haskell
2014-07-15 13:08:09 +00:00
Kurt Jaeger
9654a51616
multimedia/universal-media-server: 4.0.0-a1 -> 4.0.0-b1
...
PR: 191859
Submitted by: dreamcat4@gmail.com (maintainer)
2014-07-14 21:08:14 +00:00
Baptiste Daroussin
ffb7170399
Modernize LIB_DEPENDS
...
With hat: portmgr
2014-07-14 18:42:04 +00:00
Tijl Coosemans
9dab03575c
- Let clang realign the stack on a 16 byte boundary on i386 to fix a crash
...
at libavcodec/x86/h264_deblock.asm:504 due to unaligned memory access
- Remove a patch that is no longer needed now
(Similar to r358825)
Reported by: Joseph Olatt <joji@eskimo.com> (on freebsd-questions)
2014-07-14 12:21:36 +00:00
Grzegorz Blach
0276fbec7c
- Update to 0.4.1
2014-07-14 09:23:34 +00:00
Nicola Vitale
6916ad4197
- Update to 0.01.46
2014-07-14 03:49:43 +00:00
Juergen Lock
49d10a164b
- Fix build with MUSEPACK knob.
...
- Replace another occurence of /usr/local with LOCALBASE.
PR: 191836
Submitted by: mikhail.rokhin@gmail.com
2014-07-12 18:03:24 +00:00