Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2010 18:07:30 GMT
From:      Rob Farmer <rfarmer@predatorlabs.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/143489: [MAINTAINER] [PATCH] ftp/bareftp Set USE_LDCONFIG, MAKE_JOBS_SAFE
Message-ID:  <201002021807.o12I7U4U082221@www.freebsd.org>
Resent-Message-ID: <201002021810.o12IA1DR056922@freefall.freebsd.org>

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

>Number:         143489
>Category:       ports
>Synopsis:       [MAINTAINER] [PATCH] ftp/bareftp Set USE_LDCONFIG, MAKE_JOBS_SAFE
>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:   Tue Feb 02 18:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD coretwo.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r203366: Mon Feb  1 17:42:33 PST 2010     rfarmer@coretwo.predatorlabs.net:/usr/obj/usr/src/sys/CORETWO  amd64
>Description:
* Set USE_LDCONFIG (reported by portlint)
* Set MAKE_JOBS_SAFE
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/ftp/bareftp/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	17 Jan 2010 04:12:54 -0000	1.6
+++ Makefile	2 Feb 2010 17:40:51 -0000
@@ -23,6 +23,10 @@
 USE_GNOME=	gtksharp20 gnomesharp20
 USE_GMAKE=	yes
 
+USE_LDCONFIG=	yes
+
+MAKE_JOBS_SAFE=	yes
+
 MAN1=		bareftp.1
 
 # should use configure --without-gnome-keyring but it is broken


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



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