From owner-svn-ports-all@freebsd.org Tue Feb 9 08:25:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21EB6AA11F7; Tue, 9 Feb 2016 08:25:32 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD95AE54; Tue, 9 Feb 2016 08:25:31 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u198PU96037756; Tue, 9 Feb 2016 08:25:30 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u198PUIo037754; Tue, 9 Feb 2016 08:25:30 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201602090825.u198PUIo037754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 9 Feb 2016 08:25:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408540 - head/mail/isync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 08:25:32 -0000 Author: ehaupt Date: Tue Feb 9 08:25:30 2016 New Revision: 408540 URL: https://svnweb.freebsd.org/changeset/ports/408540 Log: - Use @sample for configuration files. - Remove PORTDOCS because it is empty. - Use --with-ssl to set CPPFLAGS and LDFLAGS. Submitted by: hrs Modified: head/mail/isync/Makefile head/mail/isync/pkg-plist Modified: head/mail/isync/Makefile ============================================================================== --- head/mail/isync/Makefile Tue Feb 9 07:11:45 2016 (r408539) +++ head/mail/isync/Makefile Tue Feb 9 08:25:30 2016 (r408540) @@ -3,6 +3,7 @@ PORTNAME= isync PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF @@ -11,25 +12,23 @@ COMMENT= Maintain local copies of remote LICENSE= GPLv2 +LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 + USES= alias cpe CPE_VENDOR= oswald_buddenhagen GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-sasl=${LOCALBASE} \ + --with-ssl=${OPENSSLLIB:H} USE_OPENSSL= yes USE_BDB= 46+ -CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${OPENSSLINC} -LDFLAGS+= -L${BDB_LIB_DIR} -L${OPENSSLLIB} -lssl -lcrypto - -OPTIONS_DEFINE= DOCS +CPPFLAGS+= -I${BDB_INCLUDE_DIR} +LDFLAGS+= -L${BDB_LIB_DIR} post-patch: @${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|\$$(docdir)/examples|\$$(sysconfdir)|g' \ + ${WRKSRC}/src/Makefile.in ${WRKSRC}/src/compat/Makefile.in @${REINPLACE_CMD} -e 's|-ansi||g' ${WRKSRC}/${CONFIGURE_SCRIPT} -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} -.endfor - .include Modified: head/mail/isync/pkg-plist ============================================================================== --- head/mail/isync/pkg-plist Tue Feb 9 07:11:45 2016 (r408539) +++ head/mail/isync/pkg-plist Tue Feb 9 08:25:30 2016 (r408540) @@ -5,5 +5,5 @@ bin/mdconvert man/man1/isync.1.gz man/man1/mbsync.1.gz man/man1/mdconvert.1.gz -%%DOCSDIR%%/examples/isyncrc.sample -%%DOCSDIR%%/examples/mbsyncrc.sample +@sample etc/isyncrc.sample +@sample etc/mbsyncrc.sample