pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/SOPE5
Module Name: pkgsrc
Committed By: tm
Date: Wed Jan 26 22:37:05 UTC 2022
Modified Files:
pkgsrc/devel/SOPE5: Makefile
Removed Files:
pkgsrc/devel/SOPE5: options.mk
Log Message:
devel/SOPE5: remove options and enable ldap, mysql-client, pg-client
options.mk are not supported because gnustep-make/-base set
PKG_OPTIONS_VAR to support the fragile option. Additional to that
SOGo5 requires ldap option by default.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/SOPE5/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/SOPE5/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/SOPE5/Makefile
diff -u pkgsrc/devel/SOPE5/Makefile:1.3 pkgsrc/devel/SOPE5/Makefile:1.4
--- pkgsrc/devel/SOPE5/Makefile:1.3 Wed Jan 26 16:41:45 2022
+++ pkgsrc/devel/SOPE5/Makefile Wed Jan 26 22:37:05 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/01/26 16:41:45 tm Exp $
+# $NetBSD: Makefile,v 1.4 2022/01/26 22:37:05 tm Exp $
#
DISTNAME= SOPE-5.5.0
@@ -18,8 +18,16 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-gnustep --enable-debug --disable-strip
-.include "../../devel/gnustep-make/gnustep.mk"
-.include "options.mk"
+# options.mk are not supported because gnustep-make/-base set
+# PKG_OPTIONS_VAR to support the fragile option.
+.include "../../mk/mysql.buildlink3.mk"
+.include "../../mk/pgsql.buildlink3.mk"
+.include "../../databases/openldap-client/buildlink3.mk"
+
+pre-configure:
+ ${TEST} -e ${BUILDLINK_DIR}/lib/libmysqlclient.so || \
+ ${LN} -s ${BUILDLINK_DIR}/lib/mysql/libmysqlclient.so \
+ ${BUILDLINK_DIR}/lib/libmysqlclient.so
.include "../../devel/gnustep-make/buildlink3.mk"
.include "../../devel/gnustep-base/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index