Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2020 18:06:01 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559179 - in head/www/sogo4: . files
Message-ID:  <202012241806.0BOI61GU098452@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Thu Dec 24 18:06:01 2020
New Revision: 559179
URL: https://svnweb.freebsd.org/changeset/ports/559179

Log:
  - Fix poudriere qa-test
  - Mark like DEPRECATED. Please use www/sogo port instead of. SOGo project just
    maintain two version of this app right now (2 and 5)
  
  PR:		250495
  Reported by:	romain

Added:
  head/www/sogo4/files/patch-general.make   (contents, props changed)
Modified:
  head/www/sogo4/Makefile

Modified: head/www/sogo4/Makefile
==============================================================================
--- head/www/sogo4/Makefile	Thu Dec 24 17:53:54 2020	(r559178)
+++ head/www/sogo4/Makefile	Thu Dec 24 18:06:01 2020	(r559179)
@@ -2,6 +2,7 @@
 
 PORTNAME=		sogo4
 PORTVERSION=		4.3.2
+PORTREVISION=		1
 CATEGORIES=		www gnustep
 MASTER_SITES=		http://www.sogo.nu/files/downloads/SOGo/Sources/
 DISTNAME=		SOGo-${PORTVERSION}
@@ -29,9 +30,12 @@ USES=			gnustep ssl objc
 USE_GNUSTEP=		base build
 USE_LDCONFIG=		${GNUSTEP_LOCAL_LIBRARIES}/sogo
 
-CONFLICTS?=		sogo[2-4]-activesync-[0-9]* sogo[2-3]-[0-9]*
+CONFLICTS?=		sogo2-activesync-[0-9]* sogo2-[0-9]*
 
 USE_RC_SUBR=		sogod
+
+DEPRECATED=		Unmaintained, please migrate to a newer version of sogo
+EXPIRATION_DATE=	2021-01-24
 
 SUB_FILES+=		pkg-message
 SUB_LIST+=		GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \

Added: head/www/sogo4/files/patch-general.make
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/sogo4/files/patch-general.make	Thu Dec 24 18:06:01 2020	(r559179)
@@ -0,0 +1,16 @@
+--- general.make	2020-12-24 12:14:54.470730000 -0500
++++ general.make	2020-12-24 12:15:13.886385000 -0500
+@@ -16,6 +16,7 @@
+ ADDITIONAL_OBJCFLAGS=-O2
+ ifeq ($(debug),yes)
+ ADDITIONAL_OBJCFLAGS=-O0
++ADDITIONAL_OBJCFLAGS += -g $(call cc-option,-frecord-gcc-switches)
+ else
+ ADDITIONAL_OBJCFLAGS=-Wuninitialized
+ endif
+@@ -23,5 +24,4 @@
+ # information plus the compiler flags used; that can
+ # be afterwards read with:
+ # readelf -p .GCC.command.line /path/to/elf_file
+-ADDITIONAL_OBJCFLAGS += -g $(call cc-option,-frecord-gcc-switches)
+ 



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