ports/101576: Maintainder update: mail/dbmail-devel Fix compilation under 4.x
Mark Starovoytov
mark_sf at kikg.ifmo.ru
Mon Aug 7 12:10:20 UTC 2006
>Number: 101576
>Category: ports
>Synopsis: Maintainder update: mail/dbmail-devel Fix compilation under 4.x
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Aug 07 12:10:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Mark Starovoytov
>Release: FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD relay.rubinrelax.spb.ru 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed Aug 2 15:42:10 UTC 2006 root@:/usr/obj/usr/src/sys/2828_60_03 i386
>Description:
1. Fixed compilation under 4.x
2. Synched portname in Makefile header
>How-To-Repeat:
>Fix:
--- dbmail-2.1.7.diff begins here ---
diff -urN dbmail-devel.orig/Makefile dbmail-devel/Makefile
--- dbmail-devel.orig/Makefile Mon Aug 7 09:12:04 2006
+++ dbmail-devel/Makefile Mon Aug 7 15:52:24 2006
@@ -1,4 +1,4 @@
-# New ports collection makefile for: dbmail
+# New ports collection makefile for: dbmail-devel
# Date created: 3 August 2006
# Whom: Mark Starovoytov <mark_sf at kikg.ifmo.ru>
#
@@ -25,6 +25,7 @@
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}
USE_GMAKE= YES
+USE_GCC= 3.2+
USE_LDCONFIG= ${PREFIX}/lib/dbmail
USE_RC_SUBR= dbmail-pop3d.sh dbmail-lmtpd.sh dbmail-imapd.sh
@@ -102,10 +103,6 @@
.if defined(WITHOUT_MYSQL) && defined(WITHOUT_POSTGRESQL) && defined(WITHOUT_SQLITE)
IGNORE="requires at least one database backend selected. Run 'make config'"
-.endif
-
-.if ( ${OSVERSION} < 503000 )
-IGNORE="can be compiled only on FreeBSD 5.3-RELEASE or greater"
.endif
post-patch:
diff -urN dbmail-devel.orig/Makefile dbmail-devel/Makefile
--- dbmail-devel.orig/Makefile Mon Aug 7 09:12:04 2006
+++ dbmail-devel/Makefile Mon Aug 7 15:52:24 2006
@@ -1,4 +1,4 @@
-# New ports collection makefile for: dbmail
+# New ports collection makefile for: dbmail-devel
# Date created: 3 August 2006
# Whom: Mark Starovoytov <mark_sf at kikg.ifmo.ru>
#
@@ -25,6 +25,7 @@
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}
USE_GMAKE= YES
+USE_GCC= 3.2+
USE_LDCONFIG= ${PREFIX}/lib/dbmail
USE_RC_SUBR= dbmail-pop3d.sh dbmail-lmtpd.sh dbmail-imapd.sh
@@ -102,10 +103,6 @@
.if defined(WITHOUT_MYSQL) && defined(WITHOUT_POSTGRESQL) && defined(WITHOUT_SQLITE)
IGNORE="requires at least one database backend selected. Run 'make config'"
-.endif
-
-.if ( ${OSVERSION} < 503000 )
-IGNORE="can be compiled only on FreeBSD 5.3-RELEASE or greater"
.endif
post-patch:
--- dbmail-2.1.7.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list