Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Nov 2007 23:19:39 GMT
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/117902: devel/newt: [PATCH]: portlint cleanups, claim maintainership
Message-ID:  <200711072319.lA7NJdTx033039@www.freebsd.org>
Resent-Message-ID: <200711072320.lA7NK23n074597@freefall.freebsd.org>

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

>Number:         117902
>Category:       ports
>Synopsis:       devel/newt: [PATCH]: portlint cleanups, claim maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 07 23:20:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT
>Organization:
Riderway Inc.
>Environment:
FreeBSD philip.hq.rws 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue Nov  6 16:28:12 EST 2007     pgollucci@philip.hq.rws:/usr/obj/usr/src/sys/RIDERWAY  i386

>Description:
1) replace deprecated INSTALLS_SHLIB with USE_LDCONFIG
2) Claim maintainer


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/newt/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- Makefile	3 Aug 2007 12:04:27 -0000	1.29
+++ Makefile	7 Nov 2007 23:16:50 -0000
@@ -14,14 +14,14 @@
 MASTER_SITE_SUBDIR=	perky
 PKGNAMESUFFIX=	${PYTHONSUFFIX}${TCLSUFFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	pgollucci@p6m7g8.com
 COMMENT=	Not Erik's Windowing Toolkit:  console I/O handling library#'
 
 LIB_DEPENDS=	slang.1:${PORTSDIR}/devel/libslang \
 		popt.0:${PORTSDIR}/devel/popt
 
 GNU_CONFIGURE=	yes
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 SOVERSION=	51
 TCL_VERSION?=	tcl8.3
 TCL_NODOT=	${TCL_VERSION:S/.//}


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



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