Rosegarden seg faults

2010-04-28 Thread Da Rock
Tried -questions@ but got no bites, plus I think its more appropriate here... I've installed rosegarden for a task my missus has to do. The only problem is its seg faults and can't do anything. I can run rosegarden at the prompt, but when I click notation or sequencer it fails with a seg fault.

linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Da Rock
I've been advised I should attempt to port this for general use to FreeBSD. I've been operating it manually very successfully now in a number of operations. This is, however, my first attempt at a port and I would like some guidance to see if I've done this right. I was advised to copy the ess

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Da Rock
On 01/04/12 23:27, Gary Jennejohn wrote: On Wed, 04 Jan 2012 22:31:51 +1000 Da Rock wrote: I've been advised I should attempt to port this for general use to FreeBSD. I've been operating it manually very successfully now in a number of operations. This is, however, my first attempt

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Da Rock
On 01/05/12 01:41, Chad Perrin wrote: On Wed, Jan 04, 2012 at 02:27:57PM +0100, Gary Jennejohn wrote: On Wed, 04 Jan 2012 22:31:51 +1000 Da Rock wrote: I was advised to copy the essential parts from a similar port, so I've used archivers/linux-f10-ucl. This is my Makefile: [snip] Do

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Da Rock
On 01/05/12 07:10, Alexander Leidinger wrote: On Wed, 04 Jan 2012 22:31:51 +1000 Da Rock wrote: I've been advised I should attempt to port this for general use to FreeBSD. I've been operating it manually very successfully now in a number of operations. This is, however, my first at

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Da Rock
On 01/05/12 12:11, Chad Perrin wrote: On Thu, Jan 05, 2012 at 10:42:17AM +1000, Da Rock wrote: On 01/05/12 07:10, Alexander Leidinger wrote: This should be you (if you're willing to maintain the port). You keep dropping hints like this all the time Alex :) Honestly, though, I'

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Da Rock
On 01/05/12 12:08, Chad Perrin wrote: On Thu, Jan 05, 2012 at 09:53:25AM +1000, Da Rock wrote: On 01/05/12 01:41, Chad Perrin wrote: On Wed, Jan 04, 2012 at 02:27:57PM +0100, Gary Jennejohn wrote: On Wed, 04 Jan 2012 22:31:51 +1000 Da Rock wrote: I was advised to copy the essential parts

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Da Rock
On 01/05/12 14:13, Janketh Jay wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi guys! On 01/04/2012 08:19 PM, Chad Perrin wrote: On Thu, Jan 05, 2012 at 12:20:45PM +1000, Da Rock wrote: On 01/05/12 12:11, Chad Perrin wrote: The best way to learn, I think, is to get yourself a mentor

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Da Rock
On 01/05/12 14:15, Eitan Adler wrote: On Wed, Jan 4, 2012 at 11:13 PM, Janketh Jay wrote: As much as I hate to toss Chris Rees "under the bus" on this, he's be EXTREMELY helpful to me when creating ports that have small hiccups like this. He's very knowledgeable. While he might be a bit too

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-06 Thread Da Rock
On 01/05/12 21:18, Gary Jennejohn wrote: On Thu, 05 Jan 2012 09:52:40 +1000 Da Rock wrote: On 01/04/12 23:27, Gary Jennejohn wrote: On Wed, 04 Jan 2012 22:31:51 +1000 Da Rock wrote: I've been advised I should attempt to port this for general use to FreeBSD. I've been op

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-06 Thread Da Rock
Ok, clean slate. Lets start afresh :) First I need a way to test properly. Alex, you mention I need a ports tree on the machine, and then you say to create a directory somewhere and put Makefile in it and run make (as root). Does the directory need to be in the ports tree then? The rpm files

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-07 Thread Da Rock
On 01/07/12 19:11, Gary Jennejohn wrote: On Sat, 07 Jan 2012 12:46:54 +1000 Da Rock wrote: And finally checksums: I create a checksum for the port, the linux sites have checksums, and I was advised in passing to check the checksums match. The checksums are going to differ aren't they?

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-08 Thread Da Rock
All arguments aside, I've finally made headway - I think... its really frustrating for me because to me it seems a bit of a "blackbox" atm. I'm still trying to untangle the threads. I fiddled and tweaked and finally got make to run. I then ran make -DPACKAGE_BUILD makesum and got a checksum (S

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-09 Thread Da Rock
On 01/10/12 08:28, Paul Schmehl wrote: --On January 9, 2012 3:55:48 PM +1000 Da Rock wrote: I just need to work out how to check the checksum against a linux source. I haven't found that yet. My brief search was unsuccessful as well. Is it really possible that the LInux communit

Re: define issue - linux-f10-nss_ldap: my first port - be gentle :)

