From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 11 00:20:14 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F8BE16A41F for ; Sun, 11 Sep 2005 00:20:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ACC143D49 for ; Sun, 11 Sep 2005 00:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8B0KCDN061998 for ; Sun, 11 Sep 2005 00:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8B0KCPk061997; Sun, 11 Sep 2005 00:20:12 GMT (envelope-from gnats) Resent-Date: Sun, 11 Sep 2005 00:20:12 GMT Resent-Message-Id: <200509110020.j8B0KCPk061997@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcin Wisnicki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FF2116A41F for ; Sun, 11 Sep 2005 00:10:23 +0000 (GMT) (envelope-from root@ghost.pnet.one.pl) Received: from ghost.pnet.one.pl (xdsl-10260.wroclaw.dialog.net.pl [84.40.242.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35ABE43D45 for ; Sun, 11 Sep 2005 00:10:21 +0000 (GMT) (envelope-from root@ghost.pnet.one.pl) Received: from ghost.pnet.one.pl (smmsp@localhost [127.0.0.1]) by ghost.pnet.one.pl (8.13.3/8.13.1) with ESMTP id j8B0AGIF043216 for ; Sun, 11 Sep 2005 02:10:16 +0200 (CEST) (envelope-from root@ghost.pnet.one.pl) Received: (from root@localhost) by ghost.pnet.one.pl (8.13.3/8.13.1/Submit) id j8B0AG85043215; Sun, 11 Sep 2005 02:10:16 +0200 (CEST) (envelope-from root) Message-Id: <200509110010.j8B0AG85043215@ghost.pnet.one.pl> Date: Sun, 11 Sep 2005 02:10:16 +0200 (CEST) From: Marcin Wisnicki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85959: [MAINTAINER] polish/pl-kadu: fix build on 4.x and bump portrevision X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 00:20:14 -0000 >Number: 85959 >Category: ports >Synopsis: [MAINTAINER] polish/pl-kadu: fix build on 4.x and bump portrevision >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: Sun Sep 11 00:20:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcin Wisnicki >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD ghost.pnet.one.pl 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Aug 24 04:00:58 CEST 2005 >Description: * fix the build on freebsd 4.x * USE_OPENSSL * increment PORTREVISION (forgot to do this in previous patch that changed plist) Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- pl-kadu-0.4.1_1,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/polish/kadu.orig/Makefile /usr/ports/polish/kadu/Makefile --- /usr/ports/polish/kadu.orig/Makefile Mon Sep 5 06:05:11 2005 +++ /usr/ports/polish/kadu/Makefile Sun Sep 11 01:28:02 2005 @@ -7,6 +7,7 @@ PORTNAME= kadu PORTVERSION= 0.4.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= polish net MASTER_SITES= http://www.kadu.net/download/stable/ @@ -20,12 +21,12 @@ USE_BZIP2= yes USE_GMAKE= yes +USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-existing-libgadu \ --with-includes="${LOCALBASE}/include" \ --with-libs="${LOCALBASE}/lib" \ - --program-transform-name=''\ - --mandir=${PREFIX}/man + --program-transform-name='' CONFIGURE_ENV= QTDIR="${QT_PREFIX}" USE_QT_VER= 3 @@ -34,6 +35,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME} .include + +.if ${OSVERSION} < 500000 +post-patch: + @${ECHO} "MODULE_LDFLAGS=\"-lcrypto\"" >> ${WRKSRC}/modules/encryption/spec +.endif post-install: ${MKDIR} ${X11BASE}/share/gnome/apps/Internet --- pl-kadu-0.4.1_1,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: