1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
Commit Graph

2849 Commits

Author SHA1 Message Date
Edward Tomasz Napierala
9a2ed78f58 - Update description of the port.
Submitted by:	Ray Arachelian
Approved by:	miwi (mentor)
2007-07-30 15:56:04 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00
Pav Lucistnik
7b8e17ec95 - Update to 0.8.0.1
PR:		ports/114052
Submitted by:	Rene Ladan <r.c.ladan@gmail.com>
Approved by:	maintainer timeout (2 weeks)
2007-07-29 16:34:42 +00:00
Pav Lucistnik
7d30acf3df - Update to 0.3.0.1
PR:		ports/114051
Submitted by:	Rene Ladan <r.c.ladan@gmail.com>
Approved by:	maintainer timeout (2 weeks)
2007-07-29 16:33:59 +00:00
Gerald Pfeifer
bfb0332e54 Update to Wine 0.9.42. Among others, this brings the following changes:
- Support for activation contexts and side-by-side assemblies.
 - Many more gdiplus functions.
 - More messaging support in crypt32.dll.
 - Many HTTP protocol handling fixes.
 - Lots of bug fixes.

Move fontforge from LIB_DEPENDS to BUILD_DEPENDS.  Add graphics/jpeg to
LIB_DEPENDS. [1]

Submitted by:	Tijl Coosemans <tijl@ulyssis.org> [1]
2007-07-28 23:18:53 +00:00
Martin Wilke
605b516239 - Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
2007-07-28 12:27:31 +00:00
Juergen Lock
251edb03f8 - Remove 4.x cruft
PR:		ports/114923
Submitted by:	David Yeske <dyeske@gmail.com>
2007-07-26 21:46:30 +00:00
Alejandro Pulver
a4efc44a78 - Update to version 0.1.b10.
- Update pkg-message about flyer images available for download.
2007-07-25 14:43:37 +00:00
Alejandro Pulver
5a4b1ae1dd - Update to version 0.21.
- Update pkg-descr.
2007-07-24 14:21:39 +00:00
Alejandro Pulver
34b90bea1e - Update to version 0.116. 2007-07-24 13:50:31 +00:00
Alejandro Pulver
948cf03107 - Update to version 0.117. 2007-07-24 13:49:50 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Gerald Pfeifer
2361eb57bc Remove DATADIR if empty.
Reported by:	pointyhat
2007-07-22 22:51:26 +00:00
Alejandro Pulver
729706683f - Fix building on non-i386 with GCC 4.2 (on i386 assembly code is used).
Reported by:	pav
2007-07-22 16:58:39 +00:00
Juergen Lock
3b32dcf4ec - add patch for recent -current that no longer uses sched_lock
- fix KERNCONF detection
- bump PORTREVISION

(There sill is that unresolved issue of the KSE/SMP CFLAGS not being
passed down to the build for one guy tho, even tho they do appear in
make -V CFLAGS...)
2007-07-21 19:38:16 +00:00
Edward Tomasz Napierala
c5b0fb562a Install bin/i7094.
Approved by:	miwi (mentor)
2007-07-18 11:30:26 +00:00
Gerald Pfeifer
0577e802bf Update to Wine 0.9.41. Among others, this brings the following changes:
- A number of gdiplus functions.
 - More complete pdh.dll implementation.
 - Support for MSI remote calls.
 - Messaging support in crypt32.dll.
 - Lots of bug fixes.

Handle the wineg++.1 man page via MLINK instead of removing it.
Make ${PREFIX}/lib/libwine.so a relative link.
Refer to LOCALBASE instead of PREFIX in setting CONFIGURE_ENV.
Remove LIBS=-Wl,-rpath,${PREFIX}/lib/wine which was added in
revision 1.86 for PR19562 but is not needed any longer. [1]

Support DATADIR.

