- 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
This commit is contained in:
parent
2ecc91dc11
commit
ee66a432f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559179
2 changed files with 21 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= sogo4
|
PORTNAME= sogo4
|
||||||
PORTVERSION= 4.3.2
|
PORTVERSION= 4.3.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www gnustep
|
CATEGORIES= www gnustep
|
||||||
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/
|
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/
|
||||||
DISTNAME= SOGo-${PORTVERSION}
|
DISTNAME= SOGo-${PORTVERSION}
|
||||||
|
@ -29,10 +30,13 @@ USES= gnustep ssl objc
|
||||||
USE_GNUSTEP= base build
|
USE_GNUSTEP= base build
|
||||||
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}/sogo
|
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
|
USE_RC_SUBR= sogod
|
||||||
|
|
||||||
|
DEPRECATED= Unmaintained, please migrate to a newer version of sogo
|
||||||
|
EXPIRATION_DATE= 2021-01-24
|
||||||
|
|
||||||
SUB_FILES+= pkg-message
|
SUB_FILES+= pkg-message
|
||||||
SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \
|
SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \
|
||||||
GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES}
|
GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES}
|
||||||
|
|
16
www/sogo4/files/patch-general.make
Normal file
16
www/sogo4/files/patch-general.make
Normal file
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue