FreeBSD ports you maintain which are out of date

2015-09-24 Thread portscout
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 can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
graphics/gthumb | 3.4.0   | 3.4.1
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


multimedia/dvdrip/pkg-plist patch, what is new macro name ?

2015-09-24 Thread Julian H. Stacey
Hi ports@
I append a patch that fixes multimedia/dvdrip so make install works.
What macro name should I use please ? Then I'll send-pr.

-
http://berklix.com/~jhs/src/bsd/fixes/FreeBSD/ports/jhs/multimedia/dvdrip/pkg-plist.REL=11.0-CURRENT.diff

Patch to fix make install
(I avoid manualy setting perl version anywhere, eg make.conf, env,
whatever, & go with default, yet macros for perl failed here )

  ===>   Registering installation for dvdrip-0.98.11_9
  pkg-static: Unable to access file
  /usr/ports/multimedia/dvdrip/work/stage/usr/local/share/man/man1/dvdrip.1.gz:
  No such file or directory

  pkg-static: Unable to access file
  
/usr/ports/multimedia/dvdrip/work/stage/usr/local/share/man/man1/dvdrip-progress.1.gz:
  No such file or directory

  pkg-static: Unable to access file
  
/usr/ports/multimedia/dvdrip/work/stage/usr/local/share/man/man1/dvdrip-splitpipe.1.gz:
  No such file or directory

  *** Error code 74

Some Mk/[bsd.port.mk?] enthusiast please inform me new [perl?]
flavour of the day macro name to replace failing PERL5_MAN1 & my
new working lib/perl5/site_perl/man/man1


*** 11.0-CURRENT/ports/multimedia/dvdrip/pkg-plist.orig Wed Sep 16 20:10:03 2015
--- new-generic/ports/multimedia/dvdrip/pkg-plist   Thu Sep 24 10:47:41 2015
***
*** 8,16 
  bin/dvdrip-splitpipe
  bin/dvdrip-subpng
  bin/dvdrip-thumb
! %%PERL5_MAN1%%/dvdrip.1.gz
! %%PERL5_MAN1%%/dvdrip-progress.1.gz
! %%PERL5_MAN1%%/dvdrip-splitpipe.1.gz
  %%PERL5_MAN3%%/Video::DVDRip.3.gz
  %%PERL5_MAN3%%/Video::DVDRip::CPAN::Scanf.3.gz
  %%SITE_PERL%%/LocaleData/cs/LC_MESSAGES/video.dvdrip.mo
--- 8,16 
  bin/dvdrip-splitpipe
  bin/dvdrip-subpng
  bin/dvdrip-thumb
! lib/perl5/site_perl/man/man1/dvdrip.1.gz
! lib/perl5/site_perl/man/man1/dvdrip-progress.1.gz
! lib/perl5/site_perl/man/man1/dvdrip-splitpipe.1.gz
  %%PERL5_MAN3%%/Video::DVDRip.3.gz
  %%PERL5_MAN3%%/Video::DVDRip::CPAN::Scanf.3.gz
  %%SITE_PERL%%/LocaleData/cs/LC_MESSAGES/video.dvdrip.mo
-


Cheers,
Julian
--
Julian Stacey, BSD Linux Unix C Sys Eng Consultant Munich http://berklix.com
 Reply after previous text, like a play - Not before, which looses context.
 Indent previous text with "> " Insert new lines before 80 chars.
 Send plain text, Not quoted-printable, Not HTML, Not ms.doc, Not base64.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: pkg-config fails after update to 1.6.0 of security/libssh2

2015-09-24 Thread Mark Felder


On Thu, Sep 24, 2015, at 12:07, Mark Felder wrote:
> 
> 
> On Thu, Sep 24, 2015, at 11:52, Bryan Drewery wrote:
> > On 9/23/2015 2:07 AM, Chad J. Milios wrote:
> > > one thing i noticed this break is the LIBSSH2 option on multimedia/vlc.
> > > 
> > > fix is attached. if attachment gets stripped off of email to list, it's
> > > available at https://nuos.org/security_libssh2.diff . if this link is
> > > broken it's because a fix has been committed to ports tree.
> > > 
> > 
> > devel/libvirt was affected by this too.
> > 
> 
> Thanks for the report and patch Chad. I am testing builds now to
> reproduce and prove the patch works universally.
> 

