Switch to lynx-ac

This commit is contained in:
Andrey A. Chernov 1997-07-30 19:24:41 +00:00
parent b66a8c9065
commit f2d92de032
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7439
5 changed files with 58 additions and 86 deletions

View file

@ -1,27 +1,27 @@
# New ports collection makefile for: lynx
# http://www.crl.com/~subir/lynx.html
# http://www.wfbr.edu/dir/lynx/
# Version required: 2.7.1f
# http://sol.slcc.edu/lynx/current/
# Version required: 2.7.1ac
# Date created: 15 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.41 1997/07/17 07:00:32 asami Exp $
#
DISTNAME= lynx2-7-1
PKGNAME= lynx+fotemods-2.7.1f
DISTNAME= lynx2.7.1ac-0.44
PKGNAME= lynx-2.7.1ac-0.44
CATEGORIES= www
MASTER_SITES= http://www.slcc.edu/lynx/fote/patches/ \
http://www.slcc.edu/lynx/fote/
DISTFILES= lynx2-7-1.zip fotemods.zip
MASTER_SITES= http://sol.slcc.edu/lynx/current/
WRKSRC= ${WRKDIR}/lynx2-7-1
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-screen=ncurses
MAKE_FLAGS= libdir=${PREFIX}/etc \
SITE_DEFS=-DLYNX_CFG_FILE='\\\"${PREFIX}/etc/lynx.cfg\\\"' \
-f
MAKEFILE= makefile
MAINTAINER= ache@FreeBSD.ORG
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
EXTRACT_CMD= unzip
EXTRACT_ARGS= -q -u -o
ALL_TARGET= freebsd-ncurses
ALL_TARGET= lynx
MAN1= lynx.1
.include <bsd.port.mk>

View file

@ -1,2 +1 @@
MD5 (lynx2-7-1.zip) = 56a47b81fb76beddc79ed5fd629a5ec5
MD5 (fotemods.zip) = f5561f2484af2a7d296b8a8eb78ff577
MD5 (lynx2.7.1ac-0.44.tar.gz) = a78fe75d0c2fd9a2d770c652949a9485

View file

@ -1,27 +1,27 @@
# New ports collection makefile for: lynx
# http://www.crl.com/~subir/lynx.html
# http://www.wfbr.edu/dir/lynx/
# Version required: 2.7.1f
# http://sol.slcc.edu/lynx/current/
# Version required: 2.7.1ac
# Date created: 15 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.41 1997/07/17 07:00:32 asami Exp $
#
DISTNAME= lynx2-7-1
PKGNAME= lynx+fotemods-2.7.1f
DISTNAME= lynx2.7.1ac-0.44
PKGNAME= lynx-2.7.1ac-0.44
CATEGORIES= www
MASTER_SITES= http://www.slcc.edu/lynx/fote/patches/ \
http://www.slcc.edu/lynx/fote/
DISTFILES= lynx2-7-1.zip fotemods.zip
MASTER_SITES= http://sol.slcc.edu/lynx/current/
WRKSRC= ${WRKDIR}/lynx2-7-1
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-screen=ncurses
MAKE_FLAGS= libdir=${PREFIX}/etc \
SITE_DEFS=-DLYNX_CFG_FILE='\\\"${PREFIX}/etc/lynx.cfg\\\"' \
-f
MAKEFILE= makefile
MAINTAINER= ache@FreeBSD.ORG
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
EXTRACT_CMD= unzip
EXTRACT_ARGS= -q -u -o
ALL_TARGET= freebsd-ncurses
ALL_TARGET= lynx
MAN1= lynx.1
.include <bsd.port.mk>

View file

@ -1,2 +1 @@
MD5 (lynx2-7-1.zip) = 56a47b81fb76beddc79ed5fd629a5ec5
MD5 (fotemods.zip) = f5561f2484af2a7d296b8a8eb78ff577
MD5 (lynx2.7.1ac-0.44.tar.gz) = a78fe75d0c2fd9a2d770c652949a9485

View file

@ -1,58 +1,32 @@
*** Makefile.orig Mon Mar 17 09:18:40 1997
--- Makefile Tue Mar 18 13:40:12 1997
*** configure.bak Mon Jul 28 04:36:15 1997
--- configure Tue Jul 29 00:22:49 1997
***************
*** 14,31 ****
##change the next line if you want lynx installed somewhere
##besides /usr/local/bin
! exec= /usr/local/bin
##change the next line if you want the lynx man file installed somewhere
##besides /usr/local/man/man1
! doc= /usr/local/man/man1
##change the next line if you want the lynx.cfg file installed somewhere
##besides /usr/local/lib
! cfg= /usr/local/lib
! installbin= install -c -s -m 755
! installdoc= install -c -m 444
##set the relative location of the WWW library Implementation directory,
##from this directory
--- 14,31 ----
##change the next line if you want lynx installed somewhere
##besides /usr/local/bin
! exec= ${PREFIX}/bin
##change the next line if you want the lynx man file installed somewhere
##besides /usr/local/man/man1
! doc= ${PREFIX}/man/man1
##change the next line if you want the lynx.cfg file installed somewhere
##besides /usr/local/lib
! cfg= ${PREFIX}/etc
! installbin= ${INSTALL} -c -s -m ${BINMODE} -o ${BINOWN} -g ${BINGRP}
! installdoc= ${INSTALL} -c -m ${MANMODE} -o ${MANOWN} -g ${MANGRP}
##set the relative location of the WWW library Implementation directory,
##from this directory
*** 5058,5063 ****
--- 5058,5064 ----
cat > conftest.$ac_ext <<EOF
#line 5060 "configure"
#include "confdefs.h"
+ #include <sys/types.h>
#include <utmp.h>
int main() {
struct utmp x; char *y = &x.ut_host[0]
*** aclocal.m4.orig Mon Jul 28 04:36:15 1997
--- aclocal.m4 Tue Jul 29 14:08:40 1997
***************
*** 270,276 ****
SITE_LYDEFS = $(DIR_LYDEFS) # Your defines here
# Set SITE_DEFS to one or more of the defines for lynx below:
! SITE_DEFS = $(DIR_DEFS) # Your defines here
# if you are compiling on a previously unsupported system, modify
# this generic entry!!
--- 270,276 ----
SITE_LYDEFS = $(DIR_LYDEFS) # Your defines here
# Set SITE_DEFS to one or more of the defines for lynx below:
! SITE_DEFS = $(DIR_DEFS) -DLYNX_CFG_FILE='\"${PREFIX}/etc/lynx.cfg\"'
# if you are compiling on a previously unsupported system, modify
# this generic entry!!
*** 891,897 ****
[
AC_MSG_CHECKING(if struct utmp is declared)
AC_CACHE_VAL(cf_cv_have_utmp,[
! AC_TRY_COMPILE([#include <utmp.h>],
[struct utmp x; char *y = &x.ut_host[0]],
[cf_cv_have_utmp=yes],
[AC_TRY_COMPILE([#include <utmpx.h>],
--- 891,898 ----
[
AC_MSG_CHECKING(if struct utmp is declared)
AC_CACHE_VAL(cf_cv_have_utmp,[
! AC_TRY_COMPILE([#include <sys/types.h>
! #include <utmp.h>],
[struct utmp x; char *y = &x.ut_host[0]],
[cf_cv_have_utmp=yes],
[AC_TRY_COMPILE([#include <utmpx.h>],