Dear port maintainer,
The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you
I noticed the ports tree here had net/uget 1.10.4_1 even after "svn up"... while
pkg upgrading installed 2.0. "pkg version" (one of 3 ways) reported
"succeeds port"... was about to post a question about pkg, but it can be fixed
by
cd /usr/ports/net/uget
svn revert . -R
[found at stackoverflow
I'm writing about this problem:
http://beefy2.nyi.freebsd.org/data/93amd64-default/388198/logs/py27-crits-3.1.0.log
Background:
security/py-crits needs www/py-django16 and www/py-django-tastypie
However, www/py-django-tastypie wants to install www/py-django (which is v
1.8).
This is the line
Sorry for butting in so late, I was on vacation :-|
Am 08.05.15 um 04:11 schrieb Jan Beich:
> "Julian H. Stacey" writes:
>
>> lini...@freebsd.org wrote:
>> Subject: Re: FreeBSD unmaintained ports which are currently marked broken
>> I added cc: m...@freebsd.org FYI as creator of Makefile
>>
+--On 1 juin 2015 08:35:04 -0400 Dan Langille wrote:
| I'm writing about this problem:
| http://beefy2.nyi.freebsd.org/data/93amd64-default/388198/logs/py27-crits
| -3.1.0.log
|
| Background:
|
| security/py-crits needs www/py-django16 and www/py-django-tastypie
|
| However, www/py-django-ta
On Monday, June 1, 2015, Jeffrey Bouquet via freebsd-ports <
freebsd-ports@freebsd.org> wrote:
> I noticed the ports tree here had net/uget 1.10.4_1 even after "svn up"...
> while
> pkg upgrading installed 2.0. "pkg version" (one of 3 ways) reported
> "succeeds port"... was about to post a questi
On 03/23/2015 13:03, Kurt Jaeger wrote:
> Hi!
>
>> I have a strange situation:
>>
>> Proceed with this action? [y/N]: y
>> [1/5] Installing graphviz-2.38.0_6...
>> [1/5] Extracting graphviz-2.38.0_6: 100%
>> load: 0.10 cmd: dot 46012 [urdlck] 1.56r 0.00u 0.00s 12% 11188k
>>
>> and there it hangs.
> On Jun 1, 2015, at 9:27 AM, Mathieu Arnold wrote:
>
>
>
> +--On 1 juin 2015 08:35:04 -0400 Dan Langille wrote:
> | I'm writing about this problem:
> | http://beefy2.nyi.freebsd.org/data/93amd64-default/388198/logs/py27-crits
> | -3.1.0.log
> |
> | Background:
> |
> | security/py-crits needs
[pkg@ snipped, because it's irrelevant]
Jeffrey Bouquet via freebsd-ports writes:
> I noticed the ports tree here had net/uget 1.10.4_1 even after "svn up"...
> while
> pkg upgrading installed 2.0. "pkg version" (one of 3 ways) reported
> "succeeds port"... was about to post a question about
Hi po...@freebsd.org as MAINTAINER= of devel/gettext-msghack
with BROKEN= No public distfiles
I recovered distfile for devel/gettext-msghack
& temporarily put it here
http://berklix.com/~jhs/ftp/distfiles/msghack-0.2.tar.bz2
Please mark port as no longer broken & copy distfile wherever yo
On 5/31/2015 8:29 AM, Adam McDougall wrote:
> Is anyone else getting this issue? I had to revert the change on my systems.
> Thanks.
>
Yes it looks incomplete. Nothing is providing get_dh2048.
> work/httpd-2.2.29/modules/ssl/ssl_engine_dh.c:static DH *get_dh512(void)
> work/httpd-2.2.29/modules
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:
SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 06/01/15 16:33, 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 ci
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 06/01/2015 06:47 PM, Charles Swiger wrote:
> 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. A
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 06/01/2015 06:46 PM, Xin Li wrote:
> You seem to be using FreeBSD 9.x which does not support TLSv1.1 and
> TLSv1.2.
No, it is 10.1-Stable
> Disabling SSLv3 ciphers means there would be no cipher available for
> TLSv1 negotiation:
>
> % openssl
On Mon, Jun 01, 2015 at 07:02:57PM -0500 I heard the voice of
Tim Daneliuk, and lo! it spake thus:
>
> This is what happens when you are: A) In a hurry and B) Paranoid and
> C) Willing to copypasta a config without thought :(
>
> Thanks to you and Chuck, I have a more reasonable (I think):
>
> SSL
Thanks to you and Chuck, I have a more reasonable (I think):
SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP:-eNULL:-SSLv3:-SSLv2:TLS_RSA_WITH_AES_256_CBC_SHA:TLS_RSA_WITH_AES_256_CBC_SHA256
Reasonable depends on the use case. Though this topic would be better
discussed on f
On 06/01/2015 07:09 PM, Matthew D. Fuller wrote:
> On Mon, Jun 01, 2015 at 07:02:57PM -0500 I heard the voice of
> Tim Daneliuk, and lo! it spake thus:
>>
>> This is what happens when you are: A) In a hurry and B) Paranoid and
>> C) Willing to copypasta a config without thought :(
>>
>> Thanks to
INDEX build failed with errors:
Generating INDEX-8 - please wait..--- describe.accessibility ---
--- describe.arabic ---
--- describe.archivers ---
--- describe.astro ---
--- describe.audio ---
--- describe.benchmarks ---
--- describe.biology ---
--- describe.cad ---
--- describe.chinese ---
--- de
On 06/01/15 13:44, Lowell Gilbert wrote:
> [pkg@ snipped, because it's irrelevant]
>
> Jeffrey Bouquet via freebsd-ports writes:
>
>> I noticed the ports tree here had net/uget 1.10.4_1 even after "svn up"...
>> while
>> pkg upgrading installed 2.0. "pkg version" (one of 3 ways) reported
>> "
I have printer, HP_LaserJet_Professional_M1212nf_MFP, seem to have set it up
with cups after running hp-setup (not sure about whether hp-setup was
successful), but when I run a command to print, get "unknown printer", even
though I copy/paste the overlong name with the mouse to avoid a typo.
lp
One case wher this can happen is the dh generation was interrupted
during the build.
The upcomming apache2.2 will no.longer require such a hack because
mod_ssl has undergone a huge rewrite.
--
Sent from my Android phone with GMX Mail. Please excuse my brevity.
Bryan Drewery w
___
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"
Hi,
I was wondering what are the missing bits and pieces to get nodejs
running on ARM? Still get the error from ports on a RPI2 running
CURRENT.
-
Matthias
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-port
25 matches
Mail list logo