| non port: audio/xmms-musepack/Makefile |
|
CVSWeb
|
Number of commits found: 19 |
|
Fri, 6 Jun 2008
|
[ 13:07 edwin ]
1.32 audio/abcde/Makefile
1.3 audio/abraca/Makefile
1.3 audio/akode-plugins-pulseaudio/Makefile
1.7 audio/amarok-fs/Makefile
1.83 audio/amarok/Makefile
1.2 audio/amb-plugins/Makefile
1.5 audio/ampache/Makefile
1.13 audio/aqualung/Makefile
1.24 audio/ardour/Makefile
1.62 audio/arts/Makefile
(Only the first 10 of 345 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
Fri, 21 Mar 2008
|
[ 23:55 miwi ]
1.18 audio/xmms-musepack/Makefile
1.9 cad/freehdl/Makefile
1.18 comms/ghfaxviewer/Makefile
1.24 databases/gtksql/Makefile
1.22 deskutils/gaddr/Makefile
1.11 ftp/wmget/Makefile
1.9 games/blobwars/Makefile
1.31 games/xpuyopuyo/Makefile
1.9 graphics/flphoto/Makefile
1.12 graphics/xglurbules/Makefile
(Only the first 10 of 33 ports in this commit are shown above. )
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
|
Sat, 19 May 2007
|
[ 20:32 flz ]
1.5 x11-servers/xorg-server-snap/files/BSD.x11-xorg.dist
1.1364 MOVED
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.51 accessibility/atk/Makefile
1.37 accessibility/dasher/Makefile
1.60 accessibility/gail/Makefile
1.41 accessibility/gnome-mag/Makefile
1.35 accessibility/gnopernicus/Makefile
1.35 accessibility/gok/Makefile
(Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
Wed, 3 May 2006
|
[ 05:14 edwin ]
1.17 accessibility/kdeaccessibility/Makefile
1.21 archivers/arj/Makefile
1.20 archivers/deepforest/Makefile
1.2 archivers/deutex/Makefile
1.5 archivers/dynamite/Makefile
1.3 archivers/fpc-paszlib/Makefile
1.16 archivers/gzip/Makefile
1.18 archivers/ha/Makefile
1.26 archivers/hpack.non-usa.only/Makefile
1.3 archivers/liblzxcomp/Makefile
(Only the first 10 of 196 ports in this commit are shown above. )
Remove USE_REINPLACE from ports in categories starting with A.
|
|
Thu, 23 Feb 2006
|
[ 10:40 ade ]
1.49 accessibility/at-spi/Makefile
1.44 accessibility/atk/Makefile
1.29 accessibility/dasher/Makefile
1.52 accessibility/gail/Makefile
1.31 accessibility/gnomemag/Makefile
1.17 accessibility/gnomespeech/Makefile
1.28 accessibility/gnopernicus/Makefile
1.26 accessibility/gok/Makefile
1.15 accessibility/kdeaccessibility/Makefile
1.14 arabic/katoob/Makefile
(Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
|
Tue, 15 Nov 2005
|
[ 06:52 ade ]
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
1.27 archivers/libcomprex/Makefile
(Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
Tue, 13 Apr 2004
|
[ 11:02 arved ]
1.13 audio/xmms-musepack/Makefile
Respect CC and CFLAGS
Compile .so with -fPIC to fix build on amd64 and ia64[1]
[1]:
PR: 65435
Submitted by: tjr
|
|
Sun, 14 Mar 2004
|
[ 06:17 ade ]
1.34 accessibility/at-spi/Makefile
1.36 accessibility/atk/Makefile
1.12 accessibility/dasher/Makefile
1.27 accessibility/gail/Makefile
1.12 accessibility/gnomemag/Makefile
1.7 accessibility/gnopernicus/Makefile
1.3 arabic/katoob/Makefile
1.6 archivers/dpkg/Makefile
1.30 archivers/fileroller/Makefile
1.18 archivers/libcomprex/Makefile
(Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
Sat, 13 Mar 2004
|
[ 10:12 kris ]
1.11 audio/xmms-musepack/Makefile
BROKEN on amd64 and ia64: Needs -fPIC
|
|
Fri, 6 Feb 2004
|
[ 13:12 trevor ]
1.2 archivers/bicom/Makefile
1.17 archivers/ha/Makefile
1.26 archivers/lha/Makefile
1.5 archivers/linux-unace/Makefile
1.2 archivers/nwreckdum/Makefile
1.6 archivers/py-bzip2/Makefile
1.15 archivers/rpm2cpio/Makefile
1.8 archivers/unace/Makefile
1.5 archivers/unadf/Makefile
1.3 astro/accrete/Makefile
(Only the first 10 of 1568 ports in this commit are shown above. )
Use PLIST_FILES (bento-tested, marcus-reviewed).
|
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ]
1.29 accessibility/at-spi/Makefile
1.35 accessibility/atk/Makefile
1.7 accessibility/dasher/Makefile
1.26 accessibility/gail/Makefile
1.8 accessibility/gnomemag/Makefile
1.5 accessibility/gnomespeech/Makefile
1.6 accessibility/gnopernicus/Makefile
1.10 accessibility/gok/Makefile
1.7 accessibility/linux-atk/Makefile
1.2 arabic/katoob/Makefile
(Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
|
Wed, 24 Sep 2003
|
[ 09:37 osa ]
1.3 audio/adpcm/Makefile
1.15 audio/ecasound/Makefile
1.19 audio/sidplay/Makefile
1.39 audio/xmcd/Makefile
1.8 audio/xmms-musepack/Makefile
1.16 audio/xmradio/Makefile
1.10 benchmarks/dbs/Makefile
1.40 benchmarks/iozone/Makefile
1.21 benchmarks/netperf/Makefile
1.4 biology/dna-qc/Makefile
(Only the first 10 of 143 ports in this commit are shown above. )
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
|
|
Mon, 8 Sep 2003
|
[ 00:10 edwin ]
1.12 audio/py-xmms/Makefile
1.8 audio/ruby-xmms/Makefile
1.6 audio/xmms-a52dec/Makefile
1.4 audio/xmms-bonk/Makefile
1.2 audio/xmms-cdparanoia/Makefile
1.17 audio/xmms-crossfade/Makefile
1.8 audio/xmms-crystality/Makefile
1.2 audio/xmms-faad/Makefile
1.8 audio/xmms-kde/Makefile
1.11 audio/xmms-ladspa/Makefile
(Only the first 10 of 24 ports in this commit are shown above. )
chase lib version change of multimedia/xmms
PR: ports/56505
Submitted by: Espen Skoglund <esk@ira.uka.de>
|
|
Tue, 8 Apr 2003
|
[ 00:40 marcus ]
1.35 audio/aumix/Makefile
1.11 audio/autozen/Makefile
1.12 audio/cheesetracker/Makefile
1.10 audio/denemo/Makefile
1.17 audio/easytag/Makefile
1.13 audio/extace/Makefile
1.4 audio/freebirth/Makefile
1.16 audio/gdcd/Makefile
1.9 audio/gdrdao/Makefile
1.12 audio/gkrellmms/Makefile
(Only the first 10 of 73 ports in this commit are shown above. )
Remove the USE_GNOMENG macro.
|
|
Fri, 21 Feb 2003
|
[ 10:59 knu ]
1.6 audio/abcde/Makefile
1.2 audio/adpcm/Makefile
1.11 audio/afsp/Makefile
1.14 audio/aureal-kmod/Makefile
1.7 audio/baudline/Makefile
1.5 audio/cd-console/Makefile
1.3 audio/cd-discid/Makefile
1.7 audio/cd2mp3/Makefile
1.7 audio/cdparanoia/Makefile
1.9 audio/cdplay/Makefile
(Only the first 10 of 192 ports in this commit are shown above. )
De-pkg-comment.
|
|
Fri, 27 Dec 2002
|
[ 01:26 edwin ]
1.4 audio/xmms-musepack/Makefile
1.2 audio/xmms-musepack/pkg-descr
Fix distribution site / email maintainer address
PR: ports/45577
Submitted by: Walter Hop <wh@slik.org>Walter Hop <wh@slik.org>
|
|
Thu, 28 Nov 2002
|
[ 16:37 lioux ]
1.21 audio/flac/Makefile
1.10 audio/gkrellmms/Makefile
1.13 audio/gkrellmms2/Makefile
1.3 audio/p5-Xmms/Makefile
1.9 audio/py-xmms/Makefile
1.5 audio/rebler/Makefile
1.5 audio/ruby-xmms/Makefile
1.12 audio/teknap/Makefile
1.15 audio/wmusic/Makefile
1.3 audio/xmms-a52dec/Makefile
(Only the first 10 of 67 ports in this commit are shown above. )
After repo copy from graphics category, update all appropriate
dependency references from both audio and graphics to multimedia
category.
audio/xmms --> multimedia/xmms
graphics/avifile --> multimedia/avifile
graphics/divx4linux --> multimedia/divx4linux
graphics/ffmpeg --> multimedia/ffmpeg
graphics/libdv --> multimedia/libdv
graphics/libdvdcss --> multimedia/libdvdcss
graphics/libdvdread --> multimedia/libdvdread
graphics/libmpeg2 --> multimedia/libmpeg2
graphics/linux-realplayer --> multimedia/linux-realplayer
graphics/mjpegtools --> multimedia/mjpegtools
graphics/mplayer --> multimedia/mplayer
graphics/mplayer-fonts --> multimedia/mplayer-fonts
graphics/openquicktime --> multimedia/openquicktime
graphics/win32-codecs --> multimedia/win32-codecs
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat)
|
|
Sat, 31 Aug 2002
|
[ 00:13 marcus ]
1.30 audio/aumix/Makefile
1.8 audio/autozen/Makefile
1.8 audio/denemo/Makefile
1.10 audio/easytag/Makefile
1.8 audio/gkrellmms/Makefile
1.4 audio/gkrellmss/Makefile
1.7 audio/gkrellmvolume/Makefile
1.14 audio/gmixer/Makefile
1.27 audio/gnapster/Makefile
1.46 audio/gqmpeg/Makefile
(Only the first 10 of 49 ports in this commit are shown above. )
Use USE_GNOMENG.
PR: 42232
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
|
Sun, 17 Mar 2002
|
[ 17:17 cy ]
1.285 audio/Makefile
1.1 audio/xmms-musepack/Makefile
1.1 audio/xmms-musepack/distinfo
1.1 audio/xmms-musepack/pkg-comment
1.1 audio/xmms-musepack/pkg-descr
1.1 audio/xmms-musepack/pkg-plist
Add xmms-musepack 1.8.0 port, xMMS input plugin for playing MPC Musepack
(.mpc, .mp+) files.
PR: 35935
Submitted by: Walter Hop <walter@binity.com>
|
Number of commits found: 19 |