Submitted by:	Tijl Coosemans <tijl@ulyssis.org> [1]
2007-07-15 17:09:08 +00:00
Martin Wilke
b2bcf7dda1 - Update to 1.0.4
PR:		114577
Submitted by:	Max Brazhnikov <makc@issp.ac.ru> (maintainer)
2007-07-15 14:07:08 +00:00
Roman Bogorodskiy
efc984831e Fix build with gcc42.
Reported by:	pointyhat via pav
2007-07-15 08:53:13 +00:00
Juergen Lock
dc1c45fab3 - Add a pkg-message warning about installing the kld from a package
Suggested by:	Craig Boston <craig@yekse.gank.org>
2007-07-14 21:22:21 +00:00
Juergen Lock
9d5f388727 - Fix typo in COMMENT 2007-07-14 17:48:56 +00:00
Juergen Lock
5a167b3879 - Try and pass appropriate -DKSE and/or -DSMP to the compilation
(missing -DKSE is what caused the panics on -current)
- bump PORTREVISION
- Update WWW (qemu.org still seems to be down)
2007-07-14 17:43:52 +00:00
Edward Tomasz Napierala
faf7a19ca5 - Update to 3.7.2.
Approved by:	miwi (mentor, implicit)
2007-07-13 19:32:55 +00:00
Edward Tomasz Napierala
13a1d864c3 - Remove unused line.
Suggested by:	sat
Approved by:	miwi (mentor)
2007-07-12 18:44:07 +00:00
Edward Tomasz Napierala
627cb575f7 - Use proper capitalization in my email address.
Approved by:	miwi (mentor)
Suggested by:	sat
2007-07-11 22:06:16 +00:00
Juergen Lock
af3dea9281 - Update to 20070702 snapshot
(longer) log is at:
  http://people.freebsd.org/~nox/qemu/qemu-devel-log-20070702.txt
- Point WWW back at fabrice.bellard.free.fr, qemu.org still seems to be down
2007-07-10 20:24:59 +00:00
Edward Tomasz Napierala
2f581730ce Add Lisaem - emulator for Apple Lisa 2/5 computer.
Approved by:	miwi (mentor)
2007-07-09 20:16:42 +00:00
Edward Tomasz Napierala
8554787dd2 - Update to 0.9.3.
PR:		ports/113807
Submitted by:	Pavel I Volkov <pol@opk.ru>
Approved by:	miwi (mentor)
2007-07-04 11:07:56 +00:00
Joseph Koshy
651ca97d82 - Upgrade to v0.4.6. Upstream changes include:
- NetBSD/pmppc can now run in the emulator (with root-on-nfs), on
    an emulated Artesyn PM/PPC board.
  - Host CPU usage reductions when the guest OS is in an idle loop.
  - Minor SuperH emulation speed improvements.
  - General code cleanup: Non-working (skeleton) emulation modes have
    been removed, and many unused/legacy constructs have been removed.
2007-07-04 07:49:52 +00:00
Max Khon
3e9eaed62a Update to 0.2.7.
PR:		113808
Submitted by:	Pavel I Volkov
2007-07-03 15:29:23 +00:00
Pav Lucistnik
737b8faa1b - Mark BROKEN on CURRENT: does not build with GCC 4.2 2007-07-03 09:32:56 +00:00
Rong-En Fan
675adc6746 QtEmu is a graphical user interface for QEMU written in Qt4.
WWW: http://qtemu.org/

PR:		ports/113619
Submitted by:	Max Brazhnikov <makc at issp.ac.ru>
2007-07-02 03:33:11 +00:00
Gerald Pfeifer
74e0cfc8a3 Update to Wine 0.9.40. Among others, this brings the following changes:
- Many MSHTML improvements.
 - A few more sound fixes.
 - Many Direct3D fixes.
 - Lots of bug fixes.
2007-06-30 15:08:37 +00:00
Mark Linimon
bc8b7ad628 These install kernel modules, so add new virtual category kld.
Pointed out by:	Ulrich Spoerlein <uspoerlein at gmail dot com>
Hat:		portmgr
2007-06-29 15:57:16 +00:00
Mark Linimon
8c91d898a6 Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:		portmgr
2007-06-29 09:16:42 +00:00
Alexander Leidinger
e412cf2f91 Remove rpm, as we don't provide a compelete linux system (use linux_dist
if you need one). rpm2cpio(.pl)+port (it's easy, there are several examples
in the ports tree) is the FreeBSD way.

