Re: UPDATE: devel/netbeans

2022-01-03 Thread Rafael Sadowski
On Mon Dec 06, 2021 at 09:44:51AM +, Stuart Henderson wrote: > On 2021/12/06 07:07, Rafael Sadowski wrote: > > On Sun Dec 05, 2021 at 09:46:33AM +, Stuart Henderson wrote: > > > That Python file just looks like a script that is run. The .pyc bytecode > > > files are only used for things

Re: UPDATE: devel/netbeans

2021-12-06 Thread Rafael Sadowski
On Mon Dec 06, 2021 at 09:44:51AM +, Stuart Henderson wrote: > On 2021/12/06 07:07, Rafael Sadowski wrote: > > On Sun Dec 05, 2021 at 09:46:33AM +, Stuart Henderson wrote: > > > That Python file just looks like a script that is run. The .pyc bytecode > > > files are only used for things

Re: UPDATE: devel/netbeans

2021-12-06 Thread Stuart Henderson
On 2021/12/06 07:07, Rafael Sadowski wrote: > On Sun Dec 05, 2021 at 09:46:33AM +, Stuart Henderson wrote: > > That Python file just looks like a script that is run. The .pyc bytecode > > files are only used for things which are pulled in by "import" from a python > > program. (in most cases

Re: UPDATE: devel/netbeans

2021-12-05 Thread Rafael Sadowski
On Sun Dec 05, 2021 at 09:46:33AM +, Stuart Henderson wrote: > That Python file just looks like a script that is run. The .pyc bytecode > files are only used for things which are pulled in by "import" from a python > program. (in most cases this is for modules which are in >

Re: UPDATE: devel/netbeans

2021-12-05 Thread Stuart Henderson
That Python file just looks like a script that is run. The .pyc bytecode files are only used for things which are pulled in by "import" from a python program. (in most cases this is for modules which are in /usr/local/lib/python3.9 etc). So I think the MODPY_COMPILE is not useful. -- Sent

UPDATE: devel/netbeans

2021-12-04 Thread Rafael Sadowski
Update NetBeans to 12.6 diff --git a/devel/netbeans/Makefile b/devel/netbeans/Makefile index 15d40d4229a..bac4745f3f0 100644 --- a/devel/netbeans/Makefile +++ b/devel/netbeans/Makefile @@ -2,7 +2,7 @@ COMMENT= NetBeans Java IDE -V= 12.5 +V=

update devel/netbeans

2021-10-03 Thread Solene Rapenne
small update to netbeans, works fine on amd64 Index: Makefile === RCS file: /home/reposync/ports/devel/netbeans/Makefile,v retrieving revision 1.47 diff -u -p -r1.47 Makefile --- Makefile26 May 2021 18:18:33 - 1.47 +++

Re: UPDATE: devel/netbeans

2019-04-26 Thread Giovanni Bechis
On 4/25/19 9:56 PM, Rafael Sadowski wrote: > Update netbeans to 11.0. Keep the netbeans start script in sync with > devel/pycharm and the upcoming devel/intellij update. > > Feedback and OK welcome, > Hi, I had to apply the diff by hand (Makefile and files/netbeans, maybe space vs tabs) but

UPDATE: devel/netbeans

2019-04-25 Thread Rafael Sadowski
Update netbeans to 11.0. Keep the netbeans start script in sync with devel/pycharm and the upcoming devel/intellij update. Feedback and OK welcome, RS Index: Makefile === RCS file: /cvs/ports/devel/netbeans/Makefile,v retrieving

Re: wip update: devel/netbeans

2019-02-08 Thread Kurt Miller
On Fri, 2019-02-08 at 13:56 +, Stuart Henderson wrote: > On 2019/02/08 13:09, Giovanni Bechis wrote: > > > > After latest snapshot update it fails with: > > java:/usr/local/jdk-1.8.0/jre/lib/amd64/libsplashscreen.so: undefined > > symbol 'libiconv_open' > > ld.so: java: lazy binding failed!

Re: wip update: devel/netbeans

2019-02-08 Thread Kurt Miller
Sure I can take a look. This can happen when the upstream changes conflict with bsd specific changes. Greg does is best to retain our changes when resolving conflicts but sometimes issues slip through like this. It is always best that I write the diffs for fixes to the jdk since I have signed

Re: wip update: devel/netbeans

2019-02-08 Thread Stuart Henderson
On 2019/02/08 13:09, Giovanni Bechis wrote: > After latest snapshot update it fails with: > java:/usr/local/jdk-1.8.0/jre/lib/amd64/libsplashscreen.so: undefined symbol > 'libiconv_open' > ld.so: java: lazy binding failed! > > Anybody else seeing this ? > Working: > OpenBSD 6.4-current

Re: wip update: devel/netbeans

2019-02-08 Thread Giovanni Bechis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2/4/19 4:04 PM, Giovanni Bechis wrote: > On Sun, Feb 03, 2019 at 11:10:57AM +0100, Giovanni Bechis wrote: >> Hi, >> wip update to netbeans 10.0: >> the project switched to Apache Incubator and will become main project >> probably this year. >>

Re: wip update: devel/netbeans

2019-02-04 Thread Giovanni Bechis
On Sun, Feb 03, 2019 at 11:10:57AM +0100, Giovanni Bechis wrote: > Hi, > wip update to netbeans 10.0: > the project switched to Apache Incubator and will become main project > probably this year. > The update works fine, the only thing I am not sure is how to handle > MASTER_SITES, > in

wip update: devel/netbeans

2019-02-03 Thread Giovanni Bechis
Hi, wip update to netbeans 10.0: the project switched to Apache Incubator and will become main project probably this year. The update works fine, the only thing I am not sure is how to handle MASTER_SITES, in network.conf there is MASTER_SITE_APACHE but it seems not to work with incubator

Re: UPDATE: devel/netbeans

2016-12-06 Thread Giovanni Bechis
On 11/26/16 10:18, Rafael Sadowski wrote: [...] > Hi everybody, > > new diff with input from Daniel Dickman and more diff fixes from me. > > Summery: > > - Removed whole "if" block and the comment about bug 73162 > - Use `sysctl -n hw.usermem` instead of tr kung-fu > - Remove PKGNAME and use

Re: UPDATE: devel/netbeans

2016-11-26 Thread Rafael Sadowski
On Thu Nov 24, 2016 at 12:37:00AM -0500, Daniel Dickman wrote: > On Wed, Nov 23, 2016 at 4:11 PM, Rafael Sadowski > wrote: > > > Hi everybody, > > > > Giovanni Bechis asked me to submit the new netbenas diff to ports@. > > > > better to put online and send a link instead

Re: UPDATE: devel/netbeans

2016-11-24 Thread Giovanni Bechis
On 11/24/16 06:37, Daniel Dickman wrote: > > > On Wed, Nov 23, 2016 at 4:11 PM, Rafael Sadowski > wrote: > > Hi everybody, > > Giovanni Bechis asked me to submit the new netbenas diff to ports@. > > > better to put online and

Re: UPDATE: devel/netbeans

2016-11-23 Thread Daniel Dickman
On Wed, Nov 23, 2016 at 4:11 PM, Rafael Sadowski wrote: > Hi everybody, > > Giovanni Bechis asked me to submit the new netbenas diff to ports@. > better to put online and send a link instead of a huge inline diff. > So here we go, below you can find the new diff with

Re: [UPDATE] devel/netbeans 6.8

2009-12-30 Thread Fred Crowson
Daniel Dickman wrote: Here's an update of netbeans from 5.5 to 6.8. Highlights of what's changed can be found here: http://netbeans.org/community/releases/68/ http://netbeans.org/community/releases/67/ http://netbeans.org/community/releases/65/ http://netbeans.org/community/releases/61/

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 Brandon Mercer
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 the Clean Build buttons and the Run button. Thanks. I can confirm the issue is

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 the

Re: [UPDATE] devel/netbeans 6.8

2009-12-30 Thread Fred Crowson
Daniel Dickman wrote: Here's an update of netbeans from 5.5 to 6.8. Highlights of what's changed can be found here: http://netbeans.org/community/releases/68/ http://netbeans.org/community/releases/67/ http://netbeans.org/community/releases/65/ http://netbeans.org/community/releases/61/

Re: maintainer update: devel/netbeans 6.5

2008-11-21 Thread Brandon Mercer
This is what happened to me with a fresh build. Create /usr/ports/packages/i386/all/netbeans-6.5.tgz Switching to /usr/ports/devel/netbeans/pkg/PFRAG.shared Error in package:

maintainer update: devel/netbeans 6.5

2008-11-20 Thread Ian Darwin
Port is at http://www.darwinsys.com/openbsd/myports/netbeans.tar.gz Please test. Thanks.