[NEW] graphics/leptonica

2011-10-25 Thread Daniel Dickman
Here's a port of leptonica. This port is a new required dependency for graphics/tesseract so needs to be imported before tesseract can be updated to the latest version. # pkg_info leptonica Information for inst:leptonica-1.68 Comment: software used in image processing applications

[maintainer update] devel/intellij 9.0.4 - 10.5.2

2011-11-19 Thread Daniel Dickman
= intellij-${V} CATEGORIES=devel -REVISION= 2 - HOMEPAGE= http://www.jetbrains.com/idea/ MAINTAINER=Daniel Dickman didick...@gmail.com @@ -34,7 +32,7 @@ SUBST_VARS+= JAVA_HOME -WRKDIST= ${WRKDIR}/idea-IC-95.627 +WRKDIST

UPDATE: git to 1.5.1.6

2007-06-02 Thread Daniel Dickman
The patch at the link below updates git to 1.5.1.6. Have been running this for a while on my machine and seems to work fine: - http://www.dickman.org/openbsd/ports_devel_git_1.5.1.6.gz Bugfixes versus what's in current: - http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.1.4.txt -

UPDATE: math/octave 2.9.12 - 2.9.13

2007-07-26 Thread Daniel Dickman
I've put together an update patch for octave. Seems like some of the OpenBSD patches have been merged upstream. This worked fine for me on i386. Patch can be found here: http://www.dickman.org/openbsd/ports_math_octave_2.9.13.patch

UPDATE: net/curl 7.16.2 - 7.16.4

2007-07-27 Thread Daniel Dickman
Here's an update for curl to 7.16.4: http://www.dickman.org/openbsd/ports_net_curl_7.16.4.patch Recent changes are as follows: Fixed in 7.16.4 - July 10 2007 Changes: * added CURLOPT_NEW_FILE_PERMS and CURLOPT_NEW_DIRECTORY_PERMS * improved hashing of sockets for the multi_socket API

UPDATE: libgcrypt 1.2.0 - 1.2.2

2007-09-05 Thread Daniel Dickman
Here is an update of libgcrypt from 1.2.0 to 1.2.2. It looks like this version will be needed by the next version of gnome. The patch can be found here: http://www.dickman.org/openbsd/ports_security_libgcrypt_1.2.2.patch

Re: UPDATE: libgcrypt 1.2.0 - 1.2.2

2007-09-06 Thread Daniel Dickman
On 9/6/07, steven mestdagh [EMAIL PROTECTED] wrote: Daniel Dickman [2007-09-05, 23:06:17]: Here is an update of libgcrypt from 1.2.0 to 1.2.2. It looks like this version will be needed by the next version of gnome. The patch can be found here: http://www.dickman.org/openbsd

NEW: devel/sparse

2008-05-01 Thread Daniel Dickman
Here's a port of sparse which I've tested on i386. From pkg/DESCR: Sparse, the semantic parser, provides a compiler frontend capable of parsing most of ANSI C as well as many GCC extensions, and a collection of sample compiler backends, including a static analyzer also called sparse. Sparse

[NEW] Commander Keen port

2008-07-05 Thread Daniel Dickman
Hello, I've managed to port clonekeen over to OpenBSD. clonekeen is a clone of the classic Commander Keen game (http://en.wikipedia.org/wiki/Commander_Keen). It requires the original data files to play though. I've tested on i1386 with both the shareware and full version and it seems to work

Re: [NEW] Commander Keen port

2008-07-05 Thread Daniel Dickman
I've managed to port clonekeen over to OpenBSD. clonekeen is a clone of the classic Commander Keen game (http://en.wikipedia.org/wiki/Commander_Keen). It requires the original data files to play though. I've tested on i1386 with both the shareware and full version and it seems to work

gnome-session broken?

2008-10-25 Thread Daniel Dickman
I just did a clean build of base + ports and when I try to run gdm I get the error messages below and can't login. Am I doing something wrong? dmesg also included below in case it's needed. Thanks for any help or hints. /etc/X11/gdm/Xsession: Beginning session setup... /etc/X11/gdm/Xsession:

Re: gnome-session broken?

2008-10-25 Thread Daniel Dickman
Thanks. That worked for me too. On Sat, 25 Oct 2008, Markus Bergkvist wrote: Temporary work-around http://marc.info/?l=openbsd-portsm=122492925032482w=2 /Markus Daniel Dickman wrote: I just did a clean build of base + ports and when I try to run gdm I get the error messages below

Re: tomcat 6.0.20 on 4.8

