non port: audio/playgsf/Makefile |
SVNWeb
|
Number of commits found: 34 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 213b0b7 (Only the first 10 of 561 ports in this commit are shown above. )
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above )
|
Wed, 14 Apr 2021
|
[ 23:04 Piotr Kubaj (pkubaj) ] 16bd70b
audio/playgsf: enable on powerpc64 and powerpc
|
[ 22:56 Piotr Kubaj (pkubaj) ] ffba8c1b
audio/playgsf: remove the LICENSE changes I did to build the port with poudriere
|
[ 22:50 Piotr Kubaj (pkubaj) ] 4b5c778
audio/playgsf: enable on powerpc64le
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 17 Dec 2016
|
[ 17:54 marino ]
audio/playgsf: Remove packaged static library which circumvents Makefile
It appears that the static resample library should not have been part
of the distribution tarball. It's presence causes libresample.a not to
be built and to be used instead. It was detected by DF's ar programs
which reported it as malformed. Fix the distribution issue by removing
the pre-existing library and force it to be rebuilt.
Approved by: just-fix-it
|
Thu, 24 Nov 2016
|
[ 14:18 ehaupt ]
- Fix build with libc++ 3.9
- Switch to USES=localbase
- Add LICENSE: GPLv2+ for VBA code, LGPL21 for bundled libresample code and
NONE for playgsf code, as no license is specified neither for it nor for
code it's based on (http://www.caitsith2.com/gsf/)
PR: 214653
Submitted by: amdmi3
Reported by: jbeich
|
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
|
Wed, 23 Sep 2015
|
[ 22:59 amdmi3 ]
- Drop 8.x support
Approved by: portmgr blanket
|
Tue, 6 Jan 2015
|
[ 09:36 ehaupt ] (Only the first 10 of 25 ports in this commit are shown above. )
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Wed, 18 Dec 2013
|
[ 11:55 ehaupt ]
Use dos2unix USES macro.
|
Wed, 11 Dec 2013
|
[ 14:35 bapt ] (Only the first 10 of 268 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr
|
Wed, 23 Oct 2013
|
[ 20:30 ehaupt ] (Only the first 10 of 14 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
|
Wed, 3 Apr 2013
|
[ 08:37 ehaupt ]
- Enable build on amd64
- Fix build on 9.1
- Heed CC, CXX, CPPFLAGS, LDFLAGS in all subdir
- Drop ABI version in LIB_DEPENDS
Approved by: portmgr (miwi)
|
Fri, 8 Mar 2013
|
[ 14:00 ehaupt ] (Only the first 10 of 68 ports in this commit are shown above. )
Remove indefinite article from COMMENT
|
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
|
Sun, 6 Jun 2010
|
[ 20:39 naddy ] (Only the first 10 of 50 ports in this commit are shown above. )
Bump PORTREVISION after libao update and handle API incompatibility.
|
Mon, 30 Mar 2009
|
[ 14:18 ehaupt ]
Mark MAKE_JOBS_SAFE
|
Thu, 30 Oct 2008
|
[ 17:09 ehaupt ]
Tell portscout to skip a particular version. The distfile in question is just
a symlink to the current version.
|
Mon, 7 Jul 2008
|
[ 13:41 ehaupt ]
Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we support
via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the
system compiler.
|
Thu, 27 Mar 2008
|
[ 22:15 ehaupt ] (Only the first 10 of 31 ports in this commit are shown above. )
Use MASTER_SITE_CRITICAL
|
Mon, 17 Jul 2006
|
[ 08:41 ehaupt ]
This port now builds on 7-CURRENT
|
Tue, 23 May 2006
|
[ 16:30 ehaupt ]
- Add an additional mirror
- This port does not configure on FreeBSD 7.x, mark it BROKEN for
${OSVERSION} >= 700000
|
Thu, 18 May 2006
|
[ 13:26 ehaupt ]
- Update to 0.7.1
- Add an additional mirror
|
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)
|
Sun, 19 Feb 2006
|
[ 11:39 ehaupt ] (Only the first 10 of 55 ports in this commit are shown above. )
Remove deprecated USE_REINPLACE
|
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)
|
Thu, 28 Jul 2005
|
[ 12:15 pav ]
Playgsf is a simple command line player for gsf files based on a winamp plugin
called 'Highly Advanced'.
The gsf file format is a music format similar to the psf format for
playstation(TM).
PR: ports/84025
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
|
Number of commits found: 34 |