2012-01-09 Thread Da Rock
I'm having some trouble using knobs and "defined" in the Makefile. It keeps complaining about the unexpected. I've tried .if defined(WITH_PAM) and .ifdefined(WITH_PAM) and it complains about an unexpected "(" in the first, and an unexpected word in the second. How do I conditionally handle t

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-10 Thread Da Rock
On 01/11/12 07:11, Alexander Leidinger wrote: On Mon, 09 Jan 2012 15:55:48 +1000 Da Rock wrote: Now my Makefile looks like this: # New ports collection makefile for:linux-f10-nss_ldap # Date created: 2012-01-04 # Whom: da porta

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-10 Thread Da Rock
On 01/11/12 07:11, Alexander Leidinger wrote: On Mon, 09 Jan 2012 15:55:48 +1000 Da Rock wrote: Now my Makefile looks like this: # New ports collection makefile for:linux-f10-nss_ldap # Date created: 2012-01-04 # Whom: da porta

unassociated shell command

2012-01-11 Thread Da Rock
I'm still very new to this, but I'm almost complete on my first port. I do have an unusual error which crops up from time to time and I'm usually able to fudge along and clear it- but this last little bit won't clear! The particular lines in question are as follows: post-extract: [snip] .if d

Re: unassociated shell command

2012-01-11 Thread Da Rock
s. Removing the @ didn't work either... On 01/11/2012 07:37 PM, Da Rock wrote: I'm still very new to this, but I'm almost complete on my first port. I do have an unusual error which crops up from time to time and I'm usually able to fudge along and clear it- but this last lit

Re: unassociated shell command

2012-01-11 Thread Da Rock
On 01/12/12 13:59, Stephen Montgomery-Smith wrote: On 01/11/2012 09:48 PM, Da Rock wrote: On 01/12/12 13:01, Stephen Montgomery-Smith wrote: I usually see this error when there is a command that doesn't belong to a target. For example, if I create a Makefile that contains only: echo xxx

Re: unassociated shell command

2012-01-11 Thread Da Rock
On 01/12/12 14:25, Stephen Montgomery-Smith wrote: On 01/11/2012 10:14 PM, Da Rock wrote: On 01/12/12 13:59, Stephen Montgomery-Smith wrote: On 01/11/2012 09:48 PM, Da Rock wrote: On 01/12/12 13:01, Stephen Montgomery-Smith wrote: I usually see this error when there is a command that doesn&#

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-11 Thread Da Rock
On 01/12/12 02:23, Matthew Seaman wrote: On 11/01/2012 16:10, Eitan Adler wrote: post-extract: .if defined(WITH_PAM) PLIST_FILES+=lib/security/pam_ldap.so .else @if [ -f ${WRKDIR}/lib/security/pam_ldap.so ]; then \

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-12 Thread Da Rock
On 01/12/12 17:54, Matthew Seaman wrote: On 12/01/2012 06:44, Da Rock wrote: I have a Makefile, pkg-desc, pkg-plist, pkg-message, distinfo. I also have the files hosted and the MASTER_FILES set to include the linux sites (just where the files are located). I am looking for a backup site to all

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-12 Thread Da Rock
On 01/13/12 04:19, Chris Rees wrote: On 12 January 2012 12:26, Da Rock wrote: On 01/12/12 17:54, Matthew Seaman wrote: On 12/01/2012 06:44, Da Rock wrote: I have a Makefile, pkg-desc, pkg-plist, pkg-message, distinfo. I also have the files hosted and the MASTER_FILES set to include the

Re: unassociated shell command

2012-01-12 Thread Da Rock
On 01/13/12 07:30, Chris Rees wrote: On 12 January 2012 06:27, Jason Helfman wrote: On Wed, Jan 11, 2012 at 10:25:26PM -0600, Stephen Montgomery-Smith thus spake: On 01/11/2012 10:14 PM, Da Rock wrote: I'm still very new to this, but I'm almost complete on my first port. I do have

Re: unassociated shell command

