Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2006 13:30:35 -0700 (PDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        seanc@FreeBSD.org
Subject:   ports/95836: [PATCH] shells/tcshrc: portlint(1) fixes
Message-ID:  <200604152030.k3FKUZrN033802@Laptop.mine.box>
Resent-Message-ID: <200604152040.k3FKeJFf078440@freefall.freebsd.org>

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

>Number:         95836
>Category:       ports
>Synopsis:       [PATCH] shells/tcshrc: portlint(1) fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 15 20:40:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb  7 19:06:16 PST
>Description:
- get rid of USE_REINPLACE
- Use DATADIR macro

Port maintainer (seanc@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- tcshrc-1.6.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/shells/tcshrc/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/shells/tcshrc/Makefile
--- /usr/ports/shells/tcshrc/Makefile	Mon Nov 29 10:12:42 2004
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/shells/tcshrc/Makefile	Sat Apr 15 13:30:00 2006
@@ -14,8 +14,6 @@
 MAINTAINER=	seanc@FreeBSD.org
 COMMENT=	A set of configuration scripts for the TCSH shell
 
-USE_REINPLACE=	YES
-
 INSTALL_TARGET=	systeminstall
 MAKE_ARGS=	BIN=${LOCALBASE}/bin SHARETCSHRC=${DATADIR}
 
diff -ruN --exclude=CVS /usr/ports/shells/tcshrc/pkg-plist /usr/local/tinderbox/portstrees/FreeBSD/ports/shells/tcshrc/pkg-plist
--- /usr/ports/shells/tcshrc/pkg-plist	Mon Nov 29 10:12:42 2004
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/shells/tcshrc/pkg-plist	Sat Apr 15 13:29:49 2006
@@ -1,10 +1,10 @@
 bin/tcshrc_config
-share/tcshrc/tcshrc
-share/tcshrc/tcshrc.alias
-share/tcshrc/tcshrc.bindkey
-share/tcshrc/tcshrc.complete
-share/tcshrc/tcshrc.hosts
-share/tcshrc/tcshrc.local
-share/tcshrc/tcshrc.set
-share/tcshrc/README.txt
-@dirrm share/tcshrc
+%%DATADIR%%/tcshrc
+%%DATADIR%%/tcshrc.alias
+%%DATADIR%%/tcshrc.bindkey
+%%DATADIR%%/tcshrc.complete
+%%DATADIR%%/tcshrc.hosts
+%%DATADIR%%/tcshrc.local
+%%DATADIR%%/tcshrc.set
+%%DATADIR%%/README.txt
+@dirrm %%DATADIR%%
--- tcshrc-1.6.0.patch ends here ---

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



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