Commit graph

8621 commits

Author SHA1 Message Date
Dmitry Marakasov
3e60d29df6 - Convert USE_BZIP2 to USES
- Clarify LICENSE

Approved by:	portmgr blanket
2014-06-06 11:12:46 +00:00
Mark Felder
454b1c8b9b Update to 0.9.9.11 2014-06-05 02:18:28 +00:00
Thomas Zander
e881939ed5 - Stagify
- USE_* -> USES
- Use ${PORT_OPTIONS:MREALPLAYER} instead of WITHOUT_REALPLAYER
- Handle permissions via @mode in pkg-plist

Approved by:	mentors (implicit)
2014-06-04 19:34:50 +00:00
Guido Falsi
46e6046a3a Update to 1.3.1
PR:		189677
Submitted by:	me
Approved by:	Maintainer timeout
2014-06-03 20:30:45 +00:00
Christian Weisgerber
5a2d77b7d4 Complete overhaul:
* staging
* USES=libtool
* drop the autotools dependencies
* better integration with the ports framework

Approved by:	sunpoet
2014-06-03 19:37:37 +00:00
Tijl Coosemans
72dfba0d11 Fix pkg-plist when NLS option is off.
Reported by:	Thomas Mueller <tmueller@sysgo.com>
2014-06-03 09:20:32 +00:00
Tijl Coosemans
8840bb385b - Remove libproxy dependency. I cannot find any references to it.
- 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
2014-06-02 20:42:44 +00:00
Rene Ladan
f1d7510a15 Remove expired port:
2014-06-02 multimedia/shell-fm: Unusable, subscription radio streaming service will come to an end
2014-06-02 09:19:32 +00:00
Olli Hauer
886a9071a1 - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) 2014-06-01 13:03:14 +00:00
Marcus von Appen
74c65ae602 - Update graphics/sdl_gfx to version 2.0.25
- Bump PORTREVISION on ports depending on it, since the shlib version changed
2014-06-01 08:11:34 +00:00
Antoine Brodin
2e34642c45 Mark a few unfetchable ports as BROKEN
With hat:	portmgr
2014-06-01 08:00:35 +00:00
Marcus von Appen
d4cf0dcbcf - Update to version 10.1 2014-06-01 07:33:19 +00:00
Ruslan Makhmatkhanov
9b7d484701 multimedia/gtk-recordmydesktop: support stage
- convert desktopfileutils to USES equivalent
- support stage
- bump PORTREVISION
2014-06-01 05:48:58 +00:00
Thomas Zander
0c44aafe64 Fix LEGAL/LICENSE* for multimedia/vtkmpeg2encode.
The code itself may be distributed, as well as compiled binaries.
But its usage is subject to patent restrictions, as indicated to the
user in pkg-message.
While on it:
- Stagify
- Pet portlint

PR:		ports/189093
Submitted by:	Jason Bacon <jwbacon@tds.net>
Approved by:	thierry (mentor)
2014-05-31 21:22:21 +00:00
Alex Kozlov
fe7fc772a5 - Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr (antoine)
2014-05-31 16:37:58 +00:00
Carlo Strub
7428628ac5 Back to pool
Approved by:	portmgr (implicit)
2014-05-30 20:33:46 +00:00
Dmitry Marakasov
d03388cc06 - Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files
- Strip libraries
2014-05-30 19:59:28 +00:00
Juergen Lock
c0f97c5789 - Stagify.
- Use new LIB_DEPENDS syntax.
2014-05-30 18:30:07 +00:00
Koop Mast
aa348e2de4 Stagify.
Cleanups and unbreak.
2014-05-30 16:54:50 +00:00
Juergen Lock
5197034ceb Stagify.
Approved by:	hselasky (maintainer)
2014-05-30 16:08:35 +00:00
Juergen Lock
d8faffd8c4 Stagify. 2014-05-30 16:06:53 +00:00
Kevin Lo
8258a9ecd3 Stage support. 2014-05-30 09:32:34 +00:00
Philippe Audeoud
cfb06876d7 - Update to 13.1 RC1
PR:		ports/190310
Submitted by:	maintainer
2014-05-30 07:46:33 +00:00
Sunpoet Po-Chuan Hsieh
de880f7155 - Add LICENSE
- Use USE_PYDISTUTILS=yes and PYDISTUTILS_AUTOPLIST
- Remove USE_GNOME=desktopfileutils
- Convert to new options helper
- Support STAGEDIR
- Bump PORTREVISION for package change
- Pass maintainership to submitter
- While I'm here:
  - Fix post-install: DESKTOPDIR is already in BSD.local.dist
  - Simplify Makefile

