Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2007 10:50:07 -0800
From:      "Beech Rintoul" <beech@alaskaparadise.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        infofarmer@FreeBSD.org
Subject:   ports/112551: [Maintainer Update] ftp/proftpd - (Fix) - Modules out of order.
Message-ID:  <1178736607.67776@stargate.alaskaparadise.com>
Resent-Message-ID: <200705091900.l49J0AOF062392@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         112551
>Category:       ports
>Synopsis:       [Maintainer Update] ftp/proftpd - (Fix) - Modules out of order.
>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:   Wed May 09 19:00:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Beech Rintoul
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
Alaska Paradise  
>Environment:


System: FreeBSD 7.0-CURRENT #119: Sat May  5 19:25:41 AKDT 2007
    root@stargate.alaskaparadise.com:/usr/obj/usr/src/sys/STARGATE



>Description:


T.J. Saunders (Distributor) reported a problem with our Makefile in which the db modules were built out of order. mod_sql needs to be built before other sql modules.Supplied patch fixes.


>How-To-Repeat:





>Fix:


diff -ruN --exclude=CVS /usr/ports/ftp/proftpd.orig/Makefile /usr/ports/ftp/proftpd/Makefile
--- /usr/ports/ftp/proftpd.orig/Makefile	Fri Apr  6 01:59:20 2007
+++ /usr/ports/ftp/proftpd/Makefile	Wed May  9 10:40:25 2007
@@ -7,7 +7,7 @@
 
 PORTNAME=	proftpd
 DISTVERSION=	1.3.1rc2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	ftp
 MASTER_SITES=	ftp://ftp.proftpd.org/distrib/source/ \
 		ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \
@@ -171,7 +171,7 @@
 .endif
 
 .if ${MODULES:M*mod_sql_*}
-MODULES:=${MODULES}:mod_sql
+MODULES:=mod_sql${MODULES}
 .endif
 
 .if defined(WITH_OPENSSL)



>Release-Note:
>Audit-Trail:
>Unformatted:



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