Note, rpm didn't work anyway because of missing libs, so no feature is lost
with this patch.

Non working rpm noticed by:	Anders Lindquist <andersl@KTH.SE>
XXX:				fc6 needs a similar fix
2007-06-23 20:03:07 +00:00
Gerald Pfeifer
5290db134a Update to Wine 0.9.39. Among others, and including the Wine 0.9.37 and
0.9.38 releases, this brings the following changes:
 - MSI automation with JScript/VBScript support.
 - Many MSHTML improvements.
 - Many Direct3D threading fixes.
 - Support for a few more exe protection schemes.
 - Many 64-bit compilation fixes.
 - A number of OLE fixes.
 - Several improvements to the sound support.
 - A number of Winsock fixes.
 - Several new supported constructs in the IDL compiler.
 - Lots of bug fixes.
2007-06-23 16:49:01 +00:00
Juergen Lock
5f73d30436 - Remove unneeded USE_GCC, turns out the build didnt respect it anyway.
Noticed by:	yar
2007-06-22 18:10:36 +00:00
Rong-En Fan
d8cef9dd9b - Use correct argument to disable profiling
PR:   	      ports/113249
Submitted by: Dylan Leigh <dleigh at cs.rmit.edu.au>
Approved by:  maintainer timeout (20 days)
2007-06-22 14:25:26 +00:00
Martin Wilke
67b121fff2 - Update to 1.7.4
PR:		113867
Submitted by:	Wesley Shields <wxs@atarininja.org> (maintainer)
2007-06-22 13:38:28 +00:00
Makoto Matsushita
ae6cb37da0 Install misc/compat6x if 7-current box doesn't have libc.so.6. 2007-06-20 03:28:59 +00:00
Dirk Meyer
f36628a3cb - fix build with xorg7
- make portlint happier
Approved by:	maintainer
2007-06-18 14:57:50 +00:00
Gabor Kovesdan
0eb31eb269 - Work around installing in jail
- Remove MANUAL_PACKAGE_BUILD
2007-06-16 21:46:12 +00:00
Alexey Dokuchaev
a811f65c68 - Fix the build with recent GCC [1]
- Autodetect MMX support and remove a knob
- Beautify pkg-messsage a bit

Reported by:	pointyhat [1]
2007-06-14 06:40:39 +00:00
Dirk Meyer
058acba2d6 - fix display problems with xorg7
PR:		113617
Obtained from:	debian
2007-06-12 14:50:13 +00:00
Johan van Selst
7bf494c7c6 Mark broken on FreeBSD 5.x/amd64 (internal gcc error) 2007-06-12 11:09:56 +00:00
Makoto Matsushita
10e1c2c9ed Hook VMware Tools for Workstation 6 ports. It would be ok for now (I hope). 2007-06-10 14:49:43 +00:00
Mark Linimon
d8df61b7bb Reset maintainership (maintainer is no longer using FreeBSD).
Hat:	portmgr
2007-06-09 00:22:30 +00:00
Makoto Matsushita
709c163a91 More fix on X modules.
The X server modules (display driver and mouse driver) bundled with
VMware Tools doesn't work with X.Org 7.2 server.  So install these
modules if and only if X is actually XFree86 4.x.

Also fix pkg-plist (sorry the last commit makes plist broken.)

Bump vmware-tools6 PORTREVISION to note the changes above.

For X.Org 7.2 users:
	x11-drivers/xf86-video-vmware is the video driver for VMs, that
	is installed by default.

	x11-drivers/xf86-input-vmmouse is the mouse driver for VMs.
	However, it doesn't need if vmware-toolbox runs.
2007-06-08 17:40:56 +00:00
Juergen Lock
3c0080f3fd Add another MASTER_SITE while qemu.org is down.
Submitted by:	fenner@ (portsurvey)
2007-06-07 19:12:11 +00:00