Re: 118sysctl: unknown oid 'sysctl compat.linux.osrelease' at line 11: No such file or directory

2015-03-12 Thread Chris H
On Thu, 12 Mar 2015 05:49:19 -0700 (PDT) Anton Shterenlikht me...@bris.ac.uk wrote From da...@catwhisker.org Thu Mar 12 12:44:43 2015 What does output of kldstat | grep linux look like? Expected: g1-251(11.0-C)[1] kldstat |grep linux 23 0xc17a4000 74c90linux.ko

Re: 118sysctl: unknown oid 'sysctl compat.linux.osrelease' at line 11: No such file or directory

2015-03-12 Thread Chris H
On Thu, 12 Mar 2015 08:20:27 -0700 (PDT) Anton Shterenlikht me...@bris.ac.uk wrote From bsd-li...@bsdforge.com Thu Mar 12 15:16:15 2015 From da...@catwhisker.org Thu Mar 12 12:44:43 2015 What does output of kldstat | grep linux look like? Expected: g1-251(11.0-C)[1] kldstat

Re: pkgng deviates from defaults?

2015-03-09 Thread Chris H
On Mon, 09 Mar 2015 13:23:11 +0100 Carsten Jensen to...@tomse.dk wrote On 03/08/2015 02:41 PM, Baptiste Daroussin wrote: On Sun, Mar 08, 2015 at 01:46:28PM +0100, Carsten Jensen wrote: It seems that pkgng deviates from installing the defaults. one of the culprits seems to be phpMyAdmin,

Re: pkgng deviates from defaults?

2015-03-09 Thread Chris H
On Mon, 9 Mar 2015 15:07:39 + Mike Clarke jmc-freeb...@milibyte.co.uk wrote On Mon, 09 Mar 2015 07:04:30 -0700 Chris H bsd-li...@bsdforge.com wrote: You might be able to avoid the issue you're having, by using: DEFAULT_VERSIONS+=php=5.5 in your make.conf(5) (/etc/make.conf) file

Re: Approving a patch

2015-03-04 Thread Chris H
On Wed, 04 Mar 2015 21:23:23 +1100 Kubilay Kocak ko...@freebsd.org wrote On 4/03/2015 9:05 PM, Kubilay Kocak wrote: On 4/03/2015 9:00 PM, Doug Hardie wrote: On 3 March 2015, at 22:45, Kubilay Kocak ko...@freebsd.org wrote: Canonically and preferred: Set maintainer-approval flag

Re: Poudriere testport failure but manual jailed build success

2015-03-03 Thread Chris H
On Tue, 3 Mar 2015 23:37:30 +0100 Marin Bernard ma...@olivarim.com wrote Hi, I've been banging my head for several days on what follows and I've come to the point where I have to get some help. Here's the point. I'm trying to port LizardFS (a distributed file system for Unix/Linux) on

Re: Generating port changes easily

2015-02-28 Thread Chris H
On Sat, 28 Feb 2015 18:34:40 +1100 Kubilay Kocak ko...@freebsd.org wrote On 28/02/2015 3:35 AM, Patrick Powell wrote: I have made some modifications to a port - couple of lines in the Makefile, and an updated pkg-plist. Once upon a time I was shown a script (run_this_script?) to help

Re: Generating port changes easily

2015-02-27 Thread Chris H
On Fri, 27 Feb 2015 08:35:19 -0800 Patrick Powell papow...@astart.com wrote I have made some modifications to a port - couple of lines in the Makefile, and an updated pkg-plist. Once upon a time I was shown a script (run_this_script?) to help with updating a port. 1. Copy the

Is Gnome3 *officially* supported?

