Re: category customports

2016-02-18 Thread Melvyn Sopacua
Hi, the short answer: echo 'VALID_CATEGORIES=local' >> /etc/make.conf On Thu, 18 Feb 2016, Walter Schwarzenfeld wrote: If I make an own port, I had it add to the category/Makefile. But this could be overwritten with the next update. If I make an own category I had it add to /usr/ports/Mk/bsd.p

Re: Can someone take a look at these PRs?

2016-02-18 Thread Kurt Jaeger
Hi! > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206488 (java/jd-gui, > new port) Done. -- p...@opsec.eu+49 171 3101372 4 years to go ! ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mai

Re: unexpected package dependency

2016-02-18 Thread Perry Hutchison
Andriy Gapon wrote: > On 17/02/2016 11:28, Perry Hutchison wrote: > > I had not expected to find gcc listed (in packagesite.yaml) as a > > dependency of the sysutils/cpuburn package. I can understand a > > _port_ needing gcc (at build time), but does the cpuburn _package_ > > actually require gcc

Re: category customports

2016-02-18 Thread Walter Schwarzenfeld
typos ... How should that work? ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: category customports

2016-02-18 Thread Walter Schwarzenfeld
> You know you can all run your own portsnap server to allow you to include local changes? No, hoq ahouls rhat work? ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "fr

Re: category customports

2016-02-18 Thread Michelle Sullivan
Alphons van Werven wrote: > Walter Schwarzenfeld wrote: > > >> But this could be overwritten with the next update. >> > [snip] > >> But this could also [sic] overwritten. >> > > You're using portsnap for your updates, I presume? Subversion will not > override local changes (at least

Re: category customports

2016-02-18 Thread Walter Schwarzenfeld
That's right, I use portsnap. I don't like svn. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: category customports

2016-02-18 Thread Bob Eager
On Thu, 18 Feb 2016 23:21:11 +0100 Walter Schwarzenfeld wrote: > If I make an own port, I had it add to the category/Makefile. But this > could be overwritten with the next update. I make my own category - 'local'. > If I make an own category I had it add to /usr/ports/Mk/bsd.port.mk > under VA

Re: category customports

2016-02-18 Thread Alphons van Werven
Walter Schwarzenfeld wrote: > But this could be overwritten with the next update. [snip] > But this could also [sic] overwritten. You're using portsnap for your updates, I presume? Subversion will not override local changes (at least not without asking first). I have a tree here that contains loc

category customports

2016-02-18 Thread Walter Schwarzenfeld
If I make an own port, I had it add to the category/Makefile. But this could be overwritten with the next update. If I make an own category I had it add to /usr/ports/Mk/bsd.port.mk under VALID_CATEGORIES. But this could also overwritten. (If I don't edit the Makefiles there are error messages from

Re: java/eclipse

2016-02-18 Thread Michael Zhilin
I've reproduced error. WA: turn off network. :) Thx! On Thu, Feb 18, 2016 at 8:53 PM, Aleksey A Nikitin wrote: > # make > ===> License EPL accepted by the user > ===> Found saved configuration for eclipse-4.5.1 > ===> eclipse-4.5.1 depends on file: /usr/local/sbin/pkg - found > ===> Fetchin

Re: Installing multi-version ports with portmaster

2016-02-18 Thread Walter Schwarzenfeld
)> py27-psycopg2-2.6.1_1 databases/py-psycopg2 py35-psycopg2-2.6.1_1 databases/py-psycopg2 Looks like you have copied the py27 port to py35 Have you add it to the database/Makefile? (and that is problematic, cause it could be overwritten by next update). __

java/eclipse

2016-02-18 Thread Aleksey A Nikitin
# make ===> License EPL accepted by the user ===> Found saved configuration for eclipse-4.5.1 ===> eclipse-4.5.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by eclipse-4.5.1 for building ===> Extracting for eclipse-4.5.1 => SHA256 Checksum OK for eclipse/e

Re: java/eclipse

2016-02-18 Thread Michael Zhilin
Hi, Looks strange... Can you share full output of make? Thanks! On Thu, Feb 18, 2016 at 1:36 PM, Aleksey A Nikitin wrote: > ===> Building for eclipse-4.5.1 > [INFO] Scanning for projects... > [INFO] Computing target platform for MavenProject: > org.eclipse.jdt:org.eclipse.jdt:3.11.1-SNAPSHOT

Re: Installing multi-version ports with portmaster

2016-02-18 Thread Walter Schwarzenfeld
Sorry, but I find no py35-psycopg2 on my system only py-psycopg and py-psycopg2. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Future of pecl ports

2016-02-18 Thread Martin Wilke
Hi all, I've spent a lot of time on FreeBSD PHP and pecl ports this past week, and have also been thinking about the future of these ports. We now have 3 PHP versions in the tree (5.5, 5.6 and 7.0) and 7.0 is not backwards compatible. This means a separate set of PHP 7.0 specific versions of our

java/eclipse

2016-02-18 Thread Aleksey A Nikitin
===> Building for eclipse-4.5.1 [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt:3.11.1-SNAPSHOT @ /usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-4.5.1/eclipse.jdt/org.eclipse.jdt/pom.xml [INFO] Adding repository ht

Re: Installing multi-version ports with portmaster

2016-02-18 Thread Christian Ullrich
* Walter Schwarzenfeld wrote: > DEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.5 Not really, no. [root@i9b ~]# portmaster -vd databases/py-psycopg2 ===>>> Currently installed version: py35-psycopg2-2.6.1_1 ===>>> Port directory: /usr/ports/databases/py-psycopg2 [...] ===>

Re: resurrect deprecated port print/pnm2ppa

2016-02-18 Thread Miroslav Lachman
Greg Lewis wrote on 02/22/2015 23:58: On Sun, Feb 15, 2015 at 08:08:57PM +0100, Miroslav Lachman wrote: Can somebody resurrect deprecated port print/pnm2ppa? It was deleted from the tree as "Unmaintained since 2001" but it is (was) still working fine and I am still using my good old printer HP

Re: Can someone take a look at these PRs?

2016-02-18 Thread Lars Engels
On Wed, Feb 17, 2016 at 10:49:50PM +0100, Tobias Kortkamp wrote: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206515 (www/dillo2, > maintainer timeout) Committed this one. -- Lars pgpBduc2SsSkT.pgp Description: PGP signature