non port: audio/vsound/Makefile |
SVNWeb
|
Number of commits found: 39 |
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
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 )
|
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, 12 Dec 2020
|
[ 05:07 linimon ]
Mark as BROKEN on riscv64.
|
Thu, 22 Mar 2018
|
[ 05:51 danfe ]
Attempt to unbreak on ARM architectures by assuming they are little-endian.
|
Thu, 15 Mar 2018
|
[ 15:17 linimon ]
Fails on armv7 the same was as on armv6. Pet portlint.
|
Fri, 13 Oct 2017
|
[ 14:19 danfe ]
Unbreak by providing a few working distfile locations.
|
[ 09:06 bapt ]
Mark as broken: no public distfiles
|
Sat, 27 May 2017
|
[ 15:07 linimon ] (Only the first 10 of 19 ports in this commit are shown above. )
Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Mon, 14 Nov 2016
|
[ 05:03 linimon ] (Only the first 10 of 15 ports in this commit are shown above. )
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
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, 13 Jan 2016
|
[ 22:19 amdmi3 ]
- Add LICENSE
- Switch to options helpers
|
Sat, 19 Sep 2015
|
[ 18:17 marino ]
Add USES=alias to 10 ports (Aids DragonFly support)
|
Tue, 15 Jul 2014
|
[ 23:11 adamw ] (Only the first 10 of 115 ports in this commit are shown above. )
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
|
Sun, 15 Jun 2014
|
[ 23:45 amdmi3 ]
- Switch to USES=libtool, drop .la files
- Strip libraries
|
Sun, 5 Jan 2014
|
[ 00:30 bapt ]
Support stage
|
Fri, 3 Jan 2014
|
[ 15:26 adamw ] (Only the first 10 of 48 ports in this commit are shown above. )
Convert to PORT_OPTIONS:MDOCS.
Holdout shame list: ruby, perl, python
|
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)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Thu, 16 Feb 2012
|
[ 15:57 ashish ] (Only the first 10 of 379 ports in this commit are shown above. )
- Bump PORTREVISION to chase the update of multimedia/libvpx
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Mon, 26 Mar 2007
|
[ 11:26 miwi ]
- Update MASTER_SITES and WWW
- Defined NOPORTDOCS
PR: 110812
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Thu, 1 Feb 2007
|
[ 02:42 kris ] (Only the first 10 of 348 ports in this commit are shown above. )
Use libtool port instead of included version to avoid objformat a.out botch
|
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.
|
Mon, 3 Oct 2005
|
[ 22:25 pav ]
- Fix runtime crash [1]
- Update WWW
- Style
PR: ports/86365 [1]
Submitted by: Fred Wheeler <fred.s.wheeler@gmail.com>
|
Tue, 31 May 2005
|
[ 16:41 oliver ]
change the libtool version to use from 1.3 to 1.5
|
Mon, 4 Apr 2005
|
[ 03:37 linimon ]
Reset maintainer and remove his mirror site per his request. We
appreciate the help in the past.
PR: ports/79364
|
Mon, 28 Feb 2005
|
[ 06:26 obrien ]
Update to version 0.6.
|
Tue, 13 Apr 2004
|
[ 15:35 arved ]
Fix build on amd64 (and probably on ia64), by fixing path to endian.h
Respect CFLAGS
|
Mon, 5 Apr 2004
|
[ 22:33 kris ]
sox is also a BUILD_DEPENDS
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (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.
|
Fri, 5 Mar 2004
|
[ 12:22 kris ]
BROKEN on amd64 and ia64: Does not compile
|
Fri, 21 Feb 2003
|
[ 10:59 knu ] (Only the first 10 of 192 ports in this commit are shown above. )
De-pkg-comment.
|
Sun, 10 Nov 2002
|
[ 19:57 arved ]
Make fetchable
PR: 45046
Submitted by: Rahul Siddharthan <rsidd@online.fr> (maintainer)
|
Sat, 21 Sep 2002
|
[ 06:54 ijliao ]
add vsound 0.5
Utility for capturing audio streams from programs with OSS output
PR: 39228
Submitted by: Rahul Siddharthan <rsidd@online.fr>
|
Number of commits found: 39 |