From bffeab8aefb71f0ab3942dd405c9b26e207564a8 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Tue, 20 May 2014 19:41:32 +0000 Subject: - Remove "${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH}" from post-patch. It was added to prevent running autotools in a previous version of the port but is no longer needed and may actually cause autotools to run because not all files get the same timestamp. - Remove some other things from older versions. Reported by: many PR: ports/189938 --- net-im/libpurple/Makefile | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'net-im/libpurple') diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 9c671c0e20ba..8354a0cf3407 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -20,10 +20,6 @@ CONFIGURE_ARGS?=--disable-gtkui \ --with-dynamic-prpls=${PRPL_MODULES:S/,$//} \ --enable-static \ --disable-nm -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - PTHREAD_LIB="${PTHREAD_LIBS}" -CFLAGS+= -D_XOPEN_SOURCE_EXTENDED -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} .if !defined(PIDGIN_SLAVE) # Pidgin slave ports that require the following functionality, must explicitly @@ -83,8 +79,6 @@ PLIST_SUB+= CONSOLEUI="" PLIST_SUB+= CONSOLEUI="@comment not installed: " .endif -OPTIONSFILE= ${PORT_DBDIR}/${UNIQUENAME}/options - CONFIGURE_ARGS+=--disable-doxygen .include @@ -319,24 +313,13 @@ pre-everything:: .endif post-patch: - @${REINPLACE_CMD} -e 's|-lpthreads|${PTHREAD_LIBS:S/"//g}|g' \ - -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - -e 's|-lpanel |-lpanel -lncurses|g' \ + @${REINPLACE_CMD} \ -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \ -e 's|-lsilc -lsilcclient ${PTHREAD_LIBS} $$LIBDL|-lsilc -lsilcclient ${PTHREAD_LIBS} ${ICONV_LIB}|' \ - -e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCL_VER} required|g' \ - -e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCL_VER:E}|' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \ - ${WRKSRC}/libpurple/purple-send \ - ${WRKSRC}/libpurple/purple-send-async - @${REINPLACE_CMD} -e 's|/python|/env python|' \ - ${WRKSRC}/libpurple/purple-remote \ - ${WRKSRC}/libpurple/purple-url-handler .if defined(PIDGIN_SLAVE) @${FIND} ${BUILD_WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|$$(top_builddir)/libpurple/libpurple.la|-lpurple|' .endif - @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} .include -- cgit v1.2.3