Re: lang/go build failing on i386

2012-09-16 Thread Aaron Bieber
I applied this diff, rebooted and successfully built lang/go, but I seem to be running into some pretty strange issues trying to go programs. Perhaps I did something wrong.. but every time I try to compile the below I get: "/usr/local/bin/go[1]: syntax error: `(' unexpected" package main impor

[Update] lang/node 0.8.8 -> 0.8.9

2012-09-14 Thread Aaron Bieber
Holla! This diff brings lang/node to 0.8.9: Tested on i386 and amd64 with native and non-native modules. Looking for two OKs. Port changes: * set umask patch-deps_npm_lib_npm_js to 0022 2012.09.11, Version 0.8.9 (Stable) * v8: upgrade to 3.11.10.22 * GYP: upgrade to r1477 * npm: Upgrade to 1.

Re: net/snort update to 2.9.3.1

2012-09-11 Thread Aaron Bieber
On Tue, Sep 11, 2012 at 03:11:26PM -0400, Lawrence Teo wrote: > On Sat, Sep 01, 2012 at 09:32:15PM +0200, Markus Lude wrote: > > http://lteo.net/stuff/snort2931-test.html > Ran the above tests on macppc with no issues.

Re: [Update] productivity/taskwarrior 2.0.0 -> 2.1.1

2012-09-10 Thread Aaron Bieber
On Sun, Sep 09, 2012 at 11:14:23AM -0600, Aaron Bieber wrote: > On Sat, Sep 08, 2012 at 09:42:14AM -0600, Aaron Bieber wrote: > > Hola, > > > > I just recently ( today :P ) started using taskwarrior, so I am not > > quite qualified to test this. It builds fine on i38

Re: [Update] productivity/taskwarrior 2.0.0 -> 2.1.1

2012-09-09 Thread Aaron Bieber
On Sat, Sep 08, 2012 at 09:42:14AM -0600, Aaron Bieber wrote: > Hola, > > I just recently ( today :P ) started using taskwarrior, so I am not > quite qualified to test this. It builds fine on i386 and works for what > I am using it for. I have done some more testing on amd64, e

[Update] productivity/taskwarrior 2.0.0 -> 2.1.1

2012-09-08 Thread Aaron Bieber
Hola, I just recently ( today :P ) started using taskwarrior, so I am not quite qualified to test this. It builds fine on i386 and works for what I am using it for. Please see link below for a list of changes from 2.0.0: http://taskwarrior.org/projects/taskwarrior/wiki/Prior_versions Looking

[update] lang/node 0.8.7 -> 0.8.8

2012-08-28 Thread Aaron Bieber
Holla! This update brings node to 0.8.8. No non-trivial changes to the port. Tested on i386 and amd64. Native and non-native packages build fine against this. Looking for two OKs Changes: 2012.08.22, Version 0.8.8 (Stable) * V8: upgrade to 3.11.10.19 * npm: upgrade to 1.1.59 * windows:

Re: [Update] lang/node 0.8.2 -> 0.8.8

2012-08-23 Thread Aaron Bieber
On Thu, Aug 23, 2012 at 03:46:13PM +0100, Stuart Henderson wrote: > OK :) > Just as I was gonna commit - 0.8.8 came out! Here is the updated diff.. No port modifications ( from previous diff ) beyond NODE_VERSION, distinfo and PLIST. Two OKs? Index: Makefile =

Re: [Update] lang/node 0.8.2 -> 0.8.7

2012-08-23 Thread Aaron Bieber
On Thu, Aug 23, 2012 at 02:57:51PM +0200, Marc Espie wrote: > On Thu, Aug 23, 2012 at 01:54:46PM +0100, Stuart Henderson wrote: > > > > +@unexec rm -f %D/lib/node_modules/npm/man/whatis.db > > > > Took me a while to remember it, but of course this is exactly what @mandir > > is for. > > Yep Upd

[Update] lang/node 0.8.2 -> 0.8.7