2011-04-26 Thread Daniel Dickman
On Thu, 14 Apr 2011, Ian Darwin wrote: I get the same issue under 4.8. We should build /etc/rc.d script for 4.9, -current. Is any working one version 7? Yes, I am working on tomcat7 with an rc script What about the following diff? Ciao, David Hi David, I had a few thoughts on

Re: [patch] math/R 2.8.1 -- 2.12.2

2011-06-23 Thread Daniel Dickman
- LIB_DEPENDS appears to have some redudant fluff, pango depends on glib, so   no need to depend on glib. cairo depends on png, so no need for png either. thanks for taking a look. i've removed glib and png dependencies. - could you please look at the systrace warnings during the build? i

[new] lang/datalog

2011-06-24 Thread Daniel Dickman
Here's a port for datalog. Similar to prolog in some respects. Looks like a good recap of datalog vs. prolog can be found here: http://stackoverflow.com/questions/3924654/datalog-vs-clips-vs-prolog [~] pkg_info datalog Information for inst:datalog-1.5 Comment: subset of Prolog where all

[maintainer update] games/openttd 1.1.0 - 1.1.3

2011-09-23 Thread Daniel Dickman
Here's an update for openttd. Security and bug fixes, including: - CVE-2011-3341 - CVE-2011-3342 - CVE-2011-3343 (See http://security.openttd.org). Please commit. Index: Makefile === RCS file:

[UPDATE] tomcat 5.5.27 - 5.5.31

2010-11-23 Thread Daniel Dickman
- update to latest tomcat 5.5. - use ${SUBST_CMD} - add rc script - kurt@ drops maintainership Detailed changelog is here: http://tomcat.apache.org/tomcat-5.5-doc/changelog.html Index: Makefile === RCS file:

Re: UPDATE: apache-ant == 1.8.2

2011-03-30 Thread Daniel Dickman
Hi Amit, I didn't contact maintainer before sending out this email, just trying out how to make a port. Emailing maintainer, if somebody else like it, please commit. You will likely want to start with this version from ian@ -- http://marc.info/?l=openbsd-portsm=128482205114198w=2 Also, an

Re: UPDATE: apache-ant == 1.8.2

2011-04-01 Thread Daniel Dickman
Ok I did that. And now resending as inline diff and as attachment. But there is no mention about the patch-bin_runant_pl being removed. 1. rm file 2. cvs rm file 3. cvs diff ... don't worry about cvs commit... whoever decides to commit (and has commit rights) will take care of that step...

[update] intellij 9.0.4 - 10.0.2

2011-04-01 Thread Daniel Dickman
Here's an update of intellij. Highlights of changes are here: http://www.jetbrains.com/idea/whatsnew/index.html Tested on amd64. Index: Makefile === RCS file: /usr/cvs/ports/devel/intellij/Makefile,v retrieving revision 1.10 diff -u

[update] openttd 1.0.5 - 1.1.0

2011-04-01 Thread Daniel Dickman
Here's an update for openttd. Tests/comments welcome. Full changelog is here: http://us.binaries.openttd.org/binaries/releases/1.1.0/changelog.txt Index: Makefile === RCS file: /usr/cvs/ports/games/openttd/Makefile,v retrieving

[NEW] textproc/xapian-core

2009-06-13 Thread Daniel Dickman
Here's an updated port of Xapian. Changes since last time[1] are: - updated to latest version (1.0.13) - communicated with maintainer who fixed the regression tests. Now passes all tests on OpenBSD. Tested on i386. From pkg/DESCR -- Xapian is an Open Source Search Engine Library, released under

[NEW] textproc/xapian

2009-06-16 Thread Daniel Dickman
Here's the latest port of Xapian: a GPL search engine written in C++. Change since last time: - added xapian-omega, a pre-packaged search engine for web sites. - minor tweaks. Tested on i386. Please let me know if there's any feedback preventing this package from being imported at this point.

Re: balsa not in ports?

2009-06-22 Thread Daniel Dickman
On Mon, Jun 22, 2009 at 9:01 PM, Ted Unangstted.unan...@gmail.com wrote: On Mon, Jun 22, 2009 at 8:26 PM, Eric d'Alibuteric.hali...@gmail.com wrote: What is the rationale for excluding balsa from ports? Some glaring vuln? Probably a glaring lack of submissions.  You could also mail the ports

Re: out for adoption: devel/cvs2svn

2009-06-24 Thread Daniel Dickman
Here's an update to cvs2svn that Stuart ported earlier[1] with a few small updates: - Fixed MASTER_SITES - Fixed RUN_DEPENDS - Added cvs2svn-example.options and cvs2svn-git.options to PLIST - Updated COMMENT and pkg/DESCR I mostly tested the cvs2git functionality. For anyone that wants to learn