PR:		ports/190255
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-30 05:31:20 +00:00
Josh Paetzel
8f15230af2 No need to try and patch the docs Makefile,
it's been replaced with a doxygen config file.

This unbreaks the port build when trying to build the docs.
2014-05-29 22:05:38 +00:00
Koop Mast
297b82da29 Commit correct patch.
Noticed by:	nwhitehorn@
2014-05-29 19:58:14 +00:00
Koop Mast
d4ed80463d Fix compile on ppc.
PR:		ports/188278
Submitted by:	nwhitehorn@
2014-05-29 19:44:48 +00:00
Danilo Egea Gondolfo
19b1034195 - Update from 1.3 to 1.4
- Add libtool to USES
2014-05-28 15:21:54 +00:00
Baptiste Daroussin
9a15313bfe Fix after scons.mk changes
Really scons is horrid
2014-05-27 22:33:44 +00:00
Dmitry Marakasov
8f0a2f25e3 - Switch to USES=libtool, drop .la files
- Strip libraries
2014-05-27 14:14:11 +00:00
Baptiste Daroussin
2e503ba966 Revert update which should not have happen 2014-05-27 11:55:36 +00:00
Baptiste Daroussin
1ad6236c36 Convert vlc to USES=libtool
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
2014-05-26 22:24:13 +00:00
Baptiste Daroussin
50bcd6e4fa Fix build with new lua
Submitted by:	dankm (via irc)
2014-05-26 22:02:45 +00:00
Thomas Zander
3af48c1f2c UIDs:
- Add freevo

GIDs:
- Add freevo

multimedia/freevo
- Handle user/group creation via Makefile variables
- Stagify
- Add License
- Bump PORTREVISION
- Simplify install
  - remove pkg-install.in
  - handle private subdirs in /var via pkg-plist and Makefile
  - remove user/group handling in pkg-deinstall.in

PR:		ports/189995
Submitted by:	"J.R. Oldroyd" <fbsd@opal.com> (maintainer)
Approved by:	thierry (mentor), maintainer
2014-05-26 17:42:21 +00:00
Baptiste Daroussin
e836ab008a Replace lang/lua with the new lang/lua51
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)
2014-05-26 15:28:28 +00:00
Koop Mast
097c01dd0a Update openjpeg to 2.1.0.
Version 2.x is incompatible with openjpeg 1.5. Preserve it as openjpeg15
and update users.

Approved by:	portmgr (implicit) for NO_STAGE ports
2014-05-26 14:42:44 +00:00
Baptiste Daroussin
4d866f3de1 Fix
With hat:	portmgr
2014-05-26 13:40:41 +00:00
Baptiste Daroussin
469f5c3765 Convert to USES=mono 2014-05-26 13:31:49 +00:00
Baptiste Daroussin
650f107d75 Convert to USES=mono
With hat:	portmgr
2014-05-26 13:29:39 +00:00
Martin Wilke
4ec433d559 - Convert gmake,xz,bzip to USES
Approved by:	portmgr
2014-05-26 12:06:10 +00:00
Eitan Adler
eccf5db03a Multiple ports: reset maintainers
Maintainers for these ports have been notified on 5 separate occasions
	over the course of several months about pending actions required.

	We really appreciate the time and effort you put in to maintain
	these ports.

	If you are still interested in helping to maintain these ports just
	reply to me or file a PR and I will happily assign the port to you
	again.

