1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
Commit Graph

56 Commits

Author SHA1 Message Date
Fernando Apesteguía
755d8aa290 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)
2020-03-24 11:21:52 +00:00
Alexey Dokuchaev
3d3f9451f1 - 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
2019-10-09 10:56:17 +00:00
Steve Wills
ea44875463 emulators/dosbox: update to v0.74-3
PR:		240455
Submitted by:	hardy.schumacher@gmx.de (maintainer)
2019-09-24 17:41:09 +00:00
Alex Kozlov
4b9a10d3ab - Update to 0.74.2
- Fix DESKTOP_ENTRIES

PR:	231845
Submitted by:	hardy.schumacher@gmx.de
Approved by:	Tom Carrick <knyght@gmail.com> (maintainer)
2018-10-01 19:44:57 +00:00
Mathieu Arnold
e1bfdfbe56 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
2018-09-10 13:14:50 +00:00
John Baldwin
6cf972c873 Fix build of dosbox with clang 6.
Approved by:	knyght@gmail.com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D14132
2018-02-05 18:17:34 +00:00
Alexander Kabaev
f362ba18d3 Fix build on FreeBSD-current with Clang 4.0.
Approved by:	Tom Carrick (maintainer)
2017-03-07 03:13:33 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Jimmy Olgeni
686b747c39 Typos, whitespace and capitalization fixes (A-F). 2015-09-20 19:59:03 +00:00
Rodrigo Osorio
c0148f69da Fix build and running issues with clang on 11 and beyond
Bump portrevision

PR:		191630
Submitted by:	knyght@gmail.com
2014-12-31 14:36:56 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Tijl Coosemans
60945f0277 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)
2014-12-08 16:48:38 +00:00
Gerald Pfeifer
15945f8122 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)
2014-09-10 20:50:31 +00:00
Tijl Coosemans
ee97df16bd - Convert net/sdl_net to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstaged port)
2014-07-09 19:06:34 +00:00
Tijl Coosemans
ff57a36a58 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.
2014-05-03 18:58:57 +00:00
Alex Kozlov
69d833029a - 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]
2013-10-23 22:15:15 +00:00
Baptiste Daroussin
1089da7dcc Add NO_STAGE all over the place in preparation for the staging support (cat: emulators) 2013-09-20 16:43:52 +00:00
Dmitry Marakasov
771539cd45 - Install an icon and use it in a desktop file
PR:		181499
Submitted by:	myself
Approved by:	Tom Carrick <knyght@gmail.com> (maintainer)
2013-08-26 17:23:59 +00:00
Felippe de Meirelles Motta
da1e8cf6ab - Add OPTIONS to enable internal debugger
PR:		ports/179924
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by:	Tom Carrick <knyght@gmail.com> (maintainer)
2013-07-08 21:28:28 +00:00
Pawel Pekala
b1cc1ab8cb - 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
2013-05-24 17:48:46 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Martin Wilke
ae5f102643 - Fix build with clang
PR:		164243
Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
Approved by:	maintainer
2012-05-25 15:50:37 +00:00
Marcus von Appen
fbd0197639 - 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
2012-02-18 10:18:33 +00:00
Pawel Pekala
0ebb65cbba Fix build with gcc 4.6
PR:		ports/161782
Submitted by:	Christian Mangin <cmangin@arobas.net>
Approved by:	maintainer
2011-10-21 16:02:31 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Martin Wilke
6804d852ff = Drop MD5 support 2011-07-02 17:14:20 +00:00
Wen Heping
805fc8ec88 - Update to 0.74
PR:		ports/146529
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	maintainer(timeout, > 15days)
2010-05-28 08:59:56 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dmitry Marakasov
c6d73b3a64 - Switch SourceForge ports to the new File Release System: categories starting with E,F 2009-08-22 00:20:34 +00:00
Martin Wilke
4c62ce9b7b - Update to 0.73
PR:		135277
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer
2009-07-04 22:39:05 +00:00
Rong-En Fan
741aa71483 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)
2008-08-21 06:18:49 +00:00
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Marcelo Araujo
233640b6af - 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)
2007-09-19 18:21:38 +00:00
Tilman Keskinoz
352a2a1203 Update to 0.71
PR:		115057
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	"Tom Carrick" <knyght@gmail.com>
2007-07-31 12:59:28 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Martin Wilke
2ea4d5836c - Update to 0.70
PR:             110250
Submited by:    Alex Kozlov<spam@rm-rf.kiev.ua>
Approved by:    maintainer
2007-03-13 13:18:09 +00:00
Stanislav Sedov
0d2725682b - 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)
2006-09-20 11:21:59 +00:00
Cheng-Lung Sung
a2345d72dd - Fix build on 4.x
PR:		97937
Submitted by:	Shaun Amott <shaun_AT_inerd dot com>
Approved by:	maintainer
2006-05-30 07:02:51 +00:00
Edwin Groothuis
8729b2d12d 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>
2006-04-06 00:07:11 +00:00
Edwin Groothuis
0bb0ea5bd7 SHA256ify
Approved by:    krion@
2006-01-22 09:48:59 +00:00
Kris Kennaway
b2319b7a22 Update maintainer address
Submitted by:	maintainer
Approved by:	portmgr (self)
2005-01-03 21:43:09 +00:00
Volker Stolz
832dcb8cf4 Update to 0.63
PR:		ports/74303
Submitted by:	Miguel Mendez
Approved by:	maintainer timeout
2004-12-17 14:44:51 +00:00
Oliver Lehmann
dfa793b73c fix build on FreeBSD 4
PR:		ports/73002
Approved By:	maintainer
2004-10-28 05:20:12 +00:00
Edwin Groothuis
361ae183c4 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>
2004-10-11 23:16:18 +00:00
Pav Lucistnik
886cd48fd0 - Fix build with gcc 3.4
Obtained from:	Dosbox CVS
2004-08-21 14:35:53 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Edwin Groothuis
c9ea361463 Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
2004-03-16 04:23:56 +00:00
Kirill Ponomarev
655508f232 - Update to version 0.61
PR:		ports/62474
Submitted by:	maintainer
2004-02-07 17:35:11 +00:00
Edwin Groothuis
63410fe085 Let ports use the USE_SDL macro
PR:		ports/61807
Approved by:	Tom Carrick <knyghtmare@knyghtmare.com>
2004-01-23 23:09:28 +00:00