Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Sep 2000 03:00:43 +0900 (JST)
From:      SADA Kenji <sada@bsdclub.org>
To:        lioux@linf.unb.br
Cc:        freebsd-ports@FreeBSD.org, sada@bsdclub.org
Subject:   Fix for x11-toolkits/libjsearch
Message-ID:  <200009071800.DAA44089@home.bsdclub.org>

next in thread | raw e-mail | index | archive | help
Dear port maintainer,

Here is a patch for your x11-toolkits/libjsearch.
Fixes are:
 1. nonexistent -> ${NONEXISTENT}
 2. Allow you to define WRKDIRPREFIX.

Please could you examine this and give me approval to
commit this ?

--- Makefile	2000/06/16 21:52:34	1.3
+++ Makefile	2000/09/07 17:32:58
@@ -16,7 +16,7 @@
 
 MAINTAINER=	lioux@linf.unb.br
 
-BUILD_DEPENDS=	nonexistent:${JXPORT}:patch
+BUILD_DEPENDS=	${NONEXISTENT}:${JXPORT}:patch
 LIB_DEPENDS=	jx-1_5_3.1:${JXPORT}
 
 WRKSRC=		${WRKDIR}/JX-1.5.3
@@ -63,14 +63,15 @@
 EXTRALIBDIRS=			lib make
 EXTRALIBFILES_MAKE_WRKSRC=	include/make
 EXTRALIBFILES_MAKE_FILES=	jsearch_constants
+
+.include <bsd.port.pre.mk>
+
 # main jx distribution port wrksrc
 JXPORT=		${PORTSDIR}/x11-toolkits/jx
-JXPORT_WRKSRC=	${JXPORT}/work/JX-1.5.3
+JXPORT_WRKSRC!=	cd ${JXPORT} && ${MAKE} -V WRKSRC
 # main jx distribution files needed for building
 COPY_JXDIRS=	include lib libjcore
 COPY_JXFILES=	Makefile
-
-.include <bsd.port.pre.mk>
 
 .if ${OSVERSION} >= 300000
 ALL_TARGET=	freebsd3.x


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009071800.DAA44089>