Date: Mon, 24 Jan 2000 14:53:08 +0100 (CET) From: Marcin Cieslak <saper@SYSTEM.PL> To: FreeBSD-gnats-submit@freebsd.org Cc: saper@SYSTEM.PL Subject: ports/16328: devel/libslang: documentation put outside PLIST and hier(7) Message-ID: <200001241353.OAA31251@saperski.system.pl>
next in thread | raw e-mail | index | archive | help
>Number: 16328 >Category: ports >Synopsis: devel/libslang: documentation put outside PLIST and hier(7) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 24 06:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Marcin Cieslak >Release: FreeBSD 3.4-RC i386 >Organization: SYSTEM Internet Provider, http://www.system.pl/ >Environment: Current ports tree >Description: Added files: patches/patch-ae Modified files: pkg/PLIST >How-To-Repeat: Current port puts documentation under /usr/local/doc/slang, which is wrong. PLIST did not even list them too. The patch below blessed by MAINTAINER. Thanks, Mark. :) >Fix: Index: patches/patch-ae =================================================================== RCS file: patch-ae diff -N patch-ae --- /dev/null Mon Jan 24 13:48:44 2000 +++ patch-ae Mon Jan 24 13:38:55 2000 @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Mon Jan 24 13:38:33 2000 ++++ src/Makefile.in Mon Jan 24 13:38:41 2000 +@@ -36,7 +36,7 @@ + exec_prefix = @exec_prefix@ + install_lib_dir = @libdir@ + install_include_dir = @includedir@ +-install_doc_dir = $(prefix)/doc/slang/@slang_version@ ++install_doc_dir = $(prefix)/share/doc/slang/@slang_version@ + DOC_FILES = ../changes.txt ../COPY* ../doc/slangdoc.html ../doc/text/*.txt + #--------------------------------------------------------------------------- + # Misc commands (safe to leave these untouched) Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/libslang/pkg/PLIST,v retrieving revision 1.10 diff -u -r1.10 PLIST --- pkg/PLIST 1998/09/22 21:54:23 1.10 +++ pkg/PLIST 2000/01/24 12:47:41 @@ -1,7 +1,19 @@ +include/slang.h +include/slcurses.h lib/libslang.a lib/libslang.so lib/libslang.so.1.3 +share/doc/slang +share/doc/slang/COPYING +share/doc/slang/COPYING.ART +share/doc/slang/COPYING.GPL +share/doc/slang/COPYRIGHT +share/doc/slang/changes.txt +share/doc/slang/cref.txt +share/doc/slang/cslang.txt +share/doc/slang/slang.txt +share/doc/slang/slangdoc.html +share/doc/slang/slangfun.txt +@dirrm share/doc/slang @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -include/slcurses.h -include/slang.h >Release-Note: >Audit-Trail: >Unformatted: >Reviewed: by MAINTAINER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001241353.OAA31251>