notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: emulators/dosbox/Makefile

Number of commits found: 55

Wednesday, 10 Jan 2024
13:13 Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
commit hash: 64631af5a788e3083ad88fb728a95a3499015a6d commit hash: 64631af5a788e3083ad88fb728a95a3499015a6d commit hash: 64631af5a788e3083ad88fb728a95a3499015a6d commit hash: 64631af5a788e3083ad88fb728a95a3499015a6d 64631af
Wednesday, 26 Jul 2023
00:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: 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
commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 95274bf
Monday, 24 Jul 2023
11:29 Fernando Apesteguía (fernape) search for other commits by this committer
emulators/dosbox: fix build with llvm16

Undefine 'register' keyword.

PR:		272659
Reported by:	Trond.Endrestol@ximalas.info
commit hash: 99db2990f1de8e37da59ba06d3570425636361ca commit hash: 99db2990f1de8e37da59ba06d3570425636361ca commit hash: 99db2990f1de8e37da59ba06d3570425636361ca commit hash: 99db2990f1de8e37da59ba06d3570425636361ca 99db299
Friday, 21 Jul 2023
19:57 Muhammad Moinur Rahman (bofh) search for other commits by this committer
emulators/dosbox: Fix build with llvm16

- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
commit hash: 489227db292b9d7426c04a8226edac4e5292dfb1 commit hash: 489227db292b9d7426c04a8226edac4e5292dfb1 commit hash: 489227db292b9d7426c04a8226edac4e5292dfb1 commit hash: 489227db292b9d7426c04a8226edac4e5292dfb1 489227d
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
emulators: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alejandro Pulver <alejandro@varnet.biz>
  *  Alexander Best <arundel@gmx.net>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Antipovsky <kemm@in-line.ru>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Brian Gaeke <brg@dgate.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  David Naylor <naylor.b.david@gmail.com>
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  Edward Tomasz Napierala <trasz@FreeBSD.org>
  *  Eric L. Hernes <erich@FreeBSD.org>
  *  Felix Palmen <felix@palmen-it.de>
  *  Ganael Laplanche <ganael.laplanche@martymac.org>
  *  Gerald Pfeifer <gerald@FreeBSD.org>
  *  Gunter Wambaugh <techgunter@yahoo.com>
  *  Jacques Vidrine <nectar@FreeBSD.org>
  *  Janni
  *  Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
  *  Jeremy Karlson
  *  Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
  *  Joel Sutton <jsutton@webnet.com.au>
  *  Joerg Wunsch <joerg@FreeBSD.org>
  *  Jonathan M. Bresler (jmb)
  *  Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Juergen Lock <nox@jelal.kn-bremen.de>
  *  Kaltashkin Eugene <zhecka@gmail.com>
  *  Kevin Bowling <kbowling@FreeBSD.org>
  *  Li-Lun Wang <llwang@infor.org>
  *  Mario S F Ferreira <lioux@linf.unb.br> et al.
  *  Martin Hinner
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Neumann <mneumann@ntecs.de>
  *  Miguel Mendez <flynn@energyhq.homeip.net>
  *  Naram Qashat <cyberbotx@cyberbotx.com>
  *  Nicole Reid <root@cooltrainer.org>
  *  Nishika <nishika@cheerful.com>
  *  Pavel I Volkov <pavelivolkov@googlemail.com>
  *  Piotr Kubaj
  *  Ruan Wei (iamayan@gmail.com)
  *  Sebastian Schuetz <sschuetz@fhm.edu>
  *  Seiichirou Hiraoka
  *  Shaun Amott <shaun@FreeBSD.org>
  *  Sheldon Hearn <axl@iafrica.com>
  *  Simon Dick <simond@irrelevant.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Stijn Hoop <stijn@win.tue.nl>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Thomas Bernard <nanard@free.fr>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Tobias Reifenberger <tr@freebsd.mayn.de>
  *  Tom Carrick <knyghtmare@knyghtmare.com>
  *  Travis Poppe <tlp@liquidx.org>
  *  Uffe Jakobsen <uffe@uffe.org>
  *  Vladimir Kondratiev <wulf@mail.mipt.ru>
  *  Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  alepulver
  *  alex
  *  dchapes@ddm.on.ca
  *  dk
  *  elbarto
  *  janek@gaja.ipan.lublin.pl
  *  jhb
  *  jmz
  *  joerg
  *  jraynard
  *  krion
  *  kstailey
  *  mbr@FreeBSD.org
  *  okeeblow <root@cooltrainer.org>
  *  pixel
  *  pjm
  *  tenser@spitfire.ecsel.psu.edu
  *  trasz
  *  trasz <trasz@pin.if.uz.zgora.pl>
  * # Created by Timothy Beyer <beyert@cs.ucr.edu>

