Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2015 11:56:00 +0200
From:      "Julian H. Stacey" <jhs@berklix.com>
To:        ports@freebsd.org
Subject:   multimedia/dvdrip/pkg-plist patch, what is new macro name ?
Message-ID:  <201509240956.t8O9u0MG094306@fire.js.berklix.net>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509240956.t8O9u0MG094306>