Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0_9 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
1.0.0_8 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
1.0.0_8 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
1.0.0_8 13 Apr 2023 00:51:22 |
Piotr Kubaj (pkubaj) |
multimedia/libdv: fix build on !x86
Disable asm on everything but amd64 / i386:
libdv/meson.build:62:2: ERROR: Problem encountered: Assembly optimizations were
requested, but are not available with this architecture/compiler. |
1.0.0_8 01 Apr 2023 08:48:40 |
Jan Beich (jbeich) |
multimedia/libdv: drop redundant MESON_ARGS after 3507fb3e4ec9
PR: 270361
Exp-run by: antoine |
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.0_8 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.0_8 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.0_8 07 Nov 2021 19:56:35 |
Daniel Engberg (diizzy) |
multimedia/libdv: Partially re-enable tools
Re-enable utilities that are used for encoding and stream processing
Upstream haven't connected playdv so no additional dependencies
are needed.
PR: 259695
Approved by: arrowd (mentor), tcberner (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D32882 |
1.0.0_7 03 Nov 2021 21:53:44 |
Daniel Engberg (diizzy) |
multimedia/libdv: Switch to Gstreamer's fork
This repo switches to meson and includes various build fixes that
makes our port much cleaner. Drop sample applications as they serve
no usable purpose and adds unnecessary dependencies
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32800 |
1.0.0_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.0_6 14 Nov 2019 12:39:42 |
tobik |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round |
1.0.0_6 18 Sep 2018 14:53:04 |
emaste |
multimedia/libdv: add -znotext to LDFLAGS on i386, for lld
Example error:
/usr/bin/ld: error: can't create dynamic relocation R_386_32 against
symbol: dv_vlc_class_index_mask in readonly segment; recompile
object files with -fPIC
>>> defined in .libs/vlc.o
>>> referenced by .libs/vlc_x86.o:(.text+0xF)
This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments. For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.
PR: 214864
Approved by: bapt
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D17220 |
1.0.0_6 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.0.0_6 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
1.0.0_6 01 Feb 2015 20:24:28 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
1.0.0_6 08 Dec 2014 16:48:41 |
tijl |
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 ) |
1.0.0_5 15 Jul 2014 21:13:33 |
tijl |
- Add USES=libtool and INSTALL_TARGET=install-strip
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS |
1.0.0_4 31 May 2014 16:37:58 |
ak |
- Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine) |
1.0.0_4 16 Dec 2013 17:26:49 |
bapt |
Drop maintainership |
1.0.0_4 18 Oct 2013 23:28:36 |
bapt |
Fix bad usage of options helper |
1.0.0_4 18 Oct 2013 23:23:56 |
bapt |
Enable stage
Move docs informations into plist
Unconditionnaly install docs in stage |
1.0.0_4 23 Sep 2013 21:42:47 |
bapt |
Fix packaging after conversion to stage
PR: ports/182334
Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de> |
1.0.0_4 23 Sep 2013 15:42:04 |
bdrewery |
- Bump PORTREVISION to fix missing PORTEXAMPLES,PORTDOCS,PORTDATA
after r327999 fixed these for stage support
Approved by: maintainer (bapt) |
1.0.0_3 23 Sep 2013 06:16:05 |
bapt |
Remove cruft
Reported by: az |
1.0.0_3 23 Sep 2013 06:13:33 |
bapt |
Use stage, modernize LIB_DEPENDS |
1.0.0_3 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
1.0.0_3 06 Jun 2013 21:56:19 |
bapt |
Convert to new options framework
USES pkgconfig pathfix |
1.0.0_3 18 Feb 2012 10:18:33 |
mva |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
1.0.0_2 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.0.0_2 29 Oct 2011 08:45:31 |
miwi |
- Fix build on FreeBSD 10 |
1.0.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.0_2 20 Mar 2011 22:30:17 |
bapt |
Get rid of md5 for all my ports.
while here add most of the licenses |
1.0.0_2 28 Jul 2010 17:31:01 |
bapt |
Change maintainer address to my new @FreeBSD.org
Approved by: jadawin@ (co-mentor) |
1.0.0_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.0.0_1 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
1.0.0 17 May 2009 11:35:34 |
dhn |
- Update to 1.0.0
- Pass maintainership to submitter
PR: ports/133492
Submitted by: Bapt <baptiste.daroussin@gmail.com>
Approved by: miwi (mentor implicit) |
0.104_6 06 Jun 2008 13:48:22 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.104_5 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.104_5 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
0.104_4 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.104_3 14 Feb 2007 09:04:23 |
sat |
/objformat=/s|=.*|=elf| |
0.104_3 02 Feb 2007 17:06:25 |
pav |
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr |
0.104_3 15 Dec 2006 13:29:55 |
nork |
Respect PTHREAD_LIBS. |
0.104_3 15 Dec 2006 01:28:36 |
lioux |
o Fix: the reorder_block() zigzag behaves incorrectly in the
(!ARCH_X86 && !ARCH_X86_64)
case. The current code fails to take into account the effects of
_dv_prepare_reorder_tables(), which changes the indexes contained
in the reorder_88[] and reorder_248[] arrays.
o Bump PORTREVISION
PR: 94188
Submitted by: Brent Casavant <bcasavan@sgi.com> |
0.104_2 15 Dec 2006 01:21:57 |
lioux |
Drop maintainership |
0.104_2 20 Sep 2006 11:21:59 |
stas |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
0.104_1 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
0.104_1 28 Feb 2006 23:06:35 |
ade |
Bump PORTREVISION for new gtk-12 library location, post libtool.
PR: 93956
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: portmgr (implicit) |
0.104 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.104 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. |
0.104 11 Nov 2005 06:06:17 |
lioux |
Add SHA256 checksum |
0.104 16 May 2005 21:52:58 |
pav |
- libdata/pkgconfig is now included in mtree
Approved by: marcus (portmgr hat) |
0.104 05 May 2005 07:15:01 |
ahze |
- Fix broken plist by removing dupe bin/playdv in PLIST_FILES and pkg-plist |
0.104 30 Apr 2005 00:57:15 |
kris |
BROKEN: Incorrect pkg-plist |
0.104 17 Apr 2005 19:41:42 |
lioux |
o Update to 0.104
o Auto detect gtk 1.2, only building playdv accordingly [1]
PR: 79734 [1]
Submitted by: ahze [1] |
0.103 23 Jul 2004 19:10:32 |
anholt |
- 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) |
0.103 21 Jul 2004 00:33:05 |
lioux |
Update to 0.103
PR: 69331
Submitted by: Ying-Chieh Liao <ijliao@FreeBSD.csie.NCTU.edu.tw> |
0.101_1 16 Mar 2004 04:23:56 |
edwin |
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5 |
0.101 14 Mar 2004 06:17:56 |
ade |
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. |
0.101 14 Mar 2004 04:14:20 |
lioux |
o Work around compiler BUG
- Optimizations -O{1,s,2,3} work
- However, lack of -O{1,s,2,3} or -O0 BREAK the build
- Therefore, make sure we have AT LEAST -O and avoid -O0
PR: 52024
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> |
0.101 14 Mar 2004 03:48:29 |
lioux |
o Update to 0.101
PR: 64154
Submitted by: Michael Jonson <ahze@ahze.net> |
0.9.9_1 07 Mar 2004 23:28:40 |
edwin |
Make ports/multimedia use the USE_SDL macro
PR: ports/61805
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout |
0.9.9_1 08 Feb 2004 01:14:05 |
lioux |
USE_SIZEify |
0.9.9_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.9.9 20 Apr 2003 19:35:03 |
marcus |
Remove USE_GNOMENG. |
0.9.9 23 Feb 2003 19:58:35 |
lioux |
De-pkg-comment |
0.9.9 16 Jan 2003 18:32:08 |
lioux |
Update to 0.9.9 |
0.9.8 02 Jan 2003 15:06:10 |
sobomax |
Update version number of SDL shared library. |
0.9.8 28 Nov 2002 00:09:51 |
lioux |
After repo copy from graphics category, update all appropriate
references from graphics to multimedia category
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat) |