Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2006 20:36:52 +0200
From:      "Martin Wilke" <freebsd@unixfreunde.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/97410: [patch] editors/led
Message-ID:  <1147891012.79093@mwilke.ath.cx>
Resent-Message-ID: <200605171840.k4HIeNWI013515@freefall.freebsd.org>

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

>Number:         97410
>Category:       ports
>Synopsis:       [patch] editors/led
>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 May 17 18:40:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Martin Wilke
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 7.0-CURRENT #140: Mon May 15 20:42:30 CEST 2006
    root@mwilke.ath.cx:/usr/obj/usr/src/sys/BSDBOX



>Description:


- add USE_GCC3.4
- portlint -A fixed




>How-To-Repeat:





>Fix:


--- led.diff begins here ---
diff -ruN /usr/ports/editors/led/Makefile ports/editors/led/Makefile
--- /usr/ports/editors/led/Makefile	Tue Sep 20 13:05:36 2005
+++ ports/editors/led/Makefile	Tue May 16 06:37:55 2006
@@ -16,5 +16,6 @@
 
 GNU_CONFIGURE=	yes
 USE_PERL5=	yes
+USE_GCC=	3.4
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/editors/led/pkg-plist ports/editors/led/pkg-plist
--- /usr/ports/editors/led/pkg-plist	Mon Jul 15 13:21:34 2002
+++ ports/editors/led/pkg-plist	Tue May 16 06:37:22 2006
@@ -1,19 +1,19 @@
 bin/led
 lib/led/modules/perlapi.so
-share/led/syntax/conf
-share/led/syntax/c
-share/led/syntax/h
-share/led/syntax/cc
-share/led/syntax/ledrc
-share/led/syntax/cs
-share/led/syntax/mail
-share/led/syntax/perl
-share/led/syntax/python
-share/led/syntax/sh
-share/led/syntax/syntax
-share/led/syntax/tex
-share/led/color
-@dirrm share/led/syntax
-@dirrm share/led
+%%DATADIR%%/color
+%%DATADIR%%/syntax/c
+%%DATADIR%%/syntax/cc
+%%DATADIR%%/syntax/conf
+%%DATADIR%%/syntax/cs
+%%DATADIR%%/syntax/h
+%%DATADIR%%/syntax/ledrc
+%%DATADIR%%/syntax/mail
+%%DATADIR%%/syntax/perl
+%%DATADIR%%/syntax/python
+%%DATADIR%%/syntax/sh
+%%DATADIR%%/syntax/syntax
+%%DATADIR%%/syntax/tex
+@dirrm %%DATADIR%%/syntax
+@dirrm %%DATADIR%%
 @dirrm lib/led/modules
 @dirrm lib/led
--- led.diff ends here ---



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



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