[Midnightbsd-cvs] mports [24867] trunk/databases/py-sybase/Makefile: remove hack

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Feb 2 12:07:22 EST 2019


Revision: 24867
          http://svnweb.midnightbsd.org/mports/?rev=24867
Author:   laffer1
Date:     2019-02-02 12:07:21 -0500 (Sat, 02 Feb 2019)
Log Message:
-----------
remove hack

Modified Paths:
--------------
    trunk/databases/py-sybase/Makefile

Modified: trunk/databases/py-sybase/Makefile
===================================================================
--- trunk/databases/py-sybase/Makefile	2019-02-02 17:03:58 UTC (rev 24866)
+++ trunk/databases/py-sybase/Makefile	2019-02-02 17:07:21 UTC (rev 24867)
@@ -25,14 +25,6 @@
 .else
 
 .include <bsd.mport.options.mk>
-
-pre-build:
-	@V=`${PKG_INFO} | ${SED} -ne 's/^freetds-0.\(..\).*/\1/p'` ; \
-	if [ $$V -le 60 ]; then \
-		${ECHO_MSG} "Suggest you update your FreeTDS port to at least version 0.61" ; \
-		${ECHO_MSG} "Otherwise, you will need to add TDS_VERSION=$$V to the Make command" ; \
-		exit 1 ;\
-	fi
 .endif	# defined(TDS_VERSION)
 
 MAKE_ENV+=	SYBASE=${LOCALBASE}



More information about the Midnightbsd-cvs mailing list