2015-02-27 Thread Chris H
I ask, because I installed x11/gnome3-lite, which also provided gnome-shell. But looking to best utilize it in FreeBSD led me the the FreeBSD Gnome page (https://www.freebsd.org/gnome/) which only speaks of Gnome2. A trip to the FreeBSD wiki only left me with Gnome2 info, as well. Are there any

Re: Looking for a commiter

2015-02-24 Thread Chris H
On Tue, 24 Feb 2015 22:07:26 +0100 Matthieu Volat ma...@alkumuna.eu wrote Hi, I asked for a enchancement to print/gutenprint-base to which the maintainer agreed, but now need a good soul with commit bit: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196321 I'd also like that if

Re: freemat installation

2015-02-20 Thread Chris H
On Fri, 20 Feb 2015 09:55:21 -0400 Pedro Almeidas pedroalmeida...@hotmail.com wrote Hello FreeBSD support. I'm writting you to have any information about FreeMat installation in PCBSD 9.0. In fact, i recently begin to use PCBSD, but i've a lot of problems to understand all. Recently, i

Re: how to make a port of ex-FreeBSD code...

2015-02-10 Thread Chris H
On Tue, 10 Feb 2015 15:31:54 -0800 John-Mark Gurney j...@funkthat.com wrote Chris H wrote this message on Tue, Feb 10, 2015 at 15:08 -0800: On Tue, 10 Feb 2015 14:21:28 -0800 John-Mark Gurney j...@funkthat.com wrote Hello, I'm going to be removing bdes (and possibly enigma) from

Re: how to make a port of ex-FreeBSD code...

2015-02-10 Thread Chris H
On Tue, 10 Feb 2015 14:21:28 -0800 John-Mark Gurney j...@funkthat.com wrote Hello, I'm going to be removing bdes (and possibly enigma) from FreeBSD and making a port of it... What is the best way to do this? Should I fetch this from git/svn? Make a new archive of this? But if I

Re: Is pkg-install the best solution?

2015-02-08 Thread Chris H
On Mon, 09 Feb 2015 07:30:47 +0100 olli hauer oha...@gmx.de wrote On 2015-02-09 03:05, Chris H wrote: Greetings, I'm working with a port that [conditionally] requires creating/setting a UID GID. Following is my approach for a pkg-install. But would simply setting them as USERS

Is pkg-install the best solution?

2015-02-08 Thread Chris H
Greetings, I'm working with a port that [conditionally] requires creating/setting a UID GID. Following is my approach for a pkg-install. But would simply setting them as USERS= GROUPS= in Makefile be a better approach? pkg-install: #!/bin/sh PATH=/bin:/usr/sbin if [ -z ${WRAP_USER} ]; then

Re: testing the value of ${CXX} in ports Makefile

2015-01-30 Thread Chris H
On Thu, 29 Jan 2015 22:46:32 -0800 (PST) Don Lewis truck...@freebsd.org wrote On 29 Jan, Chris H wrote: On Thu, 29 Jan 2015 19:43:38 -0800 (PST) Don Lewis truck...@freebsd.org wrote I need to test the value of ${CXX} in the Makefile for a port and am getting unexpected results. Here

Re: testing the value of ${CXX} in ports Makefile

2015-01-30 Thread Chris H
On Fri, 30 Jan 2015 06:30:10 -0800 Chris H bsd-li...@bsdforge.com wrote On Thu, 29 Jan 2015 22:46:32 -0800 (PST) Don Lewis truck...@freebsd.org wrote On 29 Jan, Chris H wrote: On Thu, 29 Jan 2015 19:43:38 -0800 (PST) Don Lewis truck...@freebsd.org wrote I need to test the value

Re: testing the value of ${CXX} in ports Makefile

2015-01-29 Thread Chris H
On Thu, 29 Jan 2015 19:43:38 -0800 (PST) Don Lewis truck...@freebsd.org wrote I need to test the value of ${CXX} in the Makefile for a port and am getting unexpected results. Here is a simplified version of the Makefile: PORTNAME=junk PORTVERSION=0.0.0 CATEGORIES=devel

Re: powerdns meta packages?

2015-01-28 Thread Chris H
On Wed, 28 Jan 2015 11:17:20 + Joe Holden li...@rewt.org.uk wrote On 12/01/2015 16:53, Chris H wrote: On Mon, 12 Jan 2015 16:42:45 + Joe Holden li...@rewt.org.uk wrote On 12/01/2015 16:05, Chris H wrote: On Mon, 12 Jan 2015 15:10:12 + Joe Holden li...@rewt.org.uk wrote Hi

Re: xrdesktop ported to Gtk2

2015-01-27 Thread Chris H
On Tue, 27 Jan 2015 11:09:21 +0100 Peter pe...@flytrace.com wrote Hello, I've ported xrdesktop to Gtk2 and fixed some small bugs. The software was tested during some months in everyday use, there is no problem. You can push it to ports tree with the same name or as xrdesktop2 (to save

Re: [HEADSUP] Upcoming change in dependency registration

2015-01-22 Thread Chris H
On Thu, 22 Jan 2015 16:49:47 -0600 Bryan Drewery bdrew...@freebsd.org wrote On 1/22/2015 2:24 PM, Chris H wrote: On Thu, 22 Jan 2015 19:09:13 +0100 Baptiste Daroussin b...@freebsd.org wrote Hi all Some changes are coming to the ports, the diff is rather simple, but the change

Re: [HEADSUP] Upcoming change in dependency registration

2015-01-22 Thread Chris H
On Thu, 22 Jan 2015 16:51:11 -0600 Bryan Drewery bdrew...@freebsd.org wrote On 1/22/2015 4:49 PM, Bryan Drewery wrote: And in general, the ports tree is a single snapshot. It's only supported to build a port using the exact Mk/ it was checked-in as. For the record, I don't like this at

Re: [HEADSUP] Upcoming change in dependency registration

2015-01-22 Thread Chris H
On Thu, 22 Jan 2015 19:09:13 +0100 Baptiste Daroussin b...@freebsd.org wrote Hi all Some changes are coming to the ports, the diff is rather simple, but the change of behaviour is worse notifying all maintainers: Currently and since very long the dependency registration in the ports tree

Re: www/dansguardian revival?

2015-01-15 Thread Chris H
On Thu, 15 Jan 2015 08:42:21 -0800 Nick Rogers ncrog...@gmail.com wrote On Sun, Nov 2, 2014 at 1:00 PM, Chris H bsd-li...@bsdforge.com wrote: On Fri, 31 Oct 2014 16:55:47 -0700 Nick Rogers ncrog...@gmail.com wrote On Tue, Oct 21, 2014 at 6:29 PM, Chris H bsd-li...@bsdforge.com wrote

Re: sysutils/bbcp: Anyone interesting in helping upgrade this port?

2015-01-15 Thread Chris H
On Thu, 15 Jan 2015 09:27:29 +0100 Kurt Jaeger li...@opsec.eu wrote Hi! So I won't be submitting the pr(1) until tomorrow. OK killed all the errors, rolled up a release, and submitted an svn diff. Please see the pr(1): https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196746

Re: sysutils/bbcp: Anyone interesting in helping upgrade this port?

2015-01-15 Thread Chris H
On Thu, 15 Jan 2015 09:56:31 +0100 Kurt Jaeger li...@opsec.eu wrote Hi! So I won't be submitting the pr(1) until tomorrow. OK killed all the errors, rolled up a release, and submitted an svn diff. Please see the pr(1): https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196746

Re: sysutils/bbcp: Anyone interesting in helping upgrade this port?

2015-01-14 Thread Chris H
On Tue, 13 Jan 2015 22:50:09 -0800 Chris H bsd-li...@bsdforge.com wrote On Tue, 13 Jan 2015 18:34:45 -0800 Chris H bsd-li...@bsdforge.com wrote On Tue, 13 Jan 2015 13:54:56 -0700 John Hein john.h...@microsemi.com wrote Kurt Jaeger wrote at 20:29 +0100 on Jan 13, 2015: I checked

Re: BIND REPLACE_BASE option

2015-01-14 Thread Chris H
On Wed, 14 Jan 2015 08:11:39 -0800 (PST) Roger Marquis marq...@roble.com wrote Maybe you're right but, to perhaps better illustrate the point, you would never see something like this in Ubuntu, Debian, Redhat, or SuSE. Honestly. Need I remind you, this is FreeBSD, *not* Linux? In all

Re: BIND REPLACE_BASE option

2015-01-14 Thread Chris H
On Wed, 14 Jan 2015 04:27:42 -0800 Jeffrey Bouquet via freebsd-ports freebsd-ports@freebsd.org wrote On 01/13/15 07:55, Kurt Jaeger wrote: Hi! customizations you need available. If the default options don't cut it for you, in order to use only binary packages that means you need to run

Re: BIND REPLACE_BASE option

2015-01-14 Thread Chris H
On Wed, 14 Jan 2015 16:18:07 + Matthew Seaman matt...@freebsd.org wrote On 2015/01/14 15:34, Roger Marquis wrote: So one difference then would be that Poudriere determines which dependencies are run-time vs build-time and creates packages for those by default, is that correct? I can

Re: BIND REPLACE_BASE option

2015-01-13 Thread Chris H
On Tue, 13 Jan 2015 19:11:50 -0800 (PST) Roger Marquis marq...@roble.com wrote The dialog option you talk about says: [ ] REPLACE_BASEEOL, no longer supported I'm quite sure the end-user you're talking about can get a clue from it, and if he either already had selected it before, or

Re: sysutils/bbcp: Anyone interesting in helping upgrade this port?

2015-01-13 Thread Chris H
On Tue, 13 Jan 2015 10:08:05 -0800 Freddie Cash fjwc...@gmail.com wrote Good morning, With the requirement for the NONE cipher in OpenSSH requiring a custom compile of the world or a custom compile of the openssh-portable port (all my production servers are binary-package-only now), I've

Re: sysutils/bbcp: Anyone interesting in helping upgrade this port?

2015-01-13 Thread Chris H
On Tue, 13 Jan 2015 18:34:45 -0800 Chris H bsd-li...@bsdforge.com wrote On Tue, 13 Jan 2015 13:54:56 -0700 John Hein john.h...@microsemi.com wrote Kurt Jaeger wrote at 20:29 +0100 on Jan 13, 2015: I checked out (cloned) the master branch, and looked it over. This will be an easy

Re: sysutils/bbcp: Anyone interesting in helping upgrade this port?

2015-01-13 Thread Chris H
On Tue, 13 Jan 2015 20:23:09 +0100 Mark Martinec mark.martinec+free...@ijs.si wrote Chris H wrote: I checked out (cloned) the master branch, and looked it over. This will be an easy upgrade, and I'll be happy to do it. Should the maintainer not mind, that is. ;) I had an open request

Re: sysutils/bbcp: Anyone interesting in helping upgrade this port?

2015-01-13 Thread Chris H
On Tue, 13 Jan 2015 13:54:56 -0700 John Hein john.h...@microsemi.com wrote Kurt Jaeger wrote at 20:29 +0100 on Jan 13, 2015: I checked out (cloned) the master branch, and looked it over. This will be an easy upgrade, and I'll be happy to do it. Should the maintainer not mind, that

Re: getpatch scripit rewroted in plain shell

2015-01-13 Thread Chris H
On Tue, 13 Jan 2015 13:49:31 + Rodrigo Osorio rodr...@bebik.net wrote Hi ports :) For a long time, I was missing some features in the exising getpatch script ( svn repo Tools/scripts/getpatch) and since I'm not a py fan boy, I rewrote the tool in plain shell. This is its storry