With hat:	portmgr
commit hash: 27eb52ac6a0bb5c93c0ae4ebe4fef9bafb727cfd commit hash: 27eb52ac6a0bb5c93c0ae4ebe4fef9bafb727cfd commit hash: 27eb52ac6a0bb5c93c0ae4ebe4fef9bafb727cfd commit hash: 27eb52ac6a0bb5c93c0ae4ebe4fef9bafb727cfd 27eb52a
Sunday, 29 Aug 2021
18:49 Bernhard Froehlich (decke) search for other commits by this committer
emulators/dosbox: Add CPE information

Approved by:	portmgr (blanket)
commit hash: dede880fff83ebf6d20680908746e13e91ce0796 commit hash: dede880fff83ebf6d20680908746e13e91ce0796 commit hash: dede880fff83ebf6d20680908746e13e91ce0796 commit hash: dede880fff83ebf6d20680908746e13e91ce0796 dede880
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 24 Mar 2020
11:21 fernape search for other commits by this committer
emulators/dosbox: enable mouse locking with X.org newer than 1.20

References: https://www.vogons.org/viewtopic.php?f=31&t=62703

PR:     244960
Submitted by:   tobias.rehbein@web.de
Reviewed by:    knyght@gmail.com (maintainer)
Original commitRevision:529043 
Wednesday, 9 Oct 2019
10:56 danfe search for other commits by this committer
- Switch to DISTVERSION and stop abusing PORTREVISION whenever minor
  version bumps; this also allows to drop DISTNAME
- Garbage-collect PKGMESSAGE (pkg-message file itself was removed in
  r199776 12 years ago) and add missing USES+=sdl while I'm here
Original commitRevision:514133 
Tuesday, 24 Sep 2019
17:41 swills search for other commits by this committer
emulators/dosbox: update to v0.74-3

PR:		240455
Submitted by:	hardy.schumacher@gmx.de (maintainer)
Original commitRevision:512733 
Monday, 1 Oct 2018
19:44 ak search for other commits by this committer
- Update to 0.74.2
- Fix DESKTOP_ENTRIES

PR:	231845
Submitted by:	hardy.schumacher@gmx.de
Approved by:	Tom Carrick <knyght@gmail.com> (maintainer)
Original commitRevision:481058 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479406 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Wednesday, 31 Dec 2014
14:36 rodrigo search for other commits by this committer
Fix build and running issues with clang on 11 and beyond
Bump portrevision

PR:		191630
Submitted by:	knyght@gmail.com
Original commitRevision:375888 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
19:04 antoine search for other commits by this committer
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Original commitRevision:375594 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
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.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Wednesday, 9 Jul 2014
19:06 tijl search for other commits by this committer
- Convert net/sdl_net to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstaged port)
Original commitRevision:361403 
Saturday, 3 May 2014
18:58 tijl search for other commits by this committer
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.

games/gltron:
- New LIB_DEPENDS syntax.
- USES=gmake.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Use option helpers.
- Staging.

lang/kroc: (still BROKEN due to use of "python" command)
- New LIB_DEPENDS syntax.
- USES=pathfix tar:bzip2.
- Staging.
- Replace patches with post-patch.
- Replace MAKE with MAKE_CMD.

lang/smalltalk:
- USES=libtool tar:xz.
- Use BROKEN_sparc64.
Original commitRevision:352933 
Wednesday, 23 Oct 2013
22:15 ak search for other commits by this committer
- Fix build with clang on i386 [1]
- Support STAGEDIR
- Convert to new LIB_DEPENDS syntax
- Add LICENSE

PR:	ports/183213 [1]
Submitted by:	Tom Carrick <knyght@gmail.com> (maintainer) [1]
Original commitRevision:331434 
Friday, 20 Sep 2013
16:43 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
Original commitRevision:327721 
Monday, 26 Aug 2013
17:23 amdmi3 search for other commits by this committer
- Install an icon and use it in a desktop file

PR:		181499
Submitted by:	myself
Approved by:	Tom Carrick <knyght@gmail.com> (maintainer)
Original commitRevision:325405 
Monday, 8 Jul 2013
21:28 lippe search for other commits by this committer
- Add OPTIONS to enable internal debugger

PR:		ports/179924
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by:	Tom Carrick <knyght@gmail.com> (maintainer)
Original commitRevision:322539 
Friday, 24 May 2013
17:48 pawel search for other commits by this committer
- Add desktop entry file [1]
- Remove leading article from COMMENT
- Convert to OptionsNG
- Trim Makefile header

PR:		ports/178727 [1]
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de> [1]
Approved by:	maintainer
Original commitRevision:318998 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 18 Feb 2012
10:18 mva search for other commits by this committer
- 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
Original commit
Friday, 21 Oct 2011
16:02 pawel search for other commits by this committer
Fix build with gcc 4.6

PR:             ports/161782
Submitted by:   Christian Mangin <cmangin@arobas.net>
Approved by:    maintainer
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Friday, 28 May 2010
08:59 wen search for other commits by this committer
- Update to 0.74

PR:             ports/146529
Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:    maintainer(timeout, > 15days)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Saturday, 22 Aug 2009
00:20 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
Original commit
Saturday, 4 Jul 2009
22:39 miwi search for other commits by this committer
- Update to 0.73

PR:             135277
Submitted by:   Wen Heping <wenheping@gmail.com>
Approved by:    maintainer
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Thursday, 13 Mar 2008
14:28 miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
Original commit
Wednesday, 19 Sep 2007
18:21 araujo search for other commits by this committer
- Update to 0.72.
- Remove 4.X cruft.

PR:             ports/115859
Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:    stas (mentor), Tom Carrick <knyght@gmail.com> (maintainer)
Original commit
Tuesday, 31 Jul 2007
12:59 arved search for other commits by this committer
Update to 0.71

PR:             115057
Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:    "Tom Carrick" <knyght@gmail.com>
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Tuesday, 13 Mar 2007
13:18 miwi search for other commits by this committer
- Update to 0.70

PR:             110250
Submited by:    Alex Kozlov<spam@rm-rf.kiev.ua>
Approved by:    maintainer
Original commit
Wednesday, 20 Sep 2006
11:21 stas search for other commits by this committer
 - 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)
Original commit
Tuesday, 30 May 2006
07:02 clsung search for other commits by this committer
- Fix build on 4.x

PR:             97937
Submitted by:   Shaun Amott <shaun_AT_inerd dot com>
Approved by:    maintainer
Original commit
Thursday, 6 Apr 2006
00:07 edwin search for other commits by this committer
emulators/dosbox - Update to 0.65

        Update DOSBox to version 0.65
        Changelog: http://dosbox.sourceforge.net/news.php?show_news=1
        Remove USE_REINPLACE

PR:             ports/95200
Submitted by:   Lars Engels <lars.engels@0x20.net>
Approved by:    "Tom Carrick" <knyght@gmail.com>
Original commit
Monday, 3 Jan 2005
21:43 kris search for other commits by this committer
Update maintainer address

Submitted by:   maintainer
Approved by:    portmgr (self)
Original commit
Friday, 17 Dec 2004
14:44 vs search for other commits by this committer
Update to 0.63

PR:             ports/74303
Submitted by:   Miguel Mendez
Approved by:    maintainer timeout
Original commit
Thursday, 28 Oct 2004
05:20 oliver search for other commits by this committer
fix build on FreeBSD 4

PR:             ports/73002
Approved By:    maintainer
Original commit
Monday, 11 Oct 2004
23:16 edwin search for other commits by this committer
Update: emulators/dosbox to 0.62

        Updates dosbox from 0.61 to 0.62. Updates are speed/stability
        increases, general updates, and gcc 3.4 support without the
        patch. Note, the file 'files/patch-include-dos_inc.h' and
        the directory 'files' have been removed.

PR:             ports/72289
Submitted by:   Tom Carrick <knyghtmare@knyghtmare.com>
Original commit
Tuesday, 16 Mar 2004
04:23 edwin search for other commits by this committer
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
Original commit
Saturday, 7 Feb 2004
17:35 krion search for other commits by this committer
- Update to version 0.61

PR:             ports/62474
Submitted by:   maintainer
Original commit
Friday, 23 Jan 2004
23:09 edwin search for other commits by this committer
Let ports use the USE_SDL macro

PR:             ports/61807
Approved by:    Tom Carrick <knyghtmare@knyghtmare.com>
Original commit
Saturday, 1 Nov 2003
14:28 netchild search for other commits by this committer
 - update dosbox from 0.58 to 0.60
 - updated website address
 - Use USE_SDL instead of manually specifying devel/sdl12 as LIB_DEPENDS
   and setting SDL_CONFIG.
 - Enable screenshot and modem emulation support.
 - Install the dosbox(1) manual page.
 - Move the message displayed by the post-install target into a pkg-message
   so it also gets displayed when this port is installed via its package.
 - Use DOCSDIR.

PR:             58174
Submitted by:   Marius Strobl <marius@alchemy.franken.de>
Approved by:    maintainer
Original commit
Saturday, 16 Aug 2003
11:44 kris search for other commits by this committer
Remove extraneous directory

Reviewed by:    maintainer
Original commit
Saturday, 26 Jul 2003
00:03 maho search for other commits by this committer
a) Update from 0.55 to 0.58
b) small clean-up

PR:             52127
Submitted by:   Tom Carrick <knyghtmare@knyghtmare.com> (maintainer)
Original commit
Monday, 5 May 2003
11:03 sumikawa search for other commits by this committer
Fixed dependency.
Original commit
Thursday, 1 May 2003
22:19 sumikawa search for other commits by this committer
Add dosbox 0.55, an emulator of a PC with DOS.

PR:             41082
Submitted by:   Tom Carrick <knyghtmare@knyghtmare.com>
Original commit

Number of commits found: 55