- Add support for GStreamer 1.0 (GST10) and GStreamer 0.10 (GST01)
- Add rtmp plugins (only available with GStreamer 1.0)
- Apply 2 patches (obtained from upstream repository), to use gst-helper for
setting the volume, and to reduce mousewheel volume-steps (10% -> 5%)
- Add description for GSTREAMER, because it depends of new API (1.0)
- Convert to USES= pathfix
- Merge 'post-patch' target with configure patch (when NLS is unset)
- Trim Makefile header
- Use GitHub as download site
- Remove ABI version numbers from LIB_DEPENDS
- Add pkgconfig to USES
PR: ports/176852
Submitted by: nivit
Approved by: Andrey K <akuz84@gmail.com> (maintainer, timeout > 2 weeks)
Build log: http://goo.gl/5WD72
Sync gnat-aux with changes from gcc-aux
Convert to new options framework
Switch to dynamic plist
No more install libiberty.a for gnatdroid*
PR: ports/173412
Reported by: Jinsong Zhao <jszhao@yeah.net>
Submitted by: John Marino <draco@marino.st> (maintainer)
- Fix build on 9.x. [1]
- Convert Makefile header to new style and fix a couple of portlint
warnings.
PR: 164306 [1]
Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> [1]
Comment out 2 demos that doesn't build
LDAP demo now builds
SSL demos are now switched properly
Supports USES+= ada
PR: ports/178164
Submitted by: John Marino <draco@marino.st>
Remove demos and put then in another port (they require aws to be installed before they can build)
Fix LDAP support
Fix PLIST in multiple places
Fix RPATH issues (tested in pkgsrc)
Fix gcc-aux incompatibilities
Use new gprbuild port
convert to new options framework
support multijob building
Remove demos
Rename ipv6 options to ip6 to avoid having it on by default.
PR: ports/178163
Submitted by: John Marino <draco@marino.st>
This new port intends to be more versatile although the only verified compiler atm is lang/gcc-aux. Once the two port that depend on gprbuild are updated, devel/gprbuild-aux should be removed
main points:
1) supports new USES+= ada
2) Updated to GNAT GPL 2012 source
3) supports DESTDIR (tested on pkgsrc)
4) improved targetsets
5) Includes custom support for -R RPATH support (only found here, I created it)
PR: ports/178146
Submitted by: John Marino <draco@marino.st>
Additionally:
1) A pre-generated reference manual has been added as a second distfile and is installed
2) License added
3) DESTDIR support added (comes from pkgsrc) (will be useful once staging will hit the tree)
4) gcc 4.7-specific patches
5) PLIST order alphabetically and fix issues with it.
PR: ports/178145
Submitted by: John Marino <draco@marino.st>
Additionally potential rpath problems have been eliminated that will appear when xmlada is built in a staging area (seen and fixed in pkgsrc). This eliminates need for ldconfig, too.
PR: ports/178144
Submitted by: John Marino <draco@marino.st>
PEAR_AUTOINSTALL. This fixes possible deletion of directories populated with
ports mtree or by other ports.
Discussed with: Martin Wilke <miwi@FreeBSD.org>
RUN_DEPENDS, this ensures the correct infrastructure ports are used.
Remove STRIP= , which is now handled by USE_LINUX=yes .
Discussed on: emulation@ (some time ago)