Re: [patch] Test target PATH

2015-08-27 Thread Raul Miller
On Thu, Aug 27, 2015 at 11:04 PM, Matthew Martin wrote: > On Thu, Aug 27, 2015 at 11:47:19PM +0200, Juan Francisco Cantero Hurtado > wrote: >> >---rm -f ${WRKDIR}/bin/chgrp > > While this would fix the problem, since the problem is not in zsh > itself, I don't think that the zsh port is the r

Re: [patch] Test target PATH

2015-08-27 Thread Matthew Martin
On Thu, Aug 27, 2015 at 11:47:19PM +0200, Juan Francisco Cantero Hurtado wrote: > I see the problem now. You can remove the symlinks from ${WRKDIR}/bin with: > > pre-test: > >---rm -f ${WRKDIR}/bin/chgrp While this would fix the problem, since the problem is not in zsh itself, I don't think t

Re: [UPDATE] audio/picard to 1.3.2

2015-08-27 Thread Fred
Hi ports@ Attached and below are the diff's to update audio/picard to 1.3.2 This update removes the need for the patches and has been tested on amd64 and i386 - I'm just bringing my macppc up to current to test there as well. Cheers Fred Index: Makefile

Re: [patch] Test target PATH

2015-08-27 Thread Juan Francisco Cantero Hurtado
I see the problem now. You can remove the symlinks from ${WRKDIR}/bin with: pre-test: >---rm -f ${WRKDIR}/bin/chgrp The problem with your patch is that you're modifying the environment for thousands of ports and we can't test manually every port to see if your changes are breaking something.

Building ports with the Clang static analyzer

2015-08-27 Thread Michael McConville
I've been having trouble with this. It's probably because the port I'm testing (my WIP of Pidgin 3) uses autogen.sh for both configuration and compilation. I've tried the obvious way ('scan-build make build'). In that case I only get a report for the autogen.sh test programs, although the main com

NEW: fonts/junicode

2015-08-27 Thread George Rosamond
(Re-) Submitting the first (of many) ports for fonts/ Junicode is a Unicode font for medievalists. Created by Peter S. Baker of the University of Virginia, Junicode is based on a 17th century typeface used in Oxford, England. Junicode contains many special characters and ligatures for medievalist

Re: NEW: security/lastpass-cli

2015-08-27 Thread Björn Ketelaars
On Thu 27/08/2015 17:51, Stuart Henderson wrote: > On 2015/08/27 17:26, Björn Ketelaars wrote: > > On Thu 27/08/2015 12:35, Stuart Henderson wrote: > > > On 2015/03/17 07:11, Björn Ketelaars wrote: > > > > Please find enclosed a port for security/lastpass-cli [0]. lastpass-cli > > > > is an > > >

Re: [patch] Test target PATH

2015-08-27 Thread Matthew Martin
On Thu, Aug 27, 2015 at 11:50:19AM +0200, Juan Francisco Cantero Hurtado wrote: > Can you try this in your port? > > TEST_ENV="PATH=${PATH}:YOURPATH" or TEST_ENV="PATH=YOURPATH:${PATH}" I don't think you're following the problem. It's not that anything needs to be added to PATH; it's that the fir

Re: softhsm: add portroach limit

2015-08-27 Thread Patrik Lundin
On Thu, Aug 27, 2015 at 05:35:54PM +0100, Stuart Henderson wrote: > On 2015/08/27 18:17, Antoine Jacoutot wrote: > > On Thu, Aug 27, 2015 at 06:06:44PM +0200, Patrik Lundin wrote: > > > Hello, > > > > > > portroach currently thinks security/softhsm is outdated. The reason for > > > this is that wh

Re: desktop environment mime setup

2015-08-27 Thread Stuart Henderson
On 2015/08/27 17:32, Stuart Henderson wrote: > I need to associate audio/gsm (.gsm) files with a player. I've worked > out half of it (gvfs-mime --set audio/gsm vlc.desktop) but not sure how > to register .gsm files as having type audio/gsm. Can anyone throw me a > clue please? TIA. Oh, please ign

Re: NEW: security/lastpass-cli

2015-08-27 Thread Stuart Henderson
On 2015/08/27 17:26, Björn Ketelaars wrote: > On Thu 27/08/2015 12:35, Stuart Henderson wrote: > > On 2015/03/17 07:11, Björn Ketelaars wrote: > > > Please find enclosed a port for security/lastpass-cli [0]. lastpass-cli > > > is an > > > open-source command-line interface to the popular LastPass

softhsm: add portroach limit

2015-08-27 Thread Patrik Lundin
Hello, portroach currently thinks security/softhsm is outdated. The reason for this is that while the version in ports is 1.3.7, there is a development release using a 2.0.0 version number. The diff below should limit the version check to the 1.x.x versions. -- Patrik Lundin Index: Makefile ==

Re: softhsm: add portroach limit

2015-08-27 Thread Stuart Henderson
On 2015/08/27 18:17, Antoine Jacoutot wrote: > On Thu, Aug 27, 2015 at 06:06:44PM +0200, Patrik Lundin wrote: > > Hello, > > > > portroach currently thinks security/softhsm is outdated. The reason for > > this is that while the version in ports is 1.3.7, there is a development > > release using a

