1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

14602 Commits

Author SHA1 Message Date
Joerg Wunsch
aed756d9c9 Add support for ATtiny261/461/861. 2006-01-04 23:17:26 +00:00
Edwin Groothuis
d67d1df158 [maintainer update] Doxygen to 1.4.6
Upgrade to bugfix release 1.4.6.
	Fixes a crash when using groupdef command under certain circumstances.
	http://bugzilla.gnome.org/show_bug.cgi?id=325101

PR:		ports/91309
Submitted by:	Melvyn Sopacua <mdev@melvyn.homeunix.org>
2006-01-04 21:10:02 +00:00
Edwin Groothuis
432a9426d0 [UPDATE]: devel/darts
This patch will update devel/darts to version 0.3.  This
	version fixes several bugs.

PR:		ports/91286
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2006-01-04 09:14:59 +00:00
Alexander Nedotsukov
e9d900aadd Update to 2.8.5 2006-01-04 04:02:40 +00:00
Lev A. Serebryakov
982c2719f9 Update to 1.3.0 release. 2006-01-03 16:55:38 +00:00
Dmitry Sivachenko
c16470cf44 Drop maintainership. 2006-01-03 09:12:28 +00:00
Cheng-Lung Sung
13d6613429 - update to 0.52 2006-01-03 09:00:30 +00:00
Edwin Groothuis
2b52c93ce4 [maintainer update] Update devel/p5-POE-Component-Child from 1.33 to 1.39
Update devel/p5-POE-Component-Child from version 1.33 to
	1.39. Minor modifications, e.g.  change my maintainer
	address, add build dependency.

PR:		ports/91172
Submitted by:	hideo <hideo@lastamericanempire.com>
2006-01-03 00:27:17 +00:00
Alexander Kabaev
af6298430c Bring back linux_kdump. It builds just fine using devel/linux_devtools-8. 2006-01-02 23:02:11 +00:00
Yen-Ming Lee
d5a7b6738c - update dependency
- take maintainership

