Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2014 06:17:34 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351454 - head/sysutils/ucspi-proxy
Message-ID:  <201404170617.s3H6HYls073669@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Apr 17 06:17:33 2014
New Revision: 351454
URL: http://svnweb.freebsd.org/changeset/ports/351454
QAT: https://qat.redports.org/buildarchive/r351454/

Log:
  - Stage
  - Add missing run-time dependency on bglibs
    ====>> Checking shared library dependencies
    /lib/libc.so.7
    /usr/local/lib/bglibs/libbg-sysdeps.so.2
    /usr/local/lib/bglibs/libbg.so.2

Modified:
  head/sysutils/ucspi-proxy/Makefile

Modified: head/sysutils/ucspi-proxy/Makefile
==============================================================================
--- head/sysutils/ucspi-proxy/Makefile	Thu Apr 17 06:04:36 2014	(r351453)
+++ head/sysutils/ucspi-proxy/Makefile	Thu Apr 17 06:17:33 2014	(r351454)
@@ -9,22 +9,21 @@ MASTER_SITES=	http://untroubled.org/ucsp
 MAINTAINER=	dale.woolridge@gmail.com
 COMMENT=	A proxy program for UCSPI servers and clients
 
-BUILD_DEPENDS=	${BGLIBS_LIB}/libbg-unix.a:${PORTSDIR}/devel/bglibs
+LIB_DEPENDS=	libbg.so:${PORTSDIR}/devel/bglibs
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 BGLIBS_LIB=	${LOCALBASE}/lib/bglibs
 BGLIBS_INCLUDE=	${LOCALBASE}/include/bglibs
 
-MAN1=		ucspi-proxy-http-xlate.1 ucspi-proxy.1
-
 PLIST_FILES=	bin/ucspi-proxy bin/ucspi-proxy-log bin/ucspi-proxy-pop3 \
-		bin/ucspi-proxy-imap bin/ucspi-proxy-http-xlate
+		bin/ucspi-proxy-imap bin/ucspi-proxy-http-xlate \
+		man/man1/ucspi-proxy-http-xlate.1.gz \
+		man/man1/ucspi-proxy.1.gz
 
-NO_STAGE=	yes
 do-configure:
-	${ECHO_CMD} "${PREFIX}/bin"     > ${WRKSRC}/conf-bin
-	${ECHO_CMD} "${MANPREFIX}/man"  > ${WRKSRC}/conf-man
+	${ECHO_CMD} "${STAGEDIR}${PREFIX}/bin"     > ${WRKSRC}/conf-bin
+	${ECHO_CMD} "${STAGEDIR}${MANPREFIX}/man"  > ${WRKSRC}/conf-man
 	${ECHO_CMD} "${CC} ${CFLAGS}"   > ${WRKSRC}/conf-cc
 	${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}"  > ${WRKSRC}/conf-ld
 	${ECHO_CMD} "${BGLIBS_INCLUDE}" > ${WRKSRC}/conf-bgincs



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