ports/97410: [patch] editors/led

Martin Wilke freebsd at unixfreunde.de
Wed May 17 18:40:35 UTC 2006


>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 at 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
- at dirrm share/led/syntax
- at 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
+ at dirrm %%DATADIR%%/syntax
+ at dirrm %%DATADIR%%
 @dirrm lib/led/modules
 @dirrm lib/led
--- led.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list