non port: audio/xmms-wavpack/Makefile |
Number of commits found: 22 |
Friday, 12 Oct 2018
|
09:19 antoine
Deprecate most glib12 consumers
With hat: portmgr
|
Saturday, 18 Feb 2017
|
15:23 riggs
Chase wavpack update: bump PORTREVISION on ports linking to it by default
PR: 216847
Reported by: pkubaj@anongoth.pl
MFH: 2017Q1
|
Monday, 10 Oct 2016
|
19:33 amdmi3
- Add LICENSE
- Switch to USES=localbase
|
Monday, 19 Sep 2016
|
20:00 naddy
Drop maintainership for xmms and ancillary ports.
It would be a pity to see XMMS removed but personally I no longer use this.
|
Friday, 1 Apr 2016
|
13:29 mat
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Wednesday, 15 Apr 2015
|
08:20 tijl
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
LIBICONV_PLUG is defined in the iconv test, also switch to external
gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5
Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
dependencies
PR: 199099
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Monday, 8 Dec 2014
|
16:48 tijl
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Saturday, 13 Sep 2014
|
15:11 tijl
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0
|
Sunday, 4 May 2014
|
18:48 tijl
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.
|
Wednesday, 9 Apr 2014
|
17:25 naddy
XMMS is not going away soon, so unexpire the plugins that build.
|
Sunday, 23 Mar 2014
|
21:59 antoine
Chase multimedia/xmms deprecation and expiration date
With hat: portmgr
|
Thursday, 13 Mar 2014
|
16:11 naddy
USE_BZIP2 -> USES+=tar:bzip2
USE_XZ -> USES+=tar:xz
|
Saturday, 28 Sep 2013
|
16:59 naddy
Support staging, general clean-up.
|
Friday, 20 Sep 2013
|
14:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Tuesday, 3 Sep 2013
|
06:36 bapt
Add an explicit dependency on pkgconf
|
Thursday, 1 Aug 2013
|
20:22 naddy
For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
|
Saturday, 15 Sep 2012
|
20:00 naddy
Remove pointless header lines from ports I created once upon a time.
|
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Saturday, 10 Apr 2010
|
14:38 sylvio
- Chase wavpack's lib dump
Approved by: itetcu (mentor, implicit)
|
Sunday, 4 Oct 2009
|
20:09 naddy
Update to 1.0.3, which now has a license (GPL).
|
Friday, 27 Mar 2009
|
18:03 naddy
Mark MAKE_JOBS_SAFE for parallel building.
|
Monday, 12 Jan 2009
|
15:38 naddy
Import xmms-wavpack 1.0.2.
xmms-wavpack is a plugin for the multimedia player XMMS that plays
audio files in the WavPack format, which supports lossless and lossy
compression.
|
Number of commits found: 22 |