Update to version 0.5.0
Submitted by: Peter Jones <pjones@pmade.org>
This commit is contained in:
parent
4aff315557
commit
64b2eafeb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57815
4 changed files with 13 additions and 19 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= clo++
|
||||
PORTVERSION= 0.3.0
|
||||
PORTVERSION= 0.5.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://pmade.org/~pjones/software/clo++/download/
|
||||
|
||||
|
@ -14,11 +14,18 @@ MAINTAINER= kevlo@FreeBSD.org
|
|||
|
||||
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="-I${LOCALBASE}/include"
|
||||
USE_GCC30= yes
|
||||
CONFGARGS= --prefix ${PREFIX}
|
||||
CONFGARGS+= --xml2-config ${PREFIX}/bin/xml2-config
|
||||
|
||||
pre-configure:
|
||||
@(cd ${WRKSRC} && ${ENV} CXX=${CXX} ${PERL5} configure.pl ${CONFGARGS})
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${PREFIX}/bin/clo++
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/clo++
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/handbook.html ${PREFIX}/share/doc/clo++
|
||||
@${INSTALL_DATA} ${WRKSRC}/docs/manual.txt ${PREFIX}/share/doc/clo++
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (clo++-0.3.0.tar.gz) = 06609b8fff514a50cb539ab14e9a97c9
|
||||
MD5 (clo++-0.5.0.tar.gz) = da5c988fc1e47f1e27259f33d7c319a1
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- configure.orig Tue Jan 30 17:09:05 2001
|
||||
+++ configure Tue Jan 30 17:12:33 2001
|
||||
@@ -1237,8 +1237,8 @@
|
||||
*** variable to the full path to the xml-config program
|
||||
*** that got installed with libxml2"
|
||||
|
||||
-# Extract the first word of "xml-config", so it can be a program name with args.
|
||||
-set dummy xml-config; ac_word=$2
|
||||
+# Extract the first word of "xml2-config", so it can be a program name with args.
|
||||
+set dummy xml2-config; ac_word=$2
|
||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||
echo "configure:1244: checking for $ac_word" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_path_XML_CONFIG'+set}'`\" = set"; then
|
|
@ -1,3 +1,3 @@
|
|||
bin/clo++
|
||||
share/doc/clo++/handbook.html
|
||||
share/doc/clo++/manual.txt
|
||||
@dirrm share/doc/clo++
|
||||
|
|
Loading…
Reference in a new issue