[Midnightbsd-cvs] mports [19436] trunk/databases/sqlclient: update depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jun 9 22:20:37 EDT 2015


Revision: 19436
          http://svnweb.midnightbsd.org/mports/?rev=19436
Author:   laffer1
Date:     2015-06-09 22:20:37 -0400 (Tue, 09 Jun 2015)
Log Message:
-----------
update depends

Modified Paths:
--------------
    trunk/databases/sqlclient/Makefile
    trunk/databases/sqlclient/pkg-plist

Modified: trunk/databases/sqlclient/Makefile
===================================================================
--- trunk/databases/sqlclient/Makefile	2015-06-10 02:16:37 UTC (rev 19435)
+++ trunk/databases/sqlclient/Makefile	2015-06-10 02:20:37 UTC (rev 19436)
@@ -12,20 +12,16 @@
 
 LICENSE=	lgpl2.1
 
-USE_GMAKE=	yes
-USE_GNUSTEP=	yes
-USE_GNUSTEP_BASE=	yes
-USE_GNUSTEP_CONFIGURE=	yes
-USE_GNUSTEP_BUILD=	yes
-USE_GNUSTEP_INSTALL=	yes
-USE_GNUSTEP_LOCAL_LIBS+=	Performance:devel/performance
-USE_GNUSTEP_LDCONFIG=	${GNUSTEP_LOCAL_LIBRARIES}
-USE_PGSQL=yes
+LIB_DEPENDS=  libPerformance.so:${PORTSDIR}/devel/performance
+
+USES=	gmake gnustep pgsql
+USE_GNUSTEP=	base build
+USE_LDCONFIG=	${GNUSTEP_LOCAL_LIBRARIES}
+GNU_CONFIGURE=	yes
 USE_MYSQL=yes
 USE_SQLITE=yes
 
-CFLAGS+=	${PTHREAD_CFLAGS}
-LDFLAGS+=	${PTHREAD_LIBS}
+LDFLAGS+=	-pthread
 MAKE_ENV+=	GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
 DEFAULT_LIBVERSION=	1.5
 DEFAULT_LIBVERSION2=	1.5.0

Modified: trunk/databases/sqlclient/pkg-plist
===================================================================
--- trunk/databases/sqlclient/pkg-plist	2015-06-10 02:16:37 UTC (rev 19435)
+++ trunk/databases/sqlclient/pkg-plist	2015-06-10 02:20:37 UTC (rev 19436)
@@ -31,23 +31,3 @@
 GNUstep/Local/Library/Libraries/libSQLClient.so
 GNUstep/Local/Library/Libraries/libSQLClient.so.1.7
 GNUstep/Local/Library/Libraries/libSQLClient.so.1.7.0
-libdata/ldconfig/sqlclient
- at dirrmtry GNUstep/Local/Library/Headers/SQLClient
- at dirrmtry GNUstep/Local/Library/Documentation/SQLClient
- at dirrmtry GNUstep/Local/Library/Bundles/SQLClient/SQLite_libs.bundle/Resources
- at dirrmtry GNUstep/Local/Library/Bundles/SQLClient/SQLite_libs.bundle
- at dirrmtry GNUstep/Local/Library/Bundles/SQLClient/SQLite.bundle/Resources
- at dirrmtry GNUstep/Local/Library/Bundles/SQLClient/SQLite.bundle
- at dirrmtry GNUstep/Local/Library/Bundles/SQLClient/Postgres_libs.bundle/Resources
- at dirrmtry GNUstep/Local/Library/Bundles/SQLClient/Postgres_libs.bundle
- at dirrmtry GNUstep/Local/Library/Bundles/SQLClient/Postgres.bundle/Resources
- at dirrmtry GNUstep/Local/Library/Bundles/SQLClient/Postgres.bundle
- at dirrmtry GNUstep/Local/Library/Bundles/SQLClient/MySQL_libs.bundle/Resources
- at dirrmtry GNUstep/Local/Library/Bundles/SQLClient/MySQL_libs.bundle
- at dirrmtry GNUstep/Local/Library/Bundles/SQLClient/MySQL.bundle/Resources
- at dirrmtry GNUstep/Local/Library/Bundles/SQLClient/MySQL.bundle
- at dirrmtry GNUstep/Local/Library/Bundles/SQLClient/ECPG_libs.bundle/Resources
- at dirrmtry GNUstep/Local/Library/Bundles/SQLClient/ECPG_libs.bundle
- at dirrmtry GNUstep/Local/Library/Bundles/SQLClient/ECPG.bundle/Resources
- at dirrmtry GNUstep/Local/Library/Bundles/SQLClient/ECPG.bundle
- at dirrmtry GNUstep/Local/Library/Bundles/SQLClient



More information about the Midnightbsd-cvs mailing list