non port: games/hedgewars/Makefile |
SVNWeb
|
Number of commits found: 103 (showing only 100 on this page) |
Thu, 27 Apr 2023
|
[ 12:01 Daniel Engberg (diizzy) ] f7accb2 (Only the first 10 of 151 ports in this commit are shown above. )
*/*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s)
|
[ 12:01 Daniel Engberg (diizzy) ] 4ea6ffb
games/hedgewars: Move to FFmpeg 4
Fails to build with FFmpeg 6
PR: 270248
Approved by: portmgr (blanket, build fix)
Sponsored by: Blinkinblox
|
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
Mon, 19 Sep 2022
|
[ 16:36 Dmitry Marakasov (amdmi3) ] 163bb5b
games/hedgewars: update 1.0.0 → 1.0.2
|
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
Thu, 8 Sep 2022
|
[ 14:18 Tobias C. Berner (tcberner) ] 8fac410
games/hedgewars: prepare for cmake-3.24
Obtained from: Arch Linux
PR: 265652
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Tue, 21 Jun 2022
|
[ 01:17 Jose Alonso Cardenas Marquez (acm) ] c77c319 (Only the first 10 of 22 ports in this commit are shown above. )
lang/fpc: Fix build issues building some fpc based apps
- Add missing parameter to getdirentries syscall function
- Re-build i386 and amd64 bootstrap
- Revert fpc-i386 (FPC_USE_LIBC) build to syscall build
- Bump PORTREVISION in all ports dependant of freepascal compiler
|
Sat, 18 Jun 2022
|
[ 04:23 Jose Alonso Cardenas Marquez (acm) ] 121ccc3
*/*: Bump PORTREVISION
- lang/fpc was update to new bootstrap
|
Thu, 3 Feb 2022
|
[ 05:07 Jose Alonso Cardenas Marquez (acm) ] 0de5507 (Only the first 10 of 12 ports in this commit are shown above. )
lang/fpc: Fix build issue on lazarus i386 and amd64
- Bump PORTREVISION
- Disable some default OPTIONS
Obtained
from: https://forum.lazarus.freepascal.org/index.php/topic,57752.msg429737.html#msg429737
|
Sun, 1 Aug 2021
|
[ 02:03 Jose Alonso Cardenas Marquez (acm) ] 20948f4
games/hedgewars: lang/nbc: science/checkmol: science/mol2ps: bump PORTREVISION
* lang/fpc was updated to 3.2.2
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
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
|
Thu, 8 Apr 2021
|
[ 21:31 Dmitry Marakasov (amdmi3) ] ae643ed
games/hedgewars: mark BROKEN on i386
Link fails with 'ld: error: duplicate symbol: LandDirty_dimension_info'
on some code converted from pascal to C, so this would be non-trivial
to fix.
|
Wed, 7 Apr 2021
|
[ 23:19 Dmitry Marakasov (amdmi3) ] 5823922 (Only the first 10 of 288 ports in this commit are shown above. )
Remove useless Created by: headers mentioning me
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 14 Jan 2021
|
[ 21:11 acm ] (Only the first 10 of 28 ports in this commit are shown above. )
- lang/fpc revert way like linker is taken by fpc compiler
- lang/fpc add binutils to RUN_DEPENDS
- editors/lazarus add binutils to RUN_DEPENDS
- editors/lazarus add gmake to RUN_DEPENDS
- editors/lazarus install fpc units like RUN_DEPENDS too
- Bump PORTREVISiON of fpc/lazarus ports
PR: 251712
Reported by: amdmi3
|
Thu, 10 Dec 2020
|
[ 00:09 amdmi3 ]
Fix multiple build issues after fpc update to 3.2.0
- Fix compiler crash
- Fix incorrect linker path used by fpc
- Fix linking with incorrect lua library
|
Wed, 25 Nov 2020
|
[ 03:13 acm ]
- Bump PORTREVISION. fpc was updated to 3.2.0
|
Wed, 8 Jul 2020
|
[ 21:42 amdmi3 ]
Fix build on i386
|
Fri, 6 Mar 2020
|
[ 06:26 acm ] (Only the first 10 of 45 ports in this commit are shown above. )
- Remove compat < 11 dependencies from bootstrap and compiler. It could fix
problems
when GENERIC kernel is not used.
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION
PR: 239135
Reported by: fbsdbugs4 at sentry.org
|
Tue, 31 Dec 2019
|
[ 15:11 acm ] (Only the first 10 of 30 ports in this commit are shown above. )
- Change LDPATH to FPC_LDPATH into lang/fpc/Makefile. It can be changed from
/etc/make.conf
- Add FPC_LDPATH to freepascal compiler. By default it is defined to
%%LOCALBASE%%/bin/ld.bfd but it can be changed setting FPC_LDPATH environment
variable
- Remove compatX dependencies from bootstrap and compiler. It could fix problems
when GENERIC kernel is not used [1]
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION
PR: 239135
Submitted by: fbsdbugs4 __at__ sentry.org
|
Tue, 19 Nov 2019
|
[ 12:43 amdmi3 ]
- Update to 1.0.0
|
Fri, 8 Nov 2019
|
[ 10:47 tobik ] (Only the first 10 of 263 ports in this commit are shown above. )
games: Add missing USES={gnome,gl,sdl,xorg}
|
Tue, 3 Sep 2019
|
[ 15:51 acm ] (Only the first 10 of 44 ports in this commit are shown above. )
- Rebuild bootstrap (ppcx64 and ppc386) with ld patches
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk
PR: 240293 239934 233413 214864
Exp-run by: antoine
|
Thu, 15 Aug 2019
|
[ 16:11 acm ] (Only the first 10 of 68 ports in this commit are shown above. )
- Add new fpc bootstrap (i386 and x86_64). It could need less COMPATX
dependencies in kernel
- Add patch file to solve some linking problem
- Remove LD_UNSAFE. Now it can be defined via LDPATH (/usr/bin/ld.bfd by
default). fpc is not working with lld. We will use binutils-ports when
ld.bfd is moved from base if lld not working on future version
of fpc
- Bump PORTREVISION
|
Mon, 5 Aug 2019
|
[ 23:06 jbeich ] (Only the first 10 of 159 ports in this commit are shown above. )
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/
|
Thu, 16 May 2019
|
[ 09:46 arrowd ]
games/hedgewars: Fix build on i386 arch.
It turned out that GHC is still required in the build process to create a small
utility program written in Haskell and used in the build.
Reported by: antoine
Reviewed by: tcberner (mentor, implicit)
|
Thu, 9 May 2019
|
[ 14:39 arrowd ] (Only the first 10 of 102 ports in this commit are shown above. )
Introduce USES=cabal and use it to build Haskell applications.
PR: 230186
Reviewed by: mat, tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19730
|
Mon, 11 Feb 2019
|
[ 18:54 amdmi3 ]
- Fix build in i386
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above )
|
Fri, 11 Jan 2019
|
[ 20:57 amdmi3 ]
- Update to 0.9.25
|
Tue, 6 Nov 2018
|
[ 01:50 jbeich ] (Only the first 10 of 188 ports in this commit are shown above. )
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/
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Fri, 22 Jun 2018
|
[ 18:47 amdmi3 ]
- Attempt to fix build with lld
PR: 228639
Submitted by: emaste
|
Thu, 3 May 2018
|
[ 19:46 amdmi3 ]
- Update to 0.9.24.1
|
Wed, 2 May 2018
|
[ 15:07 jbeich ] (Only the first 10 of 183 ports in this commit are shown above. )
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
|
Sat, 28 Apr 2018
|
[ 18:28 amdmi3 ]
- Update to 0.9.24
|
Thu, 5 Apr 2018
|
[ 04:52 acm ] (Only the first 10 of 111 ports in this commit are shown above. )
- Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
- Convert all fpc-based ports to USES=fpc
PR: 227210
Reviewed by: portmgr
Approved by: portmgr
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D14617
|
Thu, 1 Feb 2018
|
[ 07:30 acm ]
- Bump PORTREVISION. lang/fpc was updated to 3.0.4
|
Sun, 10 Dec 2017
|
[ 11:00 amdmi3 ]
- Update to 0.9.23
- Re-enable SERVER and VIDEOREC options which work fine now
|
Wed, 29 Nov 2017
|
[ 17:40 amdmi3 ]
- Fix server build
PR: 222408
Reported by: gerrit@weinberg2.de
|
Sun, 25 Jun 2017
|
[ 21:07 tcberner ] (Only the first 10 of 115 ports in this commit are shown above. )
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
|
Sun, 26 Feb 2017
|
[ 17:43 acm ]
- Bump PORTREVISION. Freepascal was updated
|
Wed, 28 Sep 2016
|
[ 08:41 amdmi3 ]
- Disable server until it's unbroken (haskell problem)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 24 Dec 2015
|
[ 12:59 amdmi3 ]
lang/fpc restrictions have nothing to do with this port
|
Mon, 21 Dec 2015
|
[ 11:03 marino ]
games/hedgewars: Unbreak after upgrade to FPC 3.0.0
|
Sat, 19 Dec 2015
|
[ 15:15 antoine ]
Mark BROKEN: fails to build
[ 3%] Building Pascal object hedgewars/CMakeFiles/hwengine.dir/hwengine.o
cd /wrkdirs/usr/ports/games/hedgewars/work/hedgewars-src-0.9.22/hedgewars &&
/usr/local/bin/fpc -l- -v0ewn -Cn
-FE/wrkdirs/usr/ports/games/hedgewars/work/hedgewars-src-0.9.22/bin
-FU/wrkdirs/usr/ports/games/hedgewars/work/hedgewars-src-0.9.22/hedgewars/CMakeFiles/hwengine.dir
-k-rpath -k'\$ORIGIN/../lib/:\$ORIGIN/:/usr/local/lib/' -Cs2000000 -fPIC
-Fl/wrkdirs/usr/ports/games/hedgewars/work/hedgewars-src-0.9.22/bin
-k-L/usr/local/lib -Fl/usr/local/lib -Fl/usr/local/lib -XLAlua=lua-5.1
-Fl/usr/local/lib/libphysfs.so -Si -O2 -dNDEBUG -Xs -dPNG_SCREENSHOTS
-dSDL_MIXER_NEWER -dSDL_IMAGE_NEWER -dDEBUGFILE -k-znoexecstack -k-zorigin
-k-zrelro -k-znow -k--as-needed
/wrkdirs/usr/ports/games/hedgewars/work/hedgewars-src-0.9.22/hedgewars/hwengine.pas
uRender.pas(106,22) Fatal: Can't find unit StrUtils used by uRender
Fatal: Compilation aborted
Error: /usr/local/bin/ppcx64 returned an error exitcode
Reported by: pkg-fallout
|
Sat, 7 Nov 2015
|
[ 03:46 amdmi3 ]
- Update to 0.9.22
|
Thu, 20 Aug 2015
|
[ 23:02 pgj ] (Only the first 10 of 1153 ports in this commit are shown above. )
- Update The Glorious Glasgow Haskell Compiler to version 7.10.2
- Include a patch for addressing timer issues [1]
- Add support for building both GHC and Haskell ports with Clang, either from
ports or the base system
- Discontinue supporting Haskell Platform, use Stackage instead as a
reference
- Drop support for FreeBSD 8.x, optimize bootstrap compiler tarballs
- Update Gtk2Hs to version 0.13 [2]
- Update Pandoc to version 1.15.0.6
- Update git-annex to version 5.20150727
- Update Darcs to 2.10 [3]
- Unbreak wxHaskell ports
Please note that port revisions for all the Haskell ports without version
changes are bumped. (Only the first 15 lines of the commit message are shown above )
|
Sun, 9 Aug 2015
|
[ 08:06 acm ] (Only the first 10 of 106 ports in this commit are shown above. )
- editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies.
Otherwise
fpc units only are added like build dependencies (less dependencies registered
when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up
|
Mon, 16 Mar 2015
|
[ 14:05 amdmi3 ]
- Switch to linguisttools_build
|
Sun, 25 Jan 2015
|
[ 01:24 amdmi3 ]
- Update to 0.9.21.1
|
Tue, 9 Dec 2014
|
[ 14:07 amdmi3 ]
- Add USES=desktop-file-utils as suggested by stage-qa
- Strip binaries
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
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 )
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Wed, 9 Jul 2014
|
[ 19:06 tijl ] (Only the first 10 of 44 ports in this commit are shown above. )
- Convert net/sdl_net to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port)
|
Mon, 26 May 2014
|
[ 15:28 bapt ] (Only the first 10 of 84 ports in this commit are shown above. )
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit)
|
Wed, 7 May 2014
|
[ 18:06 amdmi3 ] (Only the first 10 of 14 ports in this commit are shown above. )
- Convert USE_BZIP2 and USE_DOS2UNIX to USES
|
Wed, 26 Mar 2014
|
[ 04:05 acm ]
- Bump PORTREVISION. Freepascal compiler was updated to 2.6.4
|
Sun, 12 Jan 2014
|
[ 20:51 amdmi3 ]
- Update to 0.9.20.5
- Add LICENSE
- Bring back SERVER option, haskell ports were fixed
- Patches were integrated upstream
PR: 185538
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
|
Tue, 17 Dec 2013
|
[ 22:47 amdmi3 ]
- Support staging
|
Tue, 22 Oct 2013
|
[ 13:53 amdmi3 ] (Only the first 10 of 161 ports in this commit are shown above. )
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery)
|
Fri, 20 Sep 2013
|
[ 17:36 bapt ] (Only the first 10 of 1149 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Thu, 27 Jun 2013
|
[ 08:24 amdmi3 ]
- Update to 0.9.19.3
|
Mon, 17 Jun 2013
|
[ 01:50 amdmi3 ]
- Update to 0.9.19
|
Thu, 23 May 2013
|
[ 09:59 amdmi3 ]
- Update to 0.9.18-3
- Trim makefile header
PR: 176448
Submitted by: Gerrit Kuhn <gerrit@weinberg2.de>
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Wed, 23 Jan 2013
|
[ 15:00 makc ] (Only the first 10 of 237 ports in this commit are shown above. )
Bump PORTREVISION after DESKTOP_ENTRIES update
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Thu, 19 Apr 2012
|
[ 06:51 acm ]
- Bump PORTREVISION (freepascal ports were updated)
|
Sat, 18 Feb 2012
|
[ 10:18 mva ] (Only the first 10 of 537 ports in this commit are shown above. )
- 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
|
Sun, 20 Nov 2011
|
[ 20:54 amdmi3 ]
- Update to 0.9.17
Feature safe: yes
|
Sat, 24 Sep 2011
|
[ 14:20 amdmi3 ]
- Update to 0.9.16
- Switch to dynamic plist
|
Thu, 23 Jun 2011
|
[ 05:39 acm ]
- Bump PORTREVISION. lang/fpc has been updated to 2.4.4
|
Thu, 30 Dec 2010
|
[ 22:27 amdmi3 ]
- Update to 0.9.15
|
Thu, 18 Nov 2010
|
[ 15:34 amdmi3 ]
- Update to 0.9.14.1
|
Mon, 15 Nov 2010
|
[ 22:50 acm ]
- Welcome to fpc 2.4.2
- Bump PORTREVISIOON
|
Mon, 16 Aug 2010
|
[ 18:46 acm ]
- Bump PORTREVISION. lang/fpc was updated and now it supports amd64
|
Wed, 11 Aug 2010
|
[ 06:57 mva ] (Only the first 10 of 87 ports in this commit are shown above. )
- 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.
|
Mon, 5 Apr 2010
|
[ 14:43 amdmi3 ]
- Update to 0.9.13
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sat, 30 Jan 2010
|
[ 09:43 mva ] (Only the first 10 of 295 ports in this commit are shown above. )
- 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)
|
Tue, 20 Oct 2009
|
[ 03:11 amdmi3 ]
- Update to 0.9.12
|
Fri, 11 Sep 2009
|
[ 21:57 amdmi3 ] (Only the first 10 of 33 ports in this commit are shown above. )
- Add DESKTOP_ENTRY to bunch of ports
- Mark some ports MAKE_JOBS_SAFE
|
Thu, 6 Aug 2009
|
[ 18:48 miwi ]
- Fix build after Qt4 update
Reported by: pointyhat
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Tue, 28 Jul 2009
|
[ 16:34 amdmi3 ] (Only the first 10 of 87 ports in this commit are shown above. )
- Update URL of my distfile mirror in 87 ports
Approved by: portmgr (erwin)
|
Tue, 26 May 2009
|
[ 23:25 amdmi3 ]
- Update to 0.9.11
|
Tue, 21 Apr 2009
|
[ 22:13 amdmi3 ]
- Update to 0.9.10
|
Tue, 31 Mar 2009
|
[ 17:05 amdmi3 ] (Only the first 10 of 17 ports in this commit are shown above. )
- Mark MAKE_JOBS_SAFE
- Use SF/subdir abbreviation for some ports
|
Tue, 24 Mar 2009
|
[ 19:13 makc ] (Only the first 10 of 131 ports in this commit are shown above. )
bump PORTREVISION after cmake update
|
Fri, 23 Jan 2009
|
[ 01:07 amdmi3 ]
- Update to 0.9.9
|
Sun, 11 Jan 2009
|
[ 22:09 amdmi3 ]
- Update to 0.9.8
|
Mon, 5 Jan 2009
|
[ 16:14 amdmi3 ] (Only the first 10 of 69 ports in this commit are shown above. )
- Update address of my distfile mirror
|
Tue, 4 Nov 2008
|
[ 11:41 amdmi3 ]
- Update to 0.9.7
- Add ONLY_FOR_ARCHS
|
Mon, 4 Aug 2008
|
[ 23:33 miwi ] (Only the first 10 of 11 ports in this commit are shown above. )
- Fix build after qt 4.4.1 update
|
Number of commits found: 103 (showing only 100 on this page) |