mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Unbreak with perl5.10 by removing 'require 5.8.0' line.
- I'm not sure why this version requirement in Build.PL failed. But our minimal perl version is 5.8.9 now, so we can omit this check. Approved by: pav (implicit)
This commit is contained in:
parent
c79606413f
commit
015afc3c74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249354
@ -76,10 +76,6 @@ OPTIONS= TRAYICON "Support trayicon" on \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} >= 501000
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_TRAYICON)
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Gtk2/TrayIcon.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2-TrayIcon
|
||||
.endif
|
||||
|
10
editors/zim/files/patch-Build.PL
Normal file
10
editors/zim/files/patch-Build.PL
Normal file
@ -0,0 +1,10 @@
|
||||
--- Build.PL.orig 2010-02-06 19:56:18.143663089 +0900
|
||||
+++ Build.PL 2010-02-06 19:56:30.643953463 +0900
|
||||
@@ -337,7 +337,6 @@
|
||||
script_files => ['bin/zim'],
|
||||
data_files => { share => 'share' },
|
||||
requires => {
|
||||
- 'perl' => '5.8.0',
|
||||
'Gtk2' => '1.040',
|
||||
# Older doesn't support Gtk2::UIManager I think
|
||||
'POSIX' => 0,
|
@ -1,4 +1,5 @@
|
||||
bin/zim
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Zim/.packlist
|
||||
%%SITE_PERL%%/Gtk2/Ex/HyperTextBuffer.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/HyperTextView.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/DesktopEntryMenu.pm
|
||||
@ -180,3 +181,4 @@ share/mime/application/x-gjots.xml
|
||||
@dirrm %%SITE_PERL%%/Zim
|
||||
@dirrmtry %%SITE_PERL%%/Gtk2/Ex
|
||||
@dirrmtry %%SITE_PERL%%/Gtk2
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Zim
|
||||
|
Loading…
Reference in New Issue
Block a user