2012-10-20 net-im/firetalk: No more public distfiles
2012-10-20 net/linneighborhood: No more public distfiles
2012-10-20 net/libconnect: No more public distfiles
2012-10-20 multimedia/vcdtools: No more public distfiles
2012-10-20 multimedia/mpeg: No more public distfiles
2012-10-20 multimedia/gnustep-mplayer: No more public distfiles
Feature safe: yes
You can parse any video file. If a parse error occurs, it will throw a
ParseError exception. To see what data has been parsed, you can print
the object.
WWW: https://github.com/Diaoul/enzyme
PR: 172889
Submitted by: William Grzybowski <william88@gmail.com>
Feature safe: yes
A fork of the original MPlayer project, it contains significant further
development and supports a number of features not available
in other Unix players.
WWW: http://www.mplayer2.org/
PR: ports/163438
Submitted by: Grzegorz Blach <magik@roorback.net>
Feature safe: yes
from bsd.port.mk. Using it as an option breaks DEBUG build and
prevents installation of stripped binaries.
- Bump PORTREVISION due to change in installed binaries (stripped
vs unstripped)
Thanks to Jan Beich <jbeich@tormail.org> for pointing this out.
Feature safe: yes
- Trim Makefile headers
- Remove ABI version number from LIB_DEPENDS
PR: ports/172516
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes
- Remove LICENSE_FILE_GPLv2 and LICENSE_FILE_LGPL20 since these licenses
are in Templates/Licenses
- Bump PORTREVISION since installed files will be affected
- Trim Makefile header
PR: ports/170509
Submitted by: myself
Approved by: maintainer timeout (5 weeks)
makc, avilla (mentors, implicit)
Feature safe: yes
audio and video. It includes libavcodec - the leading audio/video codec
library.
This version is from the 1.0 release branch.
WWW: http://ffmpeg.org/
Feature safe: yes
- Convert to USE_PKGCONFIG
- Drop USE_GMAKE; port builds with regular make
- Drop unneeded WANT_GNOME
- Drop specific ABI version numbers from LIB_DEPENDS
- Improve GCONF_SCHEMAS handling
- Trim Makefile header
PR: ports/172459
Submitted by: Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> [1]
Approved by: mbsd <mbsd@isgroup.com.ua> (maintainer)
makc, avilla (mentors, implicit)
Feature safe: yes
broken on clang.
However, setting USE_GCC=any appears to be insufficient: the too-clever
configure glop sees that clang is installed and attempts to use it
regardless.
This commit is thus a temporary measure.
Hat: portmgr
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings.
name change
- Update to 0.7.4
- Take maintainership
- Update master site
- Undeprecate
- Remove ABI version number from LIB_DEPENDS
- Convert to new options framework
- Add note in UPDATING about the move
- Take maintainership
- Strip Makefile headers
- Patch software to install with correct ABI version number
- Convert to new options framework
- Remove ABI version number from LIB_DEPENDS
- Add global option description
sites in common. This will allow people who use ports-mgmt/fastest_sites
(or other methods) to selectively eliminate those sites from this list
that are locally unreachable. It also adds more potential sites for both
ports.
I checked all of these sites and they each have the distfiles for both
ports. The omission of ftp[23] is intentional, those sites are not
functional.
- Switch dependency from multimedia/ffmpeg to multimedia/ffmpeg-011,
as my tests revealed that MLT isn't working anymore with 0.7.x.
- Drop option --linsys-with-jpeg as per upstream suggestion.
- Update OPTIONS descriptions to be consistent with recent changes.
- Bump PORTREVISION.