2012-01-13 Thread Da Rock
On 01/13/12 17:20, Chris Rees wrote: On 12 January 2012 22:38, Da Rock wrote: On 01/13/12 07:30, Chris Rees wrote: Also, no, you shouldn't (can't) set Make variables inside a target, as covered before. However... instead of .if defined(NOPORTDOCS) PLIST_SUB etc etc stuff, just

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-13 Thread Da Rock
On 01/13/12 07:51, Da Rock wrote: On 01/13/12 04:19, Chris Rees wrote: On 12 January 2012 12:26, Da Rock wrote: On 01/12/12 17:54, Matthew Seaman wrote: On 12/01/2012 06:44, Da Rock wrote: I have a Makefile, pkg-desc, pkg-plist, pkg-message, distinfo. I also have the files hosted and the

OT: Tinderbox and kernel building

2012-01-13 Thread Da Rock
I know this is not ports related, but the tool is :) So thought this would be the best place for an answer. Anyway, one can use Tinderbox to build port packages for users; but can it be used to build kernel binaries too? Or maybe I'm just off my rocker... Cheers __

Re: OT: Tinderbox and kernel building

2012-01-14 Thread Da Rock
On 01/14/12 18:41, Matthew Seaman wrote: On 14/01/2012 02:04, Da Rock wrote: Anyway, one can use Tinderbox to build port packages for users; but can it be used to build kernel binaries too? Or maybe I'm just off my rocker... Not by using the tinderbox software available in ports as ports

Re: [SUBMITTED] linux-f10-nss_ldap: my first port - be gentle :)

2012-01-14 Thread Da Rock
On 01/14/12 05:53, Boris Samorodov wrote: 13.01.2012 18:51, Da Rock пишет: Once submitted do the committers offer any advice on improvements? Yep, it happens from sometime. Ok. I've submitted; but I have a problem viewing it on the pr web page. According to my mail system it has

Acroread: contacting maintainer

2012-01-15 Thread Da Rock
What is the correct way to contact the maintainer for a port? Does one contact directly? Or through a list (this one?)? Or pr? I'm trying to contact the maintainer of the acroread ports to see if they can put in a dependency on linux-f10-cups-libs for the ease of use by general users, and to e

Re: Acroread: contacting maintainer

2012-01-15 Thread Da Rock
On 01/16/12 14:13, Hiroki Sato wrote: Da Rock wrote in<4f139c43.1050...@herveybayaustralia.com.au>: fr> What is the correct way to contact the maintainer for a port? Does one fr> contact directly? Or through a list (this one?)? Or pr? fr> fr> I'm trying to contac

What is the best way to _not_ install licenses?

2012-01-22 Thread Da Rock
I'm back to resolve some issues with my new port ports/164113. I have to not install license as per instructions in the porters handbook (which I wasn't aware it was doing). What is the best way to achieve this? I have already put in the Makefile (thanks Alex): NO_LICENSES_INSTALL=yes and i

Re: What is the best way to _not_ install licenses?

2012-01-22 Thread Da Rock
On 01/22/12 23:44, Chris Rees wrote: On 22 January 2012 13:13, Da Rock wrote: I'm back to resolve some issues with my new port ports/164113. I have to not install license as per instructions in the porters handbook (which I wasn't aware it was doing). What is the best way to ac

Re: What is the best way to _not_ install licenses?

2012-01-22 Thread Da Rock
On 01/23/12 00:54, Chris Rees wrote: On 22 January 2012 13:55, Da Rock wrote: On 01/22/12 23:44, Chris Rees wrote: On 22 January 2012 13:13, Da Rock wrote: I'm back to resolve some issues with my new port ports/164113. I have to not install license as per instructions in the po

Re: What is the best way to _not_ install licenses?

2012-01-22 Thread Da Rock
On 01/23/12 01:13, Alexander Leidinger wrote: On Sun, 22 Jan 2012 13:44:25 + Chris Rees wrote: On 22 January 2012 13:13, Da Rock wrote: I'm back to resolve some issues with my new port ports/164113. I have to not install license as per instructions in the porters handbook (wh

Re: acroread8/9 cups support (Re: acroead8 and libcups dependencies)

2012-01-22 Thread Da Rock
On 01/23/12 16:28, Hiroki Sato wrote: Da Rock wrote in<4f139c43.1050...@herveybayaustralia.com.au>: fr> I'm trying to contact the maintainer of the acroread ports to see if fr> they can put in a dependency on linux-f10-cups-libs for the ease of fr> use by general

Re: Port libSwiften Request

2012-01-25 Thread Da Rock
On 01/25/12 19:44, Jaret Bartsch wrote: Hi there. I have recently tried to compile a software, but a port called libSwiften (on linux) is not available for FreeBSD as Swiften or libSwiften. Is it possible the ports team could perhaps include this software in the ports collection? Would you be

port license framework

2012-01-25 Thread Da Rock
I'm just trying to get my head around the license framework. Is it supposed to be a means for a sysadmin to control what licensed software is installed? Or is it more than that? If it is more than that, why would one need to install a license from the framework if the software usually has it

Re: Good source for linux libs

2012-02-02 Thread Da Rock
On 02/03/12 06:27, Conrad J. Sabatier wrote: On Thu, 02 Feb 2012 17:03:50 +0100 Dominic Fandrey wrote: I need some linux libraries to throw in with a port of Eagle6. http://www.freebsd.org/cgi/query-pr.cgi?pr=164581 I'm Linux illiterate, does anyone know a good source for all of these: - libp

Re: Any common policy against conflicting choice in Makefile OPTIONS?

2012-02-05 Thread Da Rock
On 02/06/12 03:41, Chris Rees wrote: On 5 February 2012 17:37, Olli Hauer wrote: On 2012-02-05 18:23, Chris Rees wrote: On 5 February 2012 17:21, Olli Hauer wrote: On 2012-02-05 17:19, RyōTa SimaMoto wrote: Hi, I'm a port maintainer for multimedia/qmmp, and some ports. Before upgrading QMMP

Re: print/cups: CUPS-1.5.0 IPP protocoll issues -> no printing possible on IPP capable network printers

2012-02-07 Thread Da Rock
On 02/07/12 18:40, O. Hartmann wrote: We use a bunch of HP and Xerox printers across our network, all capable of being accessed via network over IPP protocoall (so they claim). Printing worked for me flawless on FreeBSD 8.2-STABLE, 9.0-CURRENT, now 9.0-STABLE on all boxes in question. Since upd

Re: What about Firefox 11?

2012-03-25 Thread Da Rock
On 03/25/12 16:06, Heino Tiedemann wrote: Florian Smeets wrote: For those who cannot wait we are always looking for testes ;) svn co https://trillian.chruetertee.ch/svn/freebsd-gecko/branches/experimental/www/firefox/ LOL. Do you mean those with the balls enough to try it out? Or is that a

libreoffice-3.4.5.2 failing to build

2012-03-27 Thread Da Rock
I've been hunting down some info on why this is failing, but all I keep running into is the previous versions failings... :( I'm building libreoffice on 9.0-Release amd64, and I'm getting build errors qa testing(?) sd. I followed the instructions, but it still failed. It spits out this: scri

x11/fireflies build fail - typo

2012-03-28 Thread Da Rock
Not trying to piss everyone off here with all these build failures I'm throwing in :) Can I get a confirmation on this one though? I was installing xscreensaver and this came port up as a failed build due to missing file. Due to a break in convention I had to edit /usr/ports/x11/fireflies/work

Re: libreoffice-3.4.5.2 failing to build

2012-03-28 Thread Da Rock
On 03/27/12 21:42, Da Rock wrote: I've been hunting down some info on why this is failing, but all I keep running into is the previous versions failings... :( I'm building libreoffice on 9.0-Release amd64, and I'm getting build errors qa testing(?) sd. I followed the instr

Re: libreoffice-3.4.5.2 failing to build

2012-03-30 Thread Da Rock
On 03/30/12 16:22, Baptiste Daroussin wrote: On Thu, Mar 29, 2012 at 02:11:33PM +1000, Da Rock wrote: On 03/27/12 21:42, Da Rock wrote: I've been hunting down some info on why this is failing, but all I keep running into is the previous versions failings... :( I'm building libreoff

libreoffice ignores defined CC variables and friends

2012-03-31 Thread Da Rock
In an attempt to build libreoffice I'm trying to build libreoffice-3.4.5.2 with clang, but it is ignoring every attempt I have made to set env variables, configure args. I have used -DCC=clang -DCXX=clang++ -DCPP=clang-cpp, I edited the Makefile to check these and set them in CONFIGURE_ARGS or

Re: libreoffice-3.4.5.2 failing to build

2012-03-31 Thread Da Rock
On 03/30/12 17:03, Da Rock wrote: On 03/30/12 16:22, Baptiste Daroussin wrote: On Thu, Mar 29, 2012 at 02:11:33PM +1000, Da Rock wrote: On 03/27/12 21:42, Da Rock wrote: I've been hunting down some info on why this is failing, but all I keep running into is the previous versions fai

system-config-printer missing runtime dependency on libxml2

2012-04-04 Thread Da Rock
I just ran a clean install and built system-config-printer which wouldn't run. It complained about a missing 'libxml2' module. I had to run a search and I found textproc/py-libxml2 which I installed and it all runs fine now. Might need to adjust the runtime dependencies on this port. Excuse i

