Re: Newbie question about additional documentation

2009-11-25 Thread Peter Pentchev
On Tue, Nov 24, 2009 at 06:26:34AM +, Matthew Seaman wrote:
 dave wrote:
  On Mon, 2009-11-23 at 22:20 +, Matthew Seaman wrote:
  Correct.  In fact, it possibly means the LICENSE ends up in the plist
  twice, which is almost as bad as it not being mentioned at all.
  
  Ok, I think I'm starting to get a hang of this. Personally, I prefer the
  static pkg-plist.
  
  There's one last minor detail, though. The where's the final packing
  list located? Is it in /var/db/pkg/${DISTNAME}?
  
 
 While you're building the port, the packing list is assembled as
 ${WRKDIR}/PLIST where ${WRKDIR} is by default /usr/ports/foo/bar/work/
 although it's not uncommon to locate it somewhere else by modifying
 $WRKDIRPREFIX.
 
 Once installed the PLIST is turned into /var/db/pkg/${DISTNAME}/+CONTENTS
 which adds information about the ports this one depends on, plus the
 md5 sumes of all of the installed files.

Just a small correction: it's /var/db/pkg/${PKGNAME}, not ${DISTNAME} :)
A slight difference, but important sometimes, most often when
PORTREVISION  0, but also when there are differences between
the representation of the version in the upstream distribution and in
the FreeBSD port.

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.netr...@space.bgr...@freebsd.org
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13
I am not the subject of this sentence.


pgpzPCW1hlGij.pgp
Description: PGP signature


Re: OpenOffice.org packages

2009-11-25 Thread Mark Linimon
On Mon, Nov 23, 2009 at 09:05:46PM +0200, Aldis Berjoza wrote:
 I and some other FreeBSD users are wondering why there are no
 OpenOffice.org package available on FreeBSD Mirrors?

OpenOffice is one of our most complex packages, and, depending on which
package node it builds on, can take nearly a day to run.  That plus the
large number of dependencies it has makes it hard to build.

I know that this is not a very satisfactory answer.  I promise to once
again look into the problem.

mcl
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: OpenOffice.org packages

2009-11-25 Thread Jack L.
On Wed, Nov 25, 2009 at 3:01 AM, Mark Linimon lini...@lonesome.com wrote:
 On Mon, Nov 23, 2009 at 09:05:46PM +0200, Aldis Berjoza wrote:
 I and some other FreeBSD users are wondering why there are no
 OpenOffice.org package available on FreeBSD Mirrors?

There are packages available at the FreeBSD porting page of openoffice
at http://porting.openoffice.org/freebsd

I spend weeks for your downloading pleasure ;)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: OpenOffice.org packages

2009-11-25 Thread Gary Jennejohn
On Wed, 25 Nov 2009 05:01:19 -0600
Mark Linimon lini...@lonesome.com wrote:

 On Mon, Nov 23, 2009 at 09:05:46PM +0200, Aldis Berjoza wrote:
  I and some other FreeBSD users are wondering why there are no
  OpenOffice.org package available on FreeBSD Mirrors?
 
 OpenOffice is one of our most complex packages, and, depending on which
 package node it builds on, can take nearly a day to run.  That plus the
 large number of dependencies it has makes it hard to build.
 
 I know that this is not a very satisfactory answer.  I promise to once
 again look into the problem.
 

Does the fact that it uses java cause a problem?  Used to be that the
user had to manually download files from Sun, which would be impractical
for an automated run.

---
Gary Jennejohn
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: OpenOffice.org packages

2009-11-25 Thread Dominic Fandrey
Gary Jennejohn wrote:
 On Wed, 25 Nov 2009 05:01:19 -0600
 Mark Linimon lini...@lonesome.com wrote:
 
 On Mon, Nov 23, 2009 at 09:05:46PM +0200, Aldis Berjoza wrote:
 I and some other FreeBSD users are wondering why there are no
 OpenOffice.org package available on FreeBSD Mirrors?
 OpenOffice is one of our most complex packages, and, depending on which
 package node it builds on, can take nearly a day to run.  That plus the
 large number of dependencies it has makes it hard to build.

 I know that this is not a very satisfactory answer.  I promise to once
 again look into the problem.

 
 Does the fact that it uses java cause a problem?  Used to be that the
 user had to manually download files from Sun, which would be impractical
 for an automated run.
 

If it depended on OpenJDK by default it wouldn't be a problem. I do not
know whether it does.

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail? 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: OpenOffice.org packages

2009-11-25 Thread Gary Kline
On Wed, Nov 25, 2009 at 02:25:59PM +0100, Dominic Fandrey wrote:
 Gary Jennejohn wrote:
  On Wed, 25 Nov 2009 05:01:19 -0600
  Mark Linimon lini...@lonesome.com wrote:
  
  On Mon, Nov 23, 2009 at 09:05:46PM +0200, Aldis Berjoza wrote:
  I and some other FreeBSD users are wondering why there are no
  OpenOffice.org package available on FreeBSD Mirrors?
  OpenOffice is one of our most complex packages, and, depending on which
  package node it builds on, can take nearly a day to run.  That plus the
  large number of dependencies it has makes it hard to build.
 
  I know that this is not a very satisfactory answer.  I promise to once
  again look into the problem.
 
  
  Does the fact that it uses java cause a problem?  Used to be that the
  user had to manually download files from Sun, which would be impractical
  for an automated run.
  
 
 If it depended on OpenJDK by default it wouldn't be a problem. I do not
 know whether it does.
 



This has been bugging me for years.  If there are *open*
version of things-Java, why-oh-why don't we use them by
default?