Re: BIND REPLACE_BASE option

2015-01-13 Thread Chris H
On Tue, 13 Jan 2015 16:12:32 +0100 Mathieu Arnold m...@freebsd.org wrote I'm only going to answer that part, the rest of the thread being, I feel, mostly FUD. Apologies for any contribution(s) I might have made in that area. +--On 10 janvier 2015 21:25:11 -0600 The BSD Dreamer

Re: BIND REPLACE_BASE option

2015-01-13 Thread Chris H
On Tue, 13 Jan 2015 16:55:53 +0100 Kurt Jaeger li...@opsec.eu wrote Hi! customizations you need available. If the default options don't cut it for you, in order to use only binary packages that means you need to run your own poudriere setup -- which is well worth it if you're managing

Re: sysutils/bbcp: Anyone interesting in helping upgrade this port?

2015-01-13 Thread Chris H
On Tue, 13 Jan 2015 10:43:15 -0800 Freddie Cash fjwc...@gmail.com wrote On Tue, Jan 13, 2015 at 10:17 AM, Chris H bsd-li...@bsdforge.com wrote: On Tue, 13 Jan 2015 10:08:05 -0800 Freddie Cash fjwc...@gmail.com wrote Good morning, With the requirement for the NONE cipher in OpenSSH

Re: powerdns meta packages?

2015-01-12 Thread Chris H
On Mon, 12 Jan 2015 15:10:12 + Joe Holden li...@rewt.org.uk wrote Hi guys, What is the process for adding/submitting meta packages for ports for example powerdns that have multiple backend options and the default isn't suitable, or failing that have the ability to install powerdns

Re: BIND REPLACE_BASE option

2015-01-12 Thread Chris H
On Mon, 12 Jan 2015 07:10:46 -0900 Royce Williams ro...@tycho.org wrote On Mon, Jan 12, 2015 at 4:08 AM, Kurt Jaeger li...@opsec.eu wrote: No disputing that, just thinking, is FreeBSD being driven by user need, financial contributer need, developer need, security need, making things

Re: BIND REPLACE_BASE option

2015-01-12 Thread Chris H
On Mon, 12 Jan 2015 11:57:26 -0700 (MST) Warren Block wbl...@wonkity.com wrote On Mon, 12 Jan 2015, Chris H wrote: Here is where we will clash; I've been riding *BSD for over 20yrs. It's *biggest* asset has been in it's flexibility -- it wasn't another Linux dist, that required me

Re: BIND REPLACE_BASE option

2015-01-12 Thread Chris H
On Mon, 12 Jan 2015 07:55:45 -0900 Royce Williams ro...@tycho.org wrote On Mon, Jan 12, 2015 at 7:38 AM, Chris H bsd-li...@bsdforge.com wrote: As to the sysadmin gap a look to the ports tree seems to indicate quite a volume of sysadmin related ports. Are some missing? To the contrary

Re: powerdns meta packages?

2015-01-12 Thread Chris H
On Mon, 12 Jan 2015 16:42:45 + Joe Holden li...@rewt.org.uk wrote On 12/01/2015 16:05, Chris H wrote: On Mon, 12 Jan 2015 15:10:12 + Joe Holden li...@rewt.org.uk wrote Hi guys, What is the process for adding/submitting meta packages for ports for example powerdns that have

Re: Who do I contact to send pr(1)'s? [WAS No subject]

2015-01-11 Thread Chris H
On Sat, 10 Jan 2015 13:02:19 -0800 Chris H bsd-li...@bsdforge.com wrote On Sat, 10 Jan 2015 21:51:35 +0100 Kurt Jaeger li...@opsec.eu wrote Hi! The FreeBSD copy of bugzilla appears to be broken. All attempts to reach it return: Error 503 Service Unavailable Yes. mva

[no subject]

2015-01-10 Thread Chris H
Greetings, The FreeBSD copy of bugzilla appears to be broken. All attempts to reach it return: Error 503 Service Unavailable Where do we go to manage pr(1)'s? I would have sent this to freebsd-www@ but that list has been obsoleted. Thanks. --Chris ---

Who do I contact to send pr(1)'s?

2015-01-10 Thread Chris H
Where do we go to manage pr(1)'s? The FreeBSD copy of bugzilla appears to be broken. All attempts to reach it return: Error 503 Service Unavailable I would have sent this to freebsd-www@ but that list has been obsoleted. Thanks. --Chris --- ___

Re: Who do I contact to send pr(1)'s? [WAS No subject]

2015-01-10 Thread Chris H
On Sat, 10 Jan 2015 21:51:35 +0100 Kurt Jaeger li...@opsec.eu wrote Hi! The FreeBSD copy of bugzilla appears to be broken. All attempts to reach it return: Error 503 Service Unavailable Yes. mva@, one of the bugzilla admins, reported the cause a few hours ago: While doing

Re: do-install fails when files in .PLIST.mktmp are truncated

2015-01-09 Thread Chris H
On Fri, 9 Jan 2015 20:33:42 +0800 Ben Woods woods...@gmail.com wrote On Friday, January 9, 2015, Freddy Andersen fander...@youmail.com wrote: Thank you ben! you have no idea how helpful the make and makeplist was for me :) the issues was not with my Makefile but rather that I did not

Re: Where are textproc/gtkspell dictionaries?

2015-01-08 Thread Chris H
at 3:33 AM, Chris H bsd-li...@bsdforge.com wrote: On Thu, 8 Jan 2015 02:07:31 +0100 Vlad \Blackflow\ K. acheron.blackf...@gmail.com wrote So Pidgin (net-im/pidgin) can apparently use textproc/gtkspell to provide spell checking, and the knob is on by default, but the gtkspell package

Re: Where are textproc/gtkspell dictionaries?

2015-01-08 Thread Chris H
On Thu, 08 Jan 2015 07:05:48 -0800 Chris H bsd-li...@bsdforge.com wrote On Thu, 8 Jan 2015 12:01:05 +0100 Vlad \Blackflow\ K. acheron.blackf...@gmail.com wrote textproc/hunspell it is, thanks, I didn't know about that one. I tried aspell and that didn't work so I posted. Excelent

Re: Help with porting FreeCAD

2015-01-07 Thread Chris H
On Wed, 07 Jan 2015 09:47:53 +0100 Andrea Venturoli m...@netfence.it wrote On 01/07/15 00:10, Chris H wrote: Sure. OK. Maybe something along the lines of: BUILD_DEPENDS+=${PREFIX}/bin/gcc49:${PORTSDIR}/lang/gcc49 This did not help. Some extract from the configuration/build

Re: Where are textproc/gtkspell dictionaries?

2015-01-07 Thread Chris H
On Thu, 8 Jan 2015 02:07:31 +0100 Vlad \Blackflow\ K. acheron.blackf...@gmail.com wrote So Pidgin (net-im/pidgin) can apparently use textproc/gtkspell to provide spell checking, and the knob is on by default, but the gtkspell package does not carry any dictionaries and I assume that's the

Re: Help with porting FreeCAD

2015-01-06 Thread Chris H
On Tue, 06 Jan 2015 23:12:48 +0100 Andrea Venturoli m...@netfence.it wrote Hello. A while ago I dirty-ported FreeCAD 0.14 and more or less got it working. Now it won't work anymore due to incompatible changes in OpenCASCADE (which is a dependency); so I'm trying 0.15 (which is still a

Re: Help with porting FreeCAD

2015-01-06 Thread Chris H
On Tue, 06 Jan 2015 23:49:41 +0100 Andrea Venturoli m...@netfence.it wrote On 01/06/15 23:41, Chris H wrote: On Tue, 06 Jan 2015 23:12:48 +0100 Andrea Venturoli m...@netfence.it wrote Hello. A while ago I dirty-ported FreeCAD 0.14 and more or less got it working. Now it won't work

How does the Additional FreeBSD Contributors page work?

2015-01-01 Thread Chris H
Greetings, and Happy New Year! I was reading through the Porters Handbook today, and while reading 3.6. Submitting the New Port, I noticed the link at the end to 8. Additional FreeBSD Contributors (https://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributors/contrib-additional.html). Being a

Re: How does the Additional FreeBSD Contributors page work?

2015-01-01 Thread Chris H
On Thu, 1 Jan 2015 22:06:43 -0600 Mark Linimon lini...@lonesome.com wrote On Thu, Jan 01, 2015 at 06:05:38PM -0800, Chris H wrote: Would anyone be willing to clarify? Or am I simply blacklisted? ;) The list is not complete. No doubt you've merely been overlooked, sorry. No worries

Re: x11-servers/xorg-vfbserver depends on x11/xkeyboard-config

2014-12-29 Thread Chris H
On Mon, 29 Dec 2014 12:54:50 -0500 Robert Simmons rsimmo...@gmail.com wrote When I start Xvfb it fails with the following error: XKB: Failed to compile keymap It appears that xvfb now requires xkeyboard-config. After installing x11/xkeyboard-config everything works as expected. I wanted

Re: gnupg pinentry

2014-12-24 Thread Chris H
On Wed, 24 Dec 2014 12:23:38 +0300 (MSK) Dmitry Morozovsky ma...@rinet.ru wrote On Tue, 23 Dec 2014, Chris H wrote: It looks as though it would be feasible to write an extremely lightweight pinentry-compatible program to depend on so we can kill the dependency bloat and have a simple

Re: gnupg pinentry

2014-12-23 Thread Chris H
On Tue, 23 Dec 2014 13:51:11 + Matt Smith f...@xtaz.co.uk wrote On Dec 23 07:44, Mark Felder wrote: It looks as though it would be feasible to write an extremely lightweight pinentry-compatible program to depend on so we can kill the dependency bloat and have a simple shell-based

Re: hs-git-annex vs. git-subversion

2014-12-17 Thread Chris H
On Tue, 16 Dec 2014 21:59:17 -0700 Russell L. Carter rcar...@pinyon.org wrote Hi porters, It seems that devel/hs-git-annex and devel/git-subversion don't like each other, to the extent that installing one requires removing the other. Is this something fundamental? If not, what would be

Re: Resetting maintainership

2014-12-12 Thread Chris H
On Fri, 12 Dec 2014 18:01:29 -0600 chris ch...@bsdjunk.com wrote On Fri, 12 Dec 2014 17:31:54 -0600 Dan Langillelt;d...@langille.orggt; wrote gt; On Dec 10, 2014, at 5:27 PM, Pietro Cerutti lt;g...@freebsd.orggt; wrote: gt; gt; All, gt; gt; unfortunately, I don't foresee

Re: Re: Resetting maintainership

2014-12-12 Thread Chris H
you have replied directly to both chris, and Chris H, and you respond with; Chris,… So. You talkin' to *me*? If so. I can assure I don't request read receipts. Well, certainly not on a mailing list, anyway. :) All the best. --Chris (H) -- Devin From: owner-all-develop

