summaryrefslogtreecommitdiff
path: root/devel/subversion-devel
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2003-04-04 18:06:54 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2003-04-04 18:06:54 +0000
commit6a84df1442f859405ed4ecf150b0f7f46db0ca26 (patch)
tree6f33be1ffbb942b2e6a2c7c95bfae1a8b5ff758e /devel/subversion-devel
parent- make portlint happier (diff)
Mostly-maintainer update as follows:
Various fixes found by portlint -A. Hook up the info file to the info directory. Bump PORTREVISION. Submitted by: Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
Notes
Notes: svn path=/head/; revision=78193
Diffstat (limited to 'devel/subversion-devel')
-rw-r--r--devel/subversion-devel/Makefile11
-rw-r--r--devel/subversion-devel/pkg-message14
-rw-r--r--devel/subversion-devel/pkg-plist2
3 files changed, 10 insertions, 17 deletions
diff --git a/devel/subversion-devel/Makefile b/devel/subversion-devel/Makefile
index 0b8d67f6dc6f..dfab6c2d3d43 100644
--- a/devel/subversion-devel/Makefile
+++ b/devel/subversion-devel/Makefile
@@ -6,6 +6,7 @@
PORTNAME= subversion
PORTVERSION= 0.20.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://subversion.tigris.org/files/documents/15/3440/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@@ -21,17 +22,20 @@ LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \
RUN_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils
BUILD_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils
+INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+
WRKSRC= ${WRKDIR}/subversion-${PORTVERSION}
GNU_CONFIGURE= yes
USE_REINPLACE= yes
-CONFIGURE_ARGS= --with-ssl \
+CONFIGURE_ARGS= --with-ssl \
--with-neon=${LOCALBASE} \
--with-berkeley-db=${LOCALBASE}/include/db4:${LOCALBASE}/lib \
--with-apr=${LOCALBASE} \
--with-apr-util=${LOCALBASE}
-MAN1= svn.1 svnadmin.1
-MANCOMPRESSED= no
+MAN1= svn.1 svnadmin.1
+MANCOMPRESSED= no
post-extract:
@${REINPLACE_CMD} 's/ldb/ldb4/g' ${WRKSRC}/configure
@@ -45,6 +49,7 @@ post-configure:
@${REINPLACE_CMD} 's/swig-py-lib//g' ${WRKSRC}/Makefile
post-install:
+ install-info ${PREFIX}/info/svn-design.info ${PREFIX}/info/dir
.if !defined(NOPORTDOCS)
cd ${WRKSRC}/doc/book; \
${MAKE} INSTALL_DIR=${DOCSDIR} \
diff --git a/devel/subversion-devel/pkg-message b/devel/subversion-devel/pkg-message
deleted file mode 100644
index a0638e722efb..000000000000
--- a/devel/subversion-devel/pkg-message
+++ /dev/null
@@ -1,14 +0,0 @@
-
- WARNING!!!
-
-Subversion is still pre-alpha software and should not be used in anything
-even approaching a production environment. The working copy and repository
-formats are almost certainly going to change in ways that are not backwards
-compatable, and Murphy's Law says that you will be the one that runs into
-the nasty bug that munges all your data in a completely non-recoverable way.
-
-If this hasn't scared you off yet, please use this port to download the most
-recent development code from the main Subversion repository located at
-http://svn.collab.net/repos/svn/trunk, and report any bugs you encounter to
-the development mailing list at dev@subversion.tigris.org.
-
diff --git a/devel/subversion-devel/pkg-plist b/devel/subversion-devel/pkg-plist
index 5bac4dd6325f..186d8189518d 100644
--- a/devel/subversion-devel/pkg-plist
+++ b/devel/subversion-devel/pkg-plist
@@ -37,10 +37,12 @@ include/subversion-1/svn_version.h
include/subversion-1/svn_wc.h
include/subversion-1/svn_xml.h
@dirrm include/subversion-1
+@unexec install-info --delete %D/info/svn-design.info %D/info/dir
info/svn-design.info
info/svn-design.info-1
info/svn-design.info-2
info/svn-design.info-3
+@exec install-info %D/info/svn-design.info %D/info/dir
lib/libsvn_auth-1.a
lib/libsvn_auth-1.la
lib/libsvn_auth-1.so