Re: www/firefox35 crashes on video content

2009-07-01 Thread Daniel Dickman
On Wed, Jul 1, 2009 at 11:35 PM, Aaron Stellmanz...@x96.org wrote: Built firefox35-3.5 on -amd64 current. Supposedly firefox35 supports the new html5 video element. However, firefox crashes on a page with such element. example page on which it crashes:

Re: CVS: cvs.openbsd.org: ports

2009-07-22 Thread Daniel Dickman
On Wed, Jul 22, 2009 at 4:17 AM, Antoine Jacoutotajacou...@cvs.openbsd.org wrote: CVSROOT:        /cvs Module name:    ports Changes by:     ajacou...@cvs.openbsd.org       2009/07/22 02:17:22 Log message:    Import xapian-core-1.0.13    Xapian is an opensource search engine library.    

[NEW] www/nutch

2009-11-22 Thread Daniel Dickman
Here's a port of nutch for OpenBSD that can be used as an enterprise search engine or to index pages on the web. I wasn't sure how to use the ports framework to allow RUN_DEPENDS to be either of tomcat v5 or v6 so I just set it up to depend on v6. Any other feedback or comments? Thanks. #

[NEW] textproc/py-pdf

2009-11-22 Thread Daniel Dickman
# pkg_info py-pdf Information for inst:py-pdf-1.12p0 Comment: Python PDF toolkit Description: A Pure-Python library built as a PDF toolkit. It is capable of: * extracting document information (title, author, ...), * splitting documents page by page, * merging documents page by page,

[UPDATE] games/amph

2009-11-30 Thread Daniel Dickman
The home page for amph is out of date. Here's a small update. Index: Makefile === RCS file: /usr/cvs/ports/games/amph/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile10 Aug 2009 06:31:41 - 1.15

[UPDATE] emulators/bochs 2.4.2

2009-11-30 Thread Daniel Dickman
Here's a patch to update bochs to 2.4.2. Tested on amd64. Index: Makefile === RCS file: /usr/cvs/ports/emulators/bochs/Makefile,v retrieving revision 1.45 diff -u -r1.45 Makefile --- Makefile10 Aug 2009 06:31:09 - 1.45

[UPDATE] productivity/fet

2009-11-30 Thread Daniel Dickman
Here's an update of fet to 5.11.0. Tested on amd64. The fet(1) man page has been added to the package. Changes since version 5.9.4 can be viewed here: http://www.lalescu.ro/liviu/fet/news.html Index: Makefile === RCS file:

[UPDATE] x11/xsnow

2009-11-30 Thread Daniel Dickman
Update the xsnow homepage which is currently pointing to a non-existent link. make fetch make checksum tested on amd64. Index: Makefile === RCS file: /usr/cvs/ports/x11/xsnow/Makefile,v retrieving revision 1.17 diff -u -r1.17

[UPDATE] www/linkchecker 4.5 - 5.1

2009-12-02 Thread Daniel Dickman
Here's an update for linkchecker to 5.1. Tested on amd64. Index: Makefile === RCS file: /usr/cvs/ports/www/linkchecker/Makefile,v retrieving revision 1.27 diff -u -r1.27 Makefile --- Makefile25 Mar 2009 13:39:40 - 1.27

Re: [UPDATE] www/linkchecker 4.5 - 5.1

2009-12-02 Thread Daniel Dickman
Thanks. New patch attached. On Thu, 3 Dec 2009, Stuart Henderson wrote: -DISTNAME= linkchecker-4.5 -PKGNAME= ${DISTNAME}p1 +V= 5.1 +DISTNAME= LinkChecker-${V} +PKGNAME= linkchecker-${V} better to do something like this and regenerate plist; MODPY_EGG_VERSION=5.1

[PATCH] Fix BROKEN lang/gprolog

2009-12-20 Thread Daniel Dickman
Here's a patch to update gprolog (which is currently marked as being i386 only and BROKEN) to the latest version. This was tested on amd64 and seemed to work for a few prolog test cases I fed through. The changelog includes a few updates over the last version which seem particularly relevant:

Re: [PATCH] Fix BROKEN lang/gprolog

2009-12-20 Thread Daniel Dickman
Here's a patch to update gprolog (which is currently marked as being i386 only and BROKEN) to the latest version. This was tested on amd64 and seemed to work for a few prolog test cases I fed through. And here's a small update to my patch which includes Nuno's changes from Feb 2009 that

[UPDATE] mail/elm 2.4.66 - 2.4.82

