mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Fix problem tath OpenSP.so is not linked with libosp.so
- Add missing dependency upon p5-Test-Exception. PR: ports143647 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: itetcu (mentor) Feature safe: yes
This commit is contained in:
parent
a2d5cbb6d5
commit
484d019776
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250677
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= SGML-Parser-OpenSP
|
||||
PORTVERSION= 0.994
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -16,14 +16,19 @@ MAINTAINER= cyberbotx@cyberbotx.com
|
||||
COMMENT= Parse SGML documents using OpenSP
|
||||
|
||||
BUILD_DEPENDS= onsgmls:${PORTSDIR}/textproc/opensp \
|
||||
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_DOS2UNIX= yes
|
||||
PERL_CONFIGURE= yes
|
||||
CC= ${CXX}
|
||||
CONFIGURE_ARGS+="INC=-I${LOCALBASE}/include -I${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS+="INC=-I${LOCALBASE}/include"
|
||||
|
||||
MAN3= SGML::Parser::OpenSP.3 SGML::Parser::OpenSP::Tools.3
|
||||
|
||||
post-patch:
|
||||
(cd ${WRKSRC} ; \
|
||||
${REINPLACE_CMD} "s|%%LOCALBASE%%|${LOCALBASE}|g" Makefile.PL )
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,14 @@
|
||||
--- Makefile.PL.orig 2007-07-29 03:05:27.000000000 +0800
|
||||
+++ Makefile.PL 2007-07-29 03:06:38.000000000 +0800
|
||||
--- Makefile.PL.orig 2010-02-07 23:33:39.000000000 +0900
|
||||
+++ Makefile.PL 2010-02-07 23:34:03.000000000 +0900
|
||||
@@ -15,7 +15,7 @@
|
||||
# assume some compatible Linux
|
||||
$options{LD} = "g++";
|
||||
$options{CC} = "g++";
|
||||
- $options{LIBS} = "-lstdc++ -losp";
|
||||
+ $options{LIBS} = "-L%%LOCALBASE%%/lib -lstdc++ -losp";
|
||||
}
|
||||
|
||||
WriteMakefile(
|
||||
@@ -26,6 +26,10 @@
|
||||
Test::Exception => 0,
|
||||
File::Temp => 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user