Commit graph

4639 commits

Author SHA1 Message Date
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
Gerald Pfeifer
629f021401 Update to the new upstream version 2.21.
Approved by:	dbn (maintainer)
2013-06-08 13:04:13 +00:00
Baptiste Daroussin
764b2d06e7 Removed due to dependency on expired linux-js.
Consider using emulators/joytran from the same author.

Approved by:	Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
2013-06-05 06:41:32 +00:00
Colin Percival
55957dd0ab Unhook emulators/linux-xjoypad from emulators/Makefile, as it depends on
devel/linux-js which was removed a couple hours ago.  I'm guessing this
will be resolved by removing emulators/linux-xjoypad but I'll leave that
for someone else to decide -- all I'm trying to do right now is fix INDEX.

Pointyhat to:	bapt
2013-06-05 00:28:31 +00:00
Eitan Adler
c9027e4bef Cleanup:
- Convert to OptionsNG
	- Fix formatting of pkg-descr
	- Trim header
	- Drop 'alpha' information
2013-06-04 22:17:12 +00:00
Baptiste Daroussin
3942f83276 2013-03-05 devel/linux-js: Broken for more than 6 month
emulators/osmose: depends on expired devel/linux-js
2013-06-04 21:54:49 +00:00
Juergen Lock
678b4b1754 Update pkg-message a bit for the old qemu version too.
Reminded by:	bapt
2013-06-04 21:47:59 +00:00
Martin Wilke
189f7f3984 - Fix build with clang
- Add LICENSE

PR:		179210
Submitted by:	Ports Fury
2013-06-04 08:22:22 +00:00
Rene Ladan
d6c3962d81 Drop maintainership. 2013-06-03 16:37:29 +00:00
Rene Ladan
5517932392 Update libspectrum, fuse, and fuse-utils to 1.1.1 2013-06-03 12:41:32 +00:00
Eitan Adler
f26b61f2f7 virtualbox-ose-* is incompatible with newer versions of python.
Approved by:	decke
2013-06-02 18:55:08 +00:00
Juergen Lock
e379b5f209 - Seems --disable-opengl is now called --disable-glx. (doh!)
- No PORTREVISION bump as its a build fix (with non-default options.)

Reported by:	gjb (via irc)
2013-05-30 19:35:25 +00:00
Rene Ladan
1759b37af1 - Finish removal of support for Linux 2.4 in bsd.linux-apps.mk and
bsd.linux-rpm.mk.  The default linux version is now Fedora 10.
- Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6,
  emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3.
  While there, remove superfluous -p argument from ${MKDIR}.
- Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from
  astro/google-earth.
- Remove expired Fedora Core 4 ports which were only used on FreeBSD 7
  and below.
- Update LEGAL and MOVED

PR:		ports/176877
Submitted by:	myself
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-05-30 09:11:52 +00:00
Juergen Lock
b179b768b4 - Update to 1.5.0, announce message is here:
https://lists.gnu.org/archive/html/qemu-devel/2013-05/msg02557.html

  Full changelog:

	http://wiki.qemu.org/ChangeLog/1.5

  The new libusb host code needs recent 10-current; for older releases you
  can still try the net/usbredir support knob, see pkg-message for details.

- Update pkg-message a bit.

Thanx to:	emaste for some suggestions
2013-05-29 18:01:53 +00:00
Martin Wilke
59f42d83c0 - Update to 2.6.2
PR:		179055
Submitted by:	Ports Fury
2013-05-29 05:29:30 +00:00
Emanuel Haupt
235e99621a Fix typo: LICENCE -> LICENSE 2013-05-27 11:07:49 +00:00
Niclas Zeising
92ea0d614b The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
2013-05-25 14:37:02 +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
Bernhard Froehlich
bb63e1b01e - Install DEBUG symbols for kernel modules
- Fix pkg-plist for vboxvideo.ko when build without X11

Reported by:	Jimmy Olgeni <olgeni@freebsd.org>
2013-05-24 09:47:12 +00:00
Alexey Dokuchaev
d275f14622 Deprecate: there is no master site, no public distfiles, certain functions
do not seem to work for me on amd64, e.g. "hfs read": zero-sized files are
copied to destination.  Perhaps it is caused by careless assumption of the
types' sizes (excerpt from hfs0_37/endian.h):

    typedef unsigned long ULONG;  // 32 bit unsigned
    typedef          long LONG;   // 32 bit signed
    typedef unsigned int  UINT;   // 16 bit unsigned
    typedef          int  INT;    // 16 bit signed
    typedef unsigned char BYTE;   // 8 bit unsigned
    typedef          char SBYTE;  // 8 bit signed
    typedef          int  BOOL;   // boolean value

`sysutils/ufsutils' provides better alternative: easier to use, has alive
upstream, and works correctly on amd64 (presumably on i386 as well).

While here, also explicitly mention that there is no HFS+ volumes support
available.
2013-05-23 04:07:09 +00:00
Alexey Dokuchaev
0cbf270d03 Move `emulators/hfsutils' to a more appropriate category (sysutils). 2013-05-23 03:53:41 +00:00
Alexey Dokuchaev
dd7f46bbe0 - Trim Makefile header per recent agreements
- Define LICENSE (GPLv2), reword COMMENT line
- Install several PORTDOCS (like Gentoo)
- Make Tcl/Tk support optional and default to off
- Fix the build with Tcl 8.6 (obtained from Gentoo)
- Install hfsck(1) utility (sadly, no manpage)
- Cleanup and reformat port description while here

