| 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
Alejandro Pulver
2007-05-02 19:50:03 UTC
Responsible Changed From-To: freebsd-ports-bugs->alepulver Submitter has GNATS access State Changed From-To: open->feedback Awaiting maintainers feedback 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/ State Changed From-To: feedback->open Maintainer approved. 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"
State Changed From-To: open->closed Committed. Thanks! |