Re: libreoffice-3.4.5.2 failing to build

2012-04-04 Thread Da Rock
On 04/01/12 15:55, Da Rock wrote: On 03/30/12 17:03, Da Rock wrote: On 03/30/12 16:22, Baptiste Daroussin wrote: On Thu, Mar 29, 2012 at 02:11:33PM +1000, Da Rock wrote: On 03/27/12 21:42, Da Rock wrote: I've been hunting down some info on why this is failing, but all I keep running in

FreeBSD Port: samba34-3.4.14

2012-04-05 Thread Da Rock
Building samba 3.6, 3.5, 3.4... noticed a missing dependency during build on net/libnet. Maybe need to add this to the port? Cheers ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send

Re: FreeBSD Port: samba34-3.4.14

2012-04-07 Thread Da Rock
Cheers. On Fri, Apr 6, 2012 at 3:40 AM, Da Rock wrote: Building samba 3.6, 3.5, 3.4... noticed a missing dependency during build on net/libnet. Maybe need to add this to the port? Cheers ___ freebsd-ports@freebsd.org mailing list http://lists.free

Re: FreeBSD Port: samba34-3.4.14

2012-04-07 Thread Da Rock
On 04/08/12 00:02, Chris Rees wrote: On 7 April 2012 13:51, Da Rock wrote: On 04/06/12 13:20, Timur I. Bakeyev wrote: Hi! Can you show the build output? Port should't directly dipend from anything like this. Sorry, it was on a clients system and I couldn't get the info across.

Re: mail/imaptools: port removal at Monday April 9th

2012-04-09 Thread Da Rock
On 04/10/12 03:49, Julian H. Stacey wrote: From: Chris Rees Well, whatever he says, he can't revoke the license of what's already been distributed. # Copyright (c) 2008 Rick Sanders # #

Re: mail/imaptools: port removal at Monday April 9th

2012-04-09 Thread Da Rock
On 04/10/12 08:30, Doug Barton wrote: On 04/09/2012 15:21, Da Rock wrote: To stick my nose where it probably doesn't belong: indeed. This is one area where linux annoys the most for that very reason. Let the user decide and bear the responsibility. If you want to put up a server with al

Re: FreeBSD Port: samba34-3.4.14

2012-04-09 Thread Da Rock
On 04/08/12 09:59, Da Rock wrote: On 04/08/12 00:02, Chris Rees wrote: On 7 April 2012 13:51, Da Rock wrote: On 04/06/12 13:20, Timur I. Bakeyev wrote: Hi! Can you show the build output? Port should't directly dipend from anything like this. Sorry, it was on a clients system and I cou

Re: FreeBSD Port: samba34-3.4.14

2012-04-09 Thread Da Rock
On 04/10/12 09:12, Chuck Swiger wrote: Hi-- On Apr 9, 2012, at 4:01 PM, Da Rock wrote: To drag this up again, I was thinking about the number of cases I've found like this recently, and I was considering what the most appropriate action to take here. This one is obviously controversial

Re: FreeBSD Port: samba34-3.4.14

2012-04-09 Thread Da Rock
On 04/10/12 13:14, Mel Flynn wrote: On 4/10/2012 02:26, Da Rock wrote: So what should the patch look like? Am I correct in my understanding of the BUILD_DEPENDS, or have I chased a goose on that one? I'd like to divert your attention to the libnet source directory in samba distribution.

Re: FreeBSD Port: samba34-3.4.14

2012-04-10 Thread Da Rock
On 04/10/12 16:30, Chuck Swiger wrote: On Apr 9, 2012, at 5:26 PM, Da Rock wrote: [ ... ] If you think there is a missing dependency, then doing send-pr with the fix is a reasonable procedure. I was only thinking the maintainer might want to know and fix and test themselves before commit. I

Re: FreeBSD Port: samba34-3.4.14

2012-04-10 Thread Da Rock
On 04/10/12 18:06, Timur I. Bakeyev wrote: On Tue, Apr 10, 2012 at 9:57 AM, Da Rock wrote: On 04/10/12 16:30, Chuck Swiger wrote: On Apr 9, 2012, at 5:26 PM, Da Rock wrote: [ ... ] If you think there is a missing dependency, then doing send-pr with the fix is a reasonable procedure. I was

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-26 Thread Da Rock
On 12/26/10 23:04, Robert Huff wrote: Da Rock writes: I'm running another set of updates, and I can't for the life of me get rid of this erroneous behaviour. I run portupgrade and it tells me it can't update ImageMagick because the Djvu option requires threads,

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-26 Thread Da Rock
On 12/27/10 01:05, Roland Smith wrote: On Sun, Dec 26, 2010 at 11:42:37PM +1000, Da Rock wrote: Something I'm missing here? A fix would be nice, I should be used to it though- ImageMagick _always_ has issues for me. I just thought it'd be nice to get it updated for once-

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-27 Thread Da Rock
On 12/27/10 20:22, David Southwell wrote: > On 12/27/10 01:05, Roland Smith wrote: > > On Sun, Dec 26, 2010 at 11:42:37PM +1000, Da Rock wrote: > >>>> Something I'm missing here? A fix would be nice, I should be used > >>>> to it though- Im