Approved by:	portmgr (implicit)
2014-05-26 02:33:38 +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
Jimmy Olgeni
ed32f07545 Add staging support. 2014-05-23 11:46:05 +00:00
Josh Paetzel
8dd1384ad1 Update to 1.2.13
PR:	ports/189993
Submitted by:	Bartek Rutkowski
2014-05-23 00:32:01 +00:00
Juergen Lock
31fabf22a3 Update to 1.8.1 . 2014-05-22 17:23:23 +00:00
Martin Wilke
79c74cb491 - Stage support
PR:		189996
Submitted by:	maintainer
2014-05-22 08:01:28 +00:00
Martin Wilke
f74c9c96ed - Stage support
PR:		189997
Submitted by:	maintainer
2014-05-22 08:00:58 +00:00
Martin Wilke
f5978c1166 - Stage support
PR:		189998
Submitted by:	maintainer
2014-05-22 08:00:15 +00:00
Steve Wills
e5303cb4a0 - Update to 0.9.7
- Stage
- Pet portlint

PR:		ports/189602
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-05-22 02:15:23 +00:00
Philippe Audeoud
5605646e55 - Use PORTSCOUT to ignore 1.41 (older than current version)
- Make portlint happy while I'm here
2014-05-21 08:11:25 +00:00
Tijl Coosemans
f191d6b887 Quote ${CC} and similar variables in MAKE_ARGS.
Reported by:	Dominic Fandrey <kamikaze@bsdforen.de>
2014-05-20 19:32:39 +00:00
Ganael LAPLANCHE
8ef3bb2a64 - Add documentation files
- Silent check-plist warning regarding orphaned .la file
2014-05-19 06:21:06 +00:00
Martin Wilke
6b5a406916 - Fix build with clang
- Stage support

PR:		187756
Submitted by:	ports fury
2014-05-18 04:55:41 +00:00
Martin Wilke
5dfc28222d - Fix build with clang
- Stage support
- Options helper

PR:		187759
Submitted by:	Ports Fury
2014-05-17 09:52:23 +00:00
Juergen Lock
978816c435 - Fix plist with older nvidia-driver versions that don't support opengl 2.0 .
- Bump PORTREVISION.

Reported by:	Garrett Garrison
2014-05-16 17:27:39 +00:00
Baptiste Daroussin
4f274163c7 Prevent x264 to link to ffmpeg if ffmpeg is already installed on the system which will lead to a circular dependencies which is revealed by pkg autodeps functionnality
Reported by:	kwm
2014-05-15 18:53:46 +00:00
Tijl Coosemans
7d63ce3298 - Remove USE_XORG=xt.
- Leave WIN32_CODECS option off by default to get an official package.
- Remove iconv configure argument.  ICONV_CONFIGURE_ARG is always empty.
2014-05-15 10:45:20 +00:00
Tijl Coosemans
b03107f88d multimedia/libdvdcss:
- USES=gmake libtool pathfix tar:bzip2.
- INSTALL_TARGET=install-strip.
- Use options.
- Staging.
- Simplify post-patch commands.
- This update changes the library version but this allows removing
  libdvdcss related patches from dependent ports.

multimedia/libxine: [1]
- Add USES=libtool:keepla and remove libtool related patches and post-patch
  commands.
- Move bsd.port.pre.mk include down and remove WANT_GNOME.
- Remove USE_XORG=sm.  libxine doesn't link to it.
- Remove CONFIGURE_ENV.  Not needed.
- Clean up CPPFLAGS and CFLAGS.
- Rename the GTK2 option PIXBUF and depend on gdkpixbuf2 instead of gtk20.
- Remove PATCH_DIST_ARGS.  Leftover from when there were external patches.
- Remove -fno-force-addr clang hack.  Modern gcc does not support the flag
  either and it was only added in case the user has -fforce-addr in CFLAGS
  in make.conf.
- Fix IMAGEMAGICK option.
- Merge pre-configure with post-patch and remove most commands because they
  don't do anything.

multimedia/libdvdread:
- USES=libtool:oldver pathfix.
- INSTALL_TARGET=install-strip.

multimedia/handbrake:
- Add build dependency on devel/libtool because configure script expects
  to find existing libtool program.
- Turn dependency on libdvdcss into library dependency such that headers
  are available during build.
- Add USES=libtool to patch libtool scripts in contrib code.
- Remove run-autotools-aclocal target and replace USE_AUTOTOOLS=aclocal
  with "autoconf:env automake:env" to indicate only build dependencies
  are needed and the tools don't have to be run.

