Re: CFR: patch to cleanup usage of SRC_BASE in various ports

2010-11-30 Thread Ade Lovett
On Nov 29, 2010, at 22:13 , Mark Linimon wrote: I would appreciate feedback on the following patch: http://people.freebsd.org/~linimon/patches/diff.out.srcbase Seems like there's an awful lot of duplication of: SRC_BASE?= /usr/src in those port Makefiles. What's wrong with adding the

Re: packages compressed with xz

2010-11-30 Thread perryh
Ion-Mihai Tetcu ite...@freebsd.org wrote: It would be nice to support xz(1) compression for large selective packages like firefox or openoffice as those will never run on smaller systems. Trouble is it ain't no way (CPU, space, banhdwidth on our side and space,bandwidth on our mirrors

Re: [CFT] mplayer / mencoder port update

2010-11-30 Thread Martin Matuska
I have just updated x264 to 0.110.1804 We use now original x264 versioning scheme for PORTVERSION. Dňa 17.11.2010 21:44, Thomas Zander wrote / napísal(a): Hi, I have prepared a new tarball, for download at the usual location: http://www.rrr.de/~riggs/mplayer/m20101117.tar.bz2 Most notable

Re: CFR: patch to cleanup usage of SRC_BASE in various ports

2010-11-30 Thread Mark Linimon
On Tue, Nov 30, 2010 at 03:33:27AM -0600, Ade Lovett wrote: Seems like there's an awful lot of duplication of: SRC_BASE?= /usr/src in those port Makefiles. What's wrong with adding the above, with a bit of documentation, to bsd.port.mk ? Nothing at all, but this is a fix I'd like to go

Things all ports mentors and potential mentees should know

2010-11-30 Thread Thomas Abthorpe
Greetings list This document was initially prepared by portmgr@ as a means of addressing issues around ports quality, in addition to informing mentors/mentees their duties and obligations within the ports tree. It has gone through some peer review among ports committers, integrating feedback

Re: CFR: patch to cleanup usage of SRC_BASE in various ports

2010-11-30 Thread Rene Ladan
Op 30-11-2010 05:13, Mark Linimon schreef: I am trying to debug a problem in the package building scripts, and in the process of debugging it, have found some inconsistencies with ports that require kernel sources. For installations that keep their latest sources in /usr/src, this patch

FreeBSD Port: otrs-2.4.9

2010-11-30 Thread Piotr Byliński
Hello, Is it possible to know when will otrs-3 be available in freebsd ports ? Kind regards, Pozdrawiam, Piotr Byliński e-mail:mailto:p.bylin...@pertus.pl p.bylin...@pertus.pl ___ freebsd-ports@freebsd.org mailing list

Ports - installation upgrade history

2010-11-30 Thread David Southwell
Hi I was idly wondering how easy/difficult it might be to maintain and access an historical record of port installations and upgrades on a particular system. Something fairly comprehensive that would enable one to see when a port was first installed, its original version number, when it was

Re: Ports - installation upgrade history

2010-11-30 Thread David Southwell
On Nov 30, 2010, at 10:24 AM, David Southwell wrote: Something fairly comprehensive that would enable one to see when a port was first installed, its original version number, when it was upgraded/deinstalled/reinstalled and subsequent changes to the installed version. Maybe also time/date

Re: Ports - installation upgrade history

2010-11-30 Thread Chuck Swiger
On Nov 30, 2010, at 10:41 AM, David Southwell wrote: I was thinking of something which is far more comprehensive and systematic. Whilst installed options are obtained by examining /var/db/ports the files do not do not provide the detailed historical information which I envisage. Correct.

Fwd: FreeBSD Port: otrs-2.4.9

2010-11-30 Thread Илья Кравченко
*UP!* * * -- Forwarded message -- From: Piotr Byliński p.bylin...@pertus.pl Date: 2010/11/30 Subject: FreeBSD Port: otrs-2.4.9 To: s...@freebsd.org Cc: po...@freebsd.org Hello, Is it possible to know when will otrs-3 be available in freebsd ports ? Kind regards,

Re: Ports - installation upgrade history

2010-11-30 Thread David Southwell
On Nov 30, 2010, at 10:41 AM, David Southwell wrote: I was thinking of something which is far more comprehensive and systematic. Whilst installed options are obtained by examining /var/db/ports the files do not do not provide the detailed historical information which I envisage.

Re: Ports - installation upgrade history

