Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.99.4.5.7_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
3.99.4.5.7_1 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
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 ) |
3.99.4.5.7_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.99.4.5.7_1 10 Jan 2018 19:12:35 |
jbeich |
audio/mac: unbreak build with Clang 6 (C++14 by default)
Console.cpp:36:3: error: cannot initialize a member subobject of type 'int' with
an rvalue of type 'nullptr_t'
NULL
^~~~
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
#define NULL nullptr
^~~~~~~
Console.cpp:36:3: warning: suggest braces around initialization of subobject
[-Wmissing-braces]
NULL
^~~~
{ }
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
#define NULL nullptr
^~~~~~~
Console.cpp:36:3: warning: suggest braces around initialization of subobject
[-Wmissing-braces]
NULL
^~~~
{ }
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
#define NULL nullptr
^~~~~~~
Reported by: antoine (via bug 224669) |
3.99.4.5.7 06 Apr 2016 15:29:26 |
marino |
audio/mac: Don't clobber BUILD_DEPENDS + DF support
The yasm BUILD_DEPENDS will overwrite any previous definition
of BUILD_DEPENDS (e.g. iconv). Change the operator to += to fix.
While here, yasm is only valid for FreeBSD, so add an OPSYS condition
in addition to the ARCH condition.
Approved by: just-fix-it |
3.99.4.5.7 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
3.99.4.5.7 08 Jun 2015 05:59:14 |
antoine |
Make ports using libtool treat elftoolchain's strip the same as GNU strip
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool
PR: 198611
Reviewed by: emaste
Exp-run: self |
3.99.4.5.7 08 Apr 2015 08:29:09 |
danfe |
- Update to the most recent version maintained by Jason Jordan as part of
his 3.99-u4-b5-sX series. Unfortunately we cannot assign it directly to
DISTVERSION without having to bump PORTEPOCH, so stick to 3.99.4.5.7 for
the time being (note that upstream Monkey's Audio SDK is at version 4.16
right now; but seems that no one ported it to Linux/Unix -- folks prefer
to maintain old 3.xx port instead; mention this in the port description)
- Build in "shntool-enabled" mode by default (-DSHNTOOL); this is also in
line with how most GNU/Linux distributions package it
- Install couple of useful documentation files, but first beautify them a
bit: convert to UTF-8 and append missing newline at EOF; sed(1) command
might look unnatural, but it is compatible with both GNU and BSD sed(1)
implementations (cf.: '-nep' is GNU-only, and '$G' is new BSD-only); we
prefer ${SED} over ${ECHO_CMD} >> because it is shorter and allows for
linear piping (no subshell and stream joining required)
- Convert in-place configure script editing to a patch as we also have to
teach it that elftoolchain's strip(1) can strip libraries; staying with
REINPLACE_CMD would make it harder to read compared to normal patchfile
- Remove duplicate GNU_CONFIGURE line, bogusly added by bapt@ in r353071 |
3.99.4.5_2 31 Mar 2015 06:01:19 |
danfe |
Unbreak this important port and provide working mastersites. Linux port of
Monkey's Audio Codec is currently maintained by Jason Jordan (shntool-enabled
versions 3.99-u4-b5-sX, bringing patch aggregation, pipe decoding/encoding,
bug fixes, miscellaneous enhancements); will be updated via separate commit. |
3.99.4.5_2 30 Mar 2015 21:24:44 |
bapt |
Mark as broken: no public distfiles
Remove dead CENKES mirror |
3.99.4.5_2 22 Sep 2014 10:02:28 |
bapt |
Cleanup plist |
3.99.4.5_2 06 May 2014 06:57:42 |
bapt |
Convert to USES=libtool
Strip binaries |
3.99.4.5_1 04 Oct 2013 19:57:13 |
bapt |
Stagify |
3.99.4.5_1 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
3.99.4.5_1 21 Feb 2012 14:39:06 |
danfe |
- Convert trivial patch to simple REINPLACE_CMD, save an inode
- Hand over to multimedia@ just like other lossless encoders |
3.99.4.5_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.99.4.5_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
3.99.4.5_1 08 Sep 2010 13:15:27 |
danfe |
- Install missing headers (make port useful as dependency)
- Augment MASTER_SITES and clean up Makefile while here
Based on PR: ports/150297 |
3.99.4.5 02 Aug 2009 19:36:34 |
mezz |
-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 |
3.99.4.5 08 Nov 2008 14:00:46 |
danfe |
- Clean up Makefile
- Assume maintainership
- Improve port description, kill attribution |
3.99.4.5 07 Sep 2008 00:19:05 |
linimon |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
3.99.4.5 15 Jun 2008 12:52:11 |
olgeni |
A few typo fixes for ports/audio descriptions. |
3.99.4.5 31 Mar 2008 20:04:40 |
naddy |
yasm is only used on i386 and amd64, don't require it on other
architectures.
Approved by: infofarmer |
3.99.4.5 21 May 2007 18:09:15 |
sat |
- Make fetchable
Reported by: fenner's distfile survey
Approved by: portmgr (marcus) |
3.99.4.5 17 Apr 2007 22:55:23 |
sat |
- Remove 4.x support from some of my ports
PR: ports/111649, ports/111664, ports/111673, ports/111674,
ports/111695
Submitted by: edwin |
3.99.4.5 28 Jan 2007 09:07:47 |
kris |
Use libtool port instead of included one to avoid objformat a.out botch |
3.99.4.5 08 Jan 2007 22:38:25 |
sat |
- Update to 3.99.4.5
- Take maintainership
- Better amd64 support
- Drop static lib
- Backward compatibility has been abandoned
- Miscellaneous tweaks |
3.99.4.4_1 04 Sep 2006 23:56:55 |
shaun |
Port seems to compile and execute without issue on sparc64: therefore
remove NOT_FOR_ARCHS. I suspect the last fix for amd64 also affected
sparc64. |
3.99.4.4_1 04 Sep 2006 09:45:46 |
linimon |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
3.99.4.4_1 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
3.99.4.4_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
3.99.4.4 15 Dec 2005 08:39:47 |
pav |
- Update to 3.99.4.4
- Fix runtime on amd64 (passing pointers inside 32bit ints)
Approved by: maintainer timeout (14 days) |
3.99.4_1 15 Nov 2005 06:52:12 |
ade |
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. |
3.99.4_1 03 Mar 2005 22:15:22 |
pav |
- Switch to available distfile
PR: ports/78334
Submitted by: No Name <arundel@h3c.de>
Approved by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer) |
3.99.4 26 Nov 2004 18:23:40 |
sem |
Do not compiled on sparc64. Reflect it with NOT_FOR_ARCH.
PR: ports/74335
Submitted by: maintainer |
3.99.4 11 Aug 2004 07:52:12 |
pav |
Add mac, Monkey's Audio Codec which was recently released in source code.
It contain a library and an executable compressor/decompressor of .ape files.
Does not build under 4.x, we hit the wall with missing wcstol(). Working
patches would be welcomed.
PR: ports/70153
Submitted by: Martin Dieringer <Martin.Dieringer@t-online.de> |