The patch has been committed. Thanks again!

-- 
  Mark Felder
  ports-secteam member
  f...@freebsd.org
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: multimedia/dvdrip/pkg-plist patch, what is new macro name ?

2015-09-24 Thread Chris H
On Thu, 24 Sep 2015 11:56:00 +0200 "Julian H. Stacey"  wrote

> Hi ports@
> I append a patch that fixes multimedia/dvdrip so make install works.
> What macro name should I use please ? Then I'll send-pr.
> 
> -
> http://berklix.com/~jhs/src/bsd/fixes/FreeBSD/ports/jhs/multimedia/dvdrip/pkg
> -plist.REL=11.0-CURRENT.diff 
>
> Patch to fix make install
> (I avoid manualy setting perl version anywhere, eg make.conf, env,
> whatever, & go with default, yet macros for perl failed here )
> 
>   ===>   Registering installation for dvdrip-0.98.11_9
>   pkg-static: Unable to access file
>  
> /usr/ports/multimedia/dvdrip/work/stage/usr/local/share/man/man1/dvdrip.1.gz:
>   No such file or directory
> 
>   pkg-static: Unable to access file
>  
> /usr/ports/multimedia/dvdrip/work/stage/usr/local/share/man/man1/dvdrip-progr
> ess.1.gz:   No such file or directory
> 
>   pkg-static: Unable to access file
>  
> /usr/ports/multimedia/dvdrip/work/stage/usr/local/share/man/man1/dvdrip-split
> pipe.1.gz:   No such file or directory
> 
>   *** Error code 74
> 
> Some Mk/[bsd.port.mk?] enthusiast please inform me new [perl?]
> flavour of the day macro name to replace failing PERL5_MAN1 & my
> new working lib/perl5/site_perl/man/man1
> 
> 
> *** 11.0-CURRENT/ports/multimedia/dvdrip/pkg-plist.origWed Sep 16
> 20:10:03 2015 --- new-generic/ports/multimedia/dvdrip/pkg-plistThu Sep 24
> 10:47:41 2015 ***
> *** 8,16 
>   bin/dvdrip-splitpipe
>   bin/dvdrip-subpng
>   bin/dvdrip-thumb
> ! %%PERL5_MAN1%%/dvdrip.1.gz
> ! %%PERL5_MAN1%%/dvdrip-progress.1.gz
> ! %%PERL5_MAN1%%/dvdrip-splitpipe.1.gz
>   %%PERL5_MAN3%%/Video::DVDRip.3.gz
>   %%PERL5_MAN3%%/Video::DVDRip::CPAN::Scanf.3.gz
>   %%SITE_PERL%%/LocaleData/cs/LC_MESSAGES/video.dvdrip.mo
> --- 8,16 
>   bin/dvdrip-splitpipe
>   bin/dvdrip-subpng
>   bin/dvdrip-thumb
> ! lib/perl5/site_perl/man/man1/dvdrip.1.gz
> ! lib/perl5/site_perl/man/man1/dvdrip-progress.1.gz
> ! lib/perl5/site_perl/man/man1/dvdrip-splitpipe.1.gz
>   %%PERL5_MAN3%%/Video::DVDRip.3.gz
>   %%PERL5_MAN3%%/Video::DVDRip::CPAN::Scanf.3.gz
>   %%SITE_PERL%%/LocaleData/cs/LC_MESSAGES/video.dvdrip.mo
> -
> 
> 
> Cheers,
> Julian
Hi, Julian.
There's been a whole-lotta-shakin-goin-on in [FreeBSD] Perl, lately.
I haven't yet had a chance to investigate where it affects any of
ports I maintain. But, If I were you, I might try moving the current
pkg-plist aside, and check the output of

make -DBATCH makeplist

to see what the port' system [thinks] pkg-plist *should* be.

--Chris


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: USES=desktop-file-utils, INSTALLS_ICONS, and pkg

2015-09-24 Thread Koop Mast
On Tue, 2015-09-08 at 15:51 -0700, Don Lewis wrote:
> I've been working on a port update and happened to notice that when I
> installed an updated package the entries under the Applications menu
> on
> my desktop were not getting updated.
> 
> Looking at /usr/ports/Mk/Uses/desktop-file-utils.mk, I see that it
> adds
> "@desktop-file-utils" to PLIST_FILES, and I do see this in
> .PLIST.mktmp
> when I build the port.  I don't see it in the +MANIFEST file in the
> package .txz file.  Digging through the source for pkg, I don't see
> anything in the code for handling @desktop-file-utils.

