On 21-6-2012 21:02, Alexander Pronin wrote:
> - @for dir in ${.CURDIR} $$(${ALL-DEPENDS-LIST}); do \
> - (cd $$dir; ${MAKE} config-conditional); \
> + @for dir in $$(${MAKE} all-depends-list); do \
Almost.
@for dir in $$(${MAKE} run-depends-list build-depends-list|uniq); do \
On 17-6-2012 21:51, Baptiste Daroussin wrote:
> On Sun, Jun 17, 2012 at 08:27:33PM +0200, Mel Flynn wrote:
>> On 16-6-2012 17:11, Baptiste Daroussin wrote:
>>> On Sat, Jun 16, 2012 at 05:06:36PM +0200, Mel Flynn wrote:
>>>> On 16-6-2012 16:53, Baptiste Daroussin wro
On 16-6-2012 17:11, Baptiste Daroussin wrote:
> On Sat, Jun 16, 2012 at 05:06:36PM +0200, Mel Flynn wrote:
>> On 16-6-2012 16:53, Baptiste Daroussin wrote:
>>> On Sat, Jun 16, 2012 at 03:13:28PM +0100, Matthew Seaman wrote:
>>>> On 16/06/2012 14:18, Chris Rees wrot
On 16-6-2012 16:53, Baptiste Daroussin wrote:
> On Sat, Jun 16, 2012 at 03:13:28PM +0100, Matthew Seaman wrote:
>> On 16/06/2012 14:18, Chris Rees wrote:
>>> That's great-- though rather than patching colliding-only ports, can't
>>> we just add the category to it?
>>>
>>> .for cat in ${CATEGORIES}
On 16-6-2012 15:18, Chris Rees wrote:
> On 13 June 2012 16:21, Matthew Seaman wrote:
>>
>> Dear all,
>>
>> After recent mention in this list that UNIQUENAME is not actually a
>> unique name for each port and how obviously non-sensical that is, plus
>> how it causes various problems with OPTIONS pr
On 16-6-2012 15:30, Edwin L. Culp W. wrote:
> I've upgraded all kde4 to kde4.8.4 except for kdenetwork. It breaks as
> shown below but I have no idea where to begin to look to try and fix it.
>
>
> [ 12%] Building CXX object kget/CMakeFiles/kgetcore.dir/core/urlchecker.o
> [ 12%] Building CXX ob
On 12-6-2012 2:38, Warren Block wrote:
> On Fri, 25 May 2012, Mel Flynn wrote:
>
>> On 20-5-2012 14:06, Chris Rees wrote:
>>
>>> Usually. Sometimes it's (ab)used to include the relevant bsd.*.mk
>>> file without adding dependencies (WANT_GNOME), but n
On 11-6-2012 7:49, Matthew Seaman wrote:
> Surely it is more sensible to say that OPTIONS_SINGLE is strictly
> 'choose one from these options.' Then you can implement 'zero or one of
> these options' by:
>
> OPTIONS_SINGLE= EXAMPLE
> OPTIONS_SINGLE_EXAMPLE= FOO BAR BAZ BLURFL NONE_OF_THE_A
On 11-6-2012 12:32, Baptiste Daroussin wrote:
> On Mon, Jun 11, 2012 at 07:36:15AM +0100, Matthew Seaman wrote:
>> On 11/06/2012 05:30, Baptiste Daroussin wrote:
>>> In the ports tree we lack a unique identifier, while we could live without
>>> it
>>> until now, it is more than needed for 2 upcomi
On 9-6-2012 9:42, Chris Rees wrote:
> On 7 June 2012 15:28, Hiroto Kagotani wrote:
>> 2012/6/7 Sergio de Almeida Lenzi :
>>> Well, now that libreoffice build is
>>> solved, than what about insert
>>> a line:
>>> CONFLICTS_BUILD=boost*
>>> near line 63 of Makefile???
>>
>> libreoffice does not
On 9-6-2012 14:02, Matthew Seaman wrote:
> On 09/06/2012 12:25, Christopher J. Ruwe wrote:
>> Thanks for your quick answer. Incidentally, I am at this moment also
>> preparing a maintainer update for a new version of math/ess. Should I
>> perpare two PRs, one for the CONFLICTS and one for the actua
On 8-6-2012 4:43, Sunpoet Hsieh wrote:
> On Thu, Jun 7, 2012 at 2:25 PM, Rainer Hurling wrote:
>> Am 07.06.2012 05:30 (UTC+1) schrieb Sunpoet Po-Chuan Hsieh:
>>>
>>> Hi,
>>
>>
>> Many thanks for this update. What I observed so far:
>>
>>
>> (1) graphics/gdal builds and installs fine. There is a mi
On 7-6-2012 23:25, Warren Block wrote:
> On Thu, 7 Jun 2012, Mel Flynn wrote:
>
>> On 7-6-2012 21:55, Warren Block wrote:
>>
>>> gcc46, and I do have CPUTYPE?=native in make.conf...
>>>
>>> Interesting! Built without CPUTYPE set, Firefox seems fine.
On 7-6-2012 21:55, Warren Block wrote:
> gcc46, and I do have CPUTYPE?=native in make.conf...
>
> Interesting! Built without CPUTYPE set, Firefox seems fine. Compiler bug?
Shot in the dark: SSE support? Based on threads earlier on this list
with respect to chrome.
--
Mel
On 7-6-2012 21:36, Stanislav Sedov wrote:
> On Thu, 07 Jun 2012 20:58:43 +0200
> Mel Flynn mentioned:
>
>>
>> Given issues described with swig 1.x earlier on this list, you may want
>> to investigate if swig 1.x should be removed/patched/whatever before
>> t
On 2-6-2012 3:32, Steve Wills wrote:
> Hi All,
>
> I think we should try to make Ruby 1.9 the default Ruby again and would
> like to see it done before 9.1 is released. I've submitted a patch which
> does this and requested and exp-run from portmgr.
This may become obsolete soon, since graphics/g
Hi Olli,
On 7-6-2012 16:59, Olli Hauer wrote:
> I don't think it is practical to patch all the ports like
> like bacula , spamd and others to not use getservbyname
> and hardcode the required ports?
I've got a preliminary patch that I'm going to submit upstream that
enables services support in n
On 4-6-2012 14:58, Bernhard Froehlich wrote:
> On 04.06.2012 13:29, Miroslav Lachman wrote:
>> Bernhard Froehlich wrote:
>>> On 04.06.2012 11:55, Miroslav Lachman wrote:
There is another problem with options and portmaster.
I have WITHOUT_X11=yes in make.conf and if I try to install
On 4-6-2012 0:20, Michael Scheidell wrote:
> optionsng should have been 100% upward compatible. you should not be
> forced to an an emergency update of a port you maintain just because the
> ports tree broke things.
This has always been broken. It's just exposed by Roland cause he's
/adding/ an
On 2-6-2012 15:24, Chris Rees wrote:
> On Jun 2, 2012 1:57 PM, "Mel Flynn" wrote:
>>
>> On 12-5-2012 5:41, Erwin Lansing wrote:
>>
>>> All the details has been documented and written down on the wiki:
>>> http://wiki.freebsd.org/Ports/Options/O
On 12-5-2012 5:41, Erwin Lansing wrote:
> All the details has been documented and written down on the wiki:
> http://wiki.freebsd.org/Ports/Options/OptionsNG
Sorry to jump in late, but it just occurred to me that I have a valid
case for "zero or 1" multi options or implemented slightly different,
On 1-6-2012 21:13, Ulrich Spörlein wrote:
> I hate WITHOUT_NLS and NO_PORTDOCS with a passion. They work for 80% of
> the ports you are likely to install, so they are not a safe way to
> escape docs or NLS. Why bother? Seriously, could someone give me a
> usecase for them?
Not sure which ports do
On 30-5-2012 23:33, Kevin Oberman wrote:
I
> suspect it is ALMOST always an all or nothing issue, not per port.
You'll have all full coverage if you provide "ifnodep" as a choice. The
things I don't want docs for on machines that have docs, are always for
that reason.
Well, one exception, some po
On 31-5-2012 5:00, Doug Barton wrote:
> On 05/30/2012 12:32, Mel Flynn wrote:
>> On 29-5-2012 19:06, Doug Barton wrote:
>>> On 5/29/2012 4:00 AM, Mel Flynn wrote:
>>>> On 29-5-2012 7:23, Doug Barton wrote:
>> Right. The issue I'm talking about is tha
On 29-5-2012 19:06, Doug Barton wrote:
> On 5/29/2012 4:00 AM, Mel Flynn wrote:
>> On 29-5-2012 7:23, Doug Barton wrote:
>> Not too hard for leaf ports. But with ports that are depended on, there
>> is always a default, whether it's named that way or not. You'
On 29-5-2012 7:23, Doug Barton wrote:
> On 5/21/2012 9:40 AM, Miroslav Lachman wrote:
>> I think that the best will be to not have any default "php5" port and
>> just use php52, php53, php54, php5X, php60... as we have apache20,
>> apache22, apache24, or mysql50-server, mysql51-server, mysql55-serv
On 26-5-2012 20:40, Oliver Pinter wrote:
> On 5/26/12, Mel Flynn wrote:
>> On 26-5-2012 19:17, Oliver Pinter wrote:
>>> I think src.conf is relevant, while it changes the system behavior, as
>>> changed the default cc from gcc-4.2 to clang.
>>
>> Think
On 26-5-2012 19:17, Oliver Pinter wrote:
> I think src.conf is relevant, while it changes the system behavior, as
> changed the default cc from gcc-4.2 to clang.
Thinking it doesn't make it so. Run:
grep _WITHOUT_SRCCONF /usr/share/mk/*.mk
Then investigate.
Setting CC in /etc/src.conf has *no eff
On 26-5-2012 11:39, Oliver Pinter wrote:
> Somewhere in config* or Makefile are a hardcoded /usr/bin/cpp ...
> Stop in /usr/ports/x11/libX11.
> [1mroot[m@[4mopn[24m libX11# cat /etc/src.conf
This file is irrelevant. It is not used by ports (or closer to the truth
- it's turned off by /usr/s
On 20-5-2012 14:06, Chris Rees wrote:
> Usually. Sometimes it's (ab)used to include the relevant bsd.*.mk
> file without adding dependencies (WANT_GNOME), but normally that's
> what WANT_ is used for.
>
> Definitely add a warning that if you want to use a WANT_ variable you
> should also check t
Hi,
over the past few weeks I've been using the ports system without any
ports-mgmt tool and have become utterly convinced that the PACKAGE_SEQ
needs to be PACKAGE_SUSEQ for all but package-message.
The primary reason is that the install target can install hierarchies or
files not readable by the
On 13-5-2012 21:51, Chris Rees wrote:
> The quotes are from @dirrmtry, so inserted by bsd.port.mk.
Ah, shows how rusty I am. Also, why aren't they single quotes? Do we
actually support shell expansion dirrmtry?
--
Mel
___
freebsd-ports@freebsd.org mail
On 13-5-2012 14:48, Robert Huff wrote:
>
> Mel Flynn writes:
>
>> > pkg_delete: the package info for package "Source" is corrupt
>> >
>> > Any ideas?
>>
>> Can you provide the output of:
>> grep -E '@(unexec|exec).*S
On 12-5-2012 20:24, Robert Huff wrote:
>
> Suddenly I'm getting:
>
> pkg_delete: the package info for package "Source" is corrupt
>
> Any ideas?
Can you provide the output of:
grep -E '@(unexec|exec).*Source' /var/db/pkg/*/+CONTENTS
--
Mel
_
Hi,
On 2-5-2012 16:47, Kaya Saman wrote:
> is anyone working on a FreeBSD port of Zimbra?
I´ve been working on a port of Zarafa which should provide the same
features. The hold up is currently my computer issues and the fact that
I am in the process of setting up a second environment to test the
On 4/12/2012 17:30, Jason Hellenthal wrote:
> Console# sqlite3 .svn/wc.db "pragma integrity_check"
> ok
Does that mean /usr/src/sys/.svn is a directory?
--
Mel
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freeb
On 4/10/2012 18:26, David Wolfskill wrote:
> On Tue, Apr 10, 2012 at 06:22:24PM +0200, Mel Flynn wrote:
>> On 4/10/2012 18:11, David Wolfskill wrote:
>>> svn: E200030: sqlite: callback requested query abort
>>
>> Does svn cleanup in /usr/src fix the issue?
>
On 4/10/2012 18:11, David Wolfskill wrote:
> svn: E200030: sqlite: callback requested query abort
Does svn cleanup in /usr/src fix the issue?
--
Mel
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To un
On 4/10/2012 16:47, Pietro Cerutti wrote:
> On 2012-Apr-10, 11:20, Marcelo Araujo wrote:
>> 2012/4/10 Pietro Cerutti
>>>
>>>
>>> I might agree on that. But how is a DEPRECATED port better than a BROKEN
>>> one in this regard?
>>>
>>>
>> In my point of view, no make sense have a bunch of ports that
On 4/10/2012 14:44, Pietro Cerutti wrote:
> I might agree on that. But how is a DEPRECATED port better than a BROKEN
> one in this regard?
In theory, it tickles administrators to look for alternatives if they
depend on the port or fork a working copy of the port in their local
infrastructure and
On 4/10/2012 06:14, Da Rock wrote:
> 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
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. It's built by default and integrated into
On 4/10/2012 04:02, Stephen Montgomery-Smith wrote:
> 1. Don't worry about it. tinderbox builds will never build port A in
> the presence of package B.
>
> 2. Have the Makefile of port A detect whether package B is installed,
> and if it is then add B as a dependency of A.
>
> 3. Cripple the
On 4/5/2012 22:21, Philip M. Gollucci wrote:
> On 04/05/12 20:04, Michael Scheidell wrote:
>> on this one, I did. And was told by crees that I didn't need to wrap
>> PORTDOCS= around an ifdef.
>>
>> So, 2 programmers, 2 opinions. Thank God I didn't ask in ports@.
> Of the 2 of them one is right.
On 4/1/2012 18:53, Lev Serebryakov wrote:
> Hello, Julien.
> You wrote 1 апреля 2012 г., 17:04:06:
>
>>>In case of static build of ported program, port need to have
>>> BUILD_DEPENDS on libraries. LIB_DEPENDS is not suitable here, because
>>> inc ase of static linkage, there will no dependency
Hi all,
so we took this off list for a bit to work out an implementation.
On 3/29/2012 10:46, Matthew Seaman wrote:
> On 28/03/2012 22:04, Mel Flynn wrote:
>> I'm not sure about exclusion. I have an implementation up here:
>> http://redports.org/browser/melflynn/net-mgmt/
On 3/24/2012 00:31, Michael Scheidell wrote:
>
>
> On 3/23/12 6:27 PM, Chris Rees wrote:
>> Almost. PORTDOCS=* in the Makefile basically uses find on ${DOCSDIR}
>> and sticks it into TMPPLIST. The advantage is that we then have one
>> line in the Makefile instead of up to 2000 in pkg-plist.
>
On 3/18/2012 18:01, Kurt Jaeger wrote:
> Hi!
>
>> I'll give it a try.
>
> I prepared a patch, see
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=166224
>
> It still has an issue with the pkg-plist and I would appreciate
> hints on what's wrong.
You replaced in Makefile:
PORTDOCS= COPYING
On 3/14/2012 17:27, David Southwell wrote:
> That worked
It worked to confirm my suspicions. I've filed a proper fix in:
http://www.freebsd.org/cgi/query-pr.cgi?pr=166108
--
Mel
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailm
On 3/14/2012 20:00, Robert Huff wrote:
>
> If I want to list the Type 1 fonts known to X, I can use
> x11-fonts/xlsfonts.
> Is there an equivalent tool for TrueType fonts?
fc-list should show them all (part of fontconfig).
--
Mel
___
freebs
Hello Cy,
On 3/14/2012 08:57, Cy Schubert wrote:
[snip]
> What I propose to do is remove the GSSAPI
> patch from security/openssh-portable and for those who need the GSSAPI
> server key exchange, create a new port (through a repocopy of course) which
> includes the illinois.edu GSI patch with
On 3/14/2012 14:53, David Southwell wrote:
> On Wednesday 14 March 2012 07:17:55 Mel Flynn wrote:
>> On 3/13/2012 14:01, David Southwell wrote:
>>> qpopper has been working fine (amd64 running postfix) but on portupgrade
>>> I am Getting the following error:
>>&g
On 3/13/2012 14:01, David Southwell wrote:
>
> qpopper has been working fine (amd64 running postfix) but on portupgrade I am
> Getting the following error:
>
> set MISSING_OBJS to base64.o
> set MISSING_SRCS to base64.c
> Set AR_FLAG = -r ; RANLIB_CMD =
> checking for sendmail program... ER
On 3/11/2012 20:39, O. Hartmann wrote:
> [...]
> IsisInterfaceMapLineScan.cc:92:11: warning: variable 'lon_lat_radius'
> set but not used [-Wunused-but-set-variable]
> CXXIsisAdjustCameraModel.lo
> CXXLD libaspIsisIO.la
> /usr/local/bin/ld: /usr/local/lib/libsuperlu.a(dgssvx.o): relocati
On 3/11/2012 18:59, Joseph Mingrone wrote:
> On Sun, Mar 11, 2012 at 14:33, Matthias Apitz wrote:
>> It sounds a bit like some NAT issue in the router and the first client
>> connecting to Skype wins. No sure, though.
>
> I'm going on a few assumptions that I'll have to verify, but a reboot
> of
On 3/8/2012 00:19, Mel Flynn wrote:
> On 3/7/2012 23:44, Baptiste Daroussin wrote:
>> On Wed, Mar 07, 2012 at 11:56:17PM +0300, Alexander Churanov wrote:
>>> Folks,
>>>
>>> I've read the conversation on ports/156253 ("Update devel/boost-* from
>
On 3/7/2012 23:44, Baptiste Daroussin wrote:
> On Wed, Mar 07, 2012 at 11:56:17PM +0300, Alexander Churanov wrote:
>> Folks,
>>
>> I've read the conversation on ports/156253 ("Update devel/boost-* from
>> 1.45 to 1.46.1") and decided to share current status of my work.
>>
>> I have a patch for upda
Hi,
On 3/7/2012 22:48, Michael Heitmeier wrote:
> I just cvsupped ports so I'm wondering is that a problem on my side or is
> the port broken?
> ===>>> Port directory: /usr/ports/www/p5-libwww
>
> ===>>> Launching 'make checksum' for www/p5-libwww in background
> ===>>> Gathering dependency lis
On 3/5/2012 18:37, Norman Khine wrote:
> $ gcc -lGeoIP example.c
> example.c:1:19: error: GeoIP.h: No such file or directory
> what am i missing?
Basic compiling flags when working with software that does not install
into default search paths:
cc -I/usr/local/include -L/usr/local/lib -o example
On 2/28/2012 20:56, Spil Oss wrote:
> /bin/ln -s perldelta.pod pod/perl5142delta.pod
> LD_LIBRARY_PATH=/var/ports/usr/ports/lang/perl5.14/work/perl-5.14.2
> ./miniperl -Ilib autodoc.pl
> *** Signal 10
I'm out of commission till Monday at least as I tore a muscle in my arm
and as such can only typ
On 2/28/2012 14:31, o.°[ kElm ]°.o wrote:
> hello
>
> after irc dial with Barnerd and crest
> we find a compilation problem with
>
> "[lang/perl5.12] Fails on amd64 when WITH_THREADS or/and WITH_PTHREADS
> are enabled"
> "[lang/perl5.14] Fails on amd64 when WITH_THREADS or/and WITH_PTHREADS
> are
On 2/27/2012 11:18, Olivier Smedts wrote:
> Now I only need to find a way to "ignore" the errors when creating a
> backup package if there was a plist problem, and it will be really
> fine.
It's much easier to not use the feature and use -g as there's a greater
chance that the package created dur
>Submitter-Id: current-users
>Originator: Mel Flynn
>Organization:
>Confidential: no
>Synopsis: [PATCH] deskutils/myitcrm: update to 0.2.9.3
>Severity: non-critical
>Priority: low
>Category: ports
>Class: update
>Release:
On 2/23/2012 02:35, Alexey Dokuchaev wrote:
> On Wed, Feb 22, 2012 at 04:36:08PM -0700, John Hein wrote:
>> One of the issues with 'alternatives' implementations is that they are
>> not selectable per-user (including non superuser).
>>
>> In this particular case (libGL), also what about the native
On 2/21/2012 23:32, Steve Kargl wrote:
> On Tue, Feb 21, 2012 at 05:00:53PM -0500, Diane Bruce wrote:
>> On Tue, Feb 21, 2012 at 10:37:15PM +0100, Dimitry Andric wrote:
>>> On 2012-02-21 20:42, Steve Kargl wrote:
>>> ...
Yes, /lib comes before /usr/local/lib/gcc46. I suppose
that this is
Hi,
sorry to jump in late..
On Wednesday 02 December 2009 04:52:35 Alex Dupre wrote:
> Gergely CZUCZY ha scritto:
> >> Oh come on. Security-wise you shouldn't hold php at all. It's about
> >> backwards incompatibility, not about security.
>
> PHP 5.3 is not more incompatible with 5.2 than 5.2 wa
On Wed, 18 Nov 2009 11:43:07 +, Thomas Sandford
wrote:
> (Sorry, Ive lost track of the higher level attributions, but)
> Eitan Adler wrote:
Creating deterministic tars (ignoring "metadeta") sounds like it
should be a solved problem by now. If it isn't then I will have to
make it
On Mon, 16 Nov 2009 15:58:23 -0800, Doug Barton wrote:
> Sandra Kachelmann wrote:
>> (portmaster author cc:ed)
>>
>> On Mon, Nov 16, 2009 at 1:06 AM, Erik Trulsson
>> wrote:
>>> On Sun, Nov 15, 2009 at 11:44:04PM +0100, Sandra Kachelmann wrote:
Is there a reason why BUILD_DEPENDS aren't bei
On Mon, 16 Nov 2009 15:16:22 +0300, Dmitry Marakasov
wrote:
> * Eitan Adler (eitanadlerl...@gmail.com) wrote:
>
>> I was hoping to get a bit more of a response to a recent posting of
>> mine with regard to using svn to fetch files for ports
>> My proposal:
>> http://www.mail-archive.com/freebsd-p
On Wednesday 16 September 2009 15:36:36 Chuck Swiger wrote:
> Hi, Mel--
>
> On Sep 16, 2009, at 5:46 AM, Mel Flynn wrote:
> > the naughty rasqal/configure will try to find libgmp and link with
> > it if found
>
> [ ... ]
>
> > I traced this to the now absen
On Wednesday 16 September 2009 02:16:07 Tim Gustafson wrote:
> > Ah yes, didn't test on earlier versions. It's passed midnight here,
> > but I'll add fixes for 7 and 6.x if possible. You probably need to
> > add -lroken to the link chain for this. If you get what's happening
> > in files/patch-conf
Hi,
the naughty rasqal/configure will try to find libgmp and link with it if
found. This must have been installed during a previous package build and after
cleaning environment and rebuilding x11/kdebase4-runtime with
USE_PACKAGE_DEPENDS I got this error:
(Soprano::PluginManager) found no sopra
On Wednesday 16 September 2009 00:02:49 Tim Gustafson wrote:
> > You will have to test if this works as expected. I just made it
> > compile and link.
>
> Awesome, thanks! I've got it complied and installed.
>
> Here's what I get when I use this library now:
>
> /libexec/ld-elf.so.1: /usr/lib/l
On Tuesday 15 September 2009 23:50:50 Mel Flynn wrote:
> On Tuesday 15 September 2009 18:29:13 Tim Gustafson wrote:
> > > Could shar(1) your current work? I can likely fix the issues
> > > you're seeing, but it would be nice if you can save me some
> > > cyc
On Tuesday 15 September 2009 18:29:13 Tim Gustafson wrote:
> > Could shar(1) your current work? I can likely fix the issues
> > you're seeing, but it would be nice if you can save me some
> > cycles finding the urls and making the distinfo. How to shar
> > a port is I think covered in the porters h
On Tuesday 15 September 2009 21:03:48 Doug Barton wrote:
> Baptiste Daroussin wrote:
> > Hi,
> >
> > Here is a more complete ZSH completion for portmaster, can people test
> > it and validate it please.
> >
> > to make it work, copy it to /usr/local/share/zsh/site-functions
> > reload you zsh
> >
>
On Tuesday 15 September 2009 14:44:22 Alexey Dokuchaev wrote:
> On Tue, Sep 15, 2009 at 11:39:07AM +0300, Sergey V. Dyatko wrote:
> > Earlier I'm using linux-dri-7.4_1 but today I'm install
> > games/linux-worldofgoo-demo
> >
> > [ti...@tiger]/usr/ports/games/linux-worldofgoo-demo%make
> > run-depe
On Friday 11 September 2009 02:36:25 Tim Gustafson wrote:
> I'm trying to create a new port. To get myself started, I copied pecl-hash
> and then modified the Makefile and the distinfo file. When I try to make
> my port, it downloads the file from the PECL repository, extracts it, runs
> confi
On Wednesday 09 September 2009 12:15:46 Alex Dupre wrote:
> Mel Flynn ha scritto:
> > +post-install:
> > + @${ECHO_MSG} "You will need a criptoki library to use the
> > engine." + @${ECHO_MSG} "One is provided by security/opensc"
> > +
&
On Wednesday 09 September 2009 11:45:15 Alex Dupre wrote:
> Mel Flynn ha scritto:
> >> Mel Flynn ha scritto:
> >>> As per http://www.opensc-project.org/engine_pkcs11/wiki/QuickStart I've
> >>> modified my /etc/ssl/openssl.cnf, yet:
> >
On Wednesday 09 September 2009 10:41:32 Alex Dupre wrote:
> Mel Flynn ha scritto:
> > As per http://www.opensc-project.org/engine_pkcs11/wiki/QuickStart I've
> > modified my /etc/ssl/openssl.cnf, yet:
>
> Can you try the command-line alternative?
OpenSSL> engine
On Monday 07 September 2009 08:29:16 lini...@freebsd.org wrote:
> portname: graphics/gephex
> broken because: does not build
> build errors:
> http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2009081417/ge
>phex-0.4.4_1.log (_Aug_17_05:37:40_UTC_2009) overview:
Hi,
after installing security/engine_pkcs11, I'm unable to use it.
As per http://www.opensc-project.org/engine_pkcs11/wiki/QuickStart I've
modified my /etc/ssl/openssl.cnf, yet:
% openssl req -config /etc/ssl/openssl.cnf -engine pkcs11 -new -key id_45 -
keyform engine -out req.pem -text -x509 -s
On Thursday 03 September 2009 17:24:46 Mel Flynn wrote:
> Hi,
>
> On Wednesday 26 August 2009 19:41:03 Jonathan wrote:
> > I was hoping to fix the handbrake port and get it working properly over
> > the summer but it didn't happen and now I'm in school full time. I
On Sunday 30 August 2009 19:07:24 Doug Barton wrote:
> Ok, I found the problem, but the bad news is that I don't know what the
> solution is going to be. I've cc'ed ale since what I'm seeing is weird
> behavior by the php5-mcrypt slave port.
>
> What portmaster does by default when looking for depe
On Thursday 03 September 2009 17:48:36 David Southwell wrote:
> > On Wednesday 26 August 2009 16:07:56 David Southwell wrote:
> > > I have just completed
> > > # portupgrade -fRra
> > > following a system upgrade from freebsd 7.2 p2 to p3
> > >
> > > after a few minor hiccuups and recompiling ssome
Hi,
On Wednesday 26 August 2009 19:41:03 Jonathan wrote:
> I was hoping to fix the handbrake port and get it working properly over
> the summer but it didn't happen and now I'm in school full time. I
> don't have time to work on the port anymore and I don't want people to
> not try and update it
On Wednesday 26 August 2009 16:07:56 David Southwell wrote:
> I have just completed
> # portupgrade -fRra
> following a system upgrade from freebsd 7.2 p2 to p3
>
> after a few minor hiccuups and recompiling ssome of the ports I am left
> with four failing ports. As at least three of them seem to s
On Wednesday 26 August 2009 10:02:50 David Southwell wrote:
> Thanks Greg -- as usual your are right on the button. I have done as you
> suggested and disabled the GNU Pth which I would have prefered to have but
> can get round for a while.
Just curious, but why do you prefer a userland threads w
On Thursday 03 September 2009 10:54:46 Martin Wilke wrote:
> Also that's not a problem from Skype, FreeBSD need a v4l(v4bsd)...
Without getting into the nitty gritty of USB/PCI, what does a camera really
do? Power on/off and send a stream of pictures in format X? I've never
understood why it is
On Saturday 29 August 2009 20:11:22 Wesley Shields wrote:
> On Fri, Aug 28, 2009 at 03:19:37PM -0400, Yarema wrote:
> > I was previously overruled by a committer when I filed a PR to default
> > ManageSieve to ON. IIRC, POLA was sited as the reason. I'm still of
> > the opinion that the ManageSi
On Wednesday 12 August 2009 11:40:47 Bill Moran wrote:
> In response to Jeffrey Goldberg :
> > I'm posting this to both the mailman-users list and the freebsd-ports
> > list. I realize that not all follow-up will make it to both lists.
> >
> > I would like to set up multiple instances of Mailman o
On Tuesday 04 August 2009 08:10:53 N.J. Mann wrote:
> In message <20090803155055.ga31...@titania.njm.me.uk>,
>
> N.J. Mann (n...@njm.me.uk) wrote:
> > In message <20090803125519.ga60...@twisted.net>,
> >
> > Troy (t...@twisted.net) wrote:
> > > I was trying to upgrade apr-gdbm-db42-1.3.6.
On Tuesday 11 August 2009 19:13:44 Gabriele Cecchetti wrote:
> Probably there is an error in the Makefile of omnetpp:
>
> When I do portupgrade at the install phase the following output is shown:
>
> ---> Installing the new version via the port
> ===> Installing for omnetpp-3.3_3
> ===> omnetpp
On Thursday 06 August 2009 23:56:32 Lars Eighner wrote:
> On Thu, 6 Aug 2009, Mel Flynn wrote:
> > On Thursday 06 August 2009 19:29:24 Lars Eighner wrote:
> >> On Thu, 6 Aug 2009, Mel Flynn wrote:
> >>> On Thursday 06 August 2009 17:38:40 Lars Eighner wrote:
> &
On Thursday 06 August 2009 19:29:24 Lars Eighner wrote:
> On Thu, 6 Aug 2009, Mel Flynn wrote:
> > On Thursday 06 August 2009 17:38:40 Lars Eighner wrote:
> >> It's hard to resist the sales pitch (really, USB will work again on
> >> 8.0, we promise! [but we are
On Thursday 06 August 2009 17:38:40 Lars Eighner wrote:
> It's hard to resist the sales pitch (really, USB will work again on
> 8.0, we promise! [but we are going to trash your modem driver]) ---
> sooner or later one has to wise up.
If you actually know how responsive in particular hps@ is at pe
On Wednesday 05 August 2009 20:08:55 Doug Barton wrote:
> Ok, so now I'm up to the point where starting contool give me this:
>
> contool
> Assertion failed: (ret != inval_id), function _XAllocID, file
> xcb_io.c, line 378.
> Abort trap: 6 (core dumped)
You get a better a log if you install contoo
On Tuesday 04 August 2009 17:28:59 matt donovan wrote:
> On Tue, Aug 4, 2009 at 4:48 PM, Lars Eighner
wrote:
> > What does py25 mean?
> >
> > I can't seem to upgrade about 40 ports (the old versions of which now
> > seem to be broken) evidently because the build of
> >
> > py25-gtk-2.13.1 fails wi
On Sunday 02 August 2009 12:39:55 Martin Wilke wrote:
>On Sunday 02 August 2009 05:06:19 Troy wrote:
>>[ 12%] Generating solver.o
>>File "_none_", line 1, characters 0-1:
>>Error: Files /usr/local/lib/ocaml/facile/facile.cmxa
>> and /usr/local/lib/ocaml/stdlib.cmxa
>> make inconsistent
1 - 100 of 137 matches
Mail list logo