Bug 110852 - [PATCH] devel/bnfc: fix the permission of bin/bnfc
Summary: [PATCH] devel/bnfc: fix the permission of bin/bnfc
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-26 14:00 UTC by Li-Wen Hsu
Modified: 2007-03-27 08:40 UTC (History)
1 user (show)

See Also:


Attachments
bnfc-2.3b_1.patch (3.18 KB, patch)
2007-03-26 14:00 UTC, Li-Wen Hsu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu 2007-03-26 14:00:11 UTC
- Fix the permission of bin/bnfc, binary executable should use INSTALL_PROGRAM
- NOPORTDOCS shoule not apply to things in EXAMPLESDIR
- We can use bsd.port.mk in this port

Port maintainer (kaiw27@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-26 14:00:20 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Kai Wang 2007-03-26 14:23:18 UTC
I just performed "find /usr/ports -name pkg-plist -exec grep
 '%%PORTDOCS%%%%EXAMPLESDIR' {} +" and found that lots of ports
also did this, otherwise the patch is good. Thank you!

Regards,
Kai Wang
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-03-26 14:34:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-03-27 08:38:11 UTC
miwi        2007-03-27 07:37:58 UTC

  FreeBSD ports repository

  Modified files:
    devel/bnfc           Makefile pkg-plist 
  Log:
  - Fix the permission of bin/bnfc, binary executable should use INSTALL_PROGRAM
  - NOPORTDOCS shoule not apply to things in EXAMPLESDIR
  - We can use bsd.port.mk in this port
  
  PR:             110852
  Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.2       +6 -6      ports/devel/bnfc/Makefile
  1.2       +24 -24    ports/devel/bnfc/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 5 Martin Wilke freebsd_committer freebsd_triage 2007-03-27 08:38:46 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!