| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=362645
|
|
|
|
|
|
|
| |
PR: 192044
Notes:
svn path=/head/; revision=362585
|
|
|
|
|
|
|
| |
https://www.videolan.org/developers/vlc-branch/NEWS
Notes:
svn path=/head/; revision=362477
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Notes:
svn path=/head/; revision=362339
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=362200
|
|
|
|
|
|
|
|
|
|
| |
- Replace another occurence of /usr/local with LOCALBASE.
PR: 191836
Submitted by: mikhail.rokhin@gmail.com
Notes:
svn path=/head/; revision=361631
|
|
|
|
| |
Notes:
svn path=/head/; revision=361536
|
|
|
|
|
|
|
|
|
|
| |
- Add USES=pathfix and INSTALL_TARGET=install-strip
- Add a patch to fix definitions of ITHREAD_MUTEX_*
Approved by: portmgr (implicit, bump unstaged port)
Notes:
svn path=/head/; revision=361520
|
|
|
|
|
|
|
| |
PR: 190614
Notes:
svn path=/head/; revision=357305
|
|
|
|
|
|
|
|
|
|
| |
Strip binaries
USES=libtool
Use options helpers
Chase library change
Notes:
svn path=/head/; revision=357163
|
|
|
|
|
|
|
| |
Reported by: Thomas Mueller <tmueller@sysgo.com>
Notes:
svn path=/head/; revision=356312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add libidn dependency. It is always picked up when detected by
configure.
- Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional
dependency but it is used by several other plugins.
- Replace OSVERSION+clang tests with USES=compiler:c11.
- Replace post-patch command with USES=pathfix.
- Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure
doesn't silently ignore problems with dependencies.
- Add some more --disable-* flags to CONFIGURE_ARGS to make sure
configure doesn't auto-enable them.
- Specify the correct location of KDE Solid files in CONFIGURE_ARGS.
("Play with VLC" option when you insert a CD/DVD.)
- Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to
override the test for libpthread. It detects pthread_rwlock_init in
our libc and assumes no threading library is needed, but libc doesn't
have a real pthread implementation.
- Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include
which may contain gnutls2 headers.
- Rename some options so more descriptions from bsd.options.desc.mk can
be used.
- Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this
option only controls the "optimizations" configure option which is
enabled by default by upstream.
- Remove REALAUDIO from OPTIONS_DEFAULT. Old codec.
- Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render
video. The X11 option is better for this.
- Remove SKINS from OPTIONS_DEFAULT.
- Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and
vlc is typically used as a player not as a video server.
- Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't
work with modern options framework.
- Add a patch to fix some issues in the configure script, e.g. don't add
-L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the
linker command line causing installed vlc libraries to be linked in
instead of freshly built ones.
- With patched configure some options like A52 need include/library
search paths now.
- Some options have pkgconfig files now so remove include/library search
paths where possible.
- Separate KATE option from OGG.
- Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11.
- Implement NCURSES option with USES=ncurses.
- Add VDPAU option.
- Drop perl5 dependency.
- Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS.
- Add missing dependencies to SKINS option (libminizip, xorg)
- Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE.
- Only use auto-plist for the plugins directory. Use regular pkg-plist,
PORTDATA and PORTDOCS for everything else. This is a lot simpler and
makes it easier to detect library version changes.
- Delete some unneeded patches.
Approved by: bapt
Notes:
svn path=/head/; revision=356249
|
|
|
|
|
|
|
| |
Noticed by: nwhitehorn@
Notes:
svn path=/head/; revision=355741
|
|
|
|
|
|
|
|
| |
PR: ports/188278
Submitted by: nwhitehorn@
Notes:
svn path=/head/; revision=355735
|
|
|
|
|
|
|
|
|
| |
Because vlc uses a dynamic plist that dynamic plist should be created after the removal of the .la files hence move this target into add-plist-data (this is a dirty workaround) and one more reason why dynamic plist are evil
libvlc.so.X number has changed (hidden by dynamic plist, told you this is evil)
bump all consumers of libvlc.so
Notes:
svn path=/head/; revision=355463
|
|
|
|
|
|
|
| |
Submitted by: dankm (via irc)
Notes:
svn path=/head/; revision=355458
|
|
|
|
|
|
|
|
|
|
|
| |
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=355360
|
|
|
|
|
|
|
|
|
| |
Bump dependent ports. [1]
Approved by: portmgr (implicit) [1]
Notes:
svn path=/head/; revision=355266
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1]
- multimedia/libdvdnav: remove dependency to (now removed) dvdread-config
- sysutils/vstrip: remove useless dependency to multimedia/libdvdread
Approved by: portmgr (implicit) [1]
Notes:
svn path=/head/; revision=353931
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=353022
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
PR: ports/186093
Submitted by: "Marko Cupać" <marko.cupac@mimar.rs> (PR)
Obtained from: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c1622c2c6e0e15a38fef723086ca8bf75a75b46b
Notes:
svn path=/head/; revision=352445
|
|
|
|
|
|
|
| |
https://www.videolan.org/developers/vlc-branch/NEWS
Notes:
svn path=/head/; revision=352430
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- USES tar:bzip2
- Update libbluray 0.5.0
- Unbreak JAVA option
- USES tar:bzip2
- Bump PORTREVISION in depdendent ports due to shared lib version bump
PR: ports/188573
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Approved by: thierry (mentor)
Notes:
svn path=/head/; revision=352423
|
|
|
|
|
|
|
|
|
|
|
|
| |
dependencies. [1]
- Switch to USES= tar:xz.
- Bump PORTREVISION.
PR: ports/187857 [1]
Submitted by: rakuco [1]
Notes:
svn path=/head/; revision=352153
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
Notes:
svn path=/head/; revision=351411
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
Notes:
svn path=/head/; revision=347809
|
|
|
|
| |
Notes:
svn path=/head/; revision=347732
|
|
|
|
| |
Notes:
svn path=/head/; revision=342735
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/186452 [1]
PR: ports/185848 [2]
PR: ports/186413 [3]
Submitted by: madpilot [1]
Submitted by: Ferenc Gal <gferenc88@gmail.com> [2]
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [3]
Notes:
svn path=/head/; revision=342613
|
|
|
|
|
|
|
| |
- Bump dependent ports' revisions
Notes:
svn path=/head/; revision=342392
|
|
|
|
|
|
|
|
|
| |
PR: ports/185031
Submitted by: Anton Sayetsky
Sponsored by: Absolight
Notes:
svn path=/head/; revision=341382
|
|
|
|
|
|
|
|
| |
PR: ports/184614
Submitted by: kwm (via irc earlier)
Notes:
svn path=/head/; revision=337086
|
|
|
|
|
|
|
| |
Reported by: Ajtim (via email)
Notes:
svn path=/head/; revision=337023
|
|
|
|
| |
Notes:
svn path=/head/; revision=336896
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* new analysis code and tuning that significantly improves encoding
quality, especially for variable-bitrate (VBR),
* automatic detection of speech or music to decide which encoding
mode to use,
* surround with good quality at 128 kbps for 5.1 and usable down
to 48 kbps,
* and speed improvements on all architectures.
Chase shared library bump.
PR: 184956
Notes:
svn path=/head/; revision=336843
|
|
|
|
|
|
|
| |
Reported by: olgeni
Notes:
svn path=/head/; revision=336233
|
|
|
|
| |
Notes:
svn path=/head/; revision=336053
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- it seems that we can now use the targets supplied by upstream,
so that the port installs now as intended and like on the
other platforms;
- switch to shared libraries, so that we shall be able to apply
minor upgrades without rebuilding its consumers;
- chase this upgrade in mplayer and vlc.
PR: ports/184035
Submitted by: /me
Notes:
svn path=/head/; revision=335446
|
|
|
|
|
|
|
| |
Submitted by: olgeni
Notes:
svn path=/head/; revision=335336
|
|
|
|
|
|
|
| |
Reported by: hselasky
Notes:
svn path=/head/; revision=335073
|
|
|
|
|
|
|
| |
Changes: http://www.videolan.org/developers/vlc-branch/NEWS
Notes:
svn path=/head/; revision=334173
|
|
|
|
|
|
|
| |
PR: ports/183846
Notes:
svn path=/head/; revision=333434
|
|
|
|
|
|
|
|
|
|
| |
case (which is default on amd64 anyway.)
Submitted by: beefy1 via pkg-fallout, dim
Tested by: callumgibson@optusnet.com.au
Notes:
svn path=/head/; revision=333267
|
|
|
|
| |
Notes:
svn path=/head/; revision=332777
|
|
|
|
|
|
|
|
| |
- Enable OSS again (thanks to RĂ©mi Denis-Courmont)
- Add PULSEAUDIO back as an option
Notes:
svn path=/head/; revision=332541
|
|
|
|
|
|
|
| |
PR: ports/183503
Notes:
svn path=/head/; revision=332254
|
|
|
|
|
|
|
|
|
| |
- Disable OSS (it is broken in vlc 2.1.0 and FreeBSD #9760)
- Use pulse audio
- Remove deprecated sqlite feature
Notes:
svn path=/head/; revision=331964
|
|
|
|
|
|
|
|
|
|
|
| |
- SAMBA option never worked before due to wrong feature name and lack of pkg
config file
- Remove deprecated options
Reported by: Kevin Oberman
Notes:
svn path=/head/; revision=331892
|
|
|
|
|
|
|
|
|
| |
- The oldest supported release is 8.3
Reported by: tijl
Notes:
svn path=/head/; revision=331859
|
|
|
|
|
|
|
|
|
|
| |
- Fix schroedinger lib check
- Use options helpers
- Remove FreeBSD < 8.x check (deprecated)
- Remove a few options and embed them inside X11
Notes:
svn path=/head/; revision=331855
|