Re: softhsm: add portroach limit

2015-08-27 Thread Antoine Jacoutot
On Thu, Aug 27, 2015 at 06:06:44PM +0200, Patrik Lundin wrote: > Hello, > > portroach currently thinks security/softhsm is outdated. The reason for > this is that while the version in ports is 1.3.7, there is a development > release using a 2.0.0 version number. > > The diff below should limit th

desktop environment mime setup

2015-08-27 Thread Stuart Henderson
I need to associate audio/gsm (.gsm) files with a player. I've worked out half of it (gvfs-mime --set audio/gsm vlc.desktop) but not sure how to register .gsm files as having type audio/gsm. Can anyone throw me a clue please? TIA.

Re: update chicken-4.10.0

2015-08-27 Thread Timo Myyrä
Juan Francisco Cantero Hurtado writes: > On Thu, Aug 27, 2015 at 12:40:43PM +0300, Timo Myyrä wrote: > >> Hmm, >> >> I was remaking my changes but I can't seem to get the core package to work. >> I've made changes to the bootstrap package, built and installed it. >> When I tried to extract the c

Writing update for tint port - /etc/xdg and other questions

2015-08-27 Thread J. Scott Heppler
With much guidance, I'm updating x11/tint to stable 0.12.2. The exercise has generated 3 questions. The first question is the use of /etc/xdg. Referencing a Debian testing installation, default configuration files are starting to show up in /etc/xdg. Debian Examples: /etc/xdg/tint2/tint2rc and

Re: NEW: security/lastpass-cli

2015-08-27 Thread Björn Ketelaars
On Thu 27/08/2015 12:35, Stuart Henderson wrote: > On 2015/03/17 07:11, Björn Ketelaars wrote: > > Please find enclosed a port for security/lastpass-cli [0]. lastpass-cli is > > an > > open-source command-line interface to the popular LastPass password > > management > > service. > > > > Comment

Re: [UPDATE] audio/picard to 1.3.2

2015-08-27 Thread Fred
On 08/27/15 13:00, Fred wrote: Hi, Attached is an update to picard to release version 1.3.2. So far with my testing on amd64 it appears to working well. Cheers Fred Sorry the diff was missing the following Makefile diff. Thanks to Tim for spotting this. I will fix it up and resubmit the w

[UPDATE] audio/picard to 1.3.2

2015-08-27 Thread Fred
Hi, Attached is an update to picard to release version 1.3.2. So far with my testing on amd64 it appears to working well. Cheers Fred diff -uNr -x CVS /usr/ports/audio/picard/distinfo picard/distinfo --- /usr/ports/audio/picard/distinfo Sun Jan 18 03:12:47 2015 +++ picard/distinfo Thu Aug 27 0

Re: UPDATE: mail/perdition

2015-08-27 Thread Jérémie Courrèges-Anglas
Giovanni Bechis writes: > Update to 2.1 and take maintainership. > Comments ? Ok ? Looks fine ports-wise, ok jca@ > Cheers >Giovanni > -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: NEW: security/lastpass-cli

2015-08-27 Thread Stuart Henderson
On 2015/03/17 07:11, Björn Ketelaars wrote: > Please find enclosed a port for security/lastpass-cli [0]. lastpass-cli is an > open-source command-line interface to the popular LastPass password management > service. > > Comments/OK? > > [0] https://github.com/lastpass/lastpass-cli > > -- > Björ

UPDATE: mail/perdition

2015-08-27 Thread Giovanni Bechis
Update to 2.1 and take maintainership. Comments ? Ok ? Cheers Giovanni Index: Makefile === RCS file: /var/cvs/ports/mail/perdition/Makefile,v retrieving revision 1.31 diff -u -p -r1.31 Makefile --- Makefile 21 Aug 2015 22:51:10 -

Re: update chicken-4.10.0

2015-08-27 Thread Juan Francisco Cantero Hurtado
On Thu, Aug 27, 2015 at 12:40:43PM +0300, Timo Myyrä wrote: > Hmm, > > I was remaking my changes but I can't seem to get the core package to work. > I've made changes to the bootstrap package, built and installed it. > When I tried to extract the chicken core I got following: > > $ cd /usr/ports/

Re: update chicken-4.10.0

2015-08-27 Thread Timo Myyrä
Hmm, I was remaking my changes but I can't seem to get the core package to work. I've made changes to the bootstrap package, built and installed it. When I tried to extract the chicken core I got following: $ cd /usr/ports/mystuff/lang/chicken/core

Re: [patch] Test target PATH

2015-08-27 Thread Juan Francisco Cantero Hurtado
Can you try this in your port? TEST_ENV="PATH=${PATH}:YOURPATH" or TEST_ENV="PATH=YOURPATH:${PATH}" On Thu, Aug 27, 2015 at 12:37:22AM -0500, Matthew Martin wrote: > The zsh port fails an additional test when invoked with make clean fake > test instead of make clean test. This is because in its t