aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.3.0 release.Lev A. Serebryakov2006-01-038-44/+20
| | | | Notes: svn path=/head/; revision=152670
* Drop maintainership.Dmitry Sivachenko2006-01-031-1/+1
| | | | Notes: svn path=/head/; revision=152651
* - update to 0.52Cheng-Lung Sung2006-01-032-4/+4
| | | | Notes: svn path=/head/; revision=152650
* [maintainer update] Update devel/p5-POE-Component-Child from 1.33 to 1.39Edwin Groothuis2006-01-033-9/+18
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=152630
* Bring back linux_kdump. It builds just fine using devel/linux_devtools-8.Alexander Kabaev2006-01-024-0/+56
| | | | Notes: svn path=/head/; revision=152622
* - update dependencyYen-Ming Lee2006-01-021-6/+13
| | | | | | | | | - take maintainership Approved by: clsung (maintainer) Notes: svn path=/head/; revision=152620
* [Maintainer Update] devel/gauche-sdl fixed compiler errorEdwin Groothuis2006-01-024-7/+135
| | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=152617
* [PATCH] devel/ode and devel/ode-devel: unbreak on 64bit platformsEdwin Groothuis2006-01-024-8/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=152601
* Update port: devel/ocaml-ulex (upgrade to the latest version)Edwin Groothuis2006-01-023-14/+4
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=152599
* Fix pkg-plist after latest dbus update.Tom McLaughlin2006-01-022-5/+5
| | | | Notes: svn path=/head/; revision=152598
* Retire libmusclecard, it is now part of the pcsc-lite port again.Tilman Keskinoz2006-01-025-50/+0
| | | | Notes: svn path=/head/; revision=152590
* Update to 0.9.4Tilman Keskinoz2006-01-026-42/+7
| | | | Notes: svn path=/head/; revision=152589
* * Update to 1.2.9.b.9Tilman Keskinoz2006-01-026-37/+51
| | | | | | | | | | - libmusclecard was reintegrated * Takeover Maintainership [1] Approved by: old maintainer[1] Notes: svn path=/head/; revision=152588
* Remove traling whitespaces.Alexander Nedotsukov2006-01-022-4/+4
| | | | | | | Noticed by: anholt Notes: svn path=/head/; revision=152587
* - unbreak on old perlYen-Ming Lee2006-01-011-1/+9
| | | | | | | | | PR: 90571 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=152539
* - Update to 2.2.30Pav Lucistnik2006-01-013-5/+6
| | | | | | | | PR: ports/91143 Submitted by: Greg Becker <greg@codeconcepts.com> (maintainer) Notes: svn path=/head/; revision=152537
* - assign to perl@Yen-Ming Lee2006-01-011-1/+1
| | | | Notes: svn path=/head/; revision=152531
* - update to 1.5Yen-Ming Lee2006-01-012-5/+12
| | | | Notes: svn path=/head/; revision=152530
* - remap BUILD_DEPENDS and RUN_DEPENDSYen-Ming Lee2006-01-011-2/+3
| | | | | | | | | module's Makefile.PL => port's Makefile requires -> RUN_DEPENDS build_requires -> BUILD_DEPENDS, RUN_DEPENDS Notes: svn path=/head/; revision=152525
* - update to 0.51Cheng-Lung Sung2006-01-012-4/+4
| | | | Notes: svn path=/head/; revision=152518
* - Update to 20051231Pav Lucistnik2006-01-013-5/+9
| | | | | | | | PR: ports/91150 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer) Notes: svn path=/head/; revision=152515
* - Update to 1.4.2Pav Lucistnik2005-12-312-6/+7
| | | | | | | | | | - Take maintainership PR: ports/91118 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> Notes: svn path=/head/; revision=152509
* - Update to 0.9.12Pav Lucistnik2005-12-313-18/+27
| | | | | | | | | | - Take maintainership PR: ports/91117 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> Notes: svn path=/head/; revision=152507
* Chase the dbus shared lib version.Joe Marcus Clarke2005-12-311-2/+2
| | | | Notes: svn path=/head/; revision=152501
* Chase the dbus shared lib version.Joe Marcus Clarke2005-12-312-2/+3
| | | | Notes: svn path=/head/; revision=152498
* Update to 0.60.Joe Marcus Clarke2005-12-319-52/+53
| | | | Notes: svn path=/head/; revision=152497
* - Update to 1.1.0Pav Lucistnik2005-12-314-9/+25
| | | | | | | | | | - Take maintainership PR: ports/91098 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> Notes: svn path=/head/; revision=152493
* - Update to 0.25Emanuel Haupt2005-12-312-12/+13
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=152491
* Add SHA256 checksumsEmanuel Haupt2005-12-312-0/+2
| | | | | | | | PR: 91123,91125,91126,91127,91128,91129,91130,91131 Submitted by: Nicola Vitale <nivit@email.it> (maintainer) Notes: svn path=/head/; revision=152488
* Update to 0.09Erwin Lansing2005-12-312-4/+4
| | | | | | | | PR: 91111 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) Notes: svn path=/head/; revision=152482
* - Remove expired portsPav Lucistnik2005-12-319-79/+0
| | | | Notes: svn path=/head/; revision=152476
* - update to 0.51Yen-Ming Lee2005-12-313-5/+9
| | | | Notes: svn path=/head/; revision=152473
* Do not replace Elf64_Xword and Elf64_Sxword on FreeBSD versions 600102Marcel Moolenaar2005-12-311-1/+7
| | | | | | | or higher. We have the standard ELF types since then... Notes: svn path=/head/; revision=152461
* - Add SHA256Pav Lucistnik2005-12-302-0/+2
| | | | | | | | PR: ports/91094 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer) Notes: svn path=/head/; revision=152454
* - Update to 1.0.10Pav Lucistnik2005-12-302-7/+7
| | | | | | | | PR: ports/91100 Submitted by: Jose Liang <jose@jose.idv.tw> Notes: svn path=/head/; revision=152436
* Update to 0.40Mathieu Arnold2005-12-303-4/+11
| | | | Notes: svn path=/head/; revision=152433
* - Correct expiration date; it was set one year in the pastPav Lucistnik2005-12-301-1/+1
| | | | Notes: svn path=/head/; revision=152411
* This is a port of the bulk of the Plan 9 software build environment toPav Lucistnik2005-12-305-0/+166
| | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=152408
* Update to avr-libc 1.4.1.Joerg Wunsch2005-12-294-27/+36
| | | | Notes: svn path=/head/; revision=152388
* Update to 0.08.Anton Berezin2005-12-292-4/+4
| | | | | | | | Submitted by: maintainer PR: 91048 Notes: svn path=/head/; revision=152346
* NEW PORT: devel/py-kid template language for XML based written in PythonEdwin Groothuis2005-12-296-0/+166
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=152330
* [NEW PORT] devel/simian: simlarity analysis for source codeEdwin Groothuis2005-12-296-0/+139
| | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=152319
* MFgdb53: Use as proper files, not as a patch to /dev/null.David E. O'Brien2005-12-285-1696/+1691
| | | | Notes: svn path=/head/; revision=152312
* Update to 1.03Erwin Lansing2005-12-282-7/+6
| | | | | | | | PR: 91025 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) Notes: svn path=/head/; revision=152291
* - Update to 2.15Pav Lucistnik2005-12-282-4/+4
| | | | | | | | PR: ports/91017 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer) Notes: svn path=/head/; revision=152283
* Add devel/p5-Proc-Queue 1.16, a Perl module that overrides fork andAnton Berezin2005-12-285-0/+43
| | | | | | | related syscalls to limit the number of spawned children transparently. Notes: svn path=/head/; revision=152275
* Add devel/p5-IPC-DirQueue 0.05, a disk-based many-to-many task queueAnton Berezin2005-12-285-0/+52
| | | | | | | written in Perl. Notes: svn path=/head/; revision=152271
* Update to 2.04Erwin Lansing2005-12-282-4/+4
| | | | Notes: svn path=/head/; revision=152268
* Tarball rerolled. Verified to be a non-constructial change.Edwin Groothuis2005-12-281-3/+3
| | | | Notes: svn path=/head/; revision=152263
* Update to 3.15.Anton Berezin2005-12-282-4/+4
| | | | Notes: svn path=/head/; revision=152255