Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Feb 2013 18:14:12 +0900
From:      Takefu <takefu@airport.fm>
To:        freebsd-gnats-submit@freebsd.org
Cc:        mandree@FreeBSD.org
Subject:   ports/175878: [PATCH] databases/db5: fix DOCSDIR does deinstall, it remains.
Message-ID:  <51121EE4.1000207@airport.fm>
Resent-Message-ID: <201302060920.r169K0O3085251@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175878
>Category:       ports
>Synopsis:       [PATCH] databases/db5: fix DOCSDIR does deinstall, it remains.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 06 09:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Takefu
>Release:        FreeBSD 7.4-RELEASE-p11 i386
>Organization:
FOX Amateur Radio Club
>Environment:
System: FreeBSD RELENG74.localIPv4.airport.fm 7.4-RELEASE-p11 FreeBSD 7.4-RELEASE-p11 #0: Tue Dec  4 15:31:56 JST
>Description:
- fix DOCSDIR does deinstall, it remains.

Port maintainer (mandree@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- db5-5.3.21.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/db5/Makefile ./Makefile
--- /usr/ports/databases/db5/Makefile	2012-12-10 22:24:55.000000000 +0900
+++ ./Makefile	2013-02-06 18:04:01.000000000 +0900
@@ -30,11 +30,6 @@
 USE_LDCONFIG=	yes
 PLIST_SUB=	BDBMAJ=${BDBMAJ} BDBVER=${BDBVER}

-.if !defined(NOPORTDOCS)
-INSTALL_TARGET+=	install_docs docdir=${DOCSDIR}
-PORTDOCS=		*
-.endif
-
 OPTIONS_DEFINE=	CRYPTO L10N SQL JAVA
 OPTIONS_DEFAULT=CRYPTO
 CRYPTO_DESC=	Cryptography support
@@ -43,6 +38,11 @@

 .include <bsd.port.options.mk>

+.if ${PORT_OPTIONS:MDOCS}
+INSTALL_TARGET+=install_docs docdir=${DOCSDIR}
+PORTDOCS=	*
+.endif
+
 .if ${PORT_OPTIONS:MSQL}
 CONFIGURE_ARGS+=	--enable-sql_codegen --enable-sql
 PLIST_SUB+=	SQL=""
--- db5-5.3.21.0.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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