Sun promised to make automatic download of its stuff available
years ago -- Or am I hallucinating? 


 -- 
 A: Because it fouls the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing on usenet and in e-mail? 
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
http://jottings.thought.org   http://transfinite.thought.org
The 7.31a release of Jottings: http://jottings.thought.org/index.php

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FreeBSD Port: ftree-2.0_1

2009-11-25 Thread Jim Smith
Hi,

is this really being maintained?  ftree dumps core on a FBSD 7.2-stable
[i386] system with linux-base-fc-4-4_15 installed.

Any ideas?  Thanks.

-- 
Jim Smith

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


mail/ssmtp CRAM-MD5 fix, maintainer timeout

2009-11-25 Thread Aragon Gouveia

Hiya,

Could someone take a look at this PR and patch please?

http://www.freebsd.org/cgi/query-pr.cgi?pr=140175

No response since 1 Nov.  Would be nice to get it committed.

Thanks!


Regards,
Aragon
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: mail/ssmtp CRAM-MD5 fix, maintainer timeout

2009-11-25 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Aragon Gouveia wrote:
 Hiya,
 
 Could someone take a look at this PR and patch please?
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=140175
 
 No response since 1 Nov.  Would be nice to get it committed.
 
 Thanks!
 
 
 Regards,
 Aragon

Hi Aragon,

I will work on the PR, but there's also an upgrade to 2.62-3 that needs
to be incorporated.  If you have some spare cycles and can update the PR
with a diff for both, that would help me a lot.

Thank you,
Greg
- --
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFLDZ+L0sRouByUApARAnIPAKCIN+FdTugG8QDhHgVthh476iDJVwCgiu5S
xNxxYTHd2MV+lY4UqfoL5f4=
=Bu4U
-END PGP SIGNATURE-

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: FreeBSD Port: ftree-2.0_1

2009-11-25 Thread Lowell Gilbert
Jim Smith jmsm...@interconchemical.com writes:

 is this really being maintained?  ftree dumps core on a FBSD 7.2-stable
 [i386] system with linux-base-fc-4-4_15 installed.

I just tried it, same setup, and it worked for me.
I had no idea how to use it properly, but it started,
I created a couple of entries, saved them, quit, and
restarted it loading the saved file.  No core dumps.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


libutf-8 compilation error

2009-11-25 Thread Dave
I am encountering the following error while trying to compile
converters/libutf-8 inside of a jail. The host machine is a freshly compiled
FreeBSD 7.2-p4 amd64 system, as with the jail, and both have an up to date
ports tree. I've been able to replicate the error on the host machine, and
second machine running 7-STABLE. I have also checked the Makefile for the
port, and it does contain CFLAGS+= -fPIC already.



# make install
===  Vulnerability check disabled, database not found
===  Extracting for libutf-8-1.0,1
= MD5 Checksum OK for libutf-8-1.0.tar.gz.
= SHA256 Checksum OK for libutf-8-1.0.tar.gz.
===  Patching for libutf-8-1.0,1
===  Applying FreeBSD patches for libutf-8-1.0,1
===  Configuring for libutf-8-1.0,1
===  Building for libutf-8-1.0,1
cc -O2 -fno-strict-aliasing -pipe -march=nocona -c fget.utf-8.c
cc -O2 -fno-strict-aliasing -pipe -march=nocona -c sget.utf-8.c
cc -O2 -fno-strict-aliasing -pipe -march=nocona -c fput.utf-8.c
cc -O2 -fno-strict-aliasing -pipe -march=nocona -c sput.utf-8.c
cc -O2 -fno-strict-aliasing -pipe -march=nocona -c nomacros.c
ld -o libutf-8.so.1 fget.utf-8.o sget.utf-8.o fput.utf-8.o sput.utf-8.o
nomacros.o -shared -soname libutf-8.so.1
ld: fget.utf-8.o: relocation R_X86_64_32 can not be used when making a
shared object; recompile with -fPIC
fget.utf-8.o: could not read symbols: Bad value
*** Error code 1

Stop in /usr/ports/converters/libutf-8/work/libutf-8-1.0.
*** Error code 1

Stop in /usr/ports/converters/libutf-8.



Thanks in advance for any help.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FreeBSD Port: libcanberra-0.10_5

2009-11-25 Thread Nikolaj Thygesen
The current libcanberra - libcanberra-0.10.tar.gz - doesn't handle 
multithreaded gtk applications well (doesn't take the gdk lock when 
playing sounds), which is supposedly fixed in the latest release. Are 
there any plans of doing updates in the near future?


   br - Nikolaj Thygesen

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: mail/ssmtp CRAM-MD5 fix, maintainer timeout

2009-11-25 Thread Aragon Gouveia

Hey Greg,

Greg Larkin wrote:

I will work on the PR, but there's also an upgrade to 2.62-3 that needs
to be incorporated.  If you have some spare cycles and can update the PR
with a diff for both, that would help me a lot.


I made some time for this tonight.  I've sent a follow up to the PR 
which includes a patch to 2.62-3 and the CRAM-MD5 fix.



Thanks,
Aragon
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: FreeBSD Port: libcanberra-0.10_5

2009-11-25 Thread Joe Marcus Clarke
On Thu, 2009-11-26 at 00:53 +0100, Nikolaj Thygesen wrote:
 The current libcanberra - libcanberra-0.10.tar.gz - doesn't handle 
 multithreaded gtk applications well (doesn't take the gdk lock when 
 playing sounds), which is supposedly fixed in the latest release. Are 
 there any plans of doing updates in the near future?

I just did this in the MarcusCom CVS repo.  It will be merged as soon as
8.0 is announced which should be real soon now.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part