Date: Sun, 5 Oct 2014 18:59:32 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370103 - in head/palm/pilot-link: . files Message-ID: <201410051859.s95IxW0u050267@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sun Oct 5 18:59:31 2014 New Revision: 370103 URL: https://svnweb.freebsd.org/changeset/ports/370103 QAT: https://qat.redports.org/buildarchive/r370103/ Log: - Add USES=libtool and INSTALL_TARGET=install-strip - Remove pthread patching Deleted: head/palm/pilot-link/files/patch-ltmain.sh Modified: head/palm/pilot-link/Makefile head/palm/pilot-link/pkg-plist Modified: head/palm/pilot-link/Makefile ============================================================================== --- head/palm/pilot-link/Makefile Sun Oct 5 18:35:33 2014 (r370102) +++ head/palm/pilot-link/Makefile Sun Oct 5 18:59:31 2014 (r370103) @@ -3,22 +3,24 @@ PORTNAME= pilot-link PORTVERSION= 0.12.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= palm comms MASTER_SITES= http://downloads.pilot-link.org/ \ http://miwibox.org/distfiles/ MAINTAINER= samm@os2.kiev.ua -COMMENT= Suite of tools used to connect and sync your Palm handled +COMMENT= Suite of tools to connect and sync your Palm handheld LICENSE= GPLv2 BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -USES= pathfix pkgconfig iconv tar:bzip2 GNU_CONFIGURE= yes CFLAGS+= -I${WRKSRC}/popt -I${LOCALBASE}/include CONFIGURE_ARGS+=${ICONV_CONFIGURE_BASE} --with-included-popt --enable-conduits --enable-xsltproc +INSTALL_TARGET= install-strip +USES= iconv libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes OPTIONS_DEFINE= PNG THREADS USB @@ -28,8 +30,6 @@ USB_DESC= Compile with USB via libusb su .if ${PORT_OPTIONS:MTHREADS} CONFIGURE_ARGS+= --enable-threads -CFLAGS+= ${PTHREAD_LIBS} -CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" .endif .if ${PORT_OPTIONS:MUSB} @@ -38,8 +38,6 @@ LDFLAGS+= -L${PREFIX}/lib -lusb .if ! ${PORT_OPTIONS:MTHREADS} IGNORE= cannot be built: USB support requires THREADS turned on. Please reconfigure using 'make config' -.else -LDFLAGS+= ${PTHREAD_LIBS} .endif .endif @@ -57,8 +55,5 @@ post-patch: ${WRKSRC}/src/pilot-read-palmpix.c \ ${WRKSRC}/src/pilot-read-screenshot.c \ ${WRKSRC}/src/pilot-read-veo.c -.if ${PORT_OPTIONS:MTHREADS} - @${REINPLACE_CMD} -e 's|Libs: |Libs: ${PTHREAD_LIBS} |' ${WRKSRC}/pilot-link.pc.in ${WRKSRC}/pilot-link-pp.pc.in -.endif .include <bsd.port.mk> Modified: head/palm/pilot-link/pkg-plist ============================================================================== --- head/palm/pilot-link/pkg-plist Sun Oct 5 18:35:33 2014 (r370102) +++ head/palm/pilot-link/pkg-plist Sun Oct 5 18:59:31 2014 (r370103) @@ -80,9 +80,11 @@ include/pi-location.h lib/libpisock.a lib/libpisock.so lib/libpisock.so.9 +lib/libpisock.so.9.0.2 lib/libpisync.a lib/libpisync.so lib/libpisync.so.1 +lib/libpisync.so.1.0.3 libdata/pkgconfig/pilot-link.pc share/aclocal/pilot-link.m4 %%DATADIR%%/pix/b1.gif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410051859.s95IxW0u050267>