37919fee5c
The SOPE package is an extensive set of frameworks (16 frameworks, ~1500 classes) which form a complete Web application server environment. Besides the Apple WebObjects compatible appserver extended with Zope concepts, it contains a large set of reusable classes: XML processing (SAX2, DOM, XML-RPC), MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and iCalendar parsing. already some days ago, OK landry@
16 lines
473 B
Plaintext
16 lines
473 B
Plaintext
$OpenBSD: patch-sope-appserver_SoOFS_GNUmakefile,v 1.1.1.1 2010/10/06 11:05:41 sebastia Exp $
|
|
|
|
Decouple SOPE Version from library interface version
|
|
|
|
--- sope-appserver/SoOFS/GNUmakefile.orig Fri Sep 24 09:49:13 2010
|
|
+++ sope-appserver/SoOFS/GNUmakefile Fri Sep 24 09:49:28 2010
|
|
@@ -87,7 +87,7 @@ endif
|
|
|
|
# ----- NGObjWeb tools
|
|
|
|
-SOPED_NAME=sope-$(MAJOR_VERSION).$(MINOR_VERSION)
|
|
+SOPED_NAME=sope-$(SOPE_MAJOR_VERSION).$(SOPE_MINOR_VERSION)
|
|
|
|
TOOL_NAME = $(SOPED_NAME)
|
|
|