[SOLVED] Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-28 Thread Da Rock
> > > > was still needed for 7.2 p3 systems on amd64. > > > > > > It shouldn't be needed. Can you remove this definition from any > > > locally-modified Makefiles, and provide the same information that was > > > requested from Da Rock? (Why do I f

libxul build hit the roof!

2010-12-29 Thread Da Rock
I was doing an update of my system, and I hit these errors and skipped builds all over the place; so I've been eliminating them one by one and making the skipped list smaller. In the process of these investigations I noticed that my system practically froze several times and I spotted multiple

Re: libxul build hit the roof!

2010-12-29 Thread Da Rock
On 12/30/10 01:23, Anonymous wrote: Da Rock writes: I was doing an update of my system, and I hit these errors and skipped builds all over the place; so I've been eliminating them one by one and making the skipped list smaller. In the process of these investigations I noticed th

Re: libxul build hit the roof!

2010-12-30 Thread Da Rock
On 12/31/10 02:47, jhell wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/29/2010 18:04, Da Rock wrote: I got it worked out in the end, but it still took 2G+ memory to build; so my suggestion is a warning to EU in the make process that this could take a lot of memory to build

Re: libxul build hit the roof!

2010-12-31 Thread Da Rock
fer a warning? Chris Sorry for top-posting, Android won't let me quote, but K-9 can't yet do threading. On 31 Dec 2010 05:42, "Da Rock" wrote: On 12/31/10 02:47, jhell wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/29/2010 18:04, Da Rock wrote:

Caldav calendar server for freebsd

2008-02-10 Thread Da Rock
Hi guys. This may be old news, but I'm looking for a calendar server for freebsd. I've searched the ports but found nothing suitable (I'm having an issue with webcalendar which I've posted on their forums, plus I'm not sure it's what I'm after- keep reading to find out why), and I've trawled th

mod_webapp port broken

2008-02-18 Thread Da Rock
I'm tearing my hair out here- I'm having absolutely no luck with getting a calendar server and my latest sore point is the mod_webapp port which won't build because of missing includes. I ran a search but it appears that is only marked broken for certain archs, well I'm only running a poxy lit

KDE 4

2008-03-21 Thread Da Rock
Just a quick question: is there anything on the horizon with porting KDE 4? Cheers ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: KDE 4

2008-03-21 Thread Da Rock
On Fri, 2008-03-21 at 18:10 -0700, Xin LI wrote: > Da Rock wrote: > > Just a quick question: is there anything on the horizon with porting KDE > > 4? > > I think it was being tested/refining. More information can be found at > http://freebsd.kde.or

Openldap server install failure - openldap client conflict

2008-04-15 Thread Da Rock
I'm trying to install OpenLDAP as a server to "attempt" to try it out for our network. The problem is the openldap client is already installed for other apps as php, apache, asterisk, etc. So my question is: is it possible to uninstall the client? Will the server include the client required for the

Re: Openldap server install failure - openldap client conflict

2008-04-16 Thread Da Rock
On Wed, 2008-04-16 at 07:03 +0100, Matthew Seaman wrote: > Da Rock wrote: > > I'm trying to install OpenLDAP as a server to "attempt" to try it out > > for our network. The problem is the openldap client is already installed > > for other apps as php, apache,

Re: Openldap server install failure - openldap client conflict

2008-04-16 Thread Da Rock
On Wed, 2008-04-16 at 16:48 +1000, Da Rock wrote: > On Wed, 2008-04-16 at 07:03 +0100, Matthew Seaman wrote: > > Da Rock wrote: > > > I'm trying to install OpenLDAP as a server to "attempt" to try it out > > > for our network. The problem is the openldap c

Re: Openldap server install failure - openldap client conflict

2008-04-16 Thread Da Rock
On Wed, 2008-04-16 at 08:29 +0100, Matthew Seaman wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: RIPEMD160 > > Da Rock wrote: > > On Wed, 2008-04-16 at 07:03 +0100, Matthew Seaman wrote: > >> Da Rock wrote: > > >> One of the programs that depends

Re: Openldap server install failure - openldap client conflict

2008-04-16 Thread Da Rock
On Wed, 2008-04-16 at 16:48 +1000, Da Rock wrote: > On Wed, 2008-04-16 at 07:03 +0100, Matthew Seaman wrote: > > Da Rock wrote: > > > I'm trying to install OpenLDAP as a server to "attempt" to try it out > > > for our network. The problem is the open

Re: Openldap server install failure - openldap client conflict

2008-04-16 Thread Da Rock
On Wed, 2008-04-16 at 08:46 +0100, Matthew Seaman wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: RIPEMD160 > > Da Rock wrote: > > > Actually, let me clarify: The error message I get is > > openldap-sasl-server-2.3.40 conflicts with installed package > > ope

FBSD 7, Gnome2-lite port broken

2008-04-19 Thread Da Rock
I've tried checking as far as my knowledge will allow the reason for this error, but its got me beat. I was installing the above port, and the config screen came up for one of its dependencies surrounding ghostscript I believe where it said "don't be stingy on the options selected as another port m

Re: FBSD 7, Gnome2-lite port broken

2008-04-20 Thread Da Rock
On Mon, 2008-04-21 at 00:17 +0200, Alexey Shuvaev wrote: > plain text document attachment (gstscrpt) > On Sun, Apr 20, 2008 at 05:16:43AM +1000, Da Rock wrote: > > I've tried checking as far as my knowledge will allow the reason for > > this error, but its got me beat. I w

wine won't build - inotify errors

2012-10-28 Thread Da Rock
Just trying to sort out some issues with wine and I originally used pkg_add I think to install it, now I need to ensure certain features are enabled like ssl connections and I need to be able to build wine from port source. The errors are as follows: cc -o wineserver async.o atom.o change.o cl

Re: Dropping maintainership of science/gramps!

2012-11-01 Thread Da Rock
On 11/01/12 17:19, Anders Troback wrote: I do not use FreeBSD any more (I feel in love with OpenBSD:-)) so please remove me as maintainer of the science/gramps port. I can take it over unless someone else is better suited (and actually uses the program). How do you go about doing this, though?