2009-12-23 Thread Daniel Dickman
Here's a patch to update a really ancient version of elm to a slightly less ancient version. Main changes to the port: - regen files/config.sh - update the HOMEPAGE and MASTER_SITES links which no longer exist - Add a LICENSE comment - regen PLIST patches Index: Makefile

Re: rwhoisd

2009-12-23 Thread Daniel Dickman
Hi Andrew, here's some quick feedback to get you started... 1) Don't include the CVS directories in the tar.gz file. 2) See some small changes below for the Makefile. Also, does this package have regression tests? If so, you should set those up. If not, don't forget to include NO_REGRESS=Yes

Re: [UPDATE] devel/netbeans 6.8

2009-12-30 Thread Daniel Dickman
This is issue is still present in the Netbeans 6.8 Beta version that I am running [1]on OpenBSD -current [2] - it happens when you use the Clean Build buttons and the Run button. Thanks. I can confirm the issue is still there... but not really enough to stop me from switching to 6.8 for my

Re: [UPDATE] devel/netbeans 6.8

2009-12-30 Thread Daniel Dickman
On Wed, Dec 30, 2009 at 9:51 AM, Brandon Mercer yourcomputer...@gmail.com wrote: On Wed, Dec 30, 2009 at 9:34 AM, Daniel Dickman didick...@gmail.com wrote: This is issue is still present in the Netbeans 6.8 Beta version that I am running [1]on OpenBSD -current [2] - it happens when you use

Re: UPDATE: lang/clisp

2009-12-30 Thread Daniel Dickman
This update package Clisp to the latest release 2.48. Tested on i386. Works for me on amd64 as well. Thanks.

Re: [NEW] devel/intellij

2010-01-05 Thread Daniel Dickman
Here's an update of the new port for intellij to make it require jdk 1.6 as openjdk 1.7 is not supported (reported by Ian Darwin). Daniel intellij_v2.tar.gz Description: GNU Zip compressed data

Re: Fetching distfiles that have URL parameters

2010-01-06 Thread Daniel Dickman
On Wed, Jan 6, 2010 at 10:18 PM, Nick Templeton n...@nicktempleton.com wrote: I'm working on a port and I'm having some difficulties when it comes to fetching the source. One of the distfiles has parameters in the URL to grab a particular version:

[PATCH] fix segfault for net/tintin

2010-01-10 Thread Daniel Dickman
tintin segfaults at startup for me without the patch below (tested on amd64). While here, also: - update MASTER_SITES to a working site - add a license comment - regen PLIST Index: Makefile === RCS file:

[PATCH] net/tkirc

2010-01-10 Thread Daniel Dickman
Small update for net/tkirc: - fix MASTER_SITES - add a license comment make fetch make checksum tested on amd64 Index: Makefile === RCS file: /usr/cvs/ports/net/tkirc/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile ---

[PATCH] fix MASTER_SITES for devel/jam

2010-01-12 Thread Daniel Dickman
The patch below fixes devel/jam to use a working MASTER_SITES. While here: regen PLIST, add a license comment, and include a better DESCR (which comes mostly from the Jam tutorial referenced below). Index: Makefile === RCS file:

Re: package proposal: paps

2010-02-09 Thread Daniel Dickman
Hello, I am sorry I cannot help with code, so I don't even try to port an application. I just installed in my home directory paps, a printing utility similar to a2ps but which understands unicode. It would be great to have it in the packages. This is the link: http://paps.sourceforge.net/

Re: [NEW] math/geogebra

2010-02-09 Thread Daniel Dickman
Geogebra work now with the latest snapshots. Please test it. Thanks :) Hi, seems like an interesting app. I have quite a few comments on the Makefile though. See below... --- You're missing an OpenBSD tag. i.e. the first line should be: # $OpenBSD$ COMMENT = dynamic

[PATCH] Fix ${ant.home} property for apache ant

