-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Buildlinkify against tcl/tk/x11 This configure is kinda brain dead so just keep the configure.in patches (which were reversed anyways from the configure patches) and depend on autoconf to force a correct configure. Also pass X11BASE along to configure's env so the right -R flags end up in the libs/binaries.
- Loading branch information
jmc
committed
Dec 16, 2001
1 parent
1bc839b
commit a30fd93
Showing
4 changed files
with
22 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.4 2001/05/05 19:51:19 jlam Exp $ | ||
# $NetBSD: Makefile,v 1.5 2001/12/16 07:39:10 jmc Exp $ | ||
# | ||
|
||
DISTNAME= BLT2.4o | ||
|
@@ -10,13 +10,19 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.tcltk.com/blt/index.html | ||
COMMENT= extension to Tcl/Tk | ||
|
||
DEPENDS+= tk>=8.3.2:../../x11/tk | ||
BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf | ||
|
||
GNU_CONFIGURE= YES | ||
|
||
CONFIGURE_ARGS+= --with-tcl=${LOCALBASE}/lib | ||
CONFIGURE_ARGS+= --with-tk=${LOCALBASE}/lib | ||
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_DIR}/lib | ||
CONFIGURE_ARGS+= --with-tk=${BUILDLINK_DIR}/lib | ||
CONFIGURE_ENV+= X11BASE=${X11BASE} | ||
|
||
WRKSRC= ${WRKDIR}/blt2.4o | ||
|
||
pre-configure: | ||
cd ${WRKSRC}; ${LOCALBASE}/bin/autoreconf --force | ||
|
||
.include "../../lang/tcl/buildlink.mk" | ||
.include "../../x11/tk/buildlink.mk" | ||
.include "../../mk/x11.buildlink.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
$NetBSD: distinfo,v 1.2 2001/04/19 11:07:36 skrll Exp $ | ||
$NetBSD: distinfo,v 1.3 2001/12/16 07:39:10 jmc Exp $ | ||
|
||
SHA1 (BLT2.4o.tar.gz) = bcec9ec0ddcf9f49d8f6de6f02e86988af41d2d2 | ||
Size (BLT2.4o.tar.gz) = 1779872 bytes | ||
SHA1 (patch-aa) = 544b1b3399d4f0d5e56f2648b4fc8cd7c86f701a | ||
SHA1 (patch-ab) = b928b533c98921c7a001a66b64a3017e525d418a | ||
SHA1 (patch-aa) = bf5c376b509038037edaf1a756e95876004fdacd | ||
SHA1 (patch-ac) = 04f4866afc7677fd146fa91e278bf873616d57f4 | ||
SHA1 (patch-ad) = 6a9d78ab895f6ef7625b50a869c11a05c4e2aba6 | ||
SHA1 (patch-ae) = cf881e793e8a9aa385bab39b13bef3a76d0ac092 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.