Approved by:	nox [1]
2014-05-15 10:41:21 +00:00
Tijl Coosemans
1f8935d509 Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".
Bump PORTREVISION on all dependent ports. [1]

audio/ario: USES=libtool.
audio/gmpc: USES=libtool.
audio/gnome-media: USES=libtool:keepla tar:bzip2.
audio/xfce4-mixer: USES=libtool tar:bzip2.
graphics/shotwell: Unbreak and USES=tar:xz.
science/gwyddion: USES=libtool tar:bzip2.
sysutils/mate-control-center: USES=libtool.
x11/xfce4-clipman-plugin: USES=libtool tar:bzip2.

Approved by:	portmgr (implicit) [1]
2014-05-13 11:54:53 +00:00
Ganael LAPLANCHE
8e3dcb3c28 - Update multimedia/libdvdread to 4.9.9
- 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]
2014-05-13 10:17:04 +00:00
Juergen Lock
6fdb0f378f - Update to 3.13.0.6 . [1]
- Stagify.
- Use new LIB_DEPENDS syntax.
- Switch to USES= tar:bzip2.

Submitted by:	hselasky (maintainer) [1]
Approved by:	hselasky (maintainer)
2014-05-12 22:01:10 +00:00
Christian Weisgerber
c8dd8e95a3 Comment out the RUSXMMS_PATCHES option, which is actually broken
since the USES=libtool conversion.  These patches are horribly
intrusive, and if you need charset handling, a GTK1 application is
the wrong tool.  (Use audacious.)  I really want to remove this hack,
but let's see if somebody complains.
2014-05-12 21:44:44 +00:00
Philippe Audeoud
2c14601eee - Update to 13.0 RC1
- Remove useless dvdread run  depends

PR:		ports/189108
Submitted by:	maintainer
2014-05-12 13:45:47 +00:00
Barbara Guida
1ca3341c36 Add libtool:oldver to USES 2014-05-12 11:24:47 +00:00
Max Brazhnikov
c425e0b6a4 Convert my ports to USES=tar 2014-05-12 10:53:41 +00:00
Dmitry Marakasov
3d5740aee9 - Switch to USE_GNOME=introspection
- Whitespace fix

PR:		186214
Submitted by:	amdmi3
Approved by:	maintainer timeout
2014-05-12 02:01:19 +00:00
Juergen Lock
2ce54071b7 - Add RUN_DEPENDS on x11-fonts/xorg-fonts-truetype.
- Add USES= shebangfix for svdrpsend.
- Use @sample.
- Pet check-plist.
- Bump PORTREVISION.
2014-05-11 16:04:28 +00:00
Guido Falsi
756c295290 - Update libva to 1.3.1
- Add USES=libtool to libva and libva-vdpau-driver and adjust plist accordingly
2014-05-11 15:44:56 +00:00
Guido Falsi
901c376eae Add USES=libtool and adjust plist accordingly. 2014-05-11 15:44:20 +00:00
Thomas Zander
8784322015 Un-break install, but while on it
- Update port to upstream release 2.6.3
- Use correct download URL (move from Google code to bitbucket)
- Add LICENSE
- USE_* -> USES
- Generate plist via pydistutils
- Use SPC option on i386 only, it's not supported elsewhere
- Stagify
- Change URLs in pkg-message (pointing to bitbucket), simplify

Special thanks to Carlos (submitter) for reviewing, and to
Christoph Reiter (Quodlibet project) for fixing the '--record'
option for Quodlibet with pydistutils.

PR:		ports/187263
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Reviewed by:	submitter
Approved by:	thierry (mentor), maintainer timeout
MFH:		2014Q2
2014-05-11 14:37:21 +00:00
Max Brazhnikov
90e380e1cb KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!
deskutils/kdepim4:
- Remove no longer needed patch, the problem was fixed since Qt 4.8.4.

The area51 repository features commits by rakuco and makc.
2014-05-10 19:43:14 +00:00
Dmitry Marakasov
e84dbafbd2 - Support staging 2014-05-09 23:53:21 +00:00
Dmitry Marakasov
4c675dc010 - Support staging
- Convert USE_GMAKE to USES
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax
2014-05-09 23:49:27 +00:00
Dmitry Marakasov
916a43ecf6 - Support staging
- Use new LIB_DEPENDS syntax
2014-05-09 23:31:53 +00:00
Steve Wills
990176f584 - Update to 18.6
- Pet portlint

