Bug 112361

Summary: [PATCH] lang/cmucl: use IA32_BINARY_PORT, clean up
Product: Ports & Packages Reporter: Alejandro Pulver <alepulver>
Component: Individual Port(s)Assignee: Alejandro Pulver <alepulver>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
cmucl.diff none

Description Alejandro Pulver freebsd_committer freebsd_triage 2007-05-02 19:50:03 UTC

- Use IA32_BINARY_PORT (to support amd64/ia64 compatibility), and add comment before it (about why it's only for i386).
- Use INSTALL_PROGRAM and INSTALL_MAN macros.
- Use MANPREFIX.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-02 19:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-02 19:50:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Martin Cracauer 2007-05-02 21:08:52 UTC
Edwin Groothuis wrote on Wed, May 02, 2007 at 06:50:15PM +0000: 
> Maintainer of lang/cmucl,
> 
> Please note that PR ports/112361 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.

That looks fine to me.

Martin
-- 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Martin Cracauer <cracauer@cons.org>   http://www.cons.org/cracauer/
FreeBSD - where you want to go, today.      http://www.freebsd.org/
Comment 4 Alejandro Pulver freebsd_committer freebsd_triage 2007-05-03 01:29:20 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-05-03 01:31:14 UTC
alepulver    2007-05-03 00:31:09 UTC

  FreeBSD ports repository

  Modified files:
    lang/cmucl           Makefile 
  Log:
  - Use IA32_BINARY_PORT (to support amd64/ia64 compatibility), and add comment
    before it (about why it's only for i386).
  - Use INSTALL_PROGRAM and INSTALL_MAN macros.
  - Use MANPREFIX.
  - Use SHAREOWN/SHAREGRP for (not binary) installed files.
  
  PR:             ports/112361
  Submitted by:   alepulver (myself)
  Approved by:    Martin Cracauer <cracauer@cons.org> (maintainer)
  
  Revision  Changes    Path
  1.27      +9 -9      ports/lang/cmucl/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 6 Alejandro Pulver freebsd_committer freebsd_triage 2007-05-03 01:31:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!