Commit graph

170020 commits

Author SHA1 Message Date
Michael Johnson
127287b419 Update to 0.10.7 2007-02-03 22:28:32 +00:00
Luigi Rizzo
8a0d4b85ea update to version 20070203, which enables build of children
ports (linux-gspca-kmod, linux-ov511-kmod) on 64 bit archs.

Thanks to Jung-uk Kim for the 64-bit patches.
2007-02-03 22:24:49 +00:00
Juergen Lock
3c8cb897ad Update to 2007-02-03 snapshot:
- Fix `could not open hard disk image '/dev/ad0'' (e.g.) when open(2)
fails with EPERM instead of EACCES for ro devices.
- PIIX4 support, by Aurelien Jarno.
- Gallileo GT64xxx support, by Aurelien Jarno.
- MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil.
- ARM ELF loader.
- Improved console handling, thanks Stefan Weil.
- Disable Malta floppy controller for now, by Aurelien Jarno.
- Big endian support for Gallileo, by Aurelien Jarno.
- Add more ATAPI CDROM DMA support, by Juergen Keil.
- Add ARM Angel semihosting to system emulation.
- Don't resume guest when gdb connection terminates and -S specified.
- mips: Implementing dmfc/dmtc.
- Fix DMA timeouts on FreeBSD, by Carlo Marcelo Arenas Belon.
- New multiple snapshot support for VMDK, by Igor Lvovsky.
- Add support for 82371FB (Step A1) and Improved support for 82371SB
(Function 1), by Carlo Marcelo Arenas Belon.
- Accept -help.
- Accept --foo as an alias for -foo.
- Add nodelay option for TCP character devices.
- Use standard character device interface for gdbstub.
- GDB hosted syscalls.
- Upgrade the apic version_id, by Don Laor.
- Save some vm space for the regular program loading zone, by
Pierre d'Herbemont
- script=no for the TUN/TAP net option, by Jean-Christian de Rivaz
- Sparc arm/mips/sparc register patch, by Martin Bochnig.
- PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.
- sem* and msg* for qemu, by Kirill Shutemov.
- And some more bugfixes.

Approved by:	miwi (mentor, implicit)
2007-02-03 22:15:28 +00:00
Jimmy Olgeni
40002f5911 Unbreak: add proper handling of configuration file.
PR:		ports/108674
Submitted by:	rafan
2007-02-03 22:07:09 +00:00
Tilman Keskinoz
adf7ff9b6b Update to 0.13.10 2007-02-03 21:49:44 +00:00
Joe Marcus Clarke
021af89b38 Fix the build following the objformat removal.
Reported by:	pointyhat via kris
2007-02-03 21:47:48 +00:00
Kris Kennaway
3f157741be BROKEN: Incomplete pkg-plist 2007-02-03 21:30:25 +00:00
Kris Kennaway
6b8b71886b BROKEN: Doesn't correctly remove config file on deinstall 2007-02-03 21:26:53 +00:00
Dirk Meyer
ce74e8f7c5 - update to 2.5.0.4
PR:		108059
Submitted by:	Robert Noland
Approved by:	(maintainer timeout)
2007-02-03 21:08:37 +00:00
Erwin Lansing
20b204a164 - Update to 0.43
- Remove RELENG_4 cruft.
2007-02-03 20:51:34 +00:00
Andrew Pantyukhin
0f491b98de Add port www/npapi-xine:
xine-lib-based plugin for applications that support NPAPI

WWW: http://www.xinehq.de/

- Tested with firefox on cnn.com and plugger testing grounds -
  works with occasional segfaults
2007-02-03 19:46:34 +00:00
Cheng-Lung Sung
cba01ed49b - Update to 0.027 2007-02-03 17:47:14 +00:00
MANTANI Nobutaka
216492f9de Respect PTHREAD_LIBS.
Submitted by:	nork
2007-02-03 17:42:00 +00:00
Cheng-Lung Sung
532631db95 - Update to 1.50 2007-02-03 17:35:51 +00:00
Cheng-Lung Sung
14a9092497 Hpricot is a very flexible HTML parser, based on Tanaka Akira's HTree
and John Resig's JQuery, but with the scanner recoded in
C (using Ragel for scanning.)

WWW: http://code.whytheluckystiff.net/hpricot/
2007-02-03 17:27:47 +00:00
MANTANI Nobutaka
ea5d544a35 Update to 2.2.
PR:		ports/108409
Submitted by:	Masashi CHIBA <chiba.masashi@gmail.com>
2007-02-03 17:26:58 +00:00
Emanuel Haupt
be25e8e8ea - Use USE_LDCONFIG
- Skip /usr/bin/objformat tests and use elf obj format by default

Notified by:	kris (via pointyhat)
2007-02-03 16:39:37 +00:00
Nicola Vitale
f76da43a15 - Updated to 1.9.12
- Added WITH_ZOPEINTERFACE knob
- New MASTER_SITES

Approved by:	alexbl (mentor, implicit)
2007-02-03 16:07:37 +00:00
Gerald Pfeifer
ce6367c6ca Update to version 20050409. This is just a few minor documentation changes,
but people my wonder why we are not up-to-date otherwise.

Tweak Makefile to allow installation into a virgin ${PREFIX}.
2007-02-03 15:27:04 +00:00
Jose Alonso Cardenas Marquez
6be28babe5 - Update to 0.5.6 2007-02-03 15:18:21 +00:00
Shaun Amott
7e113100c5 Bump PORTREVISION to sync with lang/erlang. 2007-02-03 14:06:30 +00:00
Lars Balker Rasmussen
a33264c1eb Update to 0.21 2007-02-03 13:20:41 +00:00
Renato Botelho
aa58955c5f - Remove 4.x support on my ports 2007-02-03 13:18:30 +00:00
Renato Botelho
9acdaf5844 - Remove 4.x support
- Use PORTDOCS
2007-02-03 13:17:21 +00:00
Lars Balker Rasmussen
82fb3cd73f From submitter:
- allow build this port on Perl 5.6.x
  (Since Perl 5.005_03 is no longer supported after FreeBSD 4.x EoL, I stop
  testing p5-* under Perl 5.005_03)
- remove dependency of p5-Test-Simple since it's already shipped within Perl
  5.6.x or above

PR:		108594
Submitted by:	Yen-Ming Lee <leeym@freebsd.org>
2007-02-03 13:07:20 +00:00
Andrew Pantyukhin
09be27ba91 - Mark compatible with Firefox 2.0.* 2007-02-03 13:06:14 +00:00
Thierry Thomas
bab71e37ad Update to 1.0.5p2. 2007-02-03 12:51:45 +00:00
Rong-En Fan
bec7cacd51 - Update to 0.0.7
- Switch to Module::Build
2007-02-03 11:41:38 +00:00
Nicola Vitale
e095d81ae4 - Updated to 0.91
Approved by:	alexbl (mentor, implicit)
2007-02-03 10:36:59 +00:00
Rong-En Fan
5473bb418d - Update to 0.21
PR:		no number yet
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-02-03 10:09:36 +00:00
Martin Wilke
a7b7a48994 - Update to 0.34
PR:             108652
Submitted by:   miwi
Approved by:    maintainer
2007-02-03 09:49:57 +00:00
Martin Wilke
f398a6850f - Update to 0.9.720
PR:		108621
Submitted by:	Sergei Vyshenski <svysh@cryptocom.ru> (maintainer)
2007-02-03 09:49:52 +00:00
Martin Wilke
16f8302fff - Update to 0.9.725
PR:		108652
Submitted by:	Sergei Vyshenski <svysh@cryptocom.ru> (maintainer)
2007-02-03 09:49:48 +00:00
Martin Wilke
513794d400 - Fix build after remove objformat on head
Submitted :     trasz (maintainer via privat mail)
2007-02-03 09:49:45 +00:00
Martin Wilke
5eb59f6bd3 - Update to 1.1.32
PR:             108688
Submitted by:   Ashish Shukla<wahjava@gmail.com> (Maintainer)
2007-02-03 09:49:43 +00:00
Martin Wilke
6375ada259 - Update to 0.0.22.1
PR:		108622
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
2007-02-03 09:49:33 +00:00
Martin Wilke
7d74276f5c - Update to 2.14.2
PR:		ports/108654
Submitted by:	Simon Dick <simond@irrelevant.org> (maintainer)
2007-02-03 09:49:30 +00:00
Martin Wilke
4b60bbbf81 - Update to 0.9.651
PR:		108619
Submitted by:	Sergei Vyshenski <svysh@cryptocom.ru> (Maintainer)
2007-02-03 09:49:27 +00:00
Martin Wilke
53b9f8437c - Update to 0.6.1
PR:		108612
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
2007-02-03 09:49:21 +00:00
Martin Wilke
bc0a5645c6 - Update to 0.9.724
PR:		108614
Submitted by:	Sergei Vyshenski <svysh@cryptocom.ru> (maintainer)
2007-02-03 09:49:20 +00:00
Martin Wilke
09957fa567 - Update to 0.9.651
PR:		108615
Submitted by:   Sergei Vyshenski <svysh@cryptocom.ru> (maintainer)
2007-02-03 09:49:16 +00:00
Martin Wilke
bc2825cd93 - Update to 2.1 2007-02-03 09:49:14 +00:00
Martin Wilke
f0e1a3ad90 - Update to 1.395
Notes:
Reason from hattrickorganizer.net:
"Because of an Hattrick change in the login process,
we just released a new version that you can find in
the download section of the site. This update is mandatory,
as of 29.02.2007 HT will do the change and every old release will
stop working, so please be sure to upgrade
Java to 1.5 and update your HO installation to the latest available."

PR:		108632
Submitted by:	Lars Engels <lars.engels@0x20.net> (maintainer)
2007-02-03 09:49:12 +00:00
Martin Wilke
7e0e26e45d - Update to 0.9.651
PR:		108616
Submitted by:	Sergei Vyshenski <svysh@cryptocom.ru> (maintainer)
2007-02-03 09:49:09 +00:00
Martin Wilke
6e8780162b - Update to 0.4.0.1
PR:		108613
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2007-02-03 09:49:07 +00:00
Martin Wilke
e9a425a07e - Update 0.9.725
PR:		108617
Submitted by:	Sergei Vyshenski <svysh@cryptocom.ru> (maintainer)
2007-02-03 09:49:05 +00:00
Martin Wilke
b7f50ec608 - Update to 0.9.719
PR:		108618
Submitted by:	Sergei Vyshenski <svysh@cryptocom.ru> (maintainer)
2007-02-03 09:49:02 +00:00
Oliver Lehmann
9fb40f3f14 enable the plugins by default
Suggested by:	Dmitry Pryanishnikov <dmitry@atlantis.dp.ua>
2007-02-03 08:34:58 +00:00
Oliver Lehmann
03a77ac8ec fix pkg-plist 2007-02-03 08:18:44 +00:00
Rong-En Fan
c7b2661d41 - Update to 2.4.4
PR:		ports/108698
Submitted by:	Simon Olofsson <simon at olofsson.de> (maintainer)
2007-02-03 04:58:53 +00:00