Summary: | [maintainer-update] lang/alisp | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Nils M Holm <nmh> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Nils M Holm
2006-07-17 16:10:13 UTC
On Mon, Jul 17, 2006 at 09:35:55PM +0000, Roman Bogorodskiy wrote: > You should add -fPIC to CFLAGS to make it compile on amd64. Done so and updated the distfile. The new distinfo is: MD5 (alisp-20060717.tar.gz) = 5deccf952fb7e02e25b12e08286e01c6 SIZE(alisp-20060717.tar.gz) = 70006 SHA256 (alisp-20060717.tar.gz) = 0ea35c7756ee8980af1ed54cb3504c8b2e844a7e4096a83b6b978be0fb82b03e Thanks, Nils -- Nils M Holm <nmh@t3x.org> -- http://www.t3x.org/nmh/ On Mon, Jul 17, 2006 at 10:21:23PM +0000, Roman Bogorodskiy wrote: > Could you please send a complete updated patch? Here it is. diff -ru lang/alisp-old/Makefile lang/alisp/Makefile --- lang/alisp-old/Makefile Wed Jun 14 04:36:58 2006 +++ lang/alisp/Makefile Mon Jul 17 16:29:01 2006 @@ -6,7 +6,7 @@ # PORTNAME= alisp -PORTVERSION= 20060602 +PORTVERSION= 20060717 CATEGORIES= lang devel lisp MASTER_SITES= http://www.t3x.org/files/ @@ -20,5 +20,10 @@ MAKE_ENV+= BINOWN=${BINOWN} \ BINGRP=${BINGRP} \ PREFIX=${PREFIX} + +USE_REINPLACE= yes + +post-patch: + ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/alisp.h .include <bsd.port.mk> diff -ru lang/alisp-old/distinfo lang/alisp/distinfo --- lang/alisp-old/distinfo Wed Jun 14 04:36:58 2006 +++ lang/alisp/distinfo Mon Jul 17 16:29:01 2006 @@ -1,3 +1,3 @@ -MD5 (alisp-20060602.tar.gz) = eb8987e3aaca0799dfdcda42d2255636 -SIZE (alisp-20060602.tar.gz) = 47150 -SHA256 (alisp-20060602.tar.gz) = fa5818d026c1dd28f270ced840645ce18db73264e27d45da18452b7ad4e512cf +MD5 (alisp-20060717.tar.gz) = 5deccf952fb7e02e25b12e08286e01c6 +SIZE (alisp-20060717.tar.gz) = 70006 +SHA256 (alisp-20060717.tar.gz) = 0ea35c7756ee8980af1ed54cb3504c8b2e844a7e4096a83b6b978be0fb82b03e diff -ru lang/alisp-old/pkg-plist lang/alisp/pkg-plist --- lang/alisp-old/pkg-plist Wed Jun 14 04:36:58 2006 +++ lang/alisp/pkg-plist Mon Jul 17 16:29:01 2006 @@ -4,12 +4,59 @@ include/alisp.h %%DATADIR%%/LICENSE %%DATADIR%%/alisp-image +%%DATADIR%%/amk-tools.l +%%DATADIR%%/amk.l +%%DATADIR%%/any.l %%DATADIR%%/base.l +%%DATADIR%%/bottles.l +%%DATADIR%%/bubblesort.l +%%DATADIR%%/count.l +%%DATADIR%%/depth.l +%%DATADIR%%/every.l +%%DATADIR%%/fact.l +%%DATADIR%%/filter.l +%%DATADIR%%/hanoi.l +%%DATADIR%%/headp.l +%%DATADIR%%/hyper.l %%DATADIR%%/imath.l +%%DATADIR%%/infix.l +%%DATADIR%%/insert.l +%%DATADIR%%/intersection.l +%%DATADIR%%/iota.l +%%DATADIR%%/isort.l %%DATADIR%%/iter.l +%%DATADIR%%/last.l %%DATADIR%%/lisp.l +%%DATADIR%%/lvrename.l +%%DATADIR%%/m-append.l +%%DATADIR%%/m-fac.l +%%DATADIR%%/m-hanoi.l +%%DATADIR%%/m-queens.l +%%DATADIR%%/mexprc.l %%DATADIR%%/nmath.l +%%DATADIR%%/nth.l +%%DATADIR%%/o.l +%%DATADIR%%/orderedp.l +%%DATADIR%%/pair.l +%%DATADIR%%/prefix.l +%%DATADIR%%/product.l +%%DATADIR%%/prolog-db.l +%%DATADIR%%/prolog.l +%%DATADIR%%/qsort.l +%%DATADIR%%/queens.l +%%DATADIR%%/remove.l %%DATADIR%%/rmath.l +%%DATADIR%%/some.l +%%DATADIR%%/sublis.l +%%DATADIR%%/subst.l +%%DATADIR%%/sum.l +%%DATADIR%%/tailp.l +%%DATADIR%%/union.l +%%DATADIR%%/unique.l +%%DATADIR%%/unlet.l +%%DATADIR%%/unsort.l +%%DATADIR%%/xeval.l +%%DATADIR%%/zebra.l %%DOCSDIR%%/alisp.txt @dirrm %%DATADIR%% @dirrm %%DOCSDIR%% -- Nils M Holm <nmh@t3x.org> -- http://www.t3x.org/nmh/ State Changed From-To: open->closed Committed, thanks! Hi, You should add -fPIC to CFLAGS to make it compile on amd64. Roman Bogorodskiy Nils M Holm wrote:
> Done so and updated the distfile. The new distinfo is:
>
> MD5 (alisp-20060717.tar.gz) = 5deccf952fb7e02e25b12e08286e01c6
> SIZE(alisp-20060717.tar.gz) = 70006
> SHA256 (alisp-20060717.tar.gz) = 0ea35c7756ee8980af1ed54cb3504c8b2e844a7e4096a83b6b978be0fb82b03e
Could you please send a complete updated patch?
Roman Bogorodskiy
|