2010-02-11 Thread Daniel Dickman
[Just sending this out now so it doesn't get lost. But intended for post-4.7] ANT_HOME isn't really set up to the best default which causes problems. Currently it's set to /usr/local, but would be better if it were /usr/local/ant. This change fixes problems in apps that use a build.xml file

Re: fix net/bing

2010-02-18 Thread Daniel Dickman
Hello ports@, Please commit this fix as soon as ports are unlocked. This fixes a nasty segfault on amd64 Confirmed on my end too. Here is another version of the patch which also bumps PKGNAME and updates PLIST and DESCR. Also, keyword substitution should probably be turned off when checking

Re: [PATCH] Security update firefox 3.5.8

2010-02-20 Thread Daniel Dickman
Are you sure the certs we add were not merged upstream ? As far as I can see, cacert.org won't be added anytime soon. (See these comments on the mozilla bug tracker): https://bugzilla.mozilla.org/show_bug.cgi?id=215243#c158 https://bugzilla.mozilla.org/show_bug.cgi?id=215243#c190 Also, this

[PATCH] Fix for jbrickshooter

2010-03-03 Thread Daniel Dickman
Sent to tech@ accidentally earlier... resending to the proper mailing list... -- The shell script to launch jbrickshooter depends on having the JRE installed and fails if only the JDK is available. # jbrickshooter

Re: RFC: devel/cmake ver. 2.8.0

2010-03-18 Thread Daniel Dickman
I prepare an update to cmake from version 2.4.8 to 2.8.0. Please test this update for me. On x86 it builds without any problems. CMake tends to be platform-independent, so I think, It should work on different CPU architectures. Hi Michal, couple questions on this. - any reason not to use

[UPDATE] misc/p5-Spreadsheet-ParseExcel

2010-03-20 Thread Daniel Dickman
Here's an update of p5-Spreadsheet-ParseExcel to the latest. Index: Makefile === RCS file: /usr/cvs/ports/misc/p5-Spreadsheet-ParseExcel/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile11 Oct 2009 09:44:59

Re: UPDATE devel/mercurial

2010-03-21 Thread Daniel Dickman
Hi Vivien. Some comments after a quick look -- 1) Have you contacted the MAINTAINER to work with them on an update? 2) I think you might have forgotten to do a make update-patches 3) I don't think the i18n files should be removed. They're still in the 1.5 tar.gz source download, but looks like

[UPDATE] misc/p5-Spreadsheet-WriteExcel

2010-03-21 Thread Daniel Dickman
Here's an update of p5-Spreadsheet-WriteExcel to the latest version. Changelog can be found here: http://cpansearch.perl.org/src/JMCNAMARA/Spreadsheet-WriteExcel-2.37/Changes All regression tests ran successfully for me on amd64. Index: Makefile

[NEW] productivity/opentaxsolver

2010-03-31 Thread Daniel Dickman
Here's a new port for OpenTaxSolver. Please let me know if there are any comments or feedback. # pkg_info opentaxsolver Information for inst:opentaxsolver-7.07 Comment: U.S. tax preparation software Description: OpenTaxSolver (OTS) is a free program for calculating Tax Form entries and

[NEW] math/geogebra

2010-04-10 Thread Daniel Dickman
Here is a new port for GeoGebra. There was an earlier attempt by Azwaw Ousadou[1], but below is an independent effort by myself. Tested on amd64. # pkg_info geogebra Information for inst:geogebra-3.2.41.0 Comment: educational mathematical software Description: GeoGebra is free and

[PATCH] 1/2 Fix geo/jeoip

2010-04-30 Thread Daniel Dickman
Fix the regress target for geo/jeoip by installing junit in the right place. Index: Makefile === RCS file: /usr/cvs/ports/java/junit/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile9 Nov 2009 11:03:26

[PATCH] 2/2 Fix geo/jeoip

2010-04-30 Thread Daniel Dickman
The regress target depends on junit. Index: Makefile === RCS file: /usr/cvs/ports/geo/jeoip/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile26 Apr 2009 09:38:25 - 1.7 +++ Makefile29 Apr 2010

[MAINTAINER UPDATE] devel/intellij

2010-04-30 Thread Daniel Dickman
Update intellij to 9.0.2. New features listed here: http://www.jetbrains.com/idea/whatsnew/index.html Also, remove the use of javaPathHelper based on a conversation with i...@. If you have JDK 1.7 in your path, javaPathHelper will pick that up and intellij will refuse to run. But since

[NEW] books/JMS

2010-04-30 Thread Daniel Dickman
# pkg_info JMS-2.0.tgz Information for file:./JMS-2.0.tgz Comment: Sun's official Java VM Specification, 2nd Ed. Description: This is the official specification of The Java Virtual Machine. ISBN-10: 0201432943 ISBN-13: 978-0201432947 Maintainer: The OpenBSD ports mailing-list ports@openbsd.org

Re: [NEW] books/JMS

2010-04-30 Thread Daniel Dickman
port attached this time.. On Sat, May 1, 2010 at 12:39 AM, Daniel Dickman didick...@gmail.com wrote: # pkg_info JMS-2.0.tgz Information for file:./JMS-2.0.tgz Comment: Sun's official Java VM Specification, 2nd Ed. Description: This is the official specification of The Java Virtual Machine

[NEW] math/omnitab

