Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2011 18:36:27 GMT
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mandree@FreeBSD.org
Subject:   ports/159609: [PATCH] archivers/lzo2: Fix NOPORTDOCS
Message-ID:  <201108081836.p78IaRXB019497@frieza.p6m7g8.net>
Resent-Message-ID: <201108081840.p78IeCsm001524@freefall.freebsd.org>

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

>Number:         159609
>Category:       ports
>Synopsis:       [PATCH] archivers/lzo2: Fix NOPORTDOCS
>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:   Mon Aug 08 18:40:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Oct 12 00:51:25 UTC 2010
>Description:
make install unconditionally installs docs_DATA

Added file(s):
- files/patch-Makefile.in

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

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

--- lzo2-2.05.patch begins here ---
Index: files/patch-Makefile.in
===================================================================
RCS file: files/patch-Makefile.in
diff -N files/patch-Makefile.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-Makefile.in	8 Aug 2011 18:34:18 -0000
@@ -0,0 +1,11 @@
+--- ./Makefile.in.orig	2011-08-08 18:33:51.084201986 +0000
++++ ./Makefile.in	2011-08-08 18:34:11.316200498 +0000
+@@ -387,7 +387,7 @@
+ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)
+ LDADD = src/liblzo2.la
+ lib_LTLIBRARIES = src/liblzo2.la
+-doc_DATA = AUTHORS COPYING NEWS THANKS doc/LZO.FAQ doc/LZO.TXT doc/LZOAPI.TXT
++doc_DATA = 
+ examples_dict_SOURCES = examples/dict.c
+ examples_lzopack_SOURCES = examples/lzopack.c
+ examples_overlap_SOURCES = examples/overlap.c
--- lzo2-2.05.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?201108081836.p78IaRXB019497>