non port: audio/xmms-ahx/Makefile |
SVNWeb
|
Number of commits found: 24 |
Fri, 12 Oct 2018
|
[ 09:19 antoine ] (Only the first 10 of 92 ports in this commit are shown above. )
Deprecate most glib12 consumers
With hat: portmgr
|
Mon, 8 Aug 2016
|
[ 09:47 ehaupt ]
- Strip binaries
- Register USE_XORG uses
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 13 Sep 2014
|
[ 15:11 tijl ] (Only the first 10 of 140 ports in this commit are shown above. )
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
|
Sun, 4 May 2014
|
[ 18:48 tijl ] (Only the first 10 of 32 ports in this commit are shown above. )
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.
|
Wed, 9 Apr 2014
|
[ 17:25 naddy ] (Only the first 10 of 27 ports in this commit are shown above. )
XMMS is not going away soon, so unexpire the plugins that build.
|
Sun, 23 Mar 2014
|
[ 21:59 antoine ] (Only the first 10 of 29 ports in this commit are shown above. )
Chase multimedia/xmms deprecation and expiration date
With hat: portmgr
|
Wed, 23 Oct 2013
|
[ 10:26 ehaupt ] (Only the first 10 of 48 ports in this commit are shown above. )
Support staging.
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] (Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Wed, 24 Jul 2013
|
[ 08:19 ehaupt ] (Only the first 10 of 161 ports in this commit are shown above. )
Remove MAKE_JOBS_SAFE which is now default.
|
Mon, 8 Jul 2013
|
[ 18:42 ehaupt ] (Only the first 10 of 73 ports in this commit are shown above. )
- Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header
|
Tue, 27 Dec 2011
|
[ 15:14 ehaupt ] (Only the first 10 of 72 ports in this commit are shown above. )
Pacify portlint
Feature safe: yes
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Tue, 25 Jan 2011
|
[ 08:39 ehaupt ] (Only the first 10 of 44 ports in this commit are shown above. )
Add LICENSE and remove MD5 sums.
Feature safe: yes
|
Wed, 2 Sep 2009
|
[ 15:01 amdmi3 ] (Only the first 10 of 130 ports in this commit are shown above. )
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav)
|
Fri, 27 Mar 2009
|
[ 09:53 ehaupt ] (Only the first 10 of 132 ports in this commit are shown above. )
Mark MAKE_JOBS_SAFE
|
Fri, 6 Jun 2008
|
[ 13:07 edwin ] (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)
|
Mon, 17 Mar 2008
|
[ 15:00 ehaupt ] (Only the first 10 of 11 ports in this commit are shown above. )
Get rid of USE_X_PREFIX.
|
Sat, 19 May 2007
|
[ 20:32 flz ] (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}.
|
Mon, 26 Mar 2007
|
[ 18:45 ehaupt ]
- Cleanup objformat-removal fallout [1]
- Use USE_LDCONFIG
Notified by: kris (via pointyhat) [1]
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (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 ] (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.
|
Thu, 6 Oct 2005
|
[ 11:57 ehaupt ] (Only the first 10 of 107 ports in this commit are shown above. )
Change MAINTAINER address for my ports.
Approved by: novel (mentor)
|
Mon, 6 Jun 2005
|
[ 18:42 jylefort ]
Add xmms-ahx.
XMMS input plugin for AHX format support. AHX is a synthetic music format from
Amiga, and reproducing C64-style music.
WWW: http://xmms-ahx.sourceforge.net/
PR: ports/81811
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
|
Number of commits found: 24 |