On Sat, Apr 10, 2010 at 10:03 AM, Julian Elischer wrote:
> On 4/10/10 3:35 AM, Garrett Cooper wrote:
[...]
>> If I'm understanding you correctly you're saying it's an issue when I do:
>>
>> pkg_add A B C
>>
>> # 1 year passes
>>
>> pkg_add D
>>
>> # D depends on A, B, C, of different revisions.
On Sat, 2010-04-10 at 17:44 -0500, Mark Linimon wrote:
> On Sun, Apr 11, 2010 at 01:07:42AM +0400, Sergei Vyshenski wrote:
> > Do you think if it is possible to return openssl-0.9.8x to the ports,
> > just to make people with FreeBSD-6 happy.
>
> fwiw, 6.4 EOL is on 11/30/2010, so you're going to
On Sat, Apr 10, 2010 at 7:47 PM, Mark Linimon wrote:
> not to be a troll but ...
>
> ... for those that want the ease-of-use of PBIs, why not just use PC-BSD
> in the first place? They seem to have their own QA process in place in
> terms of keeping the various large applications at a sane level
per...@pluto.rain.com wrote:
[dropped current@ since it doesn't take non-member posts]
Tim Kientzle wrote:
The LD_LIBRARY_PATH issue is the most interesting
problem here. I don't immediately see a solution that
doesn't include teaching ld-elf.so.1 about some form
of per-application library p
On 4/10/10 5:43 PM, per...@pluto.rain.com wrote:
[dropped current@ since it doesn't take non-member posts]
Tim Kientzle wrote:
The LD_LIBRARY_PATH issue is the most interesting
problem here. I don't immediately see a solution that
doesn't include teaching ld-elf.so.1 about some form
of per-a
[dropped current@ since it doesn't take non-member posts]
Tim Kientzle wrote:
> The LD_LIBRARY_PATH issue is the most interesting
> problem here. I don't immediately see a solution that
> doesn't include teaching ld-elf.so.1 about some form
> of per-application library path.
Maybe install PBI
On 10/04/2010 23:30, Garrett Cooper wrote:
> On Sat, Apr 10, 2010 at 4:26 AM, Dominic Fandrey wrote:
>> On 10/04/2010 12:49, Garrett Cooper wrote:
>>> On Sat, Apr 10, 2010 at 3:44 AM, Dominic Fandrey
>>> wrote:
On 10/04/2010 12:18, Garrett Cooper wrote:
> On Sat, Apr 10, 2010 at 2:29 AM
not to be a troll but ...
... for those that want the ease-of-use of PBIs, why not just use PC-BSD
in the first place? They seem to have their own QA process in place in
terms of keeping the various large applications at a sane level.
Kernel development could (just like it is on the Macs) be don
On Sat, 10 Apr 2010, Sean C. Farley wrote:
On Wed, 31 Mar 2010, jhell wrote:
Whenever I use rfc -i to update the index I am getting this:
Modem users one moment, it's about 400k (doesn't need to be updated often)
original lines = 22143 /usr/local/etc/rfc-index
new lines = 7 /usr/lo
On Wed, 31 Mar 2010, jhell wrote:
Whenever I use rfc -i to update the index I am getting this:
Modem users one moment, it's about 400k (doesn't need to be updated often)
original lines = 22143 /usr/local/etc/rfc-index
new lines = 7 /usr/local/etc/rfc-index
With the contents of:
Forb
Sam Fourman Jr. wrote:
I do have a question, assuming PBI's were merged officially into the
FreeBSD ports tree,
say I had PostgreSQL Server installed, via PBI. then I wanted to tweak
a setting so I:
cd /usr/ports/databases/postgresql84-server/ && make deinstall clean
would the PBI at this point
On Sat, 10 Apr 2010, Sean C. Farley wrote:
I have found a bit of time to update the games/nwndata and
games/linux-nwnclient ports to more recent versions along with Diamond
support. The list of changes--I think I listed them all--for each
port is as follows:
games/nwndata (versions are orig
I have found a bit of time to update the games/nwndata and
games/linux-nwnclient ports to more recent versions along with Diamond
support. The list of changes--I think I listed them all--for each port
is as follows:
games/nwndata (versions are original 1.29_3 and Diamond 1.61):
- Install from
Julian Elischer wrote:
On 4/10/10 12:07 PM, Tim Kientzle wrote:
[1] Actually, PBI might work just fine even for
embedded if we address the disk bloat issue. One
approach would be to make
/Package/Bar/libfoo-2.8.7.so
a symlink or hardlink to
/Package/Shared/libfoo-2.8.7.so-
This gives easy sharin
On Sun, Apr 11, 2010 at 01:07:42AM +0400, Sergei Vyshenski wrote:
> Do you think if it is possible to return openssl-0.9.8x to the ports,
> just to make people with FreeBSD-6 happy.
fwiw, 6.4 EOL is on 11/30/2010, so you're going to be looking at
upgrading some time this year anyways.
This busine
On Sat, Apr 10, 2010 at 4:26 AM, Dominic Fandrey wrote:
> On 10/04/2010 12:49, Garrett Cooper wrote:
>> On Sat, Apr 10, 2010 at 3:44 AM, Dominic Fandrey
>> wrote:
>>> On 10/04/2010 12:18, Garrett Cooper wrote:
On Sat, Apr 10, 2010 at 2:29 AM, Dominic Fandrey
wrote:
> This morning
Great tool,
thank you very much Luiz.
Regards
--
Albert Gabàs - Astabis
Information Risk Management
Movil: +34 687 733 222 | Oficina: +34 932 417 962
Directo: +34 931 145 262 | Fax: +34 932 400 545
Emergencias en servidores: +34 668 887 123
SkypeID: albert.gabas
Le informamos que los dato
Hi,
There is a bunch of ports related to PKI (security/p5-openxpki*) which
requires exactly openssl-0.9.8x, because:
- openssl-0.9.8x version (unlike openssl-0.9.7x) has full support for
utf-8, which is essential for complex PKI software.
- this bunch of ports is huge and complex, heavily uses l
On 4/10/10 12:07 PM, Tim Kientzle wrote:
Garrett Cooper wrote:
If I'm understanding you correctly you're saying it's an issue when I do:
pkg_add A B C
# 1 year passes
pkg_add D
# D depends on A, B, C, of different revisions. pkg_add barfs because
it can't find the applications, etc.
This is
Garrett Cooper wrote:
If I'm understanding you correctly you're saying it's an issue when I do:
pkg_add A B C
# 1 year passes
pkg_add D
# D depends on A, B, C, of different revisions. pkg_add barfs because
it can't find the applications, etc.
This is something that's been hashed over a numbe
On Sat, Apr 10, 2010 at 8:18 AM, wrote:
>
>
>
>
> On Sat 10/04/10 3:35 AM , Garrett Cooper wrote:
>
> [...]
>
>>
>> yes but there are still dependency problems if you want to install a
>> single
>> package and you installed all the previous ones a year ago.
>> With PBIs each package is self stan
On 4/10/10 3:35 AM, Garrett Cooper wrote:
On Sat, Apr 10, 2010 at 1:45 AM, Julian Elischer wrote:
On 4/10/10 12:20 AM, Garrett Cooper wrote:
On Fri, Apr 9, 2010 at 11:28 PM, Sam Fourman Jr.
wrote:
On Fri, Apr 9, 2010 at 10:11 PM, Adam Vande More
wrote:
On Fri, Apr 9, 2010 at 8:31 PM,
Albert Gabàs | Astabis wrote:
Dear Ale,
I have some problems with the latest iocube loader for php version 5.3.
I'm trying to downgrade the php to the 5.2 version, but I can't complete the
downgrade due problems with pcre.
How can I downgrade the 5.3 to 5.2 version if the php5-pcre has been
re
On 4/10/10 10:36 AM, Sam Fourman Jr. wrote:
I do have a question, assuming PBI's were merged officially into the
FreeBSD ports tree,
say I had PostgreSQL Server installed, via PBI. then I wanted to tweak
a setting so I:
cd /usr/ports/databases/postgresql84-server/&& make deinstall clean
wou
On Sat, Apr 10, 2010 at 07:06:01PM +0300, Ion-Mihai Tetcu wrote:
> On Sat, 10 Apr 2010 15:34:45 +
> Alexey Dokuchaev wrote:
> > Over the last several months, I've had received several questions on
> > maybe we could move VDPAU headers to /usr/local/include/vdpau (nVidia
> > reference driver an
On Sat, 10 Apr 2010 15:34:45 +
Alexey Dokuchaev wrote:
> Hello there,
>
> Over the last several months, I've had received several questions on
> maybe we could move VDPAU headers to /usr/local/include/vdpau (nVidia
> reference driver and our port normally installed them under
> ${DOCSDIR}).
Hello there,
Over the last several months, I've had received several questions on
maybe we could move VDPAU headers to /usr/local/include/vdpau (nVidia
reference driver and our port normally installed them under ${DOCSDIR}).
After short discussion with nVidia folks and maintainers that are
partic
Dear Ale,
I have some problems with the latest iocube loader for php version 5.3.
I'm trying to downgrade the php to the 5.2 version, but I can't complete the
downgrade due problems with pcre.
How can I downgrade the 5.3 to 5.2 version if the php5-pcre has been
removed??
Regards
--
Albert Gabàs
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px
On Sat 10/04/10 3:35 AM , Garrett Cooper wrote:
[...] >
> yes but there are still dependency problems if you want to install
a single
> package and you installed all the previous ones a year ago.
> With PBIs each packa
Le Mar 6 avr 10 à 8:14:57 +0200, Andrea Venturoli
écrivait :
> Are you sure OpenCASCADE requires f77?
> I looked into the source and didn't find any file like "*.f" or "*.for",
> although of course they might have other extension or be generated
> during the build process.
> Also I can confi
Greg Larkin wrote:
> You can find the patches here:
>
> http://people.freebsd.org/~glarkin/diffs/gcc45%2bgcj.diff
> http://people.freebsd.org/~glarkin/diffs/pdftk%2bgcc45.diff
>
> Fetch each patch file into /usr/ports and then run:
>
> patch < gcc45+gcj.diff
> patch < pdftk+gcc45.diff
> cd pri
On Fri, Apr 9, 2010 at 11:28 PM, Sam Fourman Jr. wrote:
> On Fri, Apr 9, 2010 at 10:11 PM, Adam Vande More
> wrote:
>> On Fri, Apr 9, 2010 at 8:31 PM, Julian Elischer wrote:
>>
>>>
>>> Alfred Perlstein , Matt at ix systems Kris (Mr PBI), some
>>> others and I, felt that these ideas seemed to ma
On Sat, Apr 10, 2010 at 1:45 AM, Julian Elischer wrote:
> On 4/10/10 12:20 AM, Garrett Cooper wrote:
>>
>> On Fri, Apr 9, 2010 at 11:28 PM, Sam Fourman Jr.
>> wrote:
>>>
>>> On Fri, Apr 9, 2010 at 10:11 PM, Adam Vande More
>>> wrote:
On Fri, Apr 9, 2010 at 8:31 PM, Julian Elischer
On 4/10/10 12:20 AM, Garrett Cooper wrote:
On Fri, Apr 9, 2010 at 11:28 PM, Sam Fourman Jr. wrote:
On Fri, Apr 9, 2010 at 10:11 PM, Adam Vande More wrote:
On Fri, Apr 9, 2010 at 8:31 PM, Julian Elischer wrote:
Alfred Perlstein , Matt at ix systems Kris (Mr PBI), some
others and I, felt th
On Sat, Apr 10, 2010 at 2:20 AM, Garrett Cooper wrote:
> On Fri, Apr 9, 2010 at 11:28 PM, Sam Fourman Jr. wrote:
>> On Fri, Apr 9, 2010 at 10:11 PM, Adam Vande More
>> wrote:
>>> On Fri, Apr 9, 2010 at 8:31 PM, Julian Elischer wrote:
>>>
Alfred Perlstein , Matt at ix systems Kris (Mr
On 10/04/2010 13:11, Gary Jennejohn wrote:
> On Sat, 10 Apr 2010 03:18:42 -0700
> Garrett Cooper wrote:
>> FWIW, I've thought this over and and user modifiable scripts should
>> not be in packages; they should instead be example files which don't
>> conflict with real configuration files. This is
On 10/04/2010 12:49, Garrett Cooper wrote:
> On Sat, Apr 10, 2010 at 3:44 AM, Dominic Fandrey wrote:
>> On 10/04/2010 12:18, Garrett Cooper wrote:
>>> On Sat, Apr 10, 2010 at 2:29 AM, Dominic Fandrey
>>> wrote:
This morning I took a look at my outstanding PRs. There are
is a ports PR I
On Sat, 10 Apr 2010 03:18:42 -0700
Garrett Cooper wrote:
> FWIW, I've thought this over and and user modifiable scripts should
> not be in packages; they should instead be example files which don't
> conflict with real configuration files. This is already the case for
> several ports, but not all
On Sat, Apr 10, 2010 at 2:29 AM, Dominic Fandrey wrote:
> This morning I took a look at my outstanding PRs. There are
> is a ports PR I consider old and trivial:
>
> This one fixes a bug in the package-noinstall target. wxs told
> me that he prefers my proposed fix over his own:
> http://www.freeb
This morning I took a look at my outstanding PRs. There are
is a ports PR I consider old and trivial:
This one fixes a bug in the package-noinstall target. wxs told
me that he prefers my proposed fix over his own:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144164
Regards
--
A: Because it
On Wed, Apr 7, 2010 at 8:49 PM, Garrett Cooper wrote:
> On Wed, Apr 7, 2010 at 7:22 PM, Tim Kientzle wrote:
>> Garrett Cooper wrote:
>>>
>>> There's an outstanding bug to fix chroot(2)'ing functionality with
>>> pkg_add(1) [1]. Anyone that has tried this functionality knows that
>>> it's curre
graphics/ocaml-images, which was previously failing is OK after this commit.
Thanks for fixing it!
A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/
Thanks for your work on making FreeBSD better,
--
QAT - your friendly neighborhood Daemon,
prepar
42 matches
Mail list logo