- better distsites; From: kevlo@
- remove leftover autoconf log/cache etc. that was leftover in the tarball, include a minimalist config.cache that overrides a handful of the tests.
This commit is contained in:
parent
30ffd7be17
commit
7ea77df7b2
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2000/09/27 21:09:05 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2001/01/16 15:16:31 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.6 1998/09/22 15:30:37 vanilla Exp $
|
||||
|
||||
DISTNAME= aalib-1.2
|
||||
CATEGORIES= graphics
|
||||
NEED_VERSION= 1.330
|
||||
MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/
|
||||
NEED_VERSION= 1.336
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= libs/graphics
|
||||
|
||||
MAINTAINER= Brad Smith <brad@openbsd.org>
|
||||
|
||||
@ -24,4 +25,8 @@ FLAVOR?=
|
||||
CONFIGURE_ARGS+= --without-x
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKSRC}; rm -f {config.cache,config.h,config.log,config.status}
|
||||
@cp -f ${FILESDIR}/config.cache ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
21
graphics/aalib/files/config.cache
Normal file
21
graphics/aalib/files/config.cache
Normal file
@ -0,0 +1,21 @@
|
||||
# This file is a shell script that caches the results of configure
|
||||
# tests run on this system so they can be shared between configure
|
||||
# scripts and configure runs. It is not useful on other systems.
|
||||
# If it contains results you don't want to keep, you may remove or edit it.
|
||||
#
|
||||
# By default, configure uses ./config.cache as the cache file,
|
||||
# creating it if it does not exist already. You can give configure
|
||||
# the --cache-file=FILE option to use a different cache file; that is
|
||||
# what configure does when it calls configure scripts in
|
||||
# subdirectories, so they share the cache.
|
||||
# Giving --cache-file=/dev/null disables caching, for debugging configure.
|
||||
# config.status only pays attention to the cache file if you give it the
|
||||
# --recheck option to rerun configure.
|
||||
#
|
||||
ac_cv_func_curs_set=${ac_cv_func_curs_set=yes}
|
||||
ac_cv_func_mousemask=${ac_cv_func_mousemask=yes}
|
||||
ac_cv_func_redrawwin=${ac_cv_func_redrawwin=yes}
|
||||
ac_cv_func_termattrs=${ac_cv_func_termattrs=yes}
|
||||
ac_cv_func_wredrawln=${ac_cv_func_wredrawln=yes}
|
||||
ac_cv_header_malloc_h=${ac_cv_header_malloc_h=no}
|
||||
ac_cv_lib_gpm_Gpm_Repeat=${ac_cv_lib_gpm_Gpm_Repeat=no}
|
@ -1,3 +1,3 @@
|
||||
MD5 (aalib-1.2.tar.gz) = 790434e0f2005fc95559ab3eab42e746
|
||||
RMD160 (aalib-1.2.tar.gz) = 8d28f84c661e7e3ca56ab4db2553b47f198a4c39
|
||||
SHA1 (aalib-1.2.tar.gz) = cdbdc260f683db33e678d3d0a5153467b218bbad
|
||||
MD5 (aalib-1.2.tar.gz) = 36c7156f33a6bb7a0fac735d8a4d1791
|
||||
RMD160 (aalib-1.2.tar.gz) = 6065b30ce441ed0525de53a7f204a85bb454a14f
|
||||
SHA1 (aalib-1.2.tar.gz) = 3434a7c59021e7864476056bbc101065687ac9c7
|
||||
|
Loading…
Reference in New Issue
Block a user