Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2006 14:46:20 -0800
From:      "Beech Rintoul" <beech@alaskaparadise.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/101337: [PATCH] ftp/proftpd Makefile fix
Message-ID:  <1154645180.20092@stargate.alaskaparadise.com>
Resent-Message-ID: <200608032250.k73MoCKq036868@freefall.freebsd.org>

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

>Number:         101337
>Category:       ports
>Synopsis:       [PATCH] ftp/proftpd Makefile fix
>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:   Thu Aug 03 22:50:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Beech Rintoul
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
Alaska Paradise 
>Environment:


System: FreeBSD 7.0-CURRENT #79: Thu Aug  3 10:51:25 AKDT 2006
    root@stargate.alaskaparadise.com:/usr/obj/usr/src/sys/STARGATE



>Description:


Fixed fatal error in Makefile


>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	Sat Jun 24 18:51:59 2006
+++ /usr/ports/ftp/proftpd/Makefile	Thu Aug  3 13:25:37 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	proftpd
 DISTVERSION=	1.3.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	ftp
 MASTER_SITES=	ftp://ftp.proftpd.org/distrib/source/ \
 		ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \
@@ -128,7 +128,6 @@
 
 .if defined(WITH_OPENSSL)
 CFLAGS+=	-DHAVE_OPENSSL
-USE_OPENSSL=	yes
 .include <${PORTSDIR}/Mk/bsd.openssl.mk>
 PROFTPD_LIBS+=	-lssl -lcrypto -L${LOCALBASE}/lib
 MODULES:=${MODULES}:mod_tls


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



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