1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

4516 Commits

Author SHA1 Message Date
Juergen Lock
f4fca75acf - Add missing USES=pkgconfig.
- Rename GTK knob to GTK2.

Submitted by:	olgeni (via private email)
2013-07-18 17:54:56 +00:00
Martin Wilke
e8d901f873 - Unbreak build with clang
PR:		180511
Submitted by:	ports fury
2013-07-15 15:03:09 +00:00
Martin Wilke
c00323f194 - Update to 1.7.0
PR:		180502
Submitted by:	Ports Fury
2013-07-15 14:43:30 +00:00
Mark Linimon
0d636f0cdc Fix bogus backquote that was giving portsmon fits. 2013-07-14 02:38:17 +00:00
Baptiste Daroussin
f5b3eebf4a Mark as broken, dos not build:
file.cpp: In function 'MDFNFILE* MakeMemWrap(void*, int)':
file.cpp:225: error: invalid conversion from 'void*' to 'gzFile_s*'
file.cpp:225: error:   initializing argument 1 of 'int gzread(gzFile_s*, void*, unsigned int)'
file.cpp:277: error: invalid conversion from 'void*' to 'gzFile_s*'
file.cpp:277: error:   initializing argument 1 of 'int gzclose(gzFile_s*)'
file.cpp: In function 'MDFNFILE* MDFN_fopen(const char*, const char*, const char*, const char*)':
file.cpp:439: error: invalid conversion from 'void*' to 'gzFile_s*'
file.cpp:439: error:   initializing argument 1 of 'int gzclose(gzFile_s*)'
file.cpp: In function 'bool MDFN_DumpToFileReal(const char*, int, const std::vector<PtrLengthPair, std::allocator<PtrLengthPair> >&)':
2013-07-13 13:05:50 +00:00
Gerald Pfeifer
ac24cc8aa5 Update to Wine 1.6 RC5. More bug fixes and translation work. 2013-07-12 20:44:45 +00:00
Sunpoet Po-Chuan Hsieh
0a25bd6117 - Bump PORTREVISION for ftp/curl shlib change
Notified by:	Barbara <barbara.freebsd@gmail.com>
2013-07-12 09:11:00 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
Martin Wilke
299a8e2abb - Update emulators/mame to version 0.149
- Update emulators/mess to version 0.149
- Update emulators/qmc2 to version 0.39
2013-07-11 15:27:40 +00:00
Bernhard Froehlich
75bd97679a - Fix querying total and available RAM on i386
Submitted by:	Cy Schubert <cy@FreeBSD.org>
2013-07-10 17:57:07 +00:00
Steven Kreuzer
a6e23b2240 uCON64 is the video game backup tool and emulator Swiss Army knife program.
It supports almost every system (Consoles, Handheld, and Arcade) with very
verbose ROM information, ROM and SRAM convertion to various backup tool
formats, IPS/APS/BSL/PPF patching, bad dump detection via RomCenter DAT
files, and more.

WWW:    http://ucon64.sourceforge.net/

PR:		ports/177042
Submitted by:	Nicole Reid <nicole@cooltrainer.org>
2013-07-10 14:42:21 +00:00
Baptiste Daroussin
62a773b9c4 Mark jobs unsafe and convert to USES=gmake 2013-07-10 11:21:44 +00:00
Baptiste Daroussin
1679a3f535 Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert some USE_GMAKE to USES=gmake
2013-07-10 06:55:28 +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
Rene Ladan
da2c09ffb4 Remove WITH_KDE3 knob which provided support for the expired KDE3.
PR:		ports/180279
Submitted by:	myself
Approved by:	cyberbotx@cyberbotx.com (maintainer)
2013-07-08 11:51:42 +00:00
Bernhard Froehlich
3dc69257c2 - Update to 4.2.16
Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com>
2013-07-07 15:53:21 +00:00
Juergen Lock
ec69b9504e - Update to 1.5.1, announce message is here:
https://lists.gnu.org/archive/html/qemu-devel/2013-06/msg04798.html

- Simplify bsd-user ld script handling. [1]
- Make STATIC_LINK work again.
- Add GTK knob.
- Neither graphical UI can be built static, set IGNORE in that case.
- Properly fix AES_* link errors by #defining those functions as
  QEMU_AES_* to avoid conflicts with AES_* in -lcrypto needed (at
  least) by -lcurl.
- Add back CURL knob in the process.
- Fix "Warning: vlan %d is not connected to host network" when using
  pcap.
