On Jun 28, 2006, at 1:21 PM, Fernan Aguero wrote:
I'm using Linux Firefox, and when asked to choose a helper
app to open a document I try to navigate to /usr/X11R6/bin
but I always end up in /compat/linux/usr/X11R6/bin instead
(though firefox believes it's /usr/X11R6/bin).
I can see why this hap
On Jun 28, 2006, at 1:40 PM, Paul Schmehl wrote:
I'm the maintainer for security/sancp.
Recently a new patch was released that patches the decode.cc file.
A previous, still valid, patch, *also* patches the decode.cc file.
If I include both patches, the make fails with an error about
deco
Hi--
On May 29, 2013, at 5:53 PM, Xu Zhe wrote:
[ … ]
> BTW, I would appreciate if anyone can tell me why build java need java
> support?
You need a Java compiler to build the Java standard platform libraries (ie,
java.*, javax.*, etc) needed by the JRE, but you can cross-compile those
somewh
Hi--
On Jun 11, 2013, at 12:21 PM, Konstantin Belousov wrote:
> On Tue, Jun 11, 2013 at 02:50:03PM +0800, Martin Wilke wrote:
>> As we all know FreeBSD 10 brings a new compiler along, and for that we need
>> to get ports on the right
>> track. I have done several exp-runs on the current src and
Hi--
On Jun 19, 2013, at 11:30 AM, O. Hartmann wrote:
[ ... ]
> Although selected, devel/subversion (1.8.0) doesn't build the module
> mod_dav_svn which is crucial for the subversion subsystem.
>
> Can someone help?
For testing, I just built subversion-1.8.0 against Apache-2.2.24 directly via:
Hi, Lev--
On Jun 19, 2013, at 2:46 PM, Lev Serebryakov wrote:
> Hello, Charles.
> You wrote 20 июня 2013 г., 0:32:13:
>>> Can someone help?
>
> CS> For testing, I just built subversion-1.8.0 against Apache-2.2.24 directly
> via:
> CS>
> CS> ./configure --enable-mod-activation --with-apr=/usr/lo
Hi--
On Oct 17, 2013, at 2:05 PM, Jeffrey Bouquet wrote:
[ ... ]
> Anyone knows of a succinct svn command for use in such situations, or if a
> wrapper
> could be crafted that puts forth the series of commands that would take less
> time than a new src or ports checkout?
Have you tried "svn rev
Hi--
On Nov 6, 2013, at 6:27 AM, Andriy Gapon wrote:
> I wonder why do-configure target explicitly sets things like CC="${CC}"
> CPP="${CPP}" etc in configure script environment as opposed to them just being
> placed into CONFIGURE_ENV.
> What is the technical reason?
Setting $CC and such worked
On Nov 6, 2013, at 7:25 AM, Andriy Gapon wrote:
>> Setting $CC and such worked with older ./configure which didn't implement
>> $CONFIGURE_ENV.
>> It also plays more nicely with things which roll their own ./configure as a
>> shim
>> that isn't actually GNU autoconf.
>
> Apologies, you seem to
Hi--
On Nov 13, 2013, at 3:15 PM, Joe Nosay wrote:
> "ls -lh -D Byte" does not give me the exact byte size of the archive. What
> is the correct command?
ls -l _file_ is the most direct way, but you can run the file through wc -c or
do other things.
Regards,
--
-Chuck
___
On Mar 6, 2015, at 1:39 PM, Mike Meyer wrote:
> After a discussion on another list, I'm wondering if anyone has ever done
> anything to verify that the license requirements of the dependencies of a
> package (I don't know of any licenses that would cause problems for a port,
> as those don't invol
On Jun 1, 2015, at 4:33 PM, Tim Daneliuk wrote:
> Recently, I switched a web server here to to rewriting and force every access
> to go over https. This is a machine using self-signed certs and a fairly
> conservative set of protocol support. Apache's cipher suite is set to this:
>
> SSLCipher
On Jun 11, 2014, at 2:43 PM, Paul Schmehl wrote:
> /usr/ports]# svn status
> svn: warning: W155007: '/usr/ports' is not a working copy
>
> Hmm.so I thought maybe I had to co the ports first:
>
> # svn co svn://svn.freebsd.org/ports/head/
That checks out the ports tree under a workarea named
On Jun 12, 2014, at 9:19 AM, Paul Schmehl wrote:
[ ... ]
>>> /usr/ports]# svn status
>>> svn: warning: W155007: '/usr/ports' is not a working copy
>>>
>>> OK, now I'm really confused. It seems that I've done nothing at all.
>>>
>>> So what am I doing wrong?
>>
>> Try:
>>
>> mv /usr/ports /usr
On Sep 30, 2014, at 12:46 PM, Bryan Drewery wrote:
[ ... ]
> I even saw a reddit post last night complaining that OSX had updated
> bash only to leave it "still vulnerable" because of the redir_stack issue.
It doesn't seem to be?
bash-3.2$ bash --version
GNU bash, version 3.2.53(1)-release (x86_
On Sep 30, 2014, at 3:08 PM, Jung-uk Kim wrote:
> On 2014-09-30 18:00:31 -0400, Mike Tancsa wrote:
>> On 9/30/2014 5:25 PM, Charles Swiger wrote:
>>> bash-3.2$ echo "Testing Exploit 4 (CVE-2014-7186)"
>>> Testing Exploit 4 (CVE-2014-7186)
>>> bas
On Dec 8, 2014, at 11:37 AM, Andrea Venturoli wrote:
> Hello.
>
> There are some ports that insist on changing permissions on some directories.
> An example is clamav, which will always change /var/db/clamav mask to 755.
>
> Since I always need to "chmod 775 /var/db/clamav" after an upgrade, I'm
On Dec 8, 2014, at 12:19 PM, Andrea Venturoli wrote:
> On 12/08/14 21:04, Charles Swiger wrote:
>>> Since I always need to "chmod 775 /var/db/clamav" after an upgrade, I'm
>>> asking:
>>> _ where does this come from? I tried to look into Makefile, b
Hi--
On Feb 10, 2014, at 1:04 PM, LuKreme wrote:
[ ... ]
> OK, as it turns out this is not a ports problem, but a DNS issue. I’m still
> confused:
>
> # cat /etc/resolv.conf
> 8.8.8.8
> 75.148.37.67
That's wrong; your /etc/resolv.conf should look like this instead:
nameserver 8.8.8.8
nameserv
Hi--
On Feb 26, 2014, at 3:43 PM, Joe Nosay wrote:
> I've noticed different flags such as -Wno-parentheses and such along with
> the -Wno-unused-variable. I would like to know where would be a good source
> online to find the flags;
For compatibility, clang understands the commonly used -W flags
Hi--
On Apr 9, 2014, at 1:26 PM, Christian Weisgerber wrote:
> In fact, I don't know how to even find (the history of) removed
> files with Subversion. For instance, at some point there must have
> been a port russian/xmms, but neither svnweb nor "svn log" show it.
You can see the full log hist
21 matches
Mail list logo