emacs22

Yoichi NAKAYAMA yoichi at geiin.org
Fri Jul 27 04:26:39 UTC 2007


Hi,

At Wed, 25 Jul 2007 01:56:01 +0900,
Hajimu UMEMOTO wrote:
> Perhaps, the following patch fixes your problem.  This patch changes
> to obey default EMACS_PORT_NAME defined in bsd.emacs.mk, as well.
> 
> Index: databases/lsdb/Makefile
> diff -u databases/lsdb/Makefile.orig databases/lsdb/Makefile
> --- databases/lsdb/Makefile.orig	Mon May 21 05:03:59 2007
> +++ databases/lsdb/Makefile	Wed Jul 25 01:48:39 2007
> @@ -18,11 +18,13 @@
>  BUILD_DEPENDS=	${LOCALBASE}/share/flim/${FLIM_COOKIE}:${PORTSDIR}/editors/flim${DEPPORT_SUFFIX}
>  
>  USE_EMACS=	yes
> -EMACS_PORT_NAME?=	emacs21
> -.if (${EMACS_PORT_NAME} == emacs21)
> -DEPPORT_SUFFIX=
> -.else
> +
> +.include <bsd.port.pre.mk>
> +
> +.if ${EMACS_PORT_NAME} == emacs20
>  DEPPORT_SUFFIX=	-${EMACS_PORT_NAME}
> +.else
> +DEPPORT_SUFFIX=
>  .endif
>  
>  SFJP_RELEASE_ID=	1494
> @@ -40,4 +42,4 @@
>  	${INSTALL_DATA}	${WRKSRC}/README ${DOCSDIR}
>  .endif
>  
> -.include <bsd.port.mk>
> +.include <bsd.port.post.mk>

Seems fine. I've installed it into ports tree.
Best regards,
-- 
Yoichi NAKAYAMA


More information about the freebsd-ports mailing list