Re: wine/i386 for FreeBSD/amd64 port (aka wine-fbsd64)

2012-11-04 Thread Da Rock
On 11/04/12 21:31, Chris Rees wrote: > On 4 November 2012 11:16, Thomas Mueller wrote: >> from David Naylor : >> >>> Hi List, >>> # Executive Summary >>> Over the past years I have been maintaining the wine-fbsd64 port (see >>> http://mediafire.com/wine_fbsd64 for more). The port itself effective

GRegexp crashing

2012-11-04 Thread Da Rock
I just installed this to help me with some of my programming (got sick of using online ones), only to find it won't run at all. There is no error, but this is what I got from truss: v\0\0\0\0\0\0\0\0\0\n\0\0\0"...,4096) = 1428 (0x594) read(3,0x80c9ba02c,4096) ERR#35 'Resource temporari

Re: fixing missing launch icons

2012-11-10 Thread Da Rock
On 11/11/12 04:08, Beeblebrox wrote: > Unfortunately, it was too soon to tag the problem solved. I tried an entry > like so: > Encoding=UTF-8 > Name=Emma-SQL > GenericName=Emma-SQL > Comment=Emma-SQL Manager > TryExec=emma > Exec=emma > Icon=emma > Type=Application > Categories=Programming > Direct

heimdal/krb5 conflicts

2015-01-18 Thread Da Rock
I've asked around trying to get a quick answer on this, but it seems it is not too well known. Reasonably recently I've installed krb5 on a system but only in the past few weeks have I run into some real trouble with a conflict with heimdal trying to install as a port, so I don't know which ex

[SOLVED] Re: Baikal caldav and documentroot

2015-03-22 Thread Da Rock
On 03/19/15 11:29, Da Rock wrote: Just a quick one: is anyone using Baikal for caldav? Is there a reason it _must_ be documentroot? I haven't been successful in finding out the why - no docs either. Bit of a pain in the butt with my current setup, but if I _must_ then I guess I'

Kde4 install - no Xorg

2008-11-28 Thread Da Rock
Funny thing happened to me on a new install... I installed 7.0 on a notebook because I wanted to (FINALLY!) see kde4 and I found out it was in ports. Plus I'm looking at just leaving FreeBSD on this system seeing as I can't get my TV card to work even on linux anymore. So I installed, ran portsna