PR:		ports/189523
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-05-09 21:01:54 +00:00
Sunpoet Po-Chuan Hsieh
8670b373e0 - Add LICENSE
- Pass maintainership to submitter

PR:		ports/189275
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-09 03:40:46 +00:00
Dmitry Marakasov
217de3f0e2 - Convert USE_BZIP2 to USES 2014-05-08 16:04:08 +00:00
Tim Bishop
af8348bb5b Fix check-stagedir plist warning.
https://jenkins.freebsd.org/pci/head-amd64/logs/bulk/headamd64-default/708/logs/errors/motion-3.2.12_4.log
Error: Orphaned: %%ETCDIR%%.conf

This was caused by motion.conf being installed by the Makefile when it
should have been handled only in pkg-plist.

Also switched pkg-plist to use the new @sample keyword.

Submitted by:	swills
2014-05-08 12:18:25 +00:00
Sunpoet Po-Chuan Hsieh
d60b005d21 - Update to 0.4.0
- Add LICENSE
- Sort LIB_DEPENDS
- Use USES=libtool
- Do not silence installation message
- Bump PORTREVISION for graphics/webp shlib change

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2014-05-08 03:25:06 +00:00
Baptiste Daroussin
6f57c6ab0d Update to 2.2.2
Convert to USES=libtool
Strip binaries
2014-05-07 22:38:15 +00:00
Juergen Lock
14853e0748 Update to 0.6.1 .
Submitted by:	Matthias Pfaller <leo@marco.de> (via private email)
2014-05-07 18:49:51 +00:00
Baptiste Daroussin
0092448c5e Update to 6.9.1
Disable CURL options by default it is not clang+libc+++boost friendly
Switch default wx to wx 3.0
Add missing depencencies
Allow to parallel build
2014-05-07 17:48:43 +00:00
John Marino
00a56135d4 multimedia/aegisub: Explicitly link libz to unbreak on F10+ 2014-05-07 15:21:35 +00:00
Rene Ladan
16e454dbc9 multimedia/spotify-websocket-api: Update to git commit 9ad8639.
This somewhat restores usability by handling sp/ping_flash2 requests, but
the program is currently fragile.
2014-05-06 19:57:45 +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
Koop Mast
e03dc8b56b Stagify.
USE_BZIP2 -> USES=tar:bzip2
2014-05-05 12:56:05 +00:00
Baptiste Daroussin
b67bcd423b Catch a couple of missing convertsion to :tu/:tl
Submitted by:	ak
With hat:	portmgr
2014-05-05 11:15:53 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Tim Bishop
57b91d5448 The PWCBSD option requires V4L, so remove -DWITHOUT_V4L.
I'm not sure why this change was made, but it breaks the PWCBSD
option. It looked obviously wrong; it added a dependency on v4l_compat
and then disabled it by definining WITHOUT_V4L. Looking at the code
it's obvious V4L is required for anything other than network cameras
too.
2014-05-04 20:08:07 +00:00
Tijl Coosemans
2ffbea1568 Convert multimedia/xmms to USES=libtool. Bump PORTREVISION on all
dependent ports and convert them to USES=libtool too.

audio/scrobbler:
- USES=tar:bzip2.
- Don't link with libstdc++.

audio/xmms-bonk:
- Don't link with libstdc++.

audio/xmms-flac:
- Remove unneeded dependencies.
- Remove $FreeBSD$ from patches.

audio/xmms-scrobbler:
- Use OPTIONS_SLAVE.

audio/xmms-timidity:
- USES=tar:bzip2.
- Install the library instead of the source code file.

audio/xmms-volnorm:
- Remove do-install.
2014-05-04 18:48:54 +00:00
Rusmir Dusko
8eab79b001 - Mark DEPRECATED, set EXPIRATION_DATE, message is here:
http://www.last.fm/announcements/subscriptions2014

Approved by:	portmgr@
2014-05-03 04:51:12 +00:00
Tijl Coosemans
dd6f9aecd2 Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS because
upstream forgot to regenerate the build scripts.  This makes the build use
the correct version information and causes a library version bump.  Use
this opportunity to use USES=libtool instead of USES=libtool:oldver.
Bump PORTREVISION on all dependent ports and convert them to USES=libtool
where needed.  Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS
syntax here and there.

