Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.1 20 Oct 2024 09:58:58 |
Dimitry Andric (dim) |
multimedia/mjpegtools: fix build with clang 19
Clang 19 has become more strict about errors in member functions, which
results in errors building multimedia/mjpegtools:
./Region2D.hh:439:13: error: no member named 'DoesContainPoint' in
'Region2D<INDEX, SIZE>'
439 | || this->DoesContainPoint (rHere.m_tnY, tnX)))
| ~~~~ ^
./Region2D.hh:446:22: error: no member named 'Begin' in 'Region2D<INDEX,
SIZE>'
446 | for (itHere = this->Begin(); itHere != this->End(); ++itHere)
| ~~~~ ^
./Region2D.hh:446:47: error: no member named 'End' in 'Region2D<INDEX, SIZE>'
446 | for (itHere = this->Begin(); itHere != this->End(); ++itHere)
| ~~~~ ^
./Region2D.hh:549:14: error: no member named 'DoesContainPoint' in
'Region2D<INDEX, SIZE>' (Only the first 15 lines of the commit message are shown above ) |
2.2.1 24 Sep 2024 05:11:54 |
Jason E. Hale (jhale) |
multimedia/mjpegtools: Update to 2.2.1
Catch up to the latest release from over 3 years ago. |
2.1.0_18 30 Jan 2024 14:59:24 |
Gleb Popov (arrowd) Author: Helge Oldach |
*: Move manpages to share/man
Approved by: portmgr (blanket) |
2.1.0_17 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
2.1.0_16 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2.1.0_16 25 Jun 2023 18:09:48 |
Muhammad Moinur Rahman (bofh) |
multimedia/mjpegtools: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2.1.0_16 18 Mar 2023 14:56:01 |
Daniel Engberg (diizzy) |
multimedia/mjpegtools: Remove (lib)QuickTime support
libquicktime is abandoned by upstream with last release over a
decade ago and doesn't compile with newer versions of FFmpeg
PR: 261302
Approved by: portmgr (blanket, build fix) |
2.1.0_16 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
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) |
2.1.0_15 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 ) |
2.1.0_15 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 ) |
2.1.0_15 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
2.1.0_15 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.0_15 08 Nov 2019 13:59:51 |
tobik |
multimedia: Add missing USES={gl,gnome,sdl,xorg} |
2.1.0_15 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.1.0_14 30 Jan 2019 12:36:36 |
amdmi3 |
- Update sdl_gfx to 2.0.26, bump dependent ports due to shared library version
change |
2.1.0_13 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.1.0_12 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
2.1.0_11 07 Oct 2018 19:35:33 |
riggs |
Fix build on GCC-based architectures
PR: 231606
Submitted by: pkubaj@anongoth.pl
MFH: 2018Q4 |
2.1.0_11 29 Sep 2018 08:04:27 |
riggs |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
2.1.0_10 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2.1.0_9 24 Jun 2018 08:37:14 |
amdmi3 |
- Switch to options helpers
Approved by: portmgr blanket |
2.1.0_9 09 Jun 2018 16:08:36 |
amdmi3 |
- Add LICENSE_FILE
- Switch to USES=localbase
Approved by: portmgr blanket |
2.1.0_9 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
2.1.0_8 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
2.1.0_7 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.1.0_7 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
2.1.0_7 07 Sep 2015 11:57:19 |
danfe |
Base GCC 4.2.1 on PowerPC fails with "internal compiler error: in do_SUBST,
at combine.c:502" error, thus request a modern compiler to fix the build. |
2.1.0_7 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
2.1.0_7 01 Feb 2015 20:24:28 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
2.1.0_7 09 Jan 2015 17:58:47 |
antoine |
Allow building with libc++ r224926
PR: ports/196629
Submitted by: dim@ |
2.1.0_7 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
2.1.0_6 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
2.1.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 ) |
2.1.0_5 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
2.1.0_4 23 Jul 2014 20:33:35 |
tijl |
Remove patches added together with USES=libtool that are no longer needed
after r362656. |
2.1.0_4 23 Jul 2014 10:28:04 |
tijl |
Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always work
when an older version of a package is installed. This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries. For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries. Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.
With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.
This partially reverts r358784.
PR: 191611
Approved by: portmgr (bapt) |
2.1.0_4 22 Jul 2014 09:59:01 |
kwm |
Fix two problems.
Use class instead of struct for RateCtl in encoderparams.hh. Class RateCtl is
defined in ratectl.hh and used elsewhere in the code too.
Fix headerguard typo in ontheflyratectlpass[12].hh.
Found by: Clang |
2.1.0_3 23 Jun 2014 10:47:18 |
tijl |
Add missing libs when the QUICKTIME and DV options are enabled.
Reported by: Ajtim <lumiwa@gmail.com> |
2.1.0_3 22 Jun 2014 10:44:30 |
tijl |
Add 4 new sed commands to USES=libtool. The first two apply some of the
changes that Debian made to their libtool. The first command applies to
libtool versions 1.4 and up. The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down. It applies to 2.x. Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).
The third and fourth command fix relinking. During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory. This allows running an
executable that links to libA from within the work directory. The relink
removes this extra runpath.
(Only the first 15 lines of the commit message are shown above ) |
2.1.0_2 01 Jun 2014 08:11:34 |
mva |
- Update graphics/sdl_gfx to version 2.0.25
- Bump PORTREVISION on ports depending on it, since the shlib version changed |
2.1.0_1 02 May 2014 14:16:49 |
tijl |
Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS because
upstream forgot to regenerate the build scripts. This makes the build use
the correct version information and causes a library version bump. Use
this opportunity to use USES=libtool instead of USES=libtool:oldver.
Bump PORTREVISION on all dependent ports and convert them to USES=libtool
where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS
syntax here and there.
games/freedink-engine:
- Option helpers.
- Staging.
- Use dirrmtry for locale directories.
games/oolite:
- Staging. (Only the first 15 lines of the commit message are shown above ) |
2.1.0 27 Feb 2014 08:36:11 |
miwi |
- Update to 2.1.0
PR: 185934
Submitted by: ports fury |
2.0.0_4 14 Dec 2013 00:58:19 |
bapt |
Support stage |
2.0.0_4 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
2.0.0_4 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.0.0_4 22 Apr 2013 22:57:37 |
bapt |
Convert some multimedia@ ports to:
USES=pkgconfig and USES=pathfix |
2.0.0_4 06 Oct 2012 21:58:44 |
bapt |
Use build-only dependency on pkgconf
Trim headers |
2.0.0_4 17 Jun 2012 20:13:40 |
sylvio |
- Fix build with GTK2 option
- Fix build with non-default compiler on i386
- Add MAKE_JOBS_SAFE
New file:
files/patch-y4mdenoise__MotionSercher.hh
Remove file:
files/patch-utils-Makefile.in
PR: ports/169005
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.0.0_3 13 Jun 2012 20:24:25 |
pav |
- bin/png2yuv does not depend on gtk2 option
Reported by: pointyhat |
2.0.0_3 11 Jun 2012 20:38:39 |
pav |
- Mark BROKEN when GTK2 option is enabled, because glav binary is not built
- Flip GTK2 option to default:off to enable package build with default options
Reported by: pointyhat |
2.0.0_3 01 Jun 2012 21:54:51 |
kwm |
Fix SDL check inside the GTK2 block. The port was marked IGNORE regardless of
the setting of SDL. |
2.0.0_3 01 Jun 2012 06:18:49 |
dinoex |
- fix build with png 1.5.10 |
2.0.0_3 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.0.0_2 30 May 2012 17:13:06 |
bapt |
convert to new options framework |
2.0.0_2 03 Mar 2012 02:52:48 |
swills |
- Fix plist issue with QUICKTIME=true
PR: ports/161871
Submitted by: "Edward.Sanford.Sutton, III" <mirror176@cox.net> |
2.0.0_2 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 |
2.0.0_1 11 Nov 2011 03:00:37 |
linimon |
Mark as broken on powerpc-9: gcc segfault.
Hat: portmgr
Feature safe: yes |
2.0.0_1 24 Oct 2011 23:27:20 |
eadler |
- explicitly disable sdl when WITHOUT_SDL is used
- fix plist when WITHOUT_GTK2 is requested
Approved by: multimedia (kwm)
Approved by: sahil (mentor) |
2.0.0_1 02 Oct 2011 21:36:02 |
eadler |
-resolve ICE on i386
PR: ports/157885
Submitted by: Jimmie James <jimmiejaz@gmail.com>
Approved by: multimedia (kwm)
Approved by: sahil (mentor) |
2.0.0_1 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 |
2.0.0_1 02 Jul 2011 19:59:20 |
mva |
- Update graphics/sdl_gfx to version 2.0.22
- Update Mk/bsd.sdl.mk for the new shared lib version
- Bump portrevisions for all ports depending on graphics/sdl_gfx |
2.0.0 06 Jun 2011 04:31:53 |
bapt |
- update mjpegtools to 2.0.0
- chase library bump |
1.9.0_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.9.0_2 09 May 2010 11:22:10 |
miwi |
- Fix segmentation fault with jpeg
PR: 146308
Submitted by: Ports Fury |
1.9.0_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.9.0 13 Feb 2010 08:42:30 |
miwi |
- Update to 1.9.0
PR: 143816
Submitted by: Ports Fury |
1.9.0.r3_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.9.0.r3_3 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
1.9.0.r3_3 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.9.0.r3_3 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
1.9.0.r3_2 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) |
1.9.0.r3_1 20 Mar 2008 09:51:43 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
1.9.0.r3_1 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
1.9.0.r3 05 Feb 2008 12:42:49 |
ahze |
Update to 1.9.0rc3
PR: ports/120265
Submitted by: Yuri |
1.9.0.r2 25 Jun 2007 17:16:59 |
ahze |
Update to 1.9.0rc2 |
1.9.0.r1 21 Jun 2007 01:35:40 |
edwin |
[patch] multimedia/mjpegtools - update to 1.9rc1
The current mjpegtools (mpeg2enc for example) is dumping core way
too often to be able to do useful media conversions.
This version has been running on my system for two weeks now and
it works much better.
portrevision bump for multimedia/lives multimedia/mjpegtools-yuvfilters
multimedia/y4mscaler since they have LIB_DEPENDS on this port. Other
ports having RUN_DEPENDS on this port are not bumped.
PR: ports/113878
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: Michael Johnson <ahze@ahze.net> |
1.8.0_6 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}. |
1.8.0_5 30 Jan 2007 22:31:09 |
mezz |
Fix the build with GCC 4.1.
Reported by: krismail |
1.8.0_5 22 Dec 2006 23:09:45 |
ahze |
Install missing header |
1.8.0_4 20 Sep 2006 14:49:43 |
mich |
- Fix build after SDL update
Submitted by: stas |
1.8.0_4 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) |
1.8.0_3 30 Jun 2006 19:32:49 |
mezz |
- Remove file/patch-configure, already included in the tarball. Also, remove
a few of out of date stuff in post-patch.
- Correct the USE_GETOPT_LONG, no need a check of FreeBSD version.
- Near all of knobs were not work, and option flags and dependenies were out
of date.
* Remove WITH_LIBMOVTAR, WITH_LIBDV_PAL, WITHOUT_AVIFILE and
WITH_JPEGMMX.
* Rename WITH_LIBDV -> WITH_DV (follow /usr/ports/KNOBS).
* Now depend on GTK2, not GTK1, with an autocheck and a new
WITH_GTK2 knob.
* Add new knobs: WITHOUT_PNG, WITHOUT_X11 and WITH_GTK2
* Make sure to not disable SDL if you want GTK2 otherwise it
will not working.
* All of knobs now work correct again with the update of
option flags.
- Fix the plist when you use knobs.
- Bump the PORTREVISION. |
1.8.0_2 12 Jun 2006 06:17:04 |
mezz |
Portlint:
-Use -[0-9]* in CONFLICT. |
1.8.0_2 09 Jun 2006 18:00:35 |
ahze |
- Transfer MAINTAINER to multimedia@
Approved by: dhw (postmaster, for using multimedia@ as maintainer)
gnome (gstreamer ports) |
1.8.0_2 24 Apr 2006 01:24:51 |
tmclaugh |
Remove unnecessary bash dependency.
Approved by: ahze |
1.8.0_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.8.0_1 11 Feb 2006 18:57:15 |
ahze |
- Fix build with new libquicktime
Submitted by: ankon via irc.freenode.org/#FreeBSD-GNOME
Obtained from: mjpeg cvs |
1.8.0 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. |
1.8.0 09 Nov 2005 07:09:47 |
ahze |
- Add SHA256
- Add SIZE to a few ports |
1.8.0 27 Sep 2005 22:14:24 |
ahze |
- Update to 1.8.0 |
1.6.3.r1_1 21 Jul 2005 05:43:23 |
ahze |
- Add missing file to plist
Reported by: kris mail |
1.6.3.r1_1 20 Jul 2005 08:16:54 |
ahze |
- Fix png12 support
- Fix mplex on 4.x
PR: 83689
Submitted by: Sven Berkvens-Matthijsse <sven@berkvens.net> |
1.6.3.r1 17 Jul 2005 17:41:01 |
ahze |
- Fix typo in plist
PR: 83596
Submitted by: q@galgenberg.net |
1.6.3.r1 14 Jul 2005 07:32:44 |
ahze |
- Update to 1.6.3-rc1 |
1.6.2_2 16 May 2005 21:52:58 |
pav |
- libdata/pkgconfig is now included in mtree
Approved by: marcus (portmgr hat) |
1.6.2_2 10 Apr 2005 02:40:47 |
ahze |
- Remove unneeded glib12 dependency |
1.6.2_2 02 Apr 2005 16:43:31 |
ahze |
- Add a new knob, WITHOUT_AVIFILE, to disable multimedia/avifile support to
hopefully fix build on !i386 !amd64. Avifile support is only enabled
for i386 and amd64 |
1.6.2_2 11 Mar 2005 00:45:42 |
ahze |
- Add CONFLICTS= mplex-*
PR: ports/76709
Submitted by: Ulrich Spoerlein <q@uni.de> |
1.6.2_2 10 Mar 2005 03:08:59 |
lioux |
Pass over maintainership to ahze: there goes my baby but to a well
caring step father; he has submitted the last 3 major fixes |