Date: Sun, 4 Aug 2019 16:09:59 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508100 - head/databases/postgresql-plproxy Message-ID: <201908041609.x74G9xVH075965@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 4 16:09:59 2019 New Revision: 508100 URL: https://svnweb.freebsd.org/changeset/ports/508100 Log: Remove outdated post-patch: Modified: head/databases/postgresql-plproxy/Makefile Modified: head/databases/postgresql-plproxy/Makefile ============================================================================== --- head/databases/postgresql-plproxy/Makefile Sun Aug 4 16:08:47 2019 (r508099) +++ head/databases/postgresql-plproxy/Makefile Sun Aug 4 16:09:59 2019 (r508100) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plproxy -DISTVERSIONPREFIX= ${PORTNAME}_ +DISTVERSIONPREFIX= plproxy_ DISTVERSION= 2_8 PORTREVISION= 2 CATEGORIES= databases @@ -15,11 +15,10 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= bison gmake pgsql + LLD_UNSAFE= yes -USE_GITHUB= yes -post-patch: - @${REINPLACE_CMD} -e '/^#ifdef/ s| SYS_| HAVE_SYS_|' ${WRKSRC}/src/execute.c +USE_GITHUB= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/plproxy.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908041609.x74G9xVH075965>