This port (along with similar `emulators/hfs') should probably be moved to
sysutils; `sysutils/hfsexplorer' already lives there.
2013-05-22 09:48:12 +00:00
Alexey Dokuchaev
d7d7ecd36d Add an OPTION to install symlinks for subcommands (disabled by default). 2013-05-21 12:13:53 +00:00
Alexey Dokuchaev
2375426c38 - Trim Makefile header per new world order
- Use DISTVERSION because it contains underscore instead of dot
- Define LICENSE (GPLv2)
- Install README file (as PORTDOCS)
- Remove custom configure script: pass variables to make(1) instead
- Respect CFLAGS (original "-O" probably was sensible default 18.5
  years ago when the port was first added, but makes no sense now)
- Remove no-op `pre-install' target (do not create directories that
  are part of the mtree)
- Cleanup and reformat port description while here

This port (along with similar `emulators/hfsutils') should probably
be moved to sysutils; `sysutils/hfsexplorer' already lives there.
2013-05-21 09:05:14 +00:00
Rene Ladan
8194533c4b Update libspectrum, fuse, and fuse-utils to 1.1.0
Highlights:
* fuse-utils:
  - new tool fmfconv to convert movies recorded with fuse
* fuse:
  - new ROMs Speccyboot 1.4 and DISCiPLE
  - drop ROMs without clear redistribution rights
    (128p, 256s, Gluck, IF1, Opus, TrDOS)
  - support PZX and POK files
  - GTK+ 3 compatibility
2013-05-20 15:03:18 +00:00
Boris Samorodov
9d487233d8 . update to version 1.77;
. trim Makefile headers;
. lang maintainership to the submitter.

While I'm here: remove the indefinite article from COMMENT.

PR:		ports/173464
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
2013-05-20 08:35:19 +00:00
Boris Samorodov
b0d0fc69ec . update to version 1.18;
. trim Makefile headers;
. land maintainership to the submitter.

While here: remove the indefinite article from COMMENT.

PR:		ports/173463
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
2013-05-20 08:27:35 +00:00
Boris Samorodov
a103bf3dfc . update to version 2.9;
. trim Makefile headers;
. land maintainership to the submitter.

While here: remove the indefinite article from COMMENT.

PR:		ports/173462
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
2013-05-20 07:31:35 +00:00
Bryan Drewery
639e4830e6 - Mark deprecated: This is replaced by games/fceux
PR:		ports/177329
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Approved by:	maintainer timeout
2013-05-19 04:07:40 +00:00
Bryan Drewery
9443974df2 - Update to 3.30
PR:		ports/178641
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
2013-05-16 19:46:52 +00:00
Martin Wilke
8731c8cc64 - Fix plist
- Trim header

Reported by:	poudriere exp-run
2013-05-16 09:44:11 +00:00
Martin Wilke
fdfcf47b4d - Fix options entries
PR:		178586
Submitted by:	Ports Fury
2013-05-16 09:16:30 +00:00
Bernhard Froehlich
2931f65e37 - Add proper 3D acceleration support for FreeBSD guests
Submitted by:	John Clark <clarkjc@runbox.com>
2013-05-15 21:22:21 +00:00
Gerald Pfeifer
4bf88a38fb Again install libwine.so.1 which unbreaks several binaries installed by
this port.

(Right now we are doing this with a bit of a sledgehammer, installing
the missing library manually; I'll work with upstream to get back to
a proper approach.)

Bump PORTREVISION.

PR:		178638
2013-05-14 19:34:28 +00:00
Bernhard Froehlich
598d8aac1e - Add VM_OBJECT patch from virtualbox-ose-kmod to use WLOCK/WUNLOCK
on 10-CURRENT.

Submitted by:	Gabor Pali <pgj@freebsd.org>
2013-05-13 09:59:01 +00:00
Max Brazhnikov
7678193c3d - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly revert r315222 [1]
- Convert WITH_DEBUG to new options framework
- Trim Makefile header
- Adjust COMMENTs
- Reformat/update description

[1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
2013-05-12 11:48:49 +00:00
Raphael Kubo da Costa
22a83cec40 Update to 1.4.1.
This patch updates emulators/vmips to 1.4.1.
* Update distinfo with new filenames and checksums.
* Update pkg-plist to include setup.S, which is now installed.
* It should not be necessary to pull in latex or texi2dvi to build because
  the fully-built documentation is distributed with vmips.
* Use DISTNAME where applicable to shorten MASTER_SITES.

Also, to satisfy portlint:
* Remove old style comment header from port Makefile.
* Update PORTVERSION and remove PORTREVISION, which would be zero.

PR:		ports/178500
Submitted by:	Brian R. Gaeke <brg@dgate.org> (maintainer)
2013-05-11 20:57:13 +00:00
Gerald Pfeifer
c8cd0be5ac Update to Wine 1.5.30. This includes the following changes:
- NTLM and Negotiate authentication in WinHTTP.
 - Support for proxy bypass in WinInet.
 - Various bug fixes.
Note, libwine.so is now gone.
2013-05-11 10:05:53 +00:00
Baptiste Daroussin
4ba7ea37a6 Fix newly added DEBUG option 2013-05-10 16:25:43 +00:00
Rene Ladan
3d889ee430 Fix build with new glib.
Submitted by:	portbuild bot via miwi
2013-05-10 14:39:11 +00:00
Martin Wilke
5ab19a87a9 - Update to 1.2
PR:		177933
Submitted by:	Ports Fury
2013-05-10 06:46:46 +00:00
Martin Wilke
86021d6b97 - Update to 2.6
PR:		177931
Submitted by:	ports fury
2013-05-10 06:42:43 +00:00
Bryan Drewery
75e0a28623 - Fix extract on 9+ due to this picking up /usr/bin/unzip instead of
looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to.
  Will let maintainers decide if archivers/unzip is really still needed.
  Some of these ports/options remain broken due to other issues.

With hat:	portmgr
2013-05-10 01:46:52 +00:00
Bryan Drewery
94b858fc39 Really fix conversion - missed a 2nd typo 2013-05-08 15:59:11 +00:00
David Naylor
9ba98f1761 Fix emulators/i386-wine-devel's automatic nVidia patching.
Due to naming and other issues the patch failed properly detect if itself or
nVidia-driver was installed, and aborted the patching.  This fixes the
patching for those who have nVidia-driver installed.

Approved by:	eadler,bdrewery (mentors, implicit)
2013-05-06 19:24:47 +00:00
Baptiste Daroussin
9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Baptiste Daroussin
9882047ad2 Finish converting e* from WITHOUT_NLS to PORT_OPTIONS:MNLS 2013-05-06 07:01:48 +00:00
Alexey Dokuchaev
6bce7a6b11 Fix the build against Clang. 2013-05-06 01:14:55 +00:00
Juergen Lock
56931a5c0c - Update to 1.4.1, announce posting is here:
https://lists.gnu.org/archive/html/qemu-devel/2013-04/msg02956.html

- Update to sson's latest bsd-user patches.
- Add bugfix for mips64 target uncovered by --enable-debug. [1]

Obtained from:	qemu-devel mailinglist [1]
2013-05-05 20:27:15 +00:00
David Naylor
7b9d74764a Set explicit comment for slave port emulators/i386-wine-devel.
i386-wine-devel is the normal wine-devel port built and packaged such that it
can be installed (via `pkg add` or `pkg_add`) in an amd64 environment.  It can
only be built in an i386 environment (hence the retained ONLY_FOR_ARCH) as
the Ports Collection does not support cross compiling.

Approved by:	eadler (mentor)
2013-05-05 18:31:31 +00:00
Raphael Kubo da Costa
9787e3cd31 - Install missing files.
- Add DEBUG option.
- Fix missing @dirrmtry entry in pkg-plist for share/pixmaps.
- Patch loading so ${PREFIX}/share can be used for higan's BIOS files and shaders.

PR:		ports/178309
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2013-05-05 14:21:55 +00:00
Rene Ladan
4f08b1bc2f - Adopt
- Remove BROKEN line, the conflict between glib and libspectrum is fixed
2013-05-04 13:44:22 +00:00
Rene Ladan
35678e2f71 - Adopt
- Depend on pkgconfig, this fixes emulators/fuse
- Bump PORTREVISION
2013-05-04 13:43:23 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Bernhard Froehlich
f211bc094c - Update to 4.2.12
- Add missing patch to additions to fix building after r248084
which renamed VM_OBJECT_LOCK() to VM_OBJECT_WLOCK(). The patch
was already included in the kmod port but additions also need
it.
2013-05-02 20:54:04 +00:00
Baptiste Daroussin
46a630f1dd bmake doesn't know about .SHELL unsetenv=true, workaround it 2013-05-02 17:16:30 +00:00
Pawel Pekala
56d2b34842 Update to version 0.9.5
PR:		ports/178294
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
2013-05-02 14:46:08 +00:00
Bryan Drewery
a028b2ac22 Fix conversion to new options framework for bmake 2013-05-02 13:29:28 +00:00
Baptiste Daroussin
c950551fa1 Fix syntaxe error introduced by conversion to new options framework 2013-05-02 12:09:32 +00:00
Jason Helfman
524caafd20 - adoption of USES for gettext
Approved by:	portmgr (bapt@)
2013-05-02 06:36:43 +00:00
Bryan Drewery
93e25a991f A multiplayer Atari 2600 emulator written in pure Java.
No external libs.

WWW: http://javatari.org

PR:		ports/178248
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
2013-05-01 23:27:09 +00:00
Alexey Dokuchaev
00bcc2c183 - It looks like SX ROM revision J is working fine now, use it instead of E
- Convert another trivial patch to REINPLACE_CMD statement
- Delete stale patch file, touch port description while I am here
2013-05-01 08:32:11 +00:00
Bryan Drewery
311be30328 - Fix cases where 2 USES= were used
With hat:	portmgr
2013-04-30 16:37:46 +00:00
Baptiste Daroussin
5271da855f Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
2013-04-29 08:57:12 +00:00
Baptiste Daroussin
f53196ebc9 Convert emulators to new options framework 2013-04-28 21:20:28 +00:00
Gerald Pfeifer
f52d0a56a8 Update to Wine 1.5.29. This includes the following changes:
- JavaScript performance improvements.
 - Various bug fixes.
2013-04-27 20:55:09 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Baptiste Daroussin
bc62127a69 Convert from USE_GETTEXT to USES= gettext
While here:
- Trim some headers
- Convert to new options framework
2013-04-26 16:39:14 +00:00
Baptiste Daroussin
dba80fffe4 Remove USE_CDRTOOLS from bsd.port.mk
This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.

While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext
2013-04-26 12:35:50 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Martin Wilke
fe3cada905 - Update to 2.6.1
PR:		178035
Submitted by:	Ports Fury
2013-04-26 07:03:59 +00:00
Martin Wilke
f9aee927a0 - Fix build
PR:		177559
Submitted by:	Ports Fury
2013-04-26 06:56:29 +00:00
Juergen Lock
80750a345d - Update to sson's latest bsd-user patches.
- Turns out qemu 1.4.x now builds with clang (almost) as is, so remove
  CLANG_HACK. [1]
- Add workaround for clang/i386 that doesn't define bit_CMOV in <cpuid.h>.

Submitted by:	Brad Smith <brad@comstyle.com> [1]
2013-04-25 19:34:20 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Baptiste Daroussin
edd5beedc1 bsdtar knows how to extract rpm on all supported versions of FreeBSD 2013-04-24 13:31:36 +00:00
Tijl Coosemans
fe3b15354f Mark the following ports deprecated. They have been unsupported upstream
for years.
- comms/libticables (superseded by comms/libticables2)
- devel/libticalcs (superseded by comms/libticalcs2)
- devel/libtifiles (superseded by devel/libtifiles2)
- emulators/tiemu2 (superseded by emulators/tiemu3)
2013-04-24 07:50:40 +00:00
Ganael LAPLANCHE
ac6f00b0d0 Remove BROKEN flag on PowerPC as the port may now build on this architecture
(feedback welcome !).

Discussed with: crees, danfe, eadler (on ports-committers@ and svn-ports-all@)
2013-04-24 07:18:55 +00:00
Baptiste Daroussin
e6f882f47a Convert e* to USES=pkgconfig 2013-04-23 10:19:45 +00:00
Tijl Coosemans
56fc4717cd Update tilp2 and its libraries:
- tilp2 1.17
- libticables2 1.3.4, libticalcs2 1.1.8, libticonv 1.1.4, libtifiles2 1.1.6
- Add NLS option, remove libtool dependency, clean up Makefile and pkg-descr
- Bump PORTREVISION and trim Makefile header for emulators/tilem and
  emulators/tiemu3.
2013-04-22 19:36:24 +00:00
Tijl Coosemans
5e64ecb0dd Explain why linux_base-f10 creates extra directories.
Reviewed by:	netchild
2013-04-22 19:07:36 +00:00
Baptiste Daroussin
eb40118d02 On all supported version of FreeBSD tar do support rpm as an archive format.
So directly use tar to extract linux* distfiles instead of rpm2cpio.
2013-04-22 16:24:11 +00:00
David Naylor
1d81d2575b Fix PORTSCOUT limit on emulators/wine-gecko.
Use 'ignore:1' instead of 'ignore' to get port scout to actually ignore
the port.

All new versions of gecko belong to the wine-gecko-devel port until such
time a new stable version of wine is released, however there is no way to
know the version of gecko that will be paired with that wine.

Approved by:	eadler,bdrewery (mentors, implicit)
Feature safe:	yes
2013-04-21 18:23:33 +00:00
Ganael LAPLANCHE
16cddcb9d6 - Update to 20130415 and welcome GLSL !
- Remove BROKEN flag for now-obsolete 7.x branch

We should finally be able to get OpenGL rendering work with this update, once
Mesa supports all needed extensions (which does not seem to be the case yet)

Feature safe:	yes
2013-04-19 13:35:15 +00:00
Ganael LAPLANCHE
2a77ee7578 - Update to svn rev. 84102
- Use new Makefile header format

Feature safe:	yes
2013-04-19 07:40:04 +00:00
Alexey Dokuchaev
226afd8dfb - Update to version 0.6.4
- Tighten Makefile header and COMMENT
- Register run-time dependency on required fonts
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Convert trivial patch to sed(1) in-place editing

PR:		ports/176935 (version bump)
Submitted by:	pfg
Feature safe:	yes
2013-04-19 04:38:32 +00:00
Tijl Coosemans
354c0ee775 Create empty locale directories to fix linux-f10-gtk2 package.
This partially reverts r315685.

Feature safe:	yes
2013-04-18 10:34:25 +00:00
Tijl Coosemans
db5a49f619 Add some symlinks to linux_base-f10 for executables that exist in /usr/bin
on Linux but /bin on FreeBSD. This guarantees that Linux shell scripts run
the Linux executables and not the FreeBSD ones.

No objection from:	-emulation
PR:		ports/176819
Feature safe:	yes
2013-04-16 20:38:06 +00:00
Gerald Pfeifer
ba405bfe27 Update to Wine 1.5.28. This includes the following changes:
- GnuTLS used for all secure connections, OpenSSL is no longer needed.
 - Mac driver enabled by default.
 - Built-in FixedSys fonts.
 - New icon for the joystick control panel.
 - Postscript driver improvements.
 - Various bug fixes.

Feature safe:	yes
2013-04-16 19:51:41 +00:00
Gerald Pfeifer
5e99e7322a emulators/wine-devel:
- Allow overriding MAINTAINER and LATEST_LINK in child ports.
emulators/i386-wine-devel:
- Set MAINTAINER and LATEST_LINK.

Approved by:	portmgr (bdrewery), maintainer, maintainer's mentor (eadler)
2013-04-09 05:47:54 +00:00
Rene Ladan
2044f23511 Fix pkg-plist warnings found by pkgng: do not try to delete empty
directories which are only created when installed as a package.
Do not create these directories either in that case.

While here, convert Makefile header.

Approved by:	portmgr (bapt)
2013-04-02 18:25:08 +00:00
Martin Wilke
25ba69e341 - Fix plist
Approved by:	portmgr
2013-04-02 10:58:56 +00:00
Juergen Lock
045b14204f Remove CURL knob as --disable-curl is now broken upstream.
PR:		ports/177488
Reported by:	Volodymyr Kostyrko <c.kworr@gmail.com>
Approved by:	portmgr (erwin)
2013-04-01 14:57:54 +00:00
Jung-uk Kim
6c85d3bc3f Correct Subversion properties to fix patch. 2013-03-29 23:58:11 +00:00
Gerald Pfeifer
a59738c619 Update to Wine 1.5.27. This includes the following changes:
- Various C runtime improvements.
 - Large icons for built-in applications.
 - Various bug fixes.
2013-03-29 19:13:32 +00:00
Juergen Lock
45aa9370f0 - Update net/usbredir to 0.6 .
- Update emulators/qemu-devel to 1.4.0 with preliminary bsd-user patches.

Thanx to:	sson, cognet, and others for much improved bsd-user support -
		it now runs at least quite a few mips64 and single-threaded
		arm binaries, see:

	https://wiki.freebsd.org/QemuUserModeHowTo
2013-03-29 17:40:38 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Eitan Adler
b0533230a5 Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by:	miwi
2013-03-28 15:51:16 +00:00
Ganael LAPLANCHE
ab3c7c49fa - Update to 1.0b4
- Use new header format in Makefile
2013-03-28 12:15:17 +00:00
Matthias Andree
2f8b6bd884 Revert regression (indefinite article) in COMMENT.
Note that this must be documented in the Porter's handbook, and should
be checked by portlint.

Submitted by:	danfe
2013-03-28 06:23:34 +00:00
Eitan Adler
1e5f12f776 Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead. 2013-03-28 03:28:30 +00:00
Koop Mast
63be757a70 Don't try to remove etc/xdg/autostart, gnomehier owns it.
Submitted by:	miwimail
2013-03-27 14:35:37 +00:00
Matthias Andree
c10a49f8ac - Maintainer update to new version 2.2.1.1
- In addition to patch from PR, pick a newer compiler to avoid compilation
  trouble.  Maintainer considers disabling SIMD instead, and might
  follow up with a new patch.

PR:		ports/174153
Submitted by:	Green Dog <fiziologus@gmail.com> (update to 2.2.0)
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (update to 2.2.1.1)
Approved by:	Chris Petrik (maintainer)
2013-03-26 21:18:20 +00:00
Steven Kreuzer
1c67c8e0e4 Convert to options ng
PR:		ports/177209
Submitted by:	William Grzybowski <william88@gmail.com>
2013-03-26 14:48:17 +00:00
David Naylor
1f203ac083 Add emulators/i386-wine-devel, slave to emulators/wine-devel.
This port adds shims to enable wine to run cleanly on an amd64 system.
This is done by doing a "static link" of the package: including all
libraries required by the port.

It is possible to use this package under i386, although it is intended
for an amd64 system.

Feedback welcome for improvement of the port.

Approved by:	bdrewery (mentor)
2013-03-25 20:08:45 +00:00
Rene Ladan
ce7adeaf15 - remove empty OPTIONS_DEFAULT
- portlint fixes
2013-03-25 10:09:39 +00:00
Bernhard Froehlich
e75961dd5b - Fix VM_OBJECT patch to properly use WLOCK/WUNLOCK.
Reported by:	Ivan Klymenko <fidaj@ukr.net>
Thanks to:	Konstantin Belousov <kib@FreeBSD.org>
See:		http://lists.freebsd.org/pipermail/freebsd-ports/2013-March/082432.html
2013-03-25 08:02:47 +00:00
Rene Ladan
0cfbfcda2d - Update Makefile header (only a $FreeBSD$ tag) [1]
- Remove double blank line

Approved by: 	gabor via private mail [1]
2013-03-23 20:45:01 +00:00
Juergen Lock
8d370eb0f9 (Attempt to) fix build on head.
Note: setting CC=clang fails with
	"interp.c:20:24: error: global register variables are not supported"

PR:		ports/177279
Submitted by:	Beeblebrox <zaphod@berentweb.com>
2013-03-22 23:00:58 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Glen Barber
970e5cc15a Set KMODDIR to /boot/modules, since it is always defined to
/boot/kernel otherwise.

PR:		ports/175684, ports/176288 (related to)
Prodded by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
Approved by:	vbox (maintainer timeout, nearly 2 months)
2013-03-21 13:15:57 +00:00
Gabor Kovesdan
314f9a8f8f - Update to 20121213 2013-03-21 10:50:54 +00:00
Glen Barber
1457d6274b Fix patch indexes. 2013-03-21 02:43:33 +00:00
Sean Bruno
4f0bd6fb09 Add wrapper FreeBSD_Version check at the break point for VM_OBJECT_RLOCK
name change so we still build on stable branches.

Suggested by: bdrewery
2013-03-21 02:29:17 +00:00
Glen Barber
10dc43b694 Set KMODDIR to /boot/modules, since it is always defined to
/boot/kernel otherwise.

PR:		ports/175684, ports/176288
Approved by:	vbox (maintainer timeout, nearly 2 months)
2013-03-21 01:59:22 +00:00
Sean Bruno
d600c214cc Fix port after breakage on src commit svn r248084 on
March 9th, 2013.

Patch kmod to include rwlock.h

Patch kmod to change VM_OBJECT_LOCK to VM_OBJECT_RLOCK

Patch kmod to change VM_OBJECT_UNLOCK to VM_OBJECT_RUNLOCK
2013-03-21 01:24:26 +00:00
Ganael LAPLANCHE
3bf53b93a2 - Update to 20130225
- Add support for framedumps encoding in AVI format
2013-03-20 14:27:20 +00:00
Max Brazhnikov
8ad9fd338e Reset maintainership at maitainer request [1] and while I'm here:
- convert to new options, USES, etc.
- pet portlint
- trim Makefile header
- mark emulators/fuse as BROKEN: doesn't build (presumably after recent glib update)

Submitted by:	Yuri Pankov (via mail) [1]
2013-03-20 14:26:46 +00:00
Eitan Adler
b63a28f690 "aaargh, quoted Makefile variables"
Approved by:	portmgr (bapt)
2013-03-18 21:56:30 +00:00
Alexey Dokuchaev
d6fe06e31d In categories starting with [efg], remove empty lines from pkg-plist (except
for `graphics/kipi-plugins').
2013-03-17 14:04:11 +00:00
Bryan Drewery
8a650dee65 - Remove needless quoting of BROKEN/IGNORE
- Trim headers

PR:		ports/168908
With hat:	portmgr
2013-03-16 02:56:29 +00:00
Gerald Pfeifer
018460457d Update to Wine 1.5.26. This includes the following changes:
- Improvements to the URL cache.
 - Some fixes for ARM binaries (which we don't support here yet).
 - Various bug fixes.
2013-03-15 21:03:16 +00:00
Jason Helfman
d3197732e3 - adopt optionsNG
- trim historical headers

Approved by:	portmgr (miwi)
2013-03-15 16:10:06 +00:00
Rene Ladan
fd187facb1 Remove expired, unmaintained ports:
2013-03-14 emulators/vmware-tools5: No more supported upstream
2013-03-14 emulators/vmware-tools6: No more supported upstream
2013-03-14 emulators/vmware-tools4: No more supported upstream
2013-03-14 emulators/vmware-guestd4: No more supported upstream
2013-03-14 emulators/linux-vmware-toolbox6: No more supported upstream
2013-03-14 emulators/vmware-guestd6: No more supported upstream
2013-03-14 emulators/linux-vmware-toolbox4: No more supported upstream
2013-03-14 emulators/linux-vmware-toolbox5: No more supported upstream
2013-03-14 emulators/vmware-guestd5: No more supported upstream
2013-03-14 15:09:40 +00:00
Beech Rintoul
f2a6aef877 - Many Makefile fixes and tweaks
- Bump portrevision

Submitted by:	nemysis@gmx.ch (maintainer)
Reviewed by:	maintainer
2013-03-13 05:02:11 +00:00
Rene Ladan
1620a93896 Add back the MASTERSITE containing the sources, to be compliant with
the GPL (it _is_ working after all).

Reported by:	netchild@
2013-03-11 20:49:50 +00:00
Matthias Andree
89cad2a0ee Assign new maintainer.
c.petrik.sosa@gmail.com offered to maintain this port and stated he's
working on fixing the scons-based build (on #bsdports)
2013-03-11 16:41:04 +00:00
Rene Ladan
e2bc8f6f34 - Fix fetch [1]
- Convert Makefile header
- Slightly pet portlint
Submitted by:	tijl@ via freebsd-emulation@ [1]
Tested with:	'make checksum' (before and after)
2013-03-11 09:13:14 +00:00
Baptiste Daroussin
7d20ef9811 Get rid of XAWVER option in bsd.port.mk it does not need to be specified there also remove a useless global XAWVER PLIST_SUB 2013-03-09 21:43:02 +00:00
Eitan Adler
b2f9df5f6d Return davide's ports to the pool per request.
While here:
- trim header
- fix COMMENT

Approved by:	davide (maintainer)
2013-03-09 19:59:21 +00:00
Koop Mast
c984c191e2 Add USE_PKGCONFIG=build to fix the build.
Submitted by:	olgeni@
2013-03-09 12:26:17 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Koop Mast
7887c684ad * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
2013-03-08 10:51:34 +00:00
Alex Kozlov
5282fd8451 - Fix all new cases of 'No newline at end of file' in the ports tree
Approved by: portmgr (bapt)
2013-03-07 15:31:54 +00:00
Baptiste Daroussin
da12e6723d Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
2013-03-06 16:52:02 +00:00
Gerald Pfeifer
c31cfbdd89 Update to Wine 1.5.54. This includes the following changes:
- Fixes for right-to-left support in RichEdit.
 - Initial version of a Wingdings font.
 - Various bug fixes.
2013-03-01 23:52:16 +00:00
Martin Wilke
b094cb1620 - unbreak build
- while here trim header
2013-02-28 15:04:48 +00:00
Martin Wilke
718c86ba49 - Fix build
- Trim header
2013-02-28 03:48:37 +00:00
Martin Wilke
f7a32da28c - Correct desktop icon
- Bump PORTREVISION
2013-02-23 19:54:26 +00:00
Martin Wilke
93465177d4 - Broken does not build 2013-02-23 15:34:28 +00:00
Martin Wilke
32dc88188b - Broken does not build
cd /work/a/ports/emulators/fmsx/work/fMSX/Unix && gmake
gcc -O3 -pthread -I.. -I../../EMULib -I/usr/local/include -I../../Z80 -DZLIB -DUNIX -DMITSHM -DFMSX -DLSB_FIRST -DBPP32 -DCONDEBUG -DDEBUG -c -o ../../EMULib/EMULib.o ../../EMULib/EMULib.c
gcc -O3 -pthread -I.. -I../../EMULib -I/usr/local/include -I../../Z80 -DZLIB -DUNIX -DMITSHM -DFMSX -DLSB_FIRST -DBPP32 -DCONDEBUG -DDEBUG -c -o ../../EMULib/Console.o ../../EMULib/Console.c
../../EMULib/Console.c: In function 'CONMenu':
../../EMULib/Console.c:828: warning: cast from pointer to integer of different size
../../EMULib/Console.c:863: warning: cast from pointer to integer of different size
../../EMULib/Console.c: In function 'CONFile':
2013-02-23 14:15:53 +00:00
Max Brazhnikov
3b5c805ef4 - Rename emulators/bsnes to emulators/higan due to upstream name change
- Update to 0.92

PR:		ports/176333
Submitted by:	Naram Qashat (maintainer)
2013-02-22 13:57:56 +00:00
Martin Wilke
e2f0727431 - BROKEN does not fetch 2013-02-19 15:31:50 +00:00
Gerald Pfeifer
eccccaea17 Update to Wine 1.5.24. This includes the following changes:
- Regular expression support in VB Script.
 - Many RichEdit code cleanups.
 - Various bug fixes.
2013-02-15 22:05:12 +00:00
Baptiste Daroussin
f2a68ebb7a Deprecate ports related to no more support vmware versions 2013-02-14 09:33:47 +00:00
Alex Kozlov
d1fdff2bf3 - Update to 1.32
PR:	ports/176128
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>
2013-02-14 08:17:44 +00:00
Sergey A. Osokin
3db3c6aea5 Update dependence's version.
Approved by:	gerald
2013-02-11 04:45:32 +00:00
David Naylor
e62ecacf80 Stop portscout from checking emulators/wine-gecko.
wine-gecko is the "stable" port while wine-gecko-devel is the "unstable" port
that absorbs the updates to the distfiles.

Approved by:	bdrewery (mentor)
2013-02-11 03:55:51 +00:00
Martin Wilke
4084389efb - Update to version 0.7.4
- Trim header

PR:		172716
Submitted by:	Ports Fury
2013-02-07 14:30:48 +00:00
Roman Bogorodskiy
91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Baptiste Daroussin
ee7acff533 Mark as broken
nt_scenario.c: In function 'ntmain':
nt_scenario.c:76: error: 'SYSTEMCOUNTER_MAINLOOP' undeclared (first use in this
function)
nt_scenario.c:76: error: (Each undeclared identifier is reported only once
nt_scenario.c:76: error: for each function it appears in.)
2013-02-05 11:54:42 +00:00
Martin Wilke
3a9c52e8b2 - Update to 0.38
PR:		175594
Submitted by:	Ports Fury
2013-02-05 09:10:32 +00:00
Martin Wilke
aec7c9e3d2 - Update to 0.148
PR:		175577
Submitted by:	Ports Fury
2013-02-05 09:09:13 +00:00
Martin Wilke
a578d3ae5f - Update to 0.148
PR:		175583
Submitted by:	Ports Fury
2013-02-05 09:08:14 +00:00
Marcelo Araujo
614af9a7a2 - Fix build using CLANG.
- Add MAKE_JOBS_SAFE.

PR:		ports/175012
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-02-04 08:50:18 +00:00
Gerald Pfeifer
8d5bd28f5d Update to Wine 1.5.23. This includes the following changes:
- HTTPS support no longer dependent on OpenSSL.
 - A functional Netstat built-in application.
 - A bunch of C++ runtime math functions.
 - Various bug fixes.
2013-02-04 06:03:59 +00:00
Max Brazhnikov
3503833535 Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
2013-02-03 18:16:54 +00:00
Alex Kozlov
05a9235c98 - Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Timur I. Bakeyev
9c9247c7b3 Change dependency from net/samba35 to net/samba36 2013-01-31 19:23:32 +00:00
Dirk Meyer
d579cd2aaa - cleanup header 2013-01-26 16:34:39 +00:00
Emanuel Haupt
a5b330652b Require ldconfig in vboxnet init script. Without it vboxnet fails to start on
9-STABLE with "VBoxRT.so misses libiconv.so".

While here pacify portlint by replacing a tab in the header with a single space.

Approved by:    decke
2013-01-24 08:24:16 +00:00
David Naylor
063c0a1a09 Update wine-gecko-devel to 0.19.
Approved by:	eadler/bdrewery (mentor)
2013-01-23 19:50:45 +00:00
Max Brazhnikov
81c27c891a Bump PORTREVISION after DESKTOP_ENTRIES update 2013-01-23 15:00:18 +00:00
Juergen Lock
4c2e3a8b13 Create sys symlinks properly if restarting a build.
PR:		ports/174030
Submitted by:	Garrett Cooper <yanegomi@gmail.com>
2013-01-20 15:11:34 +00:00
Gerald Pfeifer
53116350d7 Update to Wine 1.5.22. This includes the following changes:
- Fixes for RTL text in Uniscribe.
 - New version of the Gecko engine.
 - Various bug fixes.
Plus support for ARM64 platforms which does not benefit FreeBSD yet.
2013-01-20 11:03:24 +00:00
Ganael LAPLANCHE
77f7dc7b95 - Update to 3.5
- Update project URL
2013-01-17 09:21:47 +00:00
David Naylor
6248a797e6 - Update to my new FreeBSD address
- Trim header
 - Add myself as creator of devel/svn2git (see r272261)

Approved by:	eadler|bdrewery (mentor)
2013-01-16 20:15:07 +00:00
Pawel Pekala
0747e019f2 - Make port PREFIX-safe (don't hardcode paths with /usr/local)
- Use REINPLACE_CMD to save few inodes

PR:		ports/174769
Submitted by:	myself
Approved by:	maintainer timeout (2 weeks+)
2013-01-16 19:45:12 +00:00
Alex Kozlov
e8b55f1b01 - Update to 3.07 [1]
- Convert to new options framework
- Improve COMMENT

PR:	ports/173051 [1]
Submitted by:	Jukka Ukkonen <jau@iki.fi>
Approved by:	bzeeb+freebsdports@zabbadoz.net (maintainer)
2013-01-12 00:41:29 +00:00
Gerald Pfeifer
3243dea1c2 Update to Wine 1.5.21. This includes the following changes:
- Beginnings of a netstat built-in program.
 - Support for selecting resolution in the PostScript driver.
 - Various bug fixes.
2013-01-11 10:20:18 +00:00
Thomas Abthorpe
b2d4b657d1 - Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
2013-01-09 19:50:06 +00:00
Max Brazhnikov
5dd37213f5 - Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
  * adjust Icon field according to the Desktop Entry Specification
  * update Categories field: remove deprecated category Application;
    set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes
2013-01-07 02:07:26 +00:00
Bernhard Froehlich
1feafdfaa6 - Update to 4.2.6
- Remove custom FreeBSD compiler flags that are only supported by our old
  base GCC 4.2 [1]
- Fix building with ports GCC 4.6 [1]
- Fix build on 10-CURRENT after removal of vm_page_lock_queues() in r242941 [2]
- Improve waits for periods shorter than a single tick [1]
- Fix dependency check when building with custom KMODDIR [3]
- Fix recording with OSS Audio backend to record at a proper volume [4]
- Initialize host-only interfaces at boot time so that other scripts and
  daemons can properly use them [2]
- Fix build if $ENV not ash-compatible [5]
- Fix ich9 bios to correctly configure pci bridge1 and pci bridge2 [6]
- Add VLAN trunking support to vboxnetflt [7]

PR:		ports/171730 [1], ports/167521 [5]
Submitted by:	Andriy Gapon <avg@FreeBSD.org> [1]
Submitted by:	Ed Maste <emaste@FreeBSD.org> [2]
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> [5]
Submitted by:	Gustau Perez i Querol <gperez@entel.upc.edu> [6]
Submitted by:	Landon J Fuller <landonf at plausible.coop> [7]
Reported by:	Daniel Braniss <danny@cs.huji.ac.il> [3]
Obtained from:	https://www.virtualbox.org/ticket/10695 [4]
See:		http://article.gmane.org/gmane.os.freebsd.devel.emulation/10438 [6]
2013-01-03 13:40:28 +00:00
Bernhard Froehlich
c99eac3bb8 - Update to 4.1.24
- Fix building with libxslt newer than 1.1.26

Obtained from:	https://www.virtualbox.org/ticket/10940
2013-01-03 13:37:12 +00:00
Pawel Pekala
31654654cb Fix build on 9.x and upwards
PR:		ports/172689 (based on)
Submitted by:	Jukka Ukkonen <jau@iki.fi>
Approved by:	bzeeb+freebsdports@zabbadoz.net (maintainer)
2012-12-29 13:00:07 +00:00
Gerald Pfeifer
2126226e3d Update to Wine 1.5.20. This includes the following changes:
- A bunch of dlls with ugly names for API sets support.
 - More ATL functions implemented.
 - Still more C++ runtime functions.
 - Several text rendering fixes.
 - PostScript driver improvements.
 - Various bug fixes.

Force building with GCC since clang fails right now.
2012-12-22 02:11:32 +00:00
Baptiste Daroussin
2ed39f40cb Chase icu, graphite2 and libexttextcat bump 2012-12-18 23:09:07 +00:00
Andrej Zverev
10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00
Max Brazhnikov
6887dc7775 - Strip Makefile header
- Install Desktop entries and icon
- Pass QMAKEFLAGS to qmake (as a result post-configure fixes are needless now)
- Mark MAKE_JOBS_SAFE
- Update COMMENT, description, WWW
- Reformat description with `fmt -s'
2012-12-15 13:51:31 +00:00