2010-05-04 Thread Daniel Dickman
# pkg_info omnitab Information for inst:omnitab-1.0 Comment: spreadsheet statistics package Description: OMNITAB 80 is a high-level spreadsheet for statistical analysis. OMNITAB, the precursor of Minitab(TM), was developed in the Statistical Engineering Division of NIST. Major capabilities

[NEW] databases/p5-Search-Xapian

2010-06-02 Thread Daniel Dickman
# pkg_info p5-Search-Xapian Information for inst:p5-Search-Xapian-1.0.17.0 Comment: perl bindings for the xapian search library Description: Search::Xapian is a Perl interface to the Xapian C++ search library. Xapian is a highly adaptable toolkit which allows developers to easily add advanced

Re: [NEW] password-gorilla 1.5.3

2010-07-10 Thread Daniel Dickman
On Sat, Jul 10, 2010 at 4:34 PM, Stuart Henderson s...@spacehopper.org wrote: On 2010/07/10 21:55, Jiri B. wrote: On Sat, 10 Jul 2010 20:28:40 +0200 Jiri B. ji...@live.com wrote: On Thu, 8 Jul 2010 17:43:47 +0900 Ryan McBride mcbr...@openbsd.org wrote: ===  Checking files for

Re: [NEW] password-gorilla 1.5.3

2010-07-10 Thread Daniel Dickman
User settings means it is not ok to set in a port Makefile. You will need to arrange to have it mirrored. In this case, just removing FETCH_CMD works fine. Although not an explicit link over at github.com that works so need for mirroring... that should say _no_ need for mirroring.

[PATCH] update biology/nut to 15.7

2010-07-21 Thread Daniel Dickman
Update nut to 15.7 and fix DESCR which had gotten out of date. Also stop patching the nut Makefile to add an install target, instead use an explicit do-install target in the ports Makefile. Tested on amd64. Index: Makefile ===

[MAINTAINER UPDATE] intellij 9.0.3

2010-07-23 Thread Daniel Dickman
Here's an update of intellij to 9.0.3. Please review and commit. This was tested on amd64. Brief description here: http://www.jetbrains.com/idea/whatsnew/index.html Detailed release notes are here: http://confluence.jetbrains.net/display/IDEADEV/IDEA+9.0.3+Release+Notes Index: Makefile

Re: [MAINTAINER UPDATE] intellij 9.0.3

2010-07-24 Thread Daniel Dickman
looks good to me. thanks. On Jul 24, 2010, at 6:50 AM, Stuart Henderson s...@spacehopper.org wrote: On 2010/07/23 18:04, Daniel Dickman wrote: Here's an update of intellij to 9.0.3. Please review and commit. This was tested on amd64. Brief description here: http://www.jetbrains.com/idea

Update for Porter's Handbook

2010-07-27 Thread Daniel Dickman
Here's an update for the Porter's Handbook with the following changes: - small html fix for ports/guide.html (duplicate br tags). - reorder the text in ports/index.html -- extract comes before patch not the other way around. - sync ports/specialtopics.html with changes from lum@ made to

Re: Update for Porter's Handbook

2010-07-28 Thread Daniel Dickman
And here's a new diff with a correction from Alexandre Ratchov (s/sio_open(4)/sio_open(3)/) and taking into account the commits by ste...@. On Tue, 27 Jul 2010, Daniel Dickman wrote: Here's an update for the Porter's Handbook with the following changes: - small html fix for ports/guide.html

[PATCH] Fix make fetch for sysutils/lsof

2010-08-02 Thread Daniel Dickman
Add HOMEPAGE and fix MASTER_SITES. The current port doesn't let me fetch lsof since lsof 4.84 is out which means that the mirrors moved 4.83 into the OLD sub-directory. And the purdue.edu site requires reverse DNS lookup before it allows access. Index: Makefile

Re: UPDATE, WIP: openttd 1.0.3

2010-08-31 Thread Daniel Dickman
Hi Anton (and Michael), Here is update for the OpenTTD port to the latest stable version. Ports for OpenGFX, OpenMSX, and OpenSFX are included. Now OpenTTD could be played without the non-free stuff. I've reordered the port a bit and made some subdirs (or should it be done with multi

[new] devel/camlp5 -- needed for BROKEN math/coq

2012-08-12 Thread Daniel Dickman
Here's a new port for camlp5 which is needed to fix BROKEN math/coq. I have a working update for coq as well but need to clean it up a bit to make it suitable for submission. Note I am targeting coq 8.3 since it will some time for dependencies to support 8.4 (which isn't released yet). To use

Re: devel/netbeans update

