Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2020 17:11:43 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528424 - head/databases/libiodbc
Message-ID:  <202003141711.02EHBhhv098509@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Mar 14 17:11:42 2020
New Revision: 528424
URL: https://svnweb.freebsd.org/changeset/ports/528424

Log:
  databases/libiodbc: remove useless REINPLACE_CMD
  
  The sed call did nothing since many years:
  	https://github.com/openlink/iODBC/commit/6975d49041a1a4427ee63f6eae4e3017f8ba3e5e
  
  Reported by:	swills

Modified:
  head/databases/libiodbc/Makefile

Modified: head/databases/libiodbc/Makefile
==============================================================================
--- head/databases/libiodbc/Makefile	Sat Mar 14 17:02:36 2020	(r528423)
+++ head/databases/libiodbc/Makefile	Sat Mar 14 17:11:42 2020	(r528424)
@@ -35,10 +35,6 @@ GTK2_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfi
 
 GTK2_CONFIGURE_ENABLE=	gui
 
-post-patch:
-	@${REINPLACE_CMD} -e \
-		's|-ldl||g' ${WRKSRC}/admin/libiodbc.pc.in
-
 post-install:
 	@${MKDIR} ${STAGEDIR}/${ETCDIR}
 	${INSTALL_DATA} ${WRKSRC}/etc/odbc*.ini.sample ${STAGEDIR}/${ETCDIR}



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