games/freedink-engine:
- Option helpers.
- Staging.
- Use dirrmtry for locale directories.

games/oolite:
- Staging.
- Replace ECHO with ECHO_CMD.
- Don't use GNUSTEP_PREFIX to install files because it expands to
  LOCALBASE rather than PREFIX.

games/openssn:
- Remove USES=desktop-file-utils.  No MimeType field in desktop file.
- Staging.
- Install files in standard DATADIR.

games/xblast:
- Use proper options.
- Staging.
- Patch configure so normal make install can be used instead of do-install.
- Replace TAR | TAR with COPYTREE_SHARE.
2014-05-02 14:16:49 +00:00
Grzegorz Blach
99f317fa88 - Update to 0.3.9 2014-05-01 00:12:36 +00:00
Juergen Lock
688ae645ee Update to 1.8.0 . 2014-04-30 19:36:05 +00:00
Juergen Lock
703f29198f Update to 2.7.2 .
PR:		ports/188859
Submitted by:	Ports Fury
2014-04-29 20:53:20 +00:00
Tijl Coosemans
6d293e46e0 Fix plist of gstreamer-plugins-vdpau.
Submitted by:	Barbara Guida <barbara.freebsd@gmail.com>
2014-04-29 12:21:25 +00:00
Rusmir Dusko
e32eeb8bc9 These ports are no longer used or cared for.
comms/spandsp-devel

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library
- Fix typo

deskutils/kupfer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change install, cosmetical changes

deskutils/rubrica

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use tar:bzip2 instead of USE_BZIP2=yes
- Strip libraries
- Change REINPLACE and install, cosmetical changes

graphics/Hermes

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use tar:bzip2 instead of USE_BZIP2=yes
- Don't silence warnings
- Remove TODO and TODO.conversion from DOCS
- Strip library

graphics/aoi

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/autoq3d

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/box

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS

graphics/boxer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes

graphics/cbrpager

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/cbview

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/cbviewer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/eos-movrec

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change pkg-plist, remove mtree

graphics/evolvotron

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Break lines around 80 characters

graphics/fracplanet

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS
- Change Desktop entry file
- Break lines around 80 characters

graphics/gnofract4d

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/icon-slicer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use the new format for LIB_DEPENDS
- Remove TODO from DOCS

graphics/lcdtest

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Simplify dependency for x11-fonts/liberation-fonts-ttf

graphics/multican

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS

graphics/photopc

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes

graphics/pngcheck

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/pngwriter

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/pstoedit

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip libraries

graphics/skencil

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
- Strip libraries

misc/boxes

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
- Mute RM and MKDIR

misc/explosions

- Bump PORTREVISION for MAINTAINER change
- Remove FTP master site
- Reset maintainer to ports@

misc/wmweather+

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use the new format for LIB_DEPENDS

multimedia/dvdauthor

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS

multimedia/dvdid

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library

multimedia/freetuxtv

- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

multimedia/gtk-youtube-viewer

- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Break lines around 80 characters

net/wlan2eth

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
2014-04-28 21:31:31 +00:00
Rene Ladan
ad97d9a774 Remove expired ports:
2014-04-27 multimedia/xfce4-xmms-plugin: Abandonware, and can't select another player instead XMMS
2014-04-27 multimedia/xmms-weasel: Abandonware, please consider using multimedia/audacious instead
2014-04-27 audio/xmms-sexyspc: Abandonware, please consider using multimedia/audacious instead
2014-04-28 audio/libmusicbrainz4: Please use audio/libmusicbrainz5 instead
2014-04-28 18:09:31 +00:00
Baptiste Daroussin
30523fa0e6 Convert from USE_BZIP2 to USES=tar:bzip2 2014-04-28 13:54:41 +00:00
Thomas Zander
0d7302baa7 - Updated upstream distfiles
- Set new maintainer e-mail address
- USES tar:bzip2
- Always install the default skin
- Remove DETECTION_FILE (no other port was using it)
- Stagify

Approved by:	thierry (mentor)
2014-04-27 19:14:08 +00:00