Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2006 17:01:44 +0200
From:      "Martin Wilke" <freebsd@unixfreunde.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/97346: [patch] lang/klone
Message-ID:  <1147791704.49294@mwilke.ath.cx>
Resent-Message-ID: <200605161510.k4GFAMML000399@freefall.freebsd.org>

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

>Number:         97346
>Category:       ports
>Synopsis:       [patch] lang/klone
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 16 15:10:21 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:


- portlint -A fixed
- pkg-plist fixed


>How-To-Repeat:





>Fix:


--- klone.diff begins here ---
diff -ruN /usr/ports/lang/klone/Makefile ports/lang/klone/Makefile
--- /usr/ports/lang/klone/Makefile	Wed Nov 24 02:51:23 2004
+++ ports/lang/klone/Makefile	Tue May 16 13:30:21 2006
@@ -20,7 +20,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "sparc64"
-BROKEN=		"Does not compile on sparc64"
+BROKEN=		Does not compile on sparc64
 .endif
 
 do-configure:
diff -ruN /usr/ports/lang/klone/pkg-plist ports/lang/klone/pkg-plist
--- /usr/ports/lang/klone/pkg-plist	Thu Aug 23 13:30:39 2001
+++ ports/lang/klone/pkg-plist	Tue May 16 13:31:45 2006
@@ -274,10 +274,10 @@
 lib/klone/xml-kxf.kl
 lib/klone/xml-sxp.kl
 lib/klone/xpm-format.kl
-%%PORTDOCS%%share/doc/klone/KloneReference.ps
-%%PORTDOCS%%share/doc/klone/Profiler.readme
-%%PORTDOCS%%share/doc/klone/amc-lisp.el
-%%PORTDOCS%%share/doc/klone/xml-sxp.txt
-%%PORTDOCS%%@dirrm share/doc/klone
+%%DOCSDIR%%/KloneReference.ps
+%%DOCSDIR%%/Profiler.readme
+%%DOCSDIR%%/amc-lisp.el
+%%DOCSDIR%%/xml-sxp.txt
+@dirrm %%DOCSDIR%%
 @dirrm lib/klone/scripts
 @dirrm lib/klone
--- klone.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?1147791704.49294>