Bug 163270 - [patch] graphics/lensfun: respect CXX
Summary: [patch] graphics/lensfun: respect CXX
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: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-14 02:20 UTC by Jan Beich
Modified: 2011-12-15 11:50 UTC (History)
0 users

See Also:


Attachments
cc.diff (618 bytes, patch)
2011-12-14 02:20 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-14 02:20:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-12-15 11:45:25 UTC
danfe       2011-12-15 11:45:10 UTC

  FreeBSD ports repository

  Modified files:
    graphics/lensfun     Makefile pkg-plist 
  Log:
  - Change license: GPL only applies to binaries, which are not installed by
    the port, so use more appropriate LGPL; this also brings us in line with
    most of the GNU/Linux distributions
  - Remove licenses and useless documentation (README file containing build
    instructions); 95% of users do not interact with lensfun directly anyway
  - Adjust Python dependency: it is only required during build time
  - Enable verbose build (helps to study logs)
  - Respect CXX/AR[*], CFLAGS; adjust COMMENT and Makefile header
  - Fix symlink (do not use absolute path) and wrap overly long line
  - Cleanup and sort pkg-plist
  - Bump PORTREVISION after recent changes
  
  PR:     ports/163270 [*]
  
  Revision  Changes    Path
  1.8       +16 -15    ports/graphics/lensfun/Makefile
  1.4       +1 -7      ports/graphics/lensfun/pkg-plist
_______________________________________________
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 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2011-12-15 11:46:31 UTC
State Changed
From-To: open->closed

Committed, thanks!