Bug 159609 - [PATCH] archivers/lzo2: Fix NOPORTDOCS
Summary: [PATCH] archivers/lzo2: Fix NOPORTDOCS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Matthias Andree
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-08 19:40 UTC by Philip M. Gollucci
Modified: 2011-08-08 23:30 UTC (History)
1 user (show)

See Also:


Attachments
lzo2-2.05.patch (756 bytes, patch)
2011-08-08 19:40 UTC, Philip M. Gollucci
no flags Details | Diff
patch-Makefile.in (682 bytes, text/plain)
2011-08-08 19:58 UTC, Philip M. Gollucci
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philip M. Gollucci 2011-08-08 19:40:12 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-08 19:40:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mandree

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Philip M. Gollucci 2011-08-08 19:58:53 UTC
This one actually works

-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@ridecharge.com)
p: 703.549.2050x206, did: 703.579.6947
Senior System Admin - RideCharge Inc. / Taxi Magic http://taximagic.com
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C

You won't be right 100% of the time,
but
you won't be wrong 100% of the time either.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-08-08 23:24:37 UTC
mandree     2011-08-08 22:24:23 UTC

  FreeBSD ports repository

  Modified files:
    archivers/lzo2       Makefile 
  Log:
  - Fix NOPORTDOCS support. [1] (using a different approach than suggested
    by Philip).
  
  - Support WITHOUT_CHECKS to skip the self-tests.
  
  - Remove two excess blank lines from Makefile, making portlint happier.
  
  The part marked with [1] was
  
  Reported by: pgollucci
  PR:          ports/159609
  
  Revision  Changes    Path
  1.57      +6 -2      ports/archivers/lzo2/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Matthias Andree freebsd_committer freebsd_triage 2011-08-08 23:24:45 UTC
State Changed
From-To: open->closed

fixed, thanks for the report!