2013-03-08 Thread Daniel Dickman
netbeans updates are huge, i think it's better to gzip them or post them on the web instead of just sending them in-line. I've put some comments in-line below. but most importantly, the JDK for 1.6 has changed from oracle/sun to openjdk. How much testing did you do? I think it's important to do

Re: devel/netbeans update

2013-03-08 Thread Daniel Dickman
On Fri, Mar 8, 2013 at 6:55 PM, Stuart Henderson s...@spacehopper.org wrote: I think the Firefox 3.5 comments are probably because that version used to be needed for Java support before we had icedtea-web. So probably we need to talk about installing that and remove the text about symlinking

Re: UPDATE: devel/intellij to 12.1.2

2013-05-09 Thread Daniel Dickman
Since you are patching bin/intellij.sh anyway, why not just rip out all the JAVA_HOME/JDK-HOME goo and use javaPathHelper like all the other Java ports do? Done; files/idea wrapper is not needed anymore then, so I zapped it. This required adding a patch for readlink call, though. Thank you

ocaml-bitstring

2013-12-02 Thread Daniel Dickman
I'm looking to get ocaml bitstring ported to OpenBSD. I attached my work in progress. Anyone with more ocaml porting experience willing to help me finish the port? I tested this on macppc but I'm sure the pkg/* files and dependencies probably need more work... ocaml-bitstring.tgz Description:

Re: ocaml-bitstring

2013-12-04 Thread Daniel Dickman
regress tests worked fine on macppc. thanks. On Wed, Dec 4, 2013 at 7:24 PM, Jérémie Courrèges-Anglas j...@wxcvbn.org wrote: j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: Hi, Daniel Dickman didick...@gmail.com writes: I'm looking to get ocaml bitstring ported to OpenBSD. I attached

remove duplicate ports webpages

2013-12-10 Thread Daniel Dickman
The web pages that were merged into the ports faq are still on the website and people keep emailing around links to them and updating them without remembering to update the ports faq. This patch replaces each of the old pages with a redirect page to the ports faq. Since it's a a bit on the large

[patch] update coq to 8.4pl3

2014-03-20 Thread Daniel Dickman
The patch below is mostly from Yozo Toda. I've been running it for weeks on i386. Be great to get this in. Port changes: - Update math/coq from 8.4pl2 to 8.4pl3 - Remove patches already integrated into upstream - Add missing $OpenBSD$ tag to patch-test-suite-Makefile - Move coqtop.opt.1 from

Re: ACPI Component Architecture

2014-05-20 Thread Daniel Dickman
On May 20, 2014, at 11:08 AM, Lampshade lampsh...@poczta.fm wrote: Hello Is there any chance to include to current and in future to 5.6 newer version of acpica package? Currently in ports there is acpica-2023p0.tgz but ACPI Component Architecture is under active development and

Re: [UPDATE] lang/python/2.7

2014-07-11 Thread Daniel Dickman
On Wed, Jul 9, 2014 at 8:57 AM, Remi Pointel remi.poin...@xiri.fr wrote: Hi, this is the diff to update Python to 2.7.8. Thanks to daniel@ who added patches for regress tests on 2.7.7. Are you ok? works for me on i386. also tested with numpy 1.8.1 and a few local scripts which all work

Re: math/R maintainer update from 3.1.0 to 3.1.1

2014-07-14 Thread Daniel Dickman
On Mon, Jul 14, 2014 at 5:19 PM, Vadim Zhukov persg...@gmail.com wrote: 2014-07-14 21:48 GMT+02:00 Vadim Zhukov persg...@gmail.com: 2014-07-14 21:41 GMT+02:00 Rafael Sadowski raf...@sizeofvoid.org: hey @ports, Update to latest R, all regress pass, Ok? Testing it now, thanks. For those who

[patch] math/py-numpy 1.6.0 - 1.8.2

2014-09-02 Thread Daniel Dickman
-MODPY_EGG_VERSION= 1.6.0 +MODPY_EGG_VERSION= 1.8.2 DISTNAME= numpy-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION = 4 + CATEGORIES=math devel HOMEPAGE= http://numpy.scipy.org/ + +MAINTAINER=Daniel Dickman dan

Re: [patch] math/py-numpy 1.6.0 - 1.8.2

2014-09-14 Thread Daniel Dickman
=Daniel Dickman dan...@openbsd.org + # BSD PERMIT_PACKAGE_CDROM= Yes @@ -21,10 +22,13 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE MODULES= lang/python \ fortran +FLAVORS= python3 +FLAVOR?= + MODPY_SETUPTOOLS= Yes

Re: NEW: devel/afl

2014-11-20 Thread Daniel Dickman
adds a change to the Makefile to raise the fd ulimit to ensure the regress test passes from Daniel Dickman. And here is another version of the port as sthen@ points out the distfile was rerolled. Apparently for a workaround for lahf / sahf on older releases of OpenBSD/amd64 before http

matplotlib update to 1.4.2

2014-12-22 Thread Daniel Dickman
= matplotlib-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = graphics devel math HOMEPAGE= http://matplotlib.sourceforge.net/ +MAINTAINER=Daniel Dickman dan...@openbsd.org + # BSD-like PERMIT_PACKAGE_CDROM= Yes @@ -27,15 +28,19

new port: devel/csmith

2015-01-18 Thread Daniel Dickman
-testing compilers, static analyzers, and other tools that process C code. Csmith has found bugs in every tool that it has tested, and we have used it to find and report more than 400 previously-unknown compiler bugs. Maintainer: Daniel Dickman dan...@openbsd.org WWW: http://embed.cs.utah.edu

Re: new port: devel/csmith

2015-01-18 Thread Daniel Dickman
WANTLIB in the port should actually be: -WANTLIB+= c util z +WANTLIB+= c m stdc++ On Sun, Jan 18, 2015 at 3:03 PM, Daniel Dickman didick...@gmail.com wrote: Here's a port for csmith: a C compiler fuzzer. Ok to import? $ pkg_info csmith Information for inst:csmith-2.2.0 Comment

math/py-scipy update 0.10.0 - 0.14.1

2015-01-05 Thread Daniel Dickman
DISTNAME= scipy-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES=math devel -MAINTAINER=Eric Faurot e...@openbsd.org +MAINTAINER=Daniel Dickman dan...@openbsd.org # BSD PERMIT_PACKAGE_CDROM= Yes @@ -40,6 +40,11

math/py-numpy update 1.8.2 - 1.9.1

2015-01-05 Thread Daniel Dickman
Here's an update of numpy to 1.9.1. This update fixes a number of issues, especially on non-x86 platforms. For example on macppc: https://github.com/numpy/numpy/issues/5027 Release notes can be found here: http://docs.scipy.org/doc/numpy/release.html Tested on i386. ok? Index: Makefile

coq 8.4pl6

2015-05-20 Thread Daniel Dickman
I've been running this coq update for a while. ok? Here are the changes: Compilation - Coq compilation made possible with forthcoming ocaml 4.03. Bug fixes - Bug #4157: proof of False via vm compute on inductive with many constructors. - Bug #3491: anomaly when building _rect scheme in the

Re: suspicious conflict in python ports

2015-05-27 Thread Daniel Dickman
On Wed, 27 May 2015, Marc Espie wrote: py-oauth2-1.5.211(),py-paste-script-1.7.5() /usr/local/lib/python2.7/site-packages/tests/__init__.py /usr/local/lib/python2.7/site-packages/tests/__init__.pyc Those files have surprisingly generic names. I wonder if they should get

Re: suspicious conflict in python ports

2015-05-27 Thread Daniel Dickman
On Wed, May 27, 2015 at 6:14 PM, Dmitrij D. Czarkoff czark...@gmail.com wrote: Marc Espie es...@nerim.net wrote: Those files have surprisingly generic names. I wonder if they should get packaged at all ? Adam Wolk said: For net/py-oauth2 the __init__ file is empty. www/py-paste-script does

Re: NEW: devel/py-simplegeneric

2015-08-16 Thread Daniel Dickman
On Sun, Aug 16, 2015 at 11:07 AM, Edd Barrett e...@theunixzoo.co.uk wrote: Hey, Another dependency of IPython4 and Jupyter: The simplegeneric module lets you define simple single-dispatch generic functions, akin to Python’s built-in generic functions like len(), iter() and so on. OK? ok

Re: update pcc to 1.1.0

2015-11-01 Thread Daniel Dickman
> On Nov 1, 2015, at 8:24 AM, Fred wrote: > > Hi ports@ > > I'm trying to bring our pcc port upto 1.1.0 > > With the attached diff pcc builds, but when I try to compile a file I get: > > port:fred ~/code/c/stuff> pcc -o hello hw.c > ld: cannot find -lpcc > error: ld

Re: update pcc to 1.1.0

2015-11-01 Thread Daniel Dickman
> On Nov 1, 2015, at 10:16 AM, Fred <open...@crowsons.com> wrote: > >> On 11/01/15 15:05, Daniel Dickman wrote: >> >> >>> On Nov 1, 2015, at 8:24 AM, Fred <open...@crowsons.com> wrote: >>> >>> Hi ports@ >>> >>>

  1   2   3   4   5   6   7   8   9   10   >