Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.2_5 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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) |
1.0.2_5 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 ) |
1.0.2_5 20 Jul 2022 14:22:30 |
Tobias C. Berner (tcberner) |
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.0.2_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.2_5 24 Feb 2018 19:32:55 |
riggs |
Un-break build on clang 6.0.0 (add -std=c++98 to CXXFLAGS) |
1.0.2_4 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
1.0.2_3 02 Dec 2014 03:23:14 |
amdmi3 |
- Drop .la files from multimedia/dirac and multimedia/schroedinger
- Bump dependent ports as .so versions have changed
- While here, remove @dirrm* from plists and add missing empty directory to
plist of multimedia/lives
Approved by: portmgr blanket |
1.0.2_2 09 Jul 2014 03:31:57 |
amdmi3 |
- Switch to USES=libtool
- Fix shebangs
Approved by: portmgr blanket |
1.0.2_1 18 Oct 2013 15:31:20 |
tijl |
- Distinguish clang from Microsoft cl.exe [1]
- Treat g++*, c++* and clang* the same.
- Remove ?= assignments because this isn't a master port.
- Remove libtool dependency.
- Remove pkgconfig dependency. The port only installs a .pc file.
- Disable use of MMX for now. It cannot be used in i386 packages and on
amd64 the compiler already uses SSE.
- Support staging.
- Support WITH_DEBUG.
PR: ports/173741 [1]
Submitted by: Jeremy Huddleston Sequoia <jeremyhu@freedesktop.org> [1] |
1.0.2 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
1.0.2 31 Aug 2013 00:29:43 |
bapt |
Convert USE_GNOME=pkgconfig -> USES=pkgconfig
Convert USE_GNOME=gnomehack -> USES=pathfix
Convert USE_GMAKE -> USES=gmake |
1.0.2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.0.2 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
1.0.2 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.0.2 03 Jul 2011 13:38:45 |
ohauer |
- remove MD5 |
1.0.2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.0.2 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
1.0.2 12 Aug 2009 07:35:56 |
mm |
- Mark port MAKE_JOBS_SAFE for SMP compilation |
1.0.2 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 |
1.0.2 04 May 2009 16:42:49 |
wxs |
- Remove patches which are no longer necessary with the last update. |
1.0.2 04 May 2009 15:24:25 |
wxs |
- Update to 1.0.2
PR: ports/133477
Submitted by: Paul <onemda@gmail.com> |
0.7.0 26 Jun 2007 17:57:07 |
ahze |
Update to 0.7.0 |
0.6.0_3 30 May 2007 23:23:59 |
ahze |
- Don't use gcc3.4 on -CURRENT
- Bump PORTREVISION since gcc3.4 causes problems with dirac in vlc |
0.6.0_2 28 Jan 2007 09:07:47 |
kris |
Use libtool port instead of included one to avoid objformat a.out botch |
0.6.0_2 24 Sep 2006 16:24:22 |
ahze |
- Don't install programming reference PORTDOCS since we now have dirac-reference |
0.6.0_1 29 Aug 2006 11:29:15 |
ahze |
- Update pkg-descr
- Adopt port for multimedia@ |
0.6.0_1 15 Aug 2006 00:56:24 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.6.0_1 07 Aug 2006 10:16:58 |
bms |
Fix pkg-plist.
Bump PORTREVISION. |
0.6.0 02 Aug 2006 11:10:25 |
bms |
Update dirac to version 0.6.0. Fix PORTDOCS.
Drop maintainership; regrettably I do not have the time or resources to
commit to maintenance of this port in future.
PR: ports/101237 |
0.5.0 22 Jan 2006 21:19:42 |
edwin |
SHA256ify
Approved by: krion@ |
0.5.0 28 Feb 2005 15:45:46 |
bms |
Don't pass the -d switch to cp(1) as it is a linux-ism.
PR: ports/78086
Submitted by: conrads at cox dot net (with cleanups) |
0.5.0 14 Jan 2005 13:46:47 |
bms |
Update to 0.5.0. |
0.4.3 08 Oct 2004 04:58:52 |
bms |
Update the Dirac codec to 0.4.3.
Approved by: portmgr
Submitted by: Michael Johnson |
0.1.0 30 Sep 2004 05:32:00 |
kris |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
0.1.0 29 May 2004 03:41:05 |
kris |
BROKEN on 4.x: Does not compile |
0.1.0 20 May 2004 09:38:26 |
bms |
Requires GCC 3.3 or better. |
0.1.0 11 May 2004 12:52:15 |
bms |
Dirac is a next-generation open-source video codec designed at the BBC. |