Re: Kde4 install - no Xorg

2008-11-28 Thread Da Rock
On Sat, 2008-11-29 at 02:26 +0100, Alexey Shuvaev wrote: > On Sat, Nov 29, 2008 at 10:10:28AM +1000, Da Rock wrote: > > Funny thing happened to me on a new install... > > > > [snip] > > > > A day and a half later, the install is finished so I run kdm. Not fou

[Fwd: Re: Firebird client fails port install]

2008-12-15 Thread Da Rock
I tried the questions list, but I can't seem to get an answer apart from a workaround (which I already implemented anyway). Any ideas on how to fix this? --- Begin Message --- On Mon, 2008-12-15 at 14:29 -0500, Lowell Gilbert wrote: > Da Rock writes: > > > I'm trying to i

Re: Kdenlive video non linear editor port

2009-01-26 Thread Da Rock
On Mon, 2007-08-06 at 13:05 +0200, Chris Billington wrote: > On 8/6/07, Angelo Turetta wrote: > > Chris Billington wrote: > > > Has anyone had any success with producing a port for the Kdenlive > > > video editor (kdenlive.sourceforge.net)? It looks like a more > > > sophisticated version of Kino,

net/samba-libsmbclient fails build

2009-01-26 Thread Da Rock
I get the following error in this build (make, make install clean): In file included from libsmb/libsmbclient.c:25: include/includes.h:1112: error: conflicting types for 'krb5_set_real_time' /usr/local/include/krb5-protos.h:3486: error: previous declaration of 'krb5_set_real_time' was here I was

x11/libXrandr, x11-toolkits/libXmu, graphics/jasper fails to build

2009-01-26 Thread Da Rock
Here's another one: /bin/sh ../libtool --tag=CC--mode=link cc -D_THREAD_SAFE -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -DMALLOC_0_RETURNS_NULL -O2 -fno-strict-aliasing -pipe -version-number 2:1:0 -no-undefined -o libXrandr.la -rpath /usr/local/lib Xrandr.lo XrrConfig.lo XrrC

Re: x11/libXrandr, x11-toolkits/libXmu, graphics/jasper fails to build

2009-01-26 Thread Da Rock
On Mon, 2009-01-26 at 22:04 -0500, Robert Noland wrote: > On Tue, 2009-01-27 at 11:22 +1000, Da Rock wrote: > > Here's another one: > > > > /bin/sh ../libtool --tag=CC--mode=link cc -D_THREAD_SAFE > > -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include

Re: x11/libXrandr, x11-toolkits/libXmu, graphics/jasper fails to build

2009-01-26 Thread Da Rock
On Tue, 2009-01-27 at 00:53 -0500, Robert Noland wrote: > On Tue, 2009-01-27 at 15:28 +1000, Da Rock wrote: > > On Mon, 2009-01-26 at 22:04 -0500, Robert Noland wrote: > > > On Tue, 2009-01-27 at 11:22 +1000, Da Rock wrote: > > > > Here's another one: > >

Re: xorg upgrade and /etc/ttys regression

2009-01-27 Thread Da Rock
On Tue, 2009-01-27 at 19:02 +0100, Oliver Lehmann wrote: > Hi, > > I've used to start my login manager with /etc/ttys for years now (After I > considered myself became to lazy to type startx). > > After yesterdays xorg upgrade I've noticed, that the login manager which > comes up right after goin

Re: net/samba-libsmbclient fails build

2009-01-28 Thread Da Rock
On Tue, 2009-01-27 at 10:21 +1000, Da Rock wrote: > I get the following error in this build (make, make install clean): > > In file included from libsmb/libsmbclient.c:25: > include/includes.h:1112: error: conflicting types for > 'krb5_set_real_time' > /usr/local/inclu

Re: net/samba-libsmbclient fails build

2009-02-03 Thread Da Rock
On Thu, 2009-01-29 at 12:22 +1100, David N wrote: > 2009/1/27 Da Rock : > > I get the following error in this build (make, make install clean): > > > > In file included from libsmb/libsmbclient.c:25: > > include/includes.h:1112: error: conflicting types for > > &#

seamonkey

2007-04-06 Thread Da Rock
I may have missed this in my searches but I'm getting a stop error 1 & 2 when I make seamonkey. Its problem appears to be with nsSmtpProtocol.cpp - it fail @ 370 with a PR_SI_HOSTNAME_TRUNCATED undeclared. Any ideas on how I can get around this? Am I missing a port? Cheer

  1   2   >