1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

- Update to 2.3.17

This commit is contained in:
Jose Alonso Cardenas Marquez 2016-11-16 08:48:19 +00:00
parent 270c3c0d4c
commit 82d8984a7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426222
3 changed files with 11 additions and 23 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= sope2
PORTVERSION= 2.3.13
PORTREVISION= 1
PORTVERSION= 2.3.17
CATEGORIES= devel gnustep
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/
DISTNAME= SOPE-${PORTVERSION}
@ -41,6 +40,9 @@ PGSQL_USES= pgsql
MYSQL_USE= MYSQL=client
MEMCACHED_RUN_DEPENDS= ${LOCALBASE}/bin/memcached:databases/memcached
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure
post-patch-LDAP-off:
@${REINPLACE_CMD} -e '/checkLinking "ldap"/d' ${WRKSRC}/configure

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1468338940
SHA256 (SOPE-2.3.13.tar.gz) = 6b1f3492af1e33a9d1eea818a297408deadc6559713eda71c08e54e62c3f376d
SIZE (SOPE-2.3.13.tar.gz) = 2278988
TIMESTAMP = 1478673266
SHA256 (SOPE-2.3.17.tar.gz) = 3547a37f44c1bac2484999828c766005f86335ff2249317b085d191882bde8c4
SIZE (SOPE-2.3.17.tar.gz) = 2279816

View File

@ -1,25 +1,11 @@
--- configure.orig 2015-09-16 18:26:48 UTC
+++ configure
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# Note: When adding make options to this script, ensure that the source still
@@ -41,7 +41,7 @@ else
--- configure 2016-11-09 01:44:58.178493000 -0500
+++ configure 2016-11-09 01:45:25.386129000 -0500
@@ -45,7 +45,7 @@
fi
# TODO: add pg_config, mysql_config etc!
-LINK_SYSLIBDIRS="-L/usr/local/pgsql/lib -L/usr/local/lib -L/usr/lib"
+LINK_SYSLIBDIRS="-L${LOCALBASE}/lib/postgresql -L${LOCALBASE}/lib/mysql -L${LOCALBASE}/lib -L/usr/lib"
+LINK_SYSLIBDIRS="-L%%LOCALBASE%%/lib/postgresql -L%%LOCALBASE%%/lib/mysql -L%%LOCALBASE%%/lib -L/usr/lib"
# ******************** usage ********************
@@ -396,6 +396,7 @@ genConfigMake() {
cfgwrite "debug:=no"
fi
cfgwrite ""
+ cfgwrite "NEEDS_GUI=no"
if test $ARG_WITH_STRIP = 1; then
cfgwrite "# configured to produce stripped code";