Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20230119_6 23 Feb 2024 19:01:44 |
Muhammad Moinur Rahman (bofh) |
games/alephone: Moved man to share/man
Approved by: portmgr (blanket) |
20230119_5 13 Feb 2024 14:44:22 |
Dima Panov (fluffy) |
devel/boost: bump consumers after library update |
20230119_4 27 Sep 2023 14:36:30 |
Dima Panov (fluffy) |
devel/boost*: bump all consumers after 1.83.0 |
20230119_3 09 Jun 2023 16:55:05 |
Muhammad Moinur Rahman (bofh) |
games/alephone: Fix build with llvm15
Approved by: portmgr (blanket) |
20230119_3 27 Apr 2023 18:25:55 |
Dima Panov (fluffy) |
*/*: bump all direct Boost cunsumers |
20230119_2 27 Apr 2023 12:01:46 |
Daniel Engberg (diizzy) |
*/*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s) |
20230119_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
20230119 08 Apr 2023 11:43:15 |
Daniel Engberg (diizzy) |
games/alephone: Switch to fork and update to 20230119
- Update to latest release
- Align port with upcoming change regarding sound libraries
- This also fixes compilation with FFmpeg 6
Note: Companion ports games/alephone-data and games/alephone-scenarios
might also need updating
Changelog:
https://github.com/Aleph-One-Marathon/alephone/releases/tag/release-20230119
PR: 270217
Approved by: portmgr (maintainer timeout, 3+ weeks) |
20190331_6 16 Jan 2023 19:32:07 |
Dima Panov (fluffy) |
*/*: bump libboost*.so libraries consumert after Boost upgrade |
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) |
20190331_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 ) |
20190331_5 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
20190331_4 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
20190331_4 11 Jul 2022 21:46:56 |
Po-Chuan Hsieh (sunpoet) |
audio/libmad: Set SONAME to libmad.so.0 instead of libmad.so.0.16.2
- Bump PORTREVISION of dependent ports for shlib change
- Bump PORTREVISION for package change |
20190331_3 22 May 2022 20:17:16 |
Dima Panov (fluffy) |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
20190331_2 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
20190331_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20190331 26 Apr 2020 16:57:51 |
fernape |
games/alephone: Update to 20190331
* Add license
* Fix COMMENT
* Add missing dependencies
PR: 245771
Submitted by: shamaz.mazum@gmail.com
Approved by: fiziologus@gmail.com (maintainer timeout) |
20150620_20 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
20150620_19 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
20150620_19 19 Oct 2019 07:33:47 |
tobik |
games/alephone: Spell FFMPEG_* correctly
Disable FFMPEG option by default and mark it as broken since it does not build:
SDL_ffmpeg.c:89:103: warning: declaration of 'enum PixelFormat' will not be
visible outside of this function [-Wvisibility]
struct SwsContext* getContext( SDL_ffmpegConversionContext **context, int
inWidth, int inHeight, enum PixelFormat inFormat, int outWidth, int outHeight,
enum PixelFormat outFormat )
^
SDL_ffmpeg.c:89:115: error: variable has incomplete type 'enum PixelFormat'
struct SwsContext* getContext( SDL_ffmpegConversionContext **context, int
inWidth, int inHeight, enum PixelFormat inFormat, int outWidth, int outHeight,
enum PixelFormat outFormat )
^ |
20150620_19 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
20150620_18 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
20150620_18 05 Aug 2019 23:06:50 |
jbeich |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
20150620_17 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 |
20150620_16 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
20150620_15 25 Dec 2018 11:15:44 |
linimon |
Add compiler:c++11-lang to USES to fix building these ports on GCC-based
architectures.
Reported by: jhibbits
Approved by: portmgr (tier-2 blanket) |
20150620_15 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
20150620_14 06 Nov 2018 01:50:27 |
jbeich |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
20150620_13 28 Oct 2018 09:12:04 |
jbeich |
games/alephone: unbreak build with Clang 6 (C++14 by default)
In file included from csdialogs_sdl.cpp:29:
In file included from ../../Source_Files/Misc/sdl_dialogs.h:33:
In file included from /usr/local/include/boost/function.hpp:70:
In file included from
/usr/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:47:
In file included from
/usr/local/include/boost/function/detail/function_iterate.hpp:14:
In file included from
/usr/local/include/boost/function/detail/maybe_include.hpp:15:
/usr/local/include/boost/function/function_template.hpp:158:33: error: called
object type 'nullptr_t' is not a function or function pointer
BOOST_FUNCTION_RETURN((*f)(BOOST_FUNCTION_ARGS));
^~~~
/usr/local/include/boost/function/function_template.hpp:80:36: note: expanded
from macro 'BOOST_FUNCTION_RETURN'
# define BOOST_FUNCTION_RETURN(X) X
^
/usr/local/include/boost/function/function_template.hpp:935:53: note: in
instantiation of member function
'boost::detail::function::void_function_obj_invoker0<nullptr_t, void>::invoke'
requested here (Only the first 15 lines of the commit message are shown above ) |
20150620_13 11 Sep 2018 18:34:28 |
zeising |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
20150620_12 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
20150620_11 02 May 2018 15:07:27 |
jbeich |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
20150620_10 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
20150620_9 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
20150620_8 21 Oct 2017 06:50:50 |
jbeich |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
20150620_7 25 Sep 2017 00:08:17 |
jbeich |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
20150620_6 25 Sep 2017 00:05:06 |
jbeich |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
20150620_5 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
20150620_4 02 May 2017 06:48:11 |
jbeich |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
20150620_3 06 Jan 2017 08:45:04 |
jbeich |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
20150620_2 11 Dec 2016 15:22:47 |
jbeich |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
20150620_1 23 Nov 2016 12:45:47 |
jbeich |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
20150620 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
20150620 24 Jan 2016 15:01:36 |
amdmi3 |
- Update to 20150620
PR: 190106
Submitted by: fiziologus@gmail.com (maintainer) |
20120514_7 25 Sep 2015 06:29:41 |
bapt |
Remove dirrm from plist
Convert to options helpers
Fix typos in dependency marcros |
20120514_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 ) |
20120514_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) |
20120514_4 15 Jul 2014 18:58:59 |
tijl |
- Convert multimedia/smpeg* to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
20120514_3 15 Jul 2014 15:19:07 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
20120514_3 09 Jul 2014 19:06:35 |
tijl |
- Convert net/sdl_net to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port) |
20120514_2 03 May 2014 18:58:58 |
tijl |
audio/sdl_sound:
- USES=libtool.
- Strip library.
- Replace patch+reinplace with a single reinplace.
- Remove a patch so we use the upstream library name again. Bump
PORTREVISION on all dependent ports.
games/alephone:
- USES=gmake tar:bzip2.
- Remove unneeded PKG_CONFIG variable.
- Staging.
- New LIB_DEPENDS syntax.
games/asc:
- USES=libtool. (Only the first 15 lines of the commit message are shown above ) |
20120514_1 07 Feb 2014 11:44:09 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
20120514 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
20120514 02 Sep 2013 16:55:04 |
bapt |
Add an explicit dependency on pkgconf |
20120514 31 May 2013 14:40:56 |
jgh |
- adopt optionsNG for games
- trim historical headers and trim comments
- some Makefile cleanup
Approved by: portmgr (bapt) |
20120514 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
20120514 07 Oct 2012 13:32:31 |
cs |
Update to 20120514
PR: ports/172445
Submitted by: Green Dog <fiziologus@gmail.com> (maintainer) |
20120128_2 19 Jul 2012 20:15:39 |
naddy |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
20120128_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
20120128 22 Apr 2012 16:53:23 |
pawel |
- Update to 20120128 (1.0.1)
- Remove USE_LUA (internal interpreter)
- Fix build with clang (from upstream)
PR: ports/167168
Submitted by: maintainer |
20111201_1 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 |
20111201 19 Dec 2011 19:42:09 |
pawel |
- Update to 20111201 (1.0-release)
- Use gmake during build
PR: ports/163283
Submitted by: Green Dog <fiziologus@gmail.com> (maintainer) |
20110731 22 Sep 2011 19:42:05 |
pawel |
Fix OPTIONS
PR: ports/160876
Submitted by: green dog <fiziologus@gmail.com> (maintainer)
Approved by: miwi, wen (mentors implicit) |
20110731 18 Sep 2011 18:30:23 |
pawel |
- Update to 20110731 (bugfix release)
- Add build options
- Fix dependencies
PR: ports/160728
Submitted by: green dog <fiziologus@gmail.com> (maintainer)
Approved by: miwi, wen (mentors implicit) |
20100424_1 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
20100424_1 27 Dec 2010 20:55:08 |
pav |
- Fix build with new boost
Submitted by: Alexander Churanov <alexanderchuranov@gmail.com> |
20100424_1 11 Aug 2010 06:57:34 |
mva |
- Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version. |
20100424 02 Aug 2010 18:33:29 |
makc |
Update to 0.23.2 (20100424)
Pass maintainership to submitter
PR: ports/149111
Submitted by: Nico <fiziologus at gmail.com> |
20080913_4 24 Apr 2010 12:35:06 |
amdmi3 |
- Release maintainership of some ports I'm not interested in |
20080913_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
20080913_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
20080913_2 30 Jan 2010 09:43:31 |
mva |
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.
PR: ports/142147 ports/142248 ports/142249
Approved by: miwi (mentor implicit) |
20080913_1 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
20080913_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
20080913 28 Jul 2009 11:45:09 |
pav |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer) |
20080913 23 Sep 2008 13:26:59 |
amdmi3 |
- Update to 20080913 |
20080721 21 Aug 2008 22:30:18 |
amdmi3 |
- Update to 20080721
- Unbreak build
- Take maintainership |
20070525_2 15 Aug 2008 14:16:02 |
pav |
- Mark BROKEN: does not build with speex-1.2rc1
Reported by: pointyhat |
20070525_2 28 Jul 2008 19:09:32 |
pav |
- Reset <ray@cultofray.net>:
<<< 553 sorry, mail to that recipient is not accepted (#5.7.1)
550 5.1.1 <ray@cultofray.net>... User unknown |
20070525_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) |
20070525_2 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
20070525_1 04 Jun 2007 14:20:47 |
miwi |
- Update to 20070525
PR: 113016
Submitted by: Raymond Pasco<ray@cultofray.net> (maintainer) |
20061228_1 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}. |
20061228 31 Mar 2007 03:28:56 |
alepulver |
- Update to version 20061228.
- Remove USE_X_PREFIX.
- Remove support for FreeBSD < 5.x.
- Remove old adjustements for the previous non-standard SDL location.
- Install documentation (when !NOPORTDOCS).
- Use %%DATADIR%% in pkg-plist.
- Update pkg-message (about upcoming games/alephone-data update and
games/alephone-scenarios, which need this to be committed first so they all
install under LOCALBASE).
PR: ports/110688
Submitted by: alepulver (myself)
Approved by: "Raymond Pasco" <ray@cultofray.net> (maintainer) |
20061202_1 23 Feb 2007 22:51:12 |
mezz |
Chase the shared library version of speex, bump the PORTREVISION. |
20061202 03 Dec 2006 22:51:56 |
miwi |
- Update to 20061202
PR: ports/106249
Submitted by: Raymond Pasco<ray@cultofray.net> (maintainer) |
20060701_1 19 Oct 2006 00:02:48 |
linimon |
Fix the missed merge from the 6-exp testing run, from which bsd.port.mk 1.541
was committed on 2006/09/15, to fix the build.
Hat: portmgr
Pointy hat: linimon
Approved by: portmgr (implicit) |
20060701_1 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) |
20060701 12 Sep 2006 08:04:51 |
pav |
- Mark BROKEN on 4.X: does not compile
Reported by: krismail |
20060701 12 Aug 2006 21:04:31 |
pav |
- Update to 20060701
PR: ports/101922
Submitted by: Raymond Pasco <ray@cultofray.net> |
20060701 12 Aug 2006 21:03:35 |
pav |
- Update to 20060701
- Take maintainership
PR: ports/101922
Submitted by: Raymond Pasco <ray@cultofray.net> |
20051119 03 May 2006 13:25:08 |
pav |
- Switch lua dependency to lang/lua50 |
20051119 20 Apr 2006 05:17:21 |
sem |
- Update to 20051119
PR: ports/96003
Submitted by: Ports Fury |
20050118 18 Mar 2006 22:34:11 |
linimon |
Reset maintainer at his request, as he only has FreeBSD on servers these days. |
20050118 22 Jan 2006 11:18:58 |
edwin |
SHA256ify
Approved by: krion@ |
20050118 23 Jun 2005 03:14:26 |
oliver |
The file to patch is in DOS format (NL+CR) but the patch didn't addressed that.
Fixing the patch makes it apply...
Pointed out by: Colin Worthy <cworthy@myrealbox.com> |
20050118 17 Jun 2005 18:45:16 |
oliver |
update to 20050118
PR: ports/79177
Submitted by: Evan Dower <evantd@yahoo.com>
Approved by: maintainer timeout (9 weeks) |
0.12.0_2 20 Sep 2004 19:43:12 |
danfe |
Fix problematic C++ code, and unbreak the build with recent GCC.
Reported by: kris
Approved by: portmgr (marcus), fjoe (mentor, implicit) |
0.12.0_2 17 Sep 2004 22:39:39 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |