Problem^ update cups-base

2014-05-28 Thread pilot513
Today i get error on update cups-base portmaster cups-base-1.7.2 /wrkdirs/usr/ports/print/cups-client/work/cups-1.7.2/cups/http.c:5119: undefined reference to `SSL_free' cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[2]: *** [ippserver]

mail/mailman port installation failing

2014-05-28 Thread John Marshall
I'm having no joy trying to install mailman on a new system. Builds fine but won't install. Any tips appreciated. I've tried winding the port back several versions (svn update -rolder) and still strike essentially the same snag, so I'm guessing this may have been triggered by a change somewhere

Re: archivers/rpm fails to build probably due to my local issue

2014-05-28 Thread Per olof Ljungmark
On 2014-05-14 08:08, Koichiro IWAO wrote: I still fails to build today but thanks. I will look for my envitonment again. On Fri, May 09, 2014 at 11:58:12AM +0200, Alex Dupre wrote: Koichiro IWAO ha scritto: archivers/rpm fails to build around aclocal macro. Same issue yesterday, today it

Creating new port

2014-05-28 Thread Raghu HB
Hello, I am new to FreeBSD and I am in a process of creating new port for one of the application. I have gone through the steps in handbook and I tried to create new port but I am not successful. I would request you to send one sample example to create new port with all the steps explained

Re: archivers/rpm fails to build probably due to my local issue

2014-05-28 Thread Kurt Jaeger
Hi! archivers/rpm fails to build around aclocal macro. Same issue yesterday, today it builds fine. Same problem here, anyone solved this? Works on 10.0-p3 amd64. More details ? Is there a full build log to look at ? -- p...@opsec.eu+49 171 3101372 6

Re: Creating new port

2014-05-28 Thread Michelle Sullivan
Raghu HB wrote: Hello, I am new to FreeBSD and I am in a process of creating new port for one of the application. I have gone through the steps in handbook and I tried to create new port but I am not successful. I would request you to send one sample example to create new port with

FreeBSD ports you maintain which are out of date

2014-05-28 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated,

Re: Problem^ update cups-base

2014-05-28 Thread Jerry
On Wed, 28 May 2014 10:27:11 +0400, pilot513 stated: Today i get error on update cups-base portmaster cups-base-1.7.2 /wrkdirs/usr/ports/print/cups-client/work/cups-1.7.2/cups/http.c:5119: undefined reference to `SSL_free' cc: error: linker command failed with exit code 1 (use

Re: Creating new port

2014-05-28 Thread Michelle Sullivan
Raghu HB wrote: Thanks Michelle for quick response. First I would like to explain what is the application and how I am trying to create port. We have some command line utilities to run on FreeBSD (Storage controller software). The installer should contain few binaries and scripts which

RE: Creating new port

2014-05-28 Thread Raghu HB
Thanks Michelle, I copied the files in /usr/ports/sysutils/mrmonitor and ran the below commands I encountered the same issue. root@:/usr/ports/sysutils/mrmonitor # make distinfo make: don't know how to make distinfo. Stop root@:/usr/ports/sysutils/mrmonitor # make makesum === Found saved

Re: Creating new port

2014-05-28 Thread Michelle Sullivan
Raghu HB wrote: Thanks Michelle, I copied the files in /usr/ports/sysutils/mrmonitor and ran the below commands I encountered the same issue. Ok for starters - you only copy the Makefile that you are making for the port into there. root@:/usr/ports/sysutils/mrmonitor # make distinfo

[QAT] 355537: 4x leftovers

2014-05-28 Thread Ports-QAT
Fix make patch With hat: portmgr - Build ID: 20140527160201-39778 Job owner: anto...@freebsd.org Buildtime: 19 hours Enddate: Wed, 28 May 2014 11:29:03 GMT Revision:

[QAT] 355539: 4x leftovers

2014-05-28 Thread Ports-QAT
Do not overwrite USES - Build ID: 20140527161200-47350 Job owner: b...@freebsd.org Buildtime: 19 hours Enddate: Wed, 28 May 2014 11:36:51 GMT Revision: 355539 Repository:

All my build servers failing...

2014-05-28 Thread Michelle Sullivan
All my build servers (jenkins+poudrier+ VMs of 9.0, 9.1, 9.2 and 10.0 on AMD64 and i386) are failing with: Generating INDEX...make_index: could not find dependency /usr/ports/devel/autoconf The build server auto-updates the ports and the base OS (if there are available updates) on every

Re: Disappearing programs: Is FreeBSD ports unmaintained?

2014-05-28 Thread Joerg Schilling
Big Lebowski spankthes...@gmail.com wrote: Dear Joerg, The only problem is that if such port is unmaintained (its maintainer email address is po...@freebsd.org) there's no one who could do such thing, because commiters are busy working on the entire ports tree, and apparently no one from

Re: All my build servers failing...

2014-05-28 Thread Michelle Sullivan
Michelle Sullivan wrote: All my build servers (jenkins+poudrier+ VMs of 9.0, 9.1, 9.2 and 10.0 on AMD64 and i386) are failing with: Generating INDEX...make_index: could not find dependency /usr/ports/devel/autoconf The build server auto-updates the ports and the base OS (if there are

second call: dns/libidn staging broken

2014-05-28 Thread Robert Huff
This port builds fine, or seems to. However, when I try to install I get this: === Installing for libidn-1.28_1 === libidn-1.28_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.9) === Checking if dns/libidn already installed === Registering installation for

Re: second call: dns/libidn staging broken

2014-05-28 Thread Kurt Jaeger
Hi! This port builds fine, or seems to. However, when I try to install I get this: Tested on 10.0p3-amd64, works fine here. -- p...@opsec.eu+49 171 3101372 6 years to go ! ___ freebsd-ports@freebsd.org

[Patch] Using MACHINE_ARCH identifiers in pkg

2014-05-28 Thread Nathan Whitehorn
The following was in a deep and increasingly branched thread on the SVN list. I've forwarded the relevant part here. The discussion was on using MACHINE_ARCH codes for package architectures in pkg instead of the existing ones (which are equivalent) to make script-writing easier and improve

Re: [Patch] Using MACHINE_ARCH identifiers in pkg

2014-05-28 Thread Baptiste Daroussin
On Wed, May 28, 2014 at 09:54:03AM -0700, Nathan Whitehorn wrote: The following was in a deep and increasingly branched thread on the SVN list. I've forwarded the relevant part here. The discussion was on using MACHINE_ARCH codes for package architectures in pkg instead of the existing ones

pkg 2 ng conversion

2014-05-28 Thread Jim Pazarena
I have several servers, some 9.1, 9.2, 10.0 all nagging about the deprecated package system. So I've bitten the bullet and am converting to the new pkg system. The notes for conversion indicate you must add WITH_PKGNG=yes to make.conf. Also done. On a new/fresh install, V10, should a person

Re: pkg 2 ng conversion

2014-05-28 Thread Matthew Seaman
On 28/05/2014 19:13, Jim Pazarena wrote: On a new/fresh install, V10, should a person immediately place WITH_PKGNG=yes in the make.conf ? And then is it not required to run pkg2ng ? Or is it implied? It seems not, but I cannot find documentation in this respect. It's not necessary on 10.x --

Re: pkg 2 ng conversion

2014-05-28 Thread Jim Ohlstein
Hello, On 5/28/14, 2:13 PM, Jim Pazarena wrote: I have several servers, some 9.1, 9.2, 10.0 all nagging about the deprecated package system. So I've bitten the bullet and am converting to the new pkg system. The notes for conversion indicate you must add WITH_PKGNG=yes to make.conf. Also done.

Re: archivers/rpm fails to build probably due to my local issue

2014-05-28 Thread Kevin Oberman
On Wed, May 28, 2014 at 2:37 AM, Kurt Jaeger li...@opsec.eu wrote: Hi! archivers/rpm fails to build around aclocal macro. Same issue yesterday, today it builds fine. Same problem here, anyone solved this? Works on 10.0-p3 amd64. More details ? Is there a full build log to look at ?

Re: second call: dns/libidn staging broken

2014-05-28 Thread Kevin Oberman
On Wed, May 28, 2014 at 8:33 AM, Kurt Jaeger li...@opsec.eu wrote: Hi! This port builds fine, or seems to. However, when I try to install I get this: Tested on 10.0p3-amd64, works fine here. -- p...@opsec.eu+49 171 3101372 6 years to go !

second call: dns/libidn staging broken

2014-05-28 Thread Robert Huff
Kevin Oberman writes: This port builds fine, or seems to. However, when I try to install I get this: Looks like it might be an issue with your build environment. Looks like you have customized your build directories (/data/port-work). I suspect something might be wrong there. I

Re: All my build servers failing...

2014-05-28 Thread Michelle Sullivan
Michelle Sullivan wrote: Michelle Sullivan wrote: All my build servers (jenkins+poudrier+ VMs of 9.0, 9.1, 9.2 and 10.0 on AMD64 and i386) are failing with: Generating INDEX...make_index: could not find dependency /usr/ports/devel/autoconf The build server auto-updates the ports

Citrix Ica Port Permissions Problem

2014-05-28 Thread Aric Gregson
Hello, I just updated my ports for 10.0-RELEASE and redid the linux base to include the newer https://github.com/xmj/linux-ports. I seem to have installed net/citrix_ica just fine, but it will not run. I have had this port running with prior additions without any problems. I see that the port

Looking for a committer for ports/190274: [PATCH] science/py-ws2300: update to 1.9, Add STAGE support

2014-05-28 Thread Stefan Bethke
Hey there, since I didn’t raise the PR, it’s not marked as maintainer-update, but the linked patch (not the included one) is ready to be committed. Cheers, Stefan -- Stefan Bethke s...@lassitu.de Fon +49 151 14070811 signature.asc Description: Message signed with OpenPGP using

g++ cannot find std::stoi

2014-05-28 Thread hhh
Hi, I'm trying to compile OpenCog [1] using g++47, but get an error about missing std::stoi. I have attached a micro-example [2] that generates the same error, if I try to compile it with: % g++47 -std=c++11 s.cc s.cc: In function 'int main()': s.cc:8:13: error: 'stoi' is not a member of 'std'

Re: second call: dns/libidn staging broken

2014-05-28 Thread Lowell Gilbert
Robert Huff roberth...@rcn.com writes: Kevin Oberman writes: This port builds fine, or seems to. However, when I try to install I get this: Looks like it might be an issue with your build environment. Looks like you have customized your build directories (/data/port-work). I

Re: second call: dns/libidn staging broken

2014-05-28 Thread Matthew D. Fuller
On Wed, May 28, 2014 at 08:55:01PM -0400 I heard the voice of Lowell Gilbert, and lo! it spake thus: I tried rebuilding libidn on the host system (outside the tinderbox), but it didn't break (with and without WRKDIRPREFIX, with portmaster or make install). I guess I need to fix my tinderbox

second call: dns/libidn staging broken

2014-05-28 Thread Robert Huff
Lowell Gilbert freebsd-ports-lo...@be-well.ilk.org writes: It's not a sym-link, it's an evnironment variable: WRKDIRPREFIX=/data/port-work This was done because certain large ports (e.g. libreoffice) were eating up all the free space on /usr. So I pointed the work directory

second call: dns/libidn staging broken

2014-05-28 Thread Robert Huff
[resent with corrected attribution] Lowell Gilbert freebsd-ports-lo...@be-well.ilk.org writes: It's not a sym-link, it's an evnironment variable: WRKDIRPREFIX=/data/port-work This was done because certain large ports (e.g. libreoffice) were eating up all the free

Re: second call: dns/libidn staging broken

2014-05-28 Thread Lowell Gilbert
Lowell Gilbert freebsd-ports-lo...@be-well.ilk.org writes: Robert Huff roberth...@rcn.com writes: Kevin Oberman writes: This port builds fine, or seems to. However, when I try to install I get this: Looks like it might be an issue with your build environment. Looks like you

second call: dns/libidn staging broken

2014-05-28 Thread Robert Huff
Lowell Gilbert freebsd-ports-lo...@be-well.ilk.org writes: Looking at the configure output for libidn, I'll guess that you don't have emacs installed when you try to install libidn, so the configure script decides not to install the elisp (.el) files, and staging chokes because it

Re: mail/mailman port installation failing

2014-05-28 Thread John Marshall
On Wed, 28 May 2014, 16:36 +1000, John Marshall wrote: I'm having no joy trying to install mailman on a new system. Builds fine but won't install. Any tips appreciated. === Registering installation for mailman-2.1.18.1_1 pkg-static:

Re: net/linphone-base failed compiling

2014-05-28 Thread Sunpoet Po-Chuan Hsieh
On Tue, May 27, 2014 at 5:25 AM, Muhammad Moinur Rahman 5u623...@gmail.com wrote: cat /usr/ports/net/libexosip2-legacy | grep MAINTAINER cat /usr/ports/net/libexosip2 | grep MAINTAINER I need to check whether it should be added to UPDATING. Hi Sunpoet, Expecting your feedback. BR,