Approved by:	clsung (maintainer)
2006-01-02 22:40:00 +00:00
Edwin Groothuis
49123e829b [Maintainer Update] devel/gauche-sdl fixed compiler error
devel/gauche-sdl was broken after a lang/gauche update due
	to changes in how strings are internally represented. This
	updates string access in the stub files, allowing it to
	compile again. (the gfx subdir is still not fixed, so it's
	being forcefully bypassed).

	(author will be notified as soon as I get a pr # to give him)

PR:		ports/91228
Submitted by:	Erik Greenwald <erik@smluc.org>
2006-01-02 22:23:19 +00:00
Edwin Groothuis
c5c8d6dd5f [PATCH] devel/ode and devel/ode-devel: unbreak on 64bit platforms
devel/ode and devel/ode-devel ports are marked broken on
	non-i386 archs (i.e. amd64, ia64), because ode fail to build
	on these systems with following errors:

	c++ -Iinclude -c   -fno-exceptions  -fomit-frame-pointer -O -pipe -I/usr/X11R6/include
	+-DdNODEBUG -o ode/src/timer.o ode/src/timer.cpp
	{standard input}: Assembler messages:
	{standard input}:62: Error: `(%esi)' is not a valid 64 bit base/index expression
	{standard input}:63: Error: `4(%esi)' is not a valid 64 bit base/index expression
	{standard input}:86: Error: `(%esi)' is not a valid 64 bit base/index expression
	{standard input}:87: Error: `4(%esi)' is not a valid 64 bit base/index expression
	{standard input}:172: Error: `(%esi)' is not a valid 64 bit base/index expression
	{standard input}:173: Error: `4(%esi)' is not a valid 64 bit base/index expression
	{standard input}:194: Error: `(%esi)' is not a valid 64 bit base/index expression
	{standard input}:195: Error: `4(%esi)' is not a valid 64 bit base/index expression
	{standard input}:234: Error: `(%esi)' is not a valid 64 bit base/index expression
	{standard input}:235: Error: `4(%esi)' is not a valid 64 bit base/index expression
	gmake: *** [ode/src/timer.o] Error 1
	*** Error code 2

	Stop in /usr/ports/devel/ode.

	After some investigation, I think I've solved the problem,
	and it would be great to unbreak ode at last.

	The build on 64 bit platforms fails because some 32 bit
	assembly gets included in the ode/src/timer.cpp file.

	That, on it's turn, happens because ode's configurator
	(simple configure analogue written in C) has too weak
	checking for `pentium compatibility' of host system - it
	just tries to compile following assembly code: `mov $0,
	%eax' as a test. That compiles well on 64 bit platforms,
	but because addressing scheme is now 64bit, above-mentioned
	errors occur when compiling ode's source itself.

	The fix is to add a patch to configurator.c that makes
	`pentium compatibility' test more strict. Thus, test will
	fail on 64 bit ystems and i386 assembly won't be used (ode
	will use more portable routines instead).

	This patch is not well tested, as I myself have no 64 bit
	machines in the vicinity, but it surely doesn't break ode
	on x86 :)

	I've mailed it to ode author, it's now also in ODE's CVS.

PR:		ports/90077
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
Approved by:	maintainer timeout
2006-01-02 20:12:50 +00:00
Edwin Groothuis
946a18c854 Update port: devel/ocaml-ulex (upgrade to the latest version)
Upgrade to the latest, 0.8, version. I've removed the patch
	because it's already commited to this version by the vendor.

PR:		ports/90208
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
Approve by:	maintainer timeout
2006-01-02 20:09:56 +00:00
Tom McLaughlin
a7886583bc Fix pkg-plist after latest dbus update. 2006-01-02 19:37:27 +00:00
Tilman Keskinoz
cb5f44a1b9 Retire libmusclecard, it is now part of the pcsc-lite port again. 2006-01-02 13:53:08 +00:00
Tilman Keskinoz
92d648ed4b Update to 0.9.4 2006-01-02 13:49:29 +00:00
Tilman Keskinoz
0424e54e0a * Update to 1.2.9.b.9
- libmusclecard was reintegrated
* Takeover Maintainership [1]

Approved by:	old maintainer[1]
2006-01-02 13:48:29 +00:00
Alexander Nedotsukov
28f1688999 Remove traling whitespaces.
Noticed by:	anholt
2006-01-02 13:48:04 +00:00
Yen-Ming Lee
fa9062b7ea - unbreak on old perl
PR:		90571
Submitted by:	leeym
Approved by:	maintainer timeout
2006-01-01 19:45:31 +00:00
Pav Lucistnik
3ac96f513a - Update to 2.2.30
PR:		ports/91143
Submitted by:	Greg Becker <greg@codeconcepts.com> (maintainer)
2006-01-01 19:40:51 +00:00
Yen-Ming Lee
1fb2833f79 - assign to perl@ 2006-01-01 19:01:39 +00:00
Yen-Ming Lee
28e9b8fc3a - update to 1.5 2006-01-01 18:58:26 +00:00
Yen-Ming Lee
16ce0c1da3 - remap BUILD_DEPENDS and RUN_DEPENDS
module's Makefile.PL	=> port's Makefile
  requires		-> RUN_DEPENDS
  build_requires	-> BUILD_DEPENDS, RUN_DEPENDS
2006-01-01 14:32:38 +00:00
Cheng-Lung Sung
7d6a901bda - update to 0.51 2006-01-01 07:42:58 +00:00
Pav Lucistnik
677e08a15d - Update to 20051231
PR:		ports/91150
Submitted by:	Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer)
2006-01-01 00:11:02 +00:00
Pav Lucistnik
31fb48d4b5 - Update to 1.4.2
- Take maintainership

PR:		ports/91118
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-12-31 23:17:40 +00:00
Pav Lucistnik
8f3ab30509 - Update to 0.9.12
- Take maintainership

PR:		ports/91117
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-12-31 23:06:05 +00:00
Joe Marcus Clarke
0a37251d21 Chase the dbus shared lib version. 2005-12-31 19:08:20 +00:00
Joe Marcus Clarke
3549788aa1 Chase the dbus shared lib version. 2005-12-31 18:49:08 +00:00
Joe Marcus Clarke
a669dc1c3c Update to 0.60. 2005-12-31 18:43:11 +00:00
Pav Lucistnik
6add72df94 - Update to 1.1.0
- Take maintainership

PR:		ports/91098
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-12-31 17:27:23 +00:00
Emanuel Haupt
33ea98f1e7 - Update to 0.25
- Mark it broken on 4.x, requires wcswidth() which is not
  present in 4.x libc

PR:		91135
Submitted by:	Lapo Luchini <lapo@lapo.it> (maintainer)
2005-12-31 16:40:34 +00:00
Emanuel Haupt
b3656dfaff Add SHA256 checksums
PR:		91123,91125,91126,91127,91128,91129,91130,91131
Submitted by:	Nicola Vitale <nivit@email.it> (maintainer)
2005-12-31 15:36:33 +00:00
Erwin Lansing
3e3f26bb87 Update to 0.09
PR:		91111
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-31 10:39:57 +00:00
Pav Lucistnik
a732551284 - Remove expired ports 2005-12-31 08:36:45 +00:00
Yen-Ming Lee
334f1333ff - update to 0.51 2005-12-31 06:24:56 +00:00
Marcel Moolenaar
5c9fcb26af Do not replace Elf64_Xword and Elf64_Sxword on FreeBSD versions 600102
or higher. We have the standard ELF types since then...
2005-12-31 01:30:29 +00:00
Pav Lucistnik
47a39af0bb - Add SHA256
PR:		ports/91094
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
2005-12-30 21:36:38 +00:00
Pav Lucistnik
37a7cbd63b - Update to 1.0.10
PR:		ports/91100
Submitted by:	Jose Liang <jose@jose.idv.tw>
2005-12-30 18:23:38 +00:00
Mathieu Arnold
6821e6223f Update to 0.40 2005-12-30 16:22:03 +00:00
Pav Lucistnik
1ad5288699 - Correct expiration date; it was set one year in the past 2005-12-30 05:28:13 +00:00
Pav Lucistnik
aa96e7f28f This is a port of the bulk of the Plan 9 software build environment to
Unix.

This port tries to reproduce the Plan 9 build environment as faithfully
as possible, providing u.h and libc.h, and blithely redefining tokens
such as open, dup, and accept in order to provide implementations that
better mimic the Plan 9 semantics. The result is a more complicated and
less Unix-friendly environment, but Plan 9 programs can typically be
compiled with little or no changes.

PR:		ports/90997
Submitted by:	Serge Gagnon <serge.gagnon@b2b2c.ca>
2005-12-30 05:07:46 +00:00
Joerg Wunsch
fd81fe58a7 Update to avr-libc 1.4.1. 2005-12-29 23:01:15 +00:00
Anton Berezin
8ee744ef03 Update to 0.08.
Submitted by:	maintainer
PR:		91048
2005-12-29 11:23:55 +00:00
Edwin Groothuis
b41b5a6563 NEW PORT: devel/py-kid template language for XML based written in Python
Kid is a simple template language for XML based vocabularies
	written in Python.  It was spawned as a result of a kinky
	love triangle between XSLT, TAL, and PHP.  We believe many
	of the best features of these languages live on in Kid with
	much of the limitations and complexity stamped out.

PR:		ports/90909
Submitted by:	"Choe, Cheng-Dae" <whitekid@gmail.com>
2005-12-29 05:25:46 +00:00
Edwin Groothuis
15da4fd749 [NEW PORT] devel/simian: simlarity analysis for source code
Simian is a program for checking source (and all kinds of
	text files) for repeating blocks.

	Simian (Similarity Analyser) identifies duplication in Java,
	C#, C, C++, COBOL, Ruby, JSP, ASP, HTML, XML, Visual Basic
	source code and even plain text files.  In fact, simian can
	be used on any human readable files such as ini files,
	deployment descriptors, you name it.

	Note: The port uses the java version by default. You can
	select the .NET version via WITH_MONO=yes, and disable
	installation of the java parts with WITHOUT_JAVA=yes.

	WWW: http://www.redhillconsulting.com.au/products/simian/

PR:		ports/83315
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2005-12-29 00:46:44 +00:00
David E. O'Brien
23430cdc7d MFgdb53: Use as proper files, not as a patch to /dev/null. 2005-12-28 22:39:29 +00:00
Erwin Lansing
a331e78cc7 Update to 1.03
PR:		91025
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-28 18:45:05 +00:00
Pav Lucistnik
d23d6ca3aa - Update to 2.15
PR:		ports/91017
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
2005-12-28 15:50:27 +00:00
Anton Berezin
c96aa66a28 Add devel/p5-Proc-Queue 1.16, a Perl module that overrides fork and
related syscalls to limit the number of spawned children transparently.
2005-12-28 13:58:46 +00:00