2010-11-30 Thread Chuck Swiger
On Nov 30, 2010, at 10:58 AM, David Southwell wrote: Seems to me that a comprehensive record would be extremely useful on a local system. I am wondering how difficult it might be to collect data from applications such as: cvsup of ports tree portupgrade/portmaster changes to

Re: [CFT] mplayer / mencoder port update

2010-11-30 Thread Thomas Zander
On Tue, Nov 30, 2010 at 11:59, Martin Matuska m...@freebsd.org wrote: I have just updated x264 to 0.110.1804 Great! Merci, Riggs ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send

Re: CFR: patch to cleanup usage of SRC_BASE in various ports

2010-11-30 Thread Mark Linimon
Patch incorporating these suggestions, along with some other edge cases I found, uploaded: http://people.freebsd.org/~linimon/patches/diff.out.srcbase mcl ___ freebsd-ports@freebsd.org mailing list

Re: Ports - installation upgrade history

2010-11-30 Thread Chuck Swiger
On Nov 30, 2010, at 10:24 AM, David Southwell wrote: Something fairly comprehensive that would enable one to see when a port was first installed, its original version number, when it was upgraded/deinstalled/reinstalled and subsequent changes to the installed version. Maybe also time/date

Re: Ports - installation upgrade history

2010-11-30 Thread Doug Barton
On 11/30/2010 10:24, David Southwell wrote: Hi I was idly wondering how easy/difficult it might be to maintain and access an historical record of port installations and upgrades on a particular system. ports-mgmt/portmaster has the capability to log this information for you. Look in the man

Re: CFR: patch to cleanup usage of SRC_BASE in various ports

2010-11-30 Thread Ade Lovett
On Nov 30, 2010, at 13:19 , Mark Linimon wrote: Patch incorporating these suggestions, along with some other edge cases I found, uploaded: http://people.freebsd.org/~linimon/patches/diff.out.srcbase http://people.FreeBSD.org/~ade/bpm.src_base.diff Trivial addition to Mk/bsd.port.mk to

Re: Ports - installation upgrade history

2010-11-30 Thread Ade Lovett
On Nov 30, 2010, at 13:39 , Doug Barton wrote: ports-mgmt/portmaster has the capability to log this information for you. Look in the man page in the ENVIRONMENT section for more information. All we need now is for portmaster to go into src/ next to the pkg_* tools (a development version can

Re: CFR: patch to cleanup usage of SRC_BASE in various ports

2010-11-30 Thread Ganael LAPLANCHE
On Tue, 30 Nov 2010 14:09:35 -0600, Ade Lovett wrote Hi Ade, hi Mark ! Patch incorporating these suggestions, along with some other edge cases I found, uploaded: http://people.freebsd.org/~linimon/patches/diff.out.srcbase http://people.FreeBSD.org/~ade/bpm.src_base.diff Trivial

Re: CFR: patch to cleanup usage of SRC_BASE in various ports

2010-11-30 Thread Mark Linimon
ok, but I'm trying to fix something before I have time to do an -exp run ... 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: FreeBSD supported branches update

2010-11-30 Thread Julian H. Stacey
Users of FreeBSD 6.4 and 8.0 are advised to upgrade promptly to a newer release, ISDN Users of 6 be aware: 7 8 dropped inbuilt ISDN. http://lists.freebsd.org/pipermail/freebsd-stable/2010-September/058549.html http://lists.freebsd.org/pipermail/freebsd-isdn/2009-June/000897.html

Re: Ports - installation upgrade history

2010-11-30 Thread Rob Farmer
On Tue, Nov 30, 2010 at 10:41, David Southwell da...@vizion2000.net wrote: I was thinking of something which is far more comprehensive and systematic. Whilst installed options are obtained by examining /var/db/ports the files do not do not provide the detailed historical information which I

Re: Ports - installation upgrade history

2010-11-30 Thread jhell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/30/2010 13:24, David Southwell wrote: Hi I was idly wondering how easy/difficult it might be to maintain and access an historical record of port installations and upgrades on a particular system. Something fairly comprehensive that

Re: Ports - installation upgrade history

2010-11-30 Thread Wayne Sierke
On Tue, 2010-11-30 at 11:39 -0800, Doug Barton wrote: On 11/30/2010 10:24, David Southwell wrote: Hi I was idly wondering how easy/difficult it might be to maintain and access an historical record of port installations and upgrades on a particular system. ports-mgmt/portmaster has