2012-08-21 Thread Aaron Bieber
Hi, This update brings nodejs from 0.8.2 to 0.8.7. espie@, is the @unexec being used correctly in this situation? Port changes: * add a fixes for stupid permissions * remove patches/patch-common_gypi * replace patches/patch-tools_installer_js with patches/pat

Re: [update] lang/node 0.8.2 -> 0.8.6

2012-08-16 Thread Aaron Bieber
On Thu, Aug 09, 2012 at 03:58:18PM -0700, Jeremy Evans wrote: > On 08/09 07:54, Aaron Bieber wrote: > > Hi, > > > > This update brings node 0.8.2 to 0.8.6. I am looking for two OKs and > > advice on the correctness of the "@unexec-delete" addition. > >

[update] lang/node 0.8.2 -> 0.8.6

2012-08-09 Thread Aaron Bieber
Hi, This update brings node 0.8.2 to 0.8.6. I am looking for two OKs and advice on the correctness of the "@unexec-delete" addition. Native and non-native modules in ports compile against this. Cheers, Aaron Changes in port: * remove patch-common_gypi as -rdynamic is now specified for

Re: [update] databases/node-sqlite3 2.1.4 to 2.1.5

2012-07-08 Thread Aaron Bieber
On Sun, Jul 08, 2012 at 04:17:20PM -0600, Aaron Bieber wrote: > Hi, > > This update takes node-sqlite3 from 2.1.4 to 2.1.5, which adds a fix for > semver not liking '0.8.x' ( we had a patch for package.json that > is no longer needed as it added this fix as well ) >

[update] databases/node-sqlite3 2.1.4 to 2.1.5

2012-07-08 Thread Aaron Bieber
Hi, This update takes node-sqlite3 from 2.1.4 to 2.1.5, which adds a fix for semver not liking '0.8.x' ( we had a patch for package.json that is no longer needed as it added this fix as well ) OK? Cheers, Aaron

Re: [Update] lang/node 0.8.0 to 0.8.1