- Switch to USES= gmake.
- Note: I did not backport sson's latest bsd-user patches which he has
  now in a github tree based on qemu git head, tho I have a seperate
  port of that tree on redports:

	svn co https://svn.redports.org/nox/emulators/qemu-devel-sson/

  See also:

	https://wiki.freebsd.org/QemuUserModeHowTo

Submitted by:	emaste [1]
2013-07-06 17:09:57 +00:00
Roman Bogorodskiy
3b7ea6467d Remove support for the expired QT3 port.
PR:		180277
Submitted by:	rene
2013-07-05 17:55:09 +00:00
Rene Ladan
d46264516d Convert to USES=gmake
Remove an empty OPTIONS_DEFAULT in lang/nbc
2013-07-05 15:17:15 +00:00
Tijl Coosemans
21627fbc95 Add -Wno-unused-parameter to silence excessive clang warnings. 2013-07-04 18:08:34 +00:00
Bernhard Froehlich
1d6d7b38dc - Changing RAM for a VM was broken in the GUI because there was no
implementation for FreeBSD that could calculate available RAM.

PR:		ports/180086
Submitted by:	Martin Birgmeier <Martin.Birgmeier@aon.at>
2013-07-03 12:56:48 +00:00
Rene Ladan
d8885b58f9 Remove expired ports:
2013-07-01 net/openldap23-sasl-client: Unmaintained by upstream
2013-07-01 net/openldap23-server: Unmaintained by upstream
2013-07-01 net/openldap23-client: Unmaintained by upstream
2013-07-01 www/py-django13: Unsupported version
2013-07-01 devel/libtifiles: Superseded by devel/libtifiles2
2013-07-01 comms/libticables: Superseded by comms/libticables2
2013-07-01 devel/libticalcs: Superseded by comms/libticalcs2
2013-07-01 emulators/tiemu2: Superseded by emulators/tiemu3
2013-07-01 09:19:36 +00:00
Antoine Brodin
be980c894a Tilem:
- installs icons
- installs .desktop file with MimeType
- register mime types
2013-06-29 21:19:18 +00:00
Gerald Pfeifer
bc63b76b1e Update to Wine 1.6 RC4. This includes some further bug fixes. 2013-06-28 20:56:29 +00:00
Baptiste Daroussin
932db7c46c New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a different do-configure target.

Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).

While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
2013-06-28 11:51:05 +00:00
Adrian Chadd
09415ca515 Bump portrevision - the binary has now changed. 2013-06-28 01:45:26 +00:00
Adrian Chadd
9d2b32a021 Enable LBA in GXEMUL.
FreeBSD-10's ATA code requires LBA to be used.  There's no code in the
ATA stack to send CHS commands to the hardware these days.

* Enable it by default;
* Turn print() into debug()

Tested:

* MALTA kernel on gxemul.
2013-06-28 01:43:57 +00:00
Adrian Chadd
b9794cf1e7 Building gxemul conflicts with svgalib, so mark it as a conflict.
svgalib installs a 'vga.h' file in /usr/local/include, which conflicts with
the vga.h in gxemul.

