non port: audio/xmcd/Makefile |
SVNWeb
|
Number of commits found: 79 |
Sun, 25 Sep 2022
|
[ 20:14 Christian Weisgerber (naddy) ] 1e5aaab (Only the first 10 of 76 ports in this commit are shown above. )
audio/flac: bump port revision of consumers after update to 1.4.1
|
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 )
|
Thu, 13 Jan 2022
|
[ 21:01 Stefan Eßer (se) ] 98f7d7d (Only the first 10 of 45 ports in this commit are shown above. )
Fix CONFLICTS entries in archivers, astro, audio
Fix conflicts entries based on a script that searches for duplicate
files installed by several ports.
Some patters seem to make ports conflict with themselves, but this is
actually not the case due to the check-*-conflicts logic implemented
in bsd.port.mk, which excludes self-conflicts.
PHP based ports have been ignored in this commit as requested by the
committers currently working on the php-8.1 import.
Approved by: portmgr (implicit)
|
Thu, 23 Dec 2021
|
[ 22:18 Piotr Kubaj (pkubaj) ] f7cc059
audio/xmcd: fix build on armv* / riscv64*
|
Fri, 24 Sep 2021
|
[ 13:11 Baptiste Daroussin (bapt) ] d51bc0d (Only the first 10 of 15 ports in this commit are shown above. )
ncurses: partial revert 266130ce71ef2f1cd944a70789bf003da3254c29
In many places I overlooked at the problem we were trying to solve when
libncurses is split.
|
Thu, 23 Sep 2021
|
[ 16:22 Baptiste Daroussin (bapt) ] 266130c (Only the first 10 of 34 ports in this commit are shown above. )
ncurses: fix build with futur base and ports ncurses
in preparation for the split in base of libtinfo and libncurses, clearly
specify when the packages should link against.
Note this also fixes the build with ports ncurses
|
Fri, 28 May 2021
|
[ 13:18 Mikael Urankar (mikael) ] ac368b4
audio/xmcd: Fix build on aarch64
strip: open <snip>/bin-FreeBSD_14-aarch64/cda failed: No such file or directory
Approved by: portmgr (build fix blanket)
|
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, 26 Sep 2020
|
[ 19:53 linimon ]
Allow building on powerpc64le.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Sun, 29 Sep 2019
|
[ 20:11 zeising ]
Remove libXp dependency from imake/motif ports
Remove the libXp dependency from a number of ports using imake and/or motif.
libXp is being deprecated.
The list of ports:
audio/xmcd
audio/xmmix
deskutils/xmdiary
ftp/llnlxdir
ftp/llnlxftp
graphics/SciPlot
misc/xtar
multimedia/mpeg2play
|
Fri, 27 Sep 2019
|
[ 16:18 zeising ] (Only the first 10 of 13 ports in this commit are shown above. )
Deprecate x11/libXp, it is deprecated upstream
Deprecate x11/libXp, since it is about to be deprecated upstream. Do *not*
yet set a removal date for x11/libXp, this will be decided later, once most
dependencies are fixed.
Deprecate all ports depending on x11/libXp.
* astro/xephem
* audio/xmcd
* audio/xmmix
* biology/ncbi-toolkit
* deskutils/xmdiary
* ftp/llnlxdir
* ftp/llnlxftp
* graphics/SciPlot
* misc/xtar
* multimedia/mpeg2play
* science/afni
* textproc/mgdiff
Sprinkle USES=xorg as needed.
Discussed with: bapt
|
Sat, 22 Dec 2018
|
[ 14:51 riggs ]
Fix build on powerpc64
PR: 233961
Submitted by: pkubaj@anongoth.pl
|
Fri, 1 Jun 2018
|
[ 20:23 rene ]
Return deischen@'s ports back to the pool after his commit bit got taken in
for safekeeping.
|
Sat, 5 May 2018
|
[ 13:30 danfe ]
Unbreak fetching from ``http://www.ibiblio.org/tkan/...'' by providing
more stable distfile mirrors. Software itself builds and works fine.
While here, remove redundant PKGMESSAGE assignment.
|
Fri, 2 Mar 2018
|
[ 22:34 brooks ] (Only the first 10 of 32 ports in this commit are shown above. )
Work around the lack of definition of union semun per POSIX.
When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.
PR: 224300, 224443 (exp-run)
Approved by: portmgr (antoine)
Exp-run: antoine
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D14137
|
Fri, 8 Dec 2017
|
[ 03:13 linimon ]
Update error message for armv6.
Approved by: portmgr (tier-2 blanket)
|
Thu, 30 Nov 2017
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
Sat, 20 May 2017
|
[ 16:58 linimon ] (Only the first 10 of 23 ports in this commit are shown above. )
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Reported by: swills
Approved by: portmgr (tier-2 blanket)
|
Sat, 31 Dec 2016
|
[ 21:07 sunpoet ] (Only the first 10 of 16 ports in this commit are shown above. )
Update MAINTAINER: use @FreeBSD.org
|
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)
|
Wed, 2 Nov 2016
|
[ 22:45 mat ] (Only the first 10 of 110 ports in this commit are shown above. )
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Mon, 31 Oct 2016
|
[ 14:14 deischen ]
Bump port revision for last change. Change my email address
to my freebsd.org one.
|
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
|
Sun, 31 Jan 2016
|
[ 01:23 marino ]
audio/xmcd: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
|
Sun, 13 Dec 2015
|
[ 16:07 swills ] (Only the first 10 of 26 ports in this commit are shown above. )
mark some of the ports that don't build on powerpc64 for me
|
Wed, 25 Mar 2015
|
[ 21:37 marino ] (Only the first 10 of 37 ports in this commit are shown above. )
audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
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. (Only the first 15 lines of the commit message are shown above )
|
Sat, 31 May 2014
|
[ 15:23 marino ]
audio/xmcd: Unbreak on !amd64, support DragonFly
The staging attempted didn't go quite right as it was hardcoded for
FreeBSD 9 AMD. Since I'm fixing this anyway, bring in dports patches
to support DragonFly.
|
Mon, 26 May 2014
|
[ 10:10 grembo ]
Staging support for audio/xmcd, as part of this the setuid
bit has been removed and instructions on how to configure
devfs.conf to allow access by non-root added to pkg-message.
This way the package can be built without root access, plus
avoiding setuid root executables are a good thing in general.
Reviewed by: bapt (mentor)
Approved by: bapt (mentor)
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
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
|
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)
|
Tue, 9 Jul 2013
|
[ 21:20 bapt ]
Convert from USE_MOTIF to USES=motif
While here:
Convert to USES=gmake as well
Trim headers
|
Fri, 28 Jun 2013
|
[ 11:51 bapt ] (Only the first 10 of 111 ports in this commit are shown above. )
New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a
different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it
to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be
overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via
IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned
from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we
do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
|
Sun, 9 Jun 2013
|
[ 19:30 naddy ] (Only the first 10 of 67 ports in this commit are shown above. )
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072
|
Thu, 19 Jul 2012
|
[ 20:15 naddy ] (Only the first 10 of 187 ports in this commit are shown above. )
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
|
Sat, 14 Jan 2012
|
[ 22:27 netchild ] (Only the first 10 of 65 ports in this commit are shown above. )
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
|
Mon, 2 May 2011
|
[ 12:44 makc ] (Only the first 10 of 195 ports in this commit are shown above. )
Bump PORTREVISION after open-mofit update
|
Sun, 6 Jun 2010
|
[ 20:44 naddy ] (Only the first 10 of 174 ports in this commit are shown above. )
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
|
Thu, 3 Jun 2010
|
[ 08:55 netchild ] (Only the first 10 of 49 ports in this commit are shown above. )
- update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
- done via a semi-automated way (manual review and fixup)
- I tried to take care to not bump ports which only depend optionaly on
lame (with a default of no dependency)
|
Mon, 6 Jul 2009
|
[ 21:26 naddy ] (Only the first 10 of 165 ports in this commit are shown above. )
Bump PORTREVISION after libogg and libvorbisfile major version increment.
|
Tue, 9 Jun 2009
|
[ 15:33 amdmi3 ] (Only the first 10 of 240 ports in this commit are shown above. )
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav)
|
Mon, 5 Jan 2009
|
[ 17:27 pav ] (Only the first 10 of 56 ports in this commit are shown above. )
- Remove conditional checks relevant only on FreeBSD 5.x and older
|
Mon, 7 Apr 2008
|
[ 20:37 naddy ] (Only the first 10 of 107 ports in this commit are shown above. )
Update to FLAC 1.2.1. This version includes two and a half years
worth of changes and an altered API.
Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary. Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.
PR: 119476
|
Sat, 28 Jul 2007
|
[ 12:27 miwi ] (Only the first 10 of 128 ports in this commit are shown above. )
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
|
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}.
|
Thu, 1 Feb 2007
|
[ 20:49 rafan ]
- Fix build after libmytinfo is gone.
Reported by: kris
|
Mon, 18 Dec 2006
|
[ 04:50 deischen ]
Mark broken for FreeBSD 5.x sparc64.
|
Mon, 23 Oct 2006
|
[ 13:12 deischen ]
Correct packing list and unbreak.
Approved by: portmgr (erwin)
|
Thu, 12 Oct 2006
|
[ 03:43 kris ]
BROKEN: Incomplete pkg-plist
Approved by: portmgr (self)
|
Sun, 24 Sep 2006
|
[ 14:07 deischen ]
Add the man pages.
|
Mon, 4 Sep 2006
|
[ 21:57 deischen ]
Remove installation of two html'ized man pages. Pointyhat was complaining,
and I don't know where they should go, and don't think we need them
anyways.
To silence: pointyhat
|
Wed, 3 May 2006
|
[ 05:14 edwin ] (Only the first 10 of 196 ports in this commit are shown above. )
Remove USE_REINPLACE from ports in categories starting with A.
|
Wed, 15 Mar 2006
|
[ 06:25 deischen ]
Move pkg-message to files to automatically replace %%PREFIX%%.
Patch config.sh to default to FreeBSD ioctl method instead of
Linux ioctl method.
Submitted by: edwin
PR: 94398
|
Wed, 16 Mar 2005
|
[ 14:50 naddy ] (Only the first 10 of 20 ports in this commit are shown above. )
new version of libFLAC
|
Fri, 23 Jul 2004
|
[ 19:10 anholt ] (Only the first 10 of 163 ports in this commit are shown above. )
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
|
Sat, 24 Apr 2004
|
[ 23:45 deischen ]
Update to tiny version 3.3.2. This is a bug fix to prevent cda from
crashing and also incorporates the 3.3.0->3.3.1 patch which includes
some FreeBSD-specific configuration changes.
Approved by: portmgr
|
Thu, 15 Apr 2004
|
[ 13:35 edwin ]
libflac -> libFLAC
pointy hat to: deischen@
PR: ports/65565
Submitted by: Shigetomo Kimura <kimura@netlab.is.tsukuba.ac.jp>
|
Tue, 13 Apr 2004
|
[ 22:02 deischen ]
Make audio/flac a LIB_DEPENDS instead of a RUN_DEPENDS.
|
[ 02:02 deischen ]
s/ /\t/ in the newly added BUILD_DEPENDS line.
portlint didn't catch this, but I may not have been using the
latest version of it.
Noticed by: krion
|
Mon, 12 Apr 2004
|
[ 15:34 deischen ]
Add a BUILD_DEPENDS for audio/flac.
Reported by: Helge Oldach <xmcdapr04 at oldach.net>
|
Sat, 10 Apr 2004
|
[ 16:46 deischen ]
Update to xmcd-3.3.1.
|
Sat, 28 Feb 2004
|
[ 02:16 edwin ]
Make audio/xmcd work on 5.2.1: uname -r returned an x.y.z number,
giving the PLIST_SUB variable a x.y number, while the port itself
calculated from x.y.z to x.
Informed maintainer.
|
Sat, 20 Dec 2003
|
[ 16:14 naddy ] (Only the first 10 of 38 ports in this commit are shown above. )
Catch up with libogg/libvorbis version bump.
|
Mon, 27 Oct 2003
|
[ 09:11 kris ] (Only the first 10 of 35 ports in this commit are shown above. )
portlint (whitespace cleanup)
|
Wed, 24 Sep 2003
|
[ 09:37 osa ] (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, 4 Aug 2003
|
[ 05:12 deischen ]
Update to version 3.2.1.
|
Fri, 18 Apr 2003
|
[ 05:40 deischen ]
Strip installed binaries. Remove patch-ae since the file it modifies
is not needed when using imake.
Submitted by: Carl Mascott <cmascott@att.net>
|
Fri, 21 Feb 2003
|
[ 10:59 knu ] (Only the first 10 of 192 ports in this commit are shown above. )
De-pkg-comment.
|
Fri, 10 Jan 2003
|
[ 02:50 deischen ]
Upgrade to 3.2.0.
Xmcd now provides audio extraction and playback directly to
a sound device.
|
Tue, 7 Jan 2003
|
[ 18:23 deischen ]
Fix MASTER_SITE; directory structure has changed.
|
Sat, 8 Jun 2002
|
[ 19:48 deischen ]
Upgrade to xmcd-3.1 patchlevel 1.
|
Mon, 6 Aug 2001
|
[ 21:37 kris ]
Upgrade to xmcd 3.0.2. This version fixes a tempfile race condition and a
buffer overflow. I'm not exactly sure why a CD player needs to be setuid
root.
|
Fri, 27 Jul 2001
|
[ 22:41 sf ]
o fix build for XFree86-4.
|
Tue, 17 Jul 2001
|
[ 20:45 deischen ]
Update to version 3.0pl1
|
Sat, 21 Apr 2001
|
[ 18:07 deischen ]
MASTER_SITE change
|
Mon, 12 Feb 2001
|
[ 06:43 sf ]
build html manpages for XFree86-4.
|
Tue, 7 Nov 2000
|
[ 23:28 asami ] (Only the first 10 of 56 ports in this commit are shown above. )
Change motif to a normal dependency. REQUIRES_MOTIF is now called USE_MOTIF
and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies
USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from
PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.
|
Number of commits found: 79 |