Re: what next for the pkg_install rewrite

2010-08-20 Thread Bapt
I agree having a packaging@ mailing list would help to discuss about pkg_install stuff. We need to summarize the ideas of each one, then discuss about it. Only then we can specified what needs to be done and how (keeping in mind that we need to keep compatibility at least as a fallback or directly

Re: portmaster: problem with custom dependencies

2010-08-20 Thread Alberto Villa
On Friday 20 August 2010 05:24:43 Doug Barton wrote: > The CONFLICTS in ffmpeg are not set correctly. They refer to > ffmpeg-devel-20* however the port registers itself as > ffmpeg-2010.07.25_2. If this is fixed portmaster's alternate dependency > handling works as expected. oh... thank you for b

Re: what next for the pkg_install rewrite

2010-08-20 Thread Ivan Voras
On 20/08/2010, Garrett Cooper wrote: > 1. SQLite was killed before because of complexity and because it was > needs another package in base that isn't BSD licensed. That's why And... both ideas are completely wrong. SQLite can be imported as a single C file + header, which you must agree is prac

Port needs source code from another port

2010-08-20 Thread cvs-src
Good day! How should i trick port's Makefile to get another port's source code extracted (make extract) and how to get full path to it (with version number in directory name etc). Application needs source of third-party application (that in ports) on build stage. Thanks in advanc

Re: Port needs source code from another port

2010-08-20 Thread Matthew Seaman
On 20/08/2010 12:05, cvs-...@yandex.ru wrote: > >Good day! >How should i trick port's Makefile to get another port's source code >extracted (make extract) and how to get full path to it (with version >number in directory name etc). Application needs source of third-party >appli

Re: Port needs source code from another port

2010-08-20 Thread RW
On Fri, 20 Aug 2010 15:05:33 +0400 cvs-...@yandex.ru wrote: > >Good day! >How should i trick port's Makefile to get another port's source > code extracted (make extract) See 5.7.9 in the ports handbook. > and how to get full path to it Presumably relative to your own port. __

Re: what next for the pkg_install rewrite

2010-08-20 Thread Julien Laffaye
On Fri, Aug 20, 2010 at 12:00 PM, Ivan Voras wrote: > > And... both ideas are completely wrong. SQLite can be imported as a > single C file + header, which you must agree is practically the > optimum, and its license is "public domain" which is, if anything, > "freer" than BSDL and eminently comp

Re: what next for the pkg_install rewrite

2010-08-20 Thread Bapt
On Fri, Aug 20, 2010 at 02:09:59PM +0200, Julien Laffaye wrote: > On Fri, Aug 20, 2010 at 12:00 PM, Ivan Voras wrote: > > > > > And... both ideas are completely wrong. SQLite can be imported as a > > single C file + header, which you must agree is practically the > > optimum, and its license is "

Re: Converting from jiffies to ticks

2010-08-20 Thread Jesse Smith
-Original Message- From: Jeremy Chadwick To: Jesse Smith Cc: freebsd-ports Subject: Re: Converting from jiffies to ticks Date: Thu, 19 Aug 2010 12:26:45 -0700 On Thu, Aug 19, 2010 at 04:15:39PM -0300, Jesse Smith wrote: > I am currently trying to port a program from Linux to FreeBSD whi

Re: MAKE_JOBS and openjdk6

2010-08-20 Thread Anonymous
Anonymous writes: > David Naylor writes: > >>> %% >>> Index: java/openjdk6/Makefile >>> @@ -266,3 +267,6 @@ post-install: >>> @${CAT} ${PKGMESSAGE} >>> >>> .include >>> + >>> +# XXX: use `?=' in bsd.port.mk >>> +_MAKE_JOBS= >>> %% >> >> Yes, I prefer this approach. See attached for the p

Re: what next for the pkg_install rewrite

2010-08-20 Thread Anonymous
Garrett Cooper writes: > The emphasis that Florent made too was to remove crud in pkg_install > and libpkg and get things down to more of a library form so we could > develop thin wrappers above pkg_install with logical functions (like > apt-get, yum, etc does with fetching, whereas rpm does with

Re: Proposal for new UPDATING format

2010-08-20 Thread David DEMELIER
2010/8/19 Andres Perera : > The idea is to add a VERSION field so that automated tools can display > the entries prior performing the actual upgrade. > > Filtering by date isn't exact enough, so the new field will correspond > with the first version of the port were the "problem" occurs. > > Withou

gscan2pdf 0.9.31 doesn't work

2010-08-20 Thread Torfinn Ingolfsen
Output from gscan2pdf 0.9.31 when run from a shell: ti...@kg-v2$ gscan2pdf Bareword found where operator expected at /usr/local/bin/gscan2pdf line 8849, near "'button" (Might be a runaway multi-line '' string starting on line 8723) (Missing operator before button?) syntax error at /usr/local/

Re: ports/146754: [patch] new port: add devel/atf framework to ports

2010-08-20 Thread Ade Lovett
On Aug 19, 2010, at 20:30 , Garrett Cooper wrote: >This request has been sitting mostly idle for the last 3 months. I > realize people are busy, but could someone with some time please help > me work out any issues that might exist with this port, and commit > this to ports? There are a _lot_

Re: ports/146754: [patch] new port: add devel/atf framework to ports

2010-08-20 Thread Garrett Cooper
On Fri, Aug 20, 2010 at 12:39 PM, Ade Lovett wrote: > > On Aug 19, 2010, at 20:30 , Garrett Cooper wrote: > >>    This request has been sitting mostly idle for the last 3 months. I >> realize people are busy, but could someone with some time please help >> me work out any issues that might exist w

Re: Installing Ruby suggestion

2010-08-20 Thread Eitan Adler
On Thu, Aug 19, 2010 at 2:30 PM, Paul Hoffman wrote: > Greetings again. When doing a "make install", it takes *forever* in the > "Generating RDoc documentation" step. This isn't a big deal the first time, > but when updating Ruby (such as for the recent security announcement), you > need to do

Re: Installing Ruby suggestion

2010-08-20 Thread Paul Hoffman
At 4:16 PM -0700 8/20/10, Stanislav Sedov wrote: >On Fri, 20 Aug 2010 18:55:33 -0400 >Eitan Adler mentioned: > >> On Thu, Aug 19, 2010 at 2:30 PM, Paul Hoffman wrote: >> > Greetings again. When doing a "make install", it takes *forever* in the >> > "Generating RDoc documentation" step. This isn'

Re: Installing Ruby suggestion

2010-08-20 Thread Stanislav Sedov
On Fri, 20 Aug 2010 18:55:33 -0400 Eitan Adler mentioned: > On Thu, Aug 19, 2010 at 2:30 PM, Paul Hoffman wrote: > > Greetings again. When doing a "make install", it takes *forever* in the > > "Generating RDoc documentation" step. This isn't a big deal the first time, > > but when updating Rub

Re: Installing Ruby suggestion

2010-08-20 Thread Doug Barton
On 08/20/2010 16:31, Paul Hoffman wrote: At 4:16 PM -0700 8/20/10, Stanislav Sedov wrote: Nonetheless, I'll try to look on what I can do. But I can't promise anything, because this is really something that should be done on ruby side. Thanks. You may get some pushback because other package

graphics/sane-backends: fails to build due to the collision in user group id number

2010-08-20 Thread Yuri
Here is the message I get: ===> Creating users and/or groups. Creating group `saned' with gid `194'. pw: gid `194' has already been allocated *** Error code 65 My /etc/group file has this line: apache:*:194: Obviously there is a conflict. Yuri ___ fre

Re: graphics/sane-backends: fails to build due to the collision in user group id number

2010-08-20 Thread Adam Vande More
On Fri, Aug 20, 2010 at 8:50 PM, Yuri wrote: > Here is the message I get: > ===> Creating users and/or groups. > Creating group `saned' with gid `194'. > pw: gid `194' has already been allocated > *** Error code 65 > > My /etc/group file has this line: > apache:*:194: > > Obviously there is a con

Re: what next for the pkg_install rewrite

2010-08-20 Thread Garrett Cooper
On Aug 20, 2010, at 9:27 AM, Anonymous wrote: > Garrett Cooper writes: > >> The emphasis that Florent made too was to remove crud in pkg_install >> and libpkg and get things down to more of a library form so we could >> develop thin wrappers above pkg_install with logical functions (like >> apt-

Re: graphics/sane-backends: fails to build due to the collision in user group id number

2010-08-20 Thread Jeremy Chadwick
On Fri, Aug 20, 2010 at 06:50:57PM -0700, Yuri wrote: > Here is the message I get: > ===> Creating users and/or groups. > Creating group `saned' with gid `194'. > pw: gid `194' has already been allocated > *** Error code 65 > > My /etc/group file has this line: > apache:*:194: > > Obviously there

FreeBSD unmaintained ports which are currently marked broken

2010-08-20 Thread linimon
As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common probl

FreeBSD ports which are currently marked broken

2010-08-20 Thread linimon
As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common probl

FreeBSD unmaintained ports which are currently scheduled for deletion

2010-08-20 Thread linimon
As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on th

FreeBSD ports which are currently scheduled for deletion

2010-08-20 Thread linimon
As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on th

FreeBSD unmaintained ports which are currently marked forbidden

2010-08-20 Thread linimon
As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users about ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of each port, inclu

FreeBSD ports which are currently marked forbidden

2010-08-20 Thread linimon
As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users about ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of each port, inclu