Re: port www/elog

2014-12-10 Thread Chris H
On Wed, 10 Dec 2014 08:26:03 -0500 Chen Xu xuc...@brandeis.edu wrote Tom, I found an old bug report about this port which might give some information. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165858 Thanks, Chen On Dec 10, 2014 6:25 AM, Thomas Mueller

Re: Resetting maintainership

2014-12-10 Thread Chris H
On Wed, 10 Dec 2014 22:27:50 + Pietro Cerutti g...@freebsd.org wrote All, unfortunately, I don't foresee having time to take care of my ports as they deserve in the near future. Hence, I'm dropping maintainership of all of them. Of course, I'll be occasionally patching and updating

Re: Next Perl update, and plans beyo nd…

2014-12-09 Thread Chris H
On Tue, 9 Dec 2014 17:30:39 +0100 Mathieu Arnold m...@freebsd.org wrote Hello there, In a few days, I'll be changing the way Perl works wrt compiled modules it produces. The current patch[1] is on our code review tool. Right now, we have: $ readelf -d

Re: Re: Next Perl update, and plans beyo nd…

2014-12-09 Thread Chris H
On Tue, 09 Dec 2014 18:02:23 +0100 Mathieu Arnold m...@freebsd.org wrote +--On 9 décembre 2014 08:53:13 -0800 Chris H bsd-li...@bsdforge.com wrote: | $ readelf -d | /usr/local/lib/perl5/site_perl/mach/5.18/auto/DateTime/DateTime.so|grep | perl $ | | So what the patch[1] does, is force

Re: The futuire of 'interpreter-based threads' in perl