2012-07-05 Thread Aaron Bieber
pt for clients and servers -NODE_VERSION= v0.8.0 +NODE_VERSION= v0.8.1 DISTNAME= node-${NODE_VERSION} PKGNAME= ${DISTNAME:S/v//g} @@ -17,7 +17,7 @@ CATEGORIES= lang devel HOMEPAGE= http://nodejs.org/ -MAINTAINER=Aaron Bieber +MAINTAINER=Aaron Bieber # MIT PERMIT_PA

[Update] lang/node 0.8.0 to 0.8.1

2012-06-29 Thread Aaron Bieber
Hi, This patch updates node.js from 0.8.0 to 0.8.1 . I waited for a bit before submitting this one - so hopefully the checksums stay the same :P * V8: upgrade to v3.11.10.12 * npm: upgrade to v1.1.33 - Support for parallel use of the cache folder - Retry on registry timeouts or network failu

Re: [Update] lang/node 0.6.19 -> 0.8.0

2012-06-26 Thread Aaron Bieber
On Mon, Jun 25, 2012 at 11:48:08AM -0600, Aaron Bieber wrote: > On Mon, Jun 25, 2012 at 11:29:42AM -0600, Aaron Bieber wrote: > > Attached is a major update for node. It includes patches jeremy@ had > > sent in earlier for a chmod issue, an issue with node-gyp (this fix is >

[Update] databases/node-sqlite3 2.1.3 -> 2.1.4

2012-06-25 Thread Aaron Bieber
= sqlite3 -REVISION = 0 CATEGORIES = databases MAINTAINER = Aaron Bieber Index: distinfo === RCS file: /cvs/ports/databases/node-sqlite3/distinfo,v retrieving revision 1.1.1.1 diff -N -u -p distinfo --- distinfo10 May

Re: [Update] lang/node 0.6.19 -> 0.8.0

2012-06-25 Thread Aaron Bieber
On Mon, Jun 25, 2012 at 11:29:42AM -0600, Aaron Bieber wrote: > Attached is a major update for node. It includes patches jeremy@ had > sent in earlier for a chmod issue, an issue with node-gyp (this fix is > applied in the build's version of node-gyp and in the sub-module of > npm

[Update] lang/node 0.6.19 -> 0.8.0

2012-06-25 Thread Aaron Bieber
Attached is a major update for node. It includes patches jeremy@ had sent in earlier for a chmod issue, an issue with node-gyp (this fix is applied in the build's version of node-gyp and in the sub-module of npm.) and also makes npm's dependencies global. Port Changes: * Now builds with native op

[update] lang/node 0.6.18 to 0.6.19

2012-06-06 Thread Aaron Bieber
Hi, This patch brings node up to 0.6.19, one of my upstream patches for node-gyp was excepted, so we have a slightly less openbsd-specific patching Changes: * npm: upgrade to 1.1.24 * fs: no end emit after createReadStream.pause() (Andreas Madsen) * vm: cleanup module memory leakage (Marcel Lav

Re: [Move] ww/node -> lang/node

2012-05-23 Thread Aaron Bieber
On Wed, May 23, 2012 at 02:40:16PM +0200, Marc Espie wrote: > On Tue, May 22, 2012 at 06:26:32PM -0600, Aaron Bieber wrote: > > On Wed, May 23, 2012 at 01:39:47AM +0200, Marc Espie wrote: > > > On Tue, May 22, 2012 at 12:21:22PM -0600, Aaron Bieber wrote: > > > &g

Re: [Move] ww/node -> lang/node

2012-05-22 Thread Aaron Bieber
On Wed, May 23, 2012 at 01:39:47AM +0200, Marc Espie wrote: > On Tue, May 22, 2012 at 12:21:22PM -0600, Aaron Bieber wrote: > > Hola, > > > > This tarball / diff move node from www to lang, and patch all ports that > > depend on node. > > No go. > > y

[Move] ww/node -> lang/node

2012-05-22 Thread Aaron Bieber
Hola, This tarball / diff move node from www to lang, and patch all ports that depend on node. Cheers, Aaron ? audio/despotify ? comms/picocom Index: databases/node-pg/Makefile === RCS file: /cvs/ports/databases/node-pg/Makefile,v r

Re: update: arduino

2012-05-22 Thread Aaron Bieber
On Tue, May 22, 2012 at 02:04:39PM +0200, Jasper Lievisse Adriaanse wrote: > Could arduino users please give this a try? > Working here. I had to remove " -b $(UPLOAD_RATE)" ( line 118 ) to make it upload to my UNO rev3, but I had to do that with the previous version as well. > > -- > Cheers,

Re: [Update] www/node 0.6.17p2 -> 0.6.17p3

2012-05-10 Thread Aaron Bieber
On Thu, May 10, 2012 at 04:29:26PM +0200, David Coppa wrote: > On Thu, May 10, 2012 at 4:26 PM, Aaron Bieber wrote: > > > Index: pkg/PLIST > > === > > RCS file: /cvs/ports/www/node/pkg/PLIST,v > > ret

[Update] www/node 0.6.17p2 -> 0.6.17p3

2012-05-10 Thread Aaron Bieber
On Wed, May 09, 2012 at 04:29:39PM +0100, Stuart Henderson wrote: > On 2012/05/09 07:48, Aaron Bieber wrote: > > > I think if it's done this way, it's probably better hardcoded. > > > > > > On the other hand, it would be cleaner to actually include the >

Re: [NEW] databases/node-sqlite3

2012-05-09 Thread Aaron Bieber
This fixes a few issues: 1. now build against native sqlite3. 2. add RCS id to Makefile Let me know if there are more issues :P node-sqlite3.tar.gz Description: application/tar-gz

Re: FIXED: [Update] www/node 0.6.17p1 -> 0.6.17p2

2012-05-09 Thread Aaron Bieber
On Wed, May 09, 2012 at 09:09:35AM +0100, Stuart Henderson wrote: > On 2012/05/08 22:08, Aaron Bieber wrote: > > Lawrence Teo pointed out that having "/usr/ports/" hard coded is a bad > > idea. > > > > This updated diff fixes that: > > I actually thin

FIXED: [Update] www/node 0.6.17p1 -> 0.6.17p2

2012-05-08 Thread Aaron Bieber
Lawrence Teo pointed out that having "/usr/ports/" hard coded is a bad idea. This updated diff fixes that: Index: Makefile === RCS file: /cvs/ports/www/node/Makefile,v retrieving revision 1.35 diff -N -u -p Makefile --- Makefile

Re: [NEW] databases/node-sqlite3

2012-05-08 Thread Aaron Bieber
On Tue, May 08, 2012 at 06:57:19PM +0200, Jasper Lievisse Adriaanse wrote: > On Mon, May 07, 2012 at 08:15:26PM -0600, Aaron Bieber wrote: > > This port adds async sqlite3 bindings to node.js ( www/node ). It > > requires the 0.6.17p1 patch to build correctly. > > > >

[Update] www/node 0.6.17p1 -> 0.6.17p2

2012-05-08 Thread Aaron Bieber
This patch allows for building of sub-packages ( node-sqlite3 ) with USE_SYSTRACE enabled, and also prevents future downloading of node distfile. Index: Makefile === RCS file: /cvs/ports/www/node/Makefile,v retrieving revision 1.3

Re: [update] www/node 0.6.17p0 0.6.17p1

2012-05-08 Thread Aaron Bieber
On Tue, May 08, 2012 at 12:22:28PM +0100, Stuart Henderson wrote: > On 2012/05/07 20:12, Aaron Bieber wrote: > > This patch fixes node-gyp for native builds.. allowing for things like > > sqlite3 to be built. > > Any thoughts on whether or not to have gmake as a RUN_DEPEND

[NEW] databases/node-sqlite3

2012-05-07 Thread Aaron Bieber
This port adds async sqlite3 bindings to node.js ( www/node ). It requires the 0.6.17p1 patch to build correctly. Cheers, Aaron node-sqlite3.tar.gz Description: application/tar-gz

[update] www/node 0.6.17p0 0.6.17p1

2012-05-07 Thread Aaron Bieber
This patch fixes node-gyp for native builds.. allowing for things like sqlite3 to be built. I have also submitted this fix upstream. Index: Makefile === RCS file: /cvs/ports/www/node/Makefile,v retrieving revision 1.34 diff -N -u -p

[UPDATE] www/node 0.6.16 -> 0.6.17

2012-05-05 Thread Aaron Bieber
The below diff updates nodejs to 0.6.17. Tested on amd64 and i386. 2012.05.04 Version 0.6.17 (stable) * Upgrade npm to 1.1.21 * uv: Add support for EROFS errors (Ben Noordhuis, Maciej Małecki) * uv: Add support for EIO and ENOSPC errors (Fedor Indutny) * http: Fix client memory leaks (isaacs, Vin

Re: [Update] www/node 0.6.15 to 0.6.16

2012-05-01 Thread Aaron Bieber
Thanks Remi, Looks like the updated the tarball. Updated patch below. On Tue, May 01, 2012 at 09:18:32AM +0200, Remi Pointel wrote: > > I applied your patch but the size/checksum of distfile mismatch: > Index: Makefile === RCS fi

[Update] www/node 0.6.15 to 0.6.16

2012-04-30 Thread Aaron Bieber
Hola, this patch updates nodejs from 0.6.15 to 0.6.16. * upgrade v8 to 3.6.6.25 * upgrade npm to 1.1.19 * other fixes Index: Makefile === RCS file: /cvs/ports/www/node/Makefile,v retrieving revision 1.31 diff -N -u -p Makefile --- Ma

[NEW] coms/picocom

2012-04-28 Thread Aaron Bieber
I have tested this lill guy on amd64, i386 and macppc - no issues found!

Re: [update] webkit 1.8.1

2012-04-26 Thread Aaron Bieber
Yep - it was my system :D On Thu, Apr 26, 2012 at 04:32:32PM +0200, Landry Breuil wrote: > On Thu, Apr 26, 2012 at 08:16:23AM -0600, Aaron wrote: > > "env FLAVOR=gtk3 make" results in: > > > > ./DerivedSources/webkit/WebKitDOMDOMWindow.h: At global scope: > > ./DerivedSources/webkit/WebKitDOMDOMW

[update] www/node 0.6.14 to 0.6.15

2012-04-09 Thread Aaron Bieber
This update brings node from 0.6.14 to 0.6.15. Tested on amd64 and i386. Index: Makefile === RCS file: /cvs/ports/www/node/Makefile,v retrieving revision 1.30 diff -N -u -p Makefile --- Makefile26 Mar 2012 20:53:32 - 1.3

[Update] www/node 0.6.13 to 0.6.14

2012-03-23 Thread Aaron Bieber
The below patch updates node from 0.6.13 to 0.6.14 Changelog: * net: don't crash when queued write fails (Igor Zinkovsky) * sunos: fix EMFILE on process.memoryUsage() (Bryan Cantrill) * crypto: fix compile-time error with openssl 0.9.7e (Ben Noordhuis) * unix: ignore ECONNABORTED errors from accep

[Update] www/node 0.6.12 to 0.6.13

2012-03-15 Thread Aaron Bieber
Hi, Below is a patch that updates node.js to 0.6.13.. which mostly contains npm fixes. Cheers, Aaron Index: Makefile === RCS file: /cvs/ports/www/node/Makefile,v retrieving revision 1.27 diff -N -u -p Makefile --- Makefile3 Mar

[Update] www/node 0.6.10 -> 0.6.12

2012-03-02 Thread Aaron Bieber
This update is for node.js ChangeLog: 2012.03.02 Version 0.6.12 (stable) * Upgrade V8 to 3.6.6.24 * dtrace ustack helper improvements (Dave Pacheco) * API Documentation refactor (isaacs) * #2827 net: fix race write() before and after connect() (koichik)

[Update] www/node 0.6.10 -> 0.6.11

2012-02-24 Thread Aaron Bieber
Here is a patch to update node.js from 0.6.10 to 0.6.11 2012.02.17 Version 0.6.11 (stable) * http: allow multiple WebSocket RFC6455 headers (Einar Otto Stangvik) * http: allow multiple WWW-Authenticate headers (Ben Noordhuis) * windows: support unicode argv and environment variables (Bert Belder)

New www/node related portrs

2012-02-17 Thread Aaron Bieber
Attached are new ports of various node.js modules. OK's? Tested on amd64 and i386. www/node-express - web framework www/node-socket.io - websockets for express / connect devel/node-jslint - The JavaScript Code Quality Tool Thanks jeremy@ for building node.port.mk! node-express.tar.gz Descript

Re: www/node module and related ports

2012-02-17 Thread Aaron Bieber
Tested on amd64 and i386 as well - looks good. On Thu, Feb 16, 2012 at 02:12:03PM -0800, Jeremy Evans wrote: > This is a module for nodejs ports that would otherwise use npm install > to install. In addition to the module file itself, this also includes: > > * patch to network.conf.template to

[Update] www/node 0.6.8 -> 0.6.9

2012-01-29 Thread Aaron Bieber
This patch udates nodejs to 0.6.9 Changes: * dgram: Bring back missing functionality for Unix (Dan VerWeire, Roman Shtylman, Ben Noordnuis) * http: Fix parser memory leak (koichik) * zlib: Fix #2365 crashes on invalid input (Nicolas LaCasse) * module: fix --debug-brk on symlinked scripts (Fedor I

[Update] www/node 0.6.7 to 0.6.8

2012-01-23 Thread Aaron Bieber
This diff updates node to 0.6.8 Changes: 2012.01.19, Version 0.6.8 (stable) * Update V8 to 3.6.6.19 * Numeric key hash collision fix for V8 (Erik Corry, Fedor Indutny) * Add missing TTY key translations for F1-F5 on Windows (Brandon Benvie) * path.extname bugfix with . and .. paths (Bert Belder)

Re: [Update] Adsuck 2.4.1

2012-01-18 Thread Aaron Bieber
On Wed, Jan 18, 2012 at 09:03:48AM -0300, Gonzalo L. R. wrote: > Come on guys, we hate ads! Working great here! - stupid ads! > > Original Message > Subject: [Update] Adsuck 2.4.1 > Date: Mon, 16 Jan 2012 10:31:37 -0300 > From: "Gonzalo L. R." > To: Ports > > Hi, > > Update

Update: www/node 0.6.6 -> 0.6.7

2012-01-07 Thread Aaron Bieber
Hola, The following diff updates node from 0.6.6 to 0.6.7. Cheers, Aaron Index: Makefile === RCS file: /cvs/ports/www/node/Makefile,v retrieving revision 1.23 diff -N -u -p Makefile --- Makefile5 Jan 2012 20:36:53 - 1.

Update: www/node 0.6.5 to 0.6.6

2011-12-20 Thread Aaron Bieber
The below diff updates node to 0.6.6. I also added a "@extraunexec" line to let users know to remove the node_modules directory after pkg_delete ( thanks sthen@ ). Index: Makefile === RCS file: /cvs/ports/www/node/Makefile,v retrievi

Re: UPDATE: www/node 0.6.3 to 0.6.5

2011-12-14 Thread Aaron Bieber
On Sat, Dec 10, 2011 at 02:04:44PM +0100, Ingo Schwarze wrote: > Hi, > > Aaron Bieber wrote on Fri, Dec 09, 2011 at 08:01:38AM -0700: > > On Fri, Dec 09, 2011 at 01:54:12PM +0100, Jasper Lievisse Adriaanse wrote: > >> On Wed, Dec 07, 2011 at 09:00:26AM -0700, Aaron wr

Re: UPDATE: www/node 0.6.3 to 0.6.5

2011-12-09 Thread Aaron Bieber
On Fri, Dec 09, 2011 at 01:54:12PM +0100, Jasper Lievisse Adriaanse wrote: > On Wed, Dec 07, 2011 at 09:00:26AM -0700, Aaron wrote: > > This patch updates nodejs from 0.6.3 to 0.6.5. Tested on i386/amd64 > > Shouldn't the manpages be installed to a more generic path? I assume you are talking abo

Re: Update www/node from 0.4.9 -> 0.6.1 ( was 0.6.0 -> 0.6.1 )

2011-11-25 Thread Aaron Bieber
On Fri, Nov 25, 2011 at 02:23:30PM +, Stuart Henderson wrote: > On 2011-11-16, Stuart Henderson wrote: > > On 2011-11-16, Stuart Henderson wrote: > >> On 2011-11-16, Aaron Bieber wrote: > >>> Here is a cvs diff for 0.4.9 to 0.6.1. I am not sure I created it &

Re: Update www/node from 0.4.9 -> 0.6.1 ( was 0.6.0 -> 0.6.1 )

2011-11-25 Thread Aaron Bieber
On Fri, Nov 25, 2011 at 02:23:30PM +, Stuart Henderson wrote: > On 2011-11-16, Stuart Henderson wrote: > > On 2011-11-16, Stuart Henderson wrote: > >> On 2011-11-16, Aaron Bieber wrote: > >>> Here is a cvs diff for 0.4.9 to 0.6.1. I am not sure I created it &

Re: Update www/node from 0.4.9 -> 0.6.1 ( was 0.6.0 -> 0.6.1 )

2011-11-15 Thread Aaron Bieber
On Wed, Nov 16, 2011 at 01:45:27AM +, Stuart Henderson wrote: > Please don't send tarballs for updates either, you can use 'cvs add' and > 'cvs rm' against anoncvs servers if you want to prepare a diff with changed > files (the main exception is if you have to add a new directory, you can > wor

<    2   3   4   5   6   7