It is in the ports tree:

ports/Keywords/desktop-file-utils.ucl

> Something else that I don't see in the source for pkg is anything
> that
> handles @rmtry, which INSTALL_ICONS wants to add to the plist.
> 
> Neither of these @things is documented in pkg-create(8).  Reading
> this
> man page, I see that @exec and @unexec are deprecated, and these are
> used fairly heavily in the ports framework.

ports/Keywords/rmtry.ucl

-Koop
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: USES=desktop-file-utils, INSTALLS_ICONS, and pkg

2015-09-24 Thread Don Lewis
On 24 Sep, Koop Mast wrote:
> On Tue, 2015-09-08 at 15:51 -0700, Don Lewis wrote:
>> I've been working on a port update and happened to notice that when I
>> installed an updated package the entries under the Applications menu
>> on
>> my desktop were not getting updated.
>> 
>> Looking at /usr/ports/Mk/Uses/desktop-file-utils.mk, I see that it
>> adds
>> "@desktop-file-utils" to PLIST_FILES, and I do see this in
>> .PLIST.mktmp
>> when I build the port.  I don't see it in the +MANIFEST file in the
>> package .txz file.  Digging through the source for pkg, I don't see
>> anything in the code for handling @desktop-file-utils.
> 
> It is in the ports tree:
> 
> ports/Keywords/desktop-file-utils.ucl
> 
>> Something else that I don't see in the source for pkg is anything
>> that
>> handles @rmtry, which INSTALL_ICONS wants to add to the plist.
>> 
>> Neither of these @things is documented in pkg-create(8).  Reading
>> this
>> man page, I see that @exec and @unexec are deprecated, and these are
>> used fairly heavily in the ports framework.
> 
> ports/Keywords/rmtry.ucl

Thanks.  I was unaware of ports/Keywords.  I see that it is even
documented in the Porters Handbook.

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: pkg-config fails after update to 1.6.0 of security/libssh2

2015-09-24 Thread Bryan Drewery
On 9/23/2015 2:07 AM, Chad J. Milios wrote:
> one thing i noticed this break is the LIBSSH2 option on multimedia/vlc.
> 
> fix is attached. if attachment gets stripped off of email to list, it's
> available at https://nuos.org/security_libssh2.diff . if this link is
> broken it's because a fix has been committed to ports tree.
> 

devel/libvirt was affected by this too.


-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


Re: pkg-config fails after update to 1.6.0 of security/libssh2

2015-09-24 Thread Mark Felder


On Thu, Sep 24, 2015, at 11:52, Bryan Drewery wrote:
> On 9/23/2015 2:07 AM, Chad J. Milios wrote:
> > one thing i noticed this break is the LIBSSH2 option on multimedia/vlc.
> > 
> > fix is attached. if attachment gets stripped off of email to list, it's
> > available at https://nuos.org/security_libssh2.diff . if this link is
> > broken it's because a fix has been committed to ports tree.
> > 
> 
> devel/libvirt was affected by this too.
> 

Thanks for the report and patch Chad. I am testing builds now to
reproduce and prove the patch works universally.

-- 
  Mark Felder
  ports-secteam member
  f...@freebsd.org
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: geneweb-6.07

2015-09-24 Thread Alex Stangl
On Sun, Sep 20, 2015 at 05:10:01PM -0600, John D Jones III wrote:
> Version 6.07 is marked broken, The latest version on GitHub is 6.08. Please 
> update the port to the latest version.

Hi,

Sorry, I've been swamped, was kind of hoping the guy who broke it with
the OCaml update would fix it, but too much to hope for, I guess.

I'll try to get to it this weekend.

Alex

P.S. 6.08 shouldn't be a problem, but I understand that v. 7.00 will
require the DBs to be exported and re-imported because the v7.00 binary
DB is not backward-compatible. I guess this would call for a new port?
I'm not sure how to handle it otherwise -- hard to communicate something
critical like that without it getting lost in the flurry of text flying
by when somebody's doing a big port or pkg update.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"