2014-12-09 Thread Chris H
On Tue, 09 Dec 2014 21:03:04 +0100 Mark Martinec mark.martinec+free...@ijs.si wrote Mathieu Arnold wrote in another thread: Next Perl update, and plans beyond... As for the plans beyond that I was talking about in the subject, there will be a Perl 5.22 released next May, (and 5.24 the May

How to recover local.sqlite (pkg(8) problem)

2014-11-18 Thread Chris H
Greetings, During the building of a meta-port in the ports tree. My /var/db/pkg/local.sqlite database became corrupted. I spent some time, both with the pkg man pages, and with sqlite3 itself attempting to use one of the backups created by periodic(8). Located in /var/backups. But all to no

Re: How to recover local.sqlite (pkg(8) problem)

2014-11-18 Thread Chris H
On Wed, 19 Nov 2014 01:21:27 +0100 Baptiste Daroussin b...@freebsd.org wrote On Tue, Nov 18, 2014 at 04:18:33PM -0800, Chris H wrote: Greetings, During the building of a meta-port in the ports tree. My /var/db/pkg/local.sqlite database became corrupted. I spent some time, both

Re: help w/ port just installing files...

2014-11-17 Thread Chris H
On Mon, 17 Nov 2014 19:31:10 -0800 John-Mark Gurney j...@funkthat.com wrote So, I'm trying to get a port that will install the NIST's KAT vectors so I can write a test program using them... I don't know what is the best way to handle plist creation and installation. I have this Makefile so

gcc48-4.8.4.s20141030.txz: Forbidden?!

2014-11-13 Thread Chris H
OK. I'm on 11 (r274393 amd64, custom kernel. fresh world) svn info /usr/ports -- r372460 src, and make.conf were both empty. While building a port, lang/gcc48, and lang/gcc-ecj45 were sucked in as dependency. During the building of one of them (ecj45?) I noticed a (core dumped). I was unable to

Re: gcc48-4.8.4.s20141030.txz: Forbidden?!

2014-11-13 Thread Chris H
On Thu, 13 Nov 2014 13:15:26 -0600 Bryan Drewery bdrew...@freebsd.org wrote On 11/13/2014 12:04 PM, Chris H wrote: OK. I'm on 11 (r274393 amd64, custom kernel. fresh world) svn info /usr/ports -- r372460 src, and make.conf were both empty. While building a port, lang/gcc48, and lang/gcc

Re: xfstt port

2014-11-12 Thread Chris H
On Wed, 12 Nov 2014 14:23:41 +0100 Guillem Jover guil...@hadrons.org wrote Hi! Due to the Berlios shutdown, I've relocated the project home to http://www.hadrons.org/software/xfstt/. Just wanted to let you know, because it seems to be a bit difficult to find currently, given that

Re: How exactly does the base toolchain determine WHICH language to build with?

2014-11-08 Thread Chris H
On Sat, 8 Nov 2014 14:46:21 +0100 Dimitry Andric d...@freebsd.org wrote On 08 Nov 2014, at 01:23, Chris H bsd-li...@bsdforge.com wrote: Sorry for the long title. I've been [needlessly] struggling with getting ports within the ports tree to build, on a fresh 11-CURRENT install from 2014-11

Re: Reducing the size of the ports tree (brainstorm v2)

2014-11-07 Thread Chris H
On Fri, 7 Nov 2014 09:08:28 + Bartek Rutkowski ro...@freebsd.org wrote On Fri, Oct 31, 2014 at 6:56 PM, Baptiste Daroussin b...@freebsd.org wrote: Hi all, tijl@ spotted an interesting point, distinfo and pkg-descr files files convenient are taking a lot of space for free, we can

Re: What is xmmintrin.h, and why aren't ports finding it?

2014-11-07 Thread Chris H
On Fri, 7 Nov 2014 13:10:51 +0100 Dimitry Andric d...@freebsd.org wrote On 07 Nov 2014, at 04:36, Chris H bsd-li...@bsdforge.com wrote: Greetings, Working on a recent 11-CURRENT install (11-CURRENT #1 amd64 r274134 Nov 5 12:56:14 PST 2014) svn info /usr/ports Revision: 372176

Re: Reducing the size of the ports tree (brainstorm v2)

2014-11-07 Thread Chris H
On Fri, 7 Nov 2014 19:32:25 +0100 Bartek Rutkowski ro...@freebsd.org wrote On Fri, Nov 7, 2014 at 6:47 PM, Chris H bsd-li...@bsdforge.com wrote: On Fri, 7 Nov 2014 09:08:28 + Bartek Rutkowski ro...@freebsd.org wrote On Fri, Oct 31, 2014 at 6:56 PM, Baptiste Daroussin b...@freebsd.org

How exactly does the base toolchain determine WHICH language to build with?

2014-11-07 Thread Chris H
Greetings, Sorry for the long title. I've been [needlessly] struggling with getting ports within the ports tree to build, on a fresh 11-CURRENT install from 2014-11-05. With custom KERNEL and WORLD built, and installed. Here's my situation, which has worked well since ~8.2; make.conf(5)

Re: How exactly does the base toolchain determine WHICH language to build with?

2014-11-07 Thread Chris H
On Fri, 7 Nov 2014 22:39:27 -0600 Scot Hetzel swhet...@gmail.com wrote On Fri, Nov 7, 2014 at 6:23 PM, Chris H bsd-li...@bsdforge.com wrote: Greetings, Sorry for the long title. I've been [needlessly] struggling with getting ports within the ports tree to build, on a fresh 11-CURRENT

What is xmmintrin.h, and why aren't ports finding it?

2014-11-06 Thread Chris H
Greetings, Working on a recent 11-CURRENT install (11-CURRENT #1 amd64 r274134 Nov 5 12:56:14 PST 2014) svn info /usr/ports Revision: 372176 Given the above, and the fact that I have installed lang/gcc-48. Is there any reason that any port wanting to include xmmintrin.h fails to find it? Even

Re: Reducing the size of the ports tree (brainstorm v2)

2014-11-06 Thread Chris H
On Thu, 06 Nov 2014 22:26:07 -0600 Mark Felder f...@freebsd.org wrote On Thu, Nov 6, 2014, at 03:24, Anton Shterenlikht wrote: I'm not sure what you mean here. I've systems where I install 99% of packages from official repo servers, and then rebuild 1% from ports where the default

Re: Reducing the size of the ports tree (brainstorm v2)

2014-11-05 Thread Chris H
On Wed, 05 Nov 2014 07:26:01 -0500 Lowell Gilbert freebsd-ports-lo...@be-well.ilk.org wrote Chris H bsd-li...@bsdforge.com writes: Difficult to tell for sure. I haven't examined the [UFS/ZFS] source to know for sure. Be valuable info. :) Reading source not required: start with man newfs

Re: updating x11/xbindkeys for newer Tcl/Tk

2014-11-05 Thread Chris H
On Wed, 5 Nov 2014 22:34:18 + (UTC) Will Parsons varro@nodomain.invalid wrote When I went to build xbindkeys with Tcl support, I noticed it was trying to install Tcl8.4, which is quite old. Since I already have Tcl 8.5 and Tcl 8.6 installed, installing Tcl8.4 seemed to be a waste. I

Re: Reducing the size of the ports tree (brainstorm v2)

2014-11-04 Thread Chris H
On Mon, 3 Nov 2014 21:24:38 +0100 Tijl Coosemans t...@freebsd.org wrote On Mon, 03 Nov 2014 09:22:09 +0100 Matthias Andree matthias.and...@gmx.de wrote: Am 31.10.2014 um 19:56 schrieb Baptiste Daroussin: Hi all, tijl@ spotted an interesting point, distinfo and pkg-descr files files

Re: Reducing the size of the ports tree (brainstorm v2)

2014-11-04 Thread Chris H
On Tue, 04 Nov 2014 13:21:31 -0800 Chris H bsd-li...@bsdforge.com wrote On Mon, 3 Nov 2014 21:24:38 +0100 Tijl Coosemans t...@freebsd.org wrote On Mon, 03 Nov 2014 09:22:09 +0100 Matthias Andree matthias.and...@gmx.de wrote: Am 31.10.2014 um 19:56 schrieb Baptiste Daroussin: Hi all

Re: Reducing the size of the ports tree (brainstorm v2)

2014-11-04 Thread Chris H
On Tue, 4 Nov 2014 16:16:09 -0700 (MST) Warren Block wbl...@wonkity.com wrote On Tue, 4 Nov 2014, Chris H wrote: gpart(8) -a gives you what you need. If it's truly as bad as all that, mounting the ports tree on a 512k aligned slice will reduce the slack you appear to be referring to. zfs

Re: Reducing the size of the ports tree (brainstorm v2)

2014-11-04 Thread Chris H
On Tue, 4 Nov 2014 20:29:44 -0700 (MST) Warren Block wbl...@wonkity.com wrote On Tue, 4 Nov 2014, Chris H wrote: On Tue, 4 Nov 2014 16:16:09 -0700 (MST) Warren Block wbl...@wonkity.com wrote On Tue, 4 Nov 2014, Chris H wrote: gpart(8) -a gives you what you need. If it's truly as bad

Re: www/dansguardian revival?

2014-11-02 Thread Chris H
On Fri, 31 Oct 2014 16:55:47 -0700 Nick Rogers ncrog...@gmail.com wrote On Tue, Oct 21, 2014 at 6:29 PM, Chris H bsd-li...@bsdforge.com wrote: On Tue, 21 Oct 2014 09:39:30 +0200 Marko Cupać marko.cu...@mimar.rs wrote On Mon, 20 Oct 2014 17:47:19 -0700 Chris H bsd-li...@bsdforge.com

Re: RE: reducing the size of the ports tree

2014-11-02 Thread Chris H
On Sat, 1 Nov 2014 03:32:16 -0700 Jeffrey Bouquet via freebsd-ports freebsd-ports@freebsd.org wrote Not initially welcoming this new effort... explanation and other PKG problems taking precedence... I've a few scripts which use the smaller files, and have used them extensively in pipes.

Re: why is 'make' installing?

2014-11-02 Thread Chris H
On Sun, 2 Nov 2014 08:35:33 -0800 Waitman Gobble uzi...@da3m0n8t3r.com wrote Issue, help appreciated. Missed day two of MeetBSD sorry alot going on today. Day one was great. I'm updating a port and noticed that 'make' is actually calling install in my program Makefile. seems strange. It's

Re: www/dansguardian revival?

2014-10-21 Thread Chris H
On Tue, 21 Oct 2014 09:39:30 +0200 Marko Cupać marko.cu...@mimar.rs wrote On Mon, 20 Oct 2014 17:47:19 -0700 Chris H bsd-li...@bsdforge.com wrote: Unless theirs any objection. I'll take it. I'll open a pr(1) with a shar(1) ready, in about an hour. --Chris Nice to hear

Re: www/dansguardian revival?

2014-10-20 Thread Chris H
On Mon, 20 Oct 2014 16:08:43 -0700 Nick Rogers ncrog...@gmail.com wrote Hello, I recently learned that the www/dansguardian port was deprecated due to its dependency on the old www/squid port (squid 2.7). Is there any way this port can be revived? I've been using it for years with great

Re: Removal of legacy X.Org (aka non-WITH_NEW_XORG)

2014-10-03 Thread Chris H
Hi, As you may know, the ports tree currently provides two versions of the X.Org server and related pieces of software: 1. xserver 1.7, Mesa 7.6 and libdrm 2.4.17 2. xserver 1.12, Mesa 9.1 and libdrm 2.4.52 We are about to remove the older set. The primary reason is the maintenance

Re: Removal of legacy X.Org (aka non-WITH_NEW_XORG)

2014-10-03 Thread Chris H
On Fri, Oct 03, 2014 at 07:47:23AM -0700, Chris H wrote: Hi, As you may know, the ports tree currently provides two versions of the X.Org server and related pieces of software: 1. xserver 1.7, Mesa 7.6 and libdrm 2.4.17 2. xserver 1.12, Mesa 9.1 and libdrm 2.4.52 We

Re: [cups] Setup cups and Brother HL-4150CDN on FreeBSD 10

2014-06-10 Thread Chris H
More informational, than anything else. But perhaps it will help... Hello Don, cups and freebsd friends, On Mon, Jun 09, 2014 at 11:17:56AM -0700, Don Lewis wrote: On 9 Jun, Willy Offermans wrote: Hello Chris and cups, and freebsd friends, On Mon, Jun 09, 2014 at 07:20:09AM -0700, Chris

Re: [ANNOUNCE] ports 2014Q2 branched

2014-04-02 Thread Chris H
Hi all, I am pleased to announce that we have created the 2014Q2 branch of the ports tree. Because the first 2014Q1 branch was experimental you might not have heard of it yet. January 2014 saw the release of the first quaterly branch, intended at providing a stable and high-quality

Re: DBIx::Simple: Any user? New maintainer?

2014-02-23 Thread Chris H
I am the current maintainer of databases/p5-DBIx-Simple port (last updated on CPAN is 1.35 in 2011). Are there any user of the port? Have there been problems otherwise? (If it is not obvious, I am not an user.) While here, would anybody want to pick up the maintainership? Greetings, Yes.

Re: DBIx::Simple: Any user? New maintainer?

2014-02-23 Thread Chris H
I am the current maintainer of databases/p5-DBIx-Simple port (last updated on CPAN is 1.35 in 2011). Are there any user of the port? Have there been problems otherwise? (If it is not obvious, I am not an user.) While here, would anybody want to pick up the maintainership? Greetings, Yes,

Re: [: -le: argument expected

2008-02-01 Thread Chris H.
Hello Tom, and thank you for your thoughtful reply. Quoting Tom Evans [EMAIL PROTECTED]: On Thu, 2008-01-31 at 18:41 -0800, Chris H. wrote: The cause is in the file: lang/php5/files/patch-Zend_zend_list.c It accounts for all /3/ errors emitted during the initial portion of the make process

<    1   2   3   4   >