Until that gets resolved, mark it as a conflict.
2013-06-27 22:22:05 +00:00
Juergen Lock
28dd2f0c7f Actually fix build with gcc46 when bsd.gcc.mk passes LDFLAGS with -Wl,... 2013-06-27 21:45:00 +00:00
Juergen Lock
a1c0bdc008 - Switch to new header style. [1]
- Add LICENSE. [1]
- Remove 7.x bug workarounds, FreeBSD 7 is no more supported. [1]
- Respect ${CC} instead of using 'gcc'. [1]
- Switch to optionsng. [1]
- Fix build with gcc46 (it doesn't like -fformat-extensions in CWARNFLAGS.)
- Sync kqemu-kmod with these -devel updates.

PR:		ports/179952 [1]
Submitted by:	r4721@tormail.org
2013-06-25 20:32:57 +00:00
Martin Matuska
cdc818f159 Update multimedia/ffmpeg1 to 1.2.1
PR:		ports/177145
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com>
2013-06-25 07:41:26 +00:00
Bernhard Froehlich
68b99e5ead - Update to 4.2.14
- Fix VLAN trunking support in vboxnetflt [1]
- Fix panic in kmod when VIMAGE is disabled in the kernel and port [2]
- Enable IPv6 support for VNC per default to be able to set the VRDE properties VNCPort4 and VNCPort6 [3]
- Pet portlint (WWW, Created by lines)

This update was mainly done by Mikhail Tsatsenko.

Submitted by:	Landon J Fuller <landonf at plausible.coop> [1],
		Gleb Kurtsou <gleb@freebsd.org> [2],
		Stefan Bethke <stb@FreeBSD.org> [3]
2013-06-24 06:07:53 +00:00
Gerald Pfeifer
0080fcfaf8 Update to Wine 1.6 RC3. This includes some further bug fixes. 2013-06-22 20:18:50 +00:00
Rene Ladan
ade64b6424 Remove expired port:
2013-06-19 emulators/fceu-server: Replaced by the games/fceux port
2013-06-21 17:49:36 +00:00
Gerald Pfeifer
489d5365ce Update to Wine 1.6 RC2. This includes a number of bug fixes. 2013-06-17 14:36:27 +00:00
David Naylor
92eb5e8abc Really fix dynamic pkg-plist for emulators/i386-wine-devel.
To prevent this problem from happening again the @dirrm section
was consolidated and moved to after the files are added.

Approved by:	eadler,bdrewery (mentors, implicit)
Reported by:	qat@redports.org, bdrewery
2013-06-17 13:09:20 +00:00
David Naylor
19160f155d Fix plist and directory creation for emulators/i386-wine-devel.
The dynamic plist removed some directories before the files in those directories
were created, fix this.

Use a UMASH of 0755 for directory creation (vs 0333).

Approved by:	eadler,bdrewery (mentors, implicit)
Pointed out by:	Jan Beich <jbeich@tormail.org>
2013-06-15 14:26:27 +00:00
Gerald Pfeifer
bbf9646d3c Update to Wine 1.6 RC1. This includes the following relevant changes:
- New implementation of the typelib creation support.
 - GLSL-based support for fixed function vertex shaders.
 - Support for desktop launchers in virtual desktop mode.
 - Fixes for Japanese vertical text.
 - New Croatian translation.
 - Various bug fixes.
2013-06-15 09:41:38 +00:00
Raphael Kubo da Costa
cb61062289 Update to 3.08.
PR:		ports/178386
Submitted by:	Jukka Ukkonen <jau@oxit.fi>
Approved by:	maintainer timeout (38 days)
2013-06-14 18:11:55 +00:00
Martin Wilke
a4229d7901 - Fix build 2013-06-14 01:59:45 +00:00
Boris Samorodov
3fc70c5dda Fix spelling LICENCE -> LICENSE.
Reported by:	Ruslan Makhmatkhanov <cvs-src@yandex.ru>
2013-06-13 15:30:22 +00:00
Boris Samorodov
d3865a6408 . remove shlib ABI version from LIB_DEPENDS;
. add LICENCE=GPLv2;
. bump PORTREVISION;
. fix typo (MOPTIIMIZED_CFLAGS -> MOPTIMIZED_CFLAGS).
2013-06-13 15:03:14 +00:00
Martin Wilke
0bd07cdaec - Fix i18n manpages
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:56:25 +00:00
Jun Kuriyama
9e7a282ae0 - Update to r250249.
- Backport fix for if_vtnet with qemu-1.5.0 (kern/178955).
2013-06-11 03:37:01 +00:00
Joerg Wunsch
1d48387890 Turn this 30-year old code to use GCC.
Strip old Makefile headers.
2013-06-10 06:06:03 +00:00
Christian Weisgerber
1f2b1eac8e * Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.

PR:		179072
2013-06-09 19:30:58 +00:00
David Naylor
d2e0f93fef Improve 3D acceleration for emulators/i386-wine-devel.
- Install the dri library drivers that are required by mesaGL
 - Teach binbounce about LIBGL_LIBRARY_PATH
 - Prevent recursive definitions by binbounce
 - Follow the example of mesagl/nvidia-driver wrt library handing
 - Lay initial ground work to handle "old" and "new" xorg

WARNING: there appears to be a problem with FREEBSD32 which prevents
    3D-acceleration support from working, further investigation is required
    HELP WANTED TO SOLVE THIS PROBLEM

Approved by:	eadler,bdrewery (mentors, implicit)
2013-06-09 17:42:57 +00:00
Tijl Coosemans
6bc83b9a9b Replace OPTIONS_OVERRIDE with OPTIONS_SLAVE in all ports. It is not meant
to be used in port makefiles.

Approved by:	bapt
2013-06-09 15:58:46 +00:00
Gerald Pfeifer
36f37e0a1c Add second part to handle libwine.so; the joy of upstream using .so.1.0. 2013-06-08 21:28:23 +00:00
Gerald Pfeifer
cbcfcfffba Update to Wine 1.5.31. This includes the following relevant changes:
- New version of the Gecko engine based on Firefox 21.
 - Various bug fixes (54 reports closed).
Also, the upstream bug around installing libwine.so has been fixed,
so we can revert our hack around that.
2013-06-08 13:05:26 +00:00