Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2003 15:30:20 +0100 (CET)
From:      Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Michael Vasilenko <acid@stu.cn.ua>
Subject:   ports/47593: Update port: www/elinks
Message-ID:  <200301281430.h0SEUKnq031502@puget.esil.univ-mrs.fr>

next in thread | raw e-mail | index | archive | help

>Number:         47593
>Category:       ports
>Synopsis:       Update port: www/elinks
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 28 06:40:02 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD puget.esil.univ-mrs.fr 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Tue Jan 28 12:10:55 CET 2003 root@puget.esil.univ-mrs.fr:/usr/obj/usr/src/sys/ASSIMILATED i386


>Description:
	Update of the Elinks port to version 0.4.2
	This version is indeed the latest STABLE one.
	Also added some variables to define (see Makefile).
>How-To-Repeat:
>Fix:

diff elinks.old/Makefile elinks/Makefile
9c9
< PORTVERSION=	0.3.2
---
> PORTVERSION=	0.4.2
12c12
< DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
---
> DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
17c17,23
< CONFIGURE_ARGS+=	--program-prefix=e
---
> .if defined(WITH_LEDS)
> 	CONFIGURE_ARGS+= --enable-leds
> .endif
> .if defined(WITH_FASTMEM)
> 	CONFIGURE_ARGS+= --enable-fastmem
> .endif
> 
21a28,39
> MAN5=		elinks.conf.5 elinkskeys.5
> 
> pre-everything:
> 	@${ECHO_MSG} "============================================================"
> .if !defined(WITH_LEDS)
> 	@${ECHO_MSG} " * You can enable LEDs by defining WITH_LEDS"
> .endif
> .if !defined(WITH_FASTMEM)
> 	@${ECHO_MSG} " * You can enable direct use of system allocation functions"
> 	@${ECHO_MSG} "   by defining WITH_FASTMEM"
> .endif
> 	@${ECHO_MSG} "============================================================"
diff elinks.old/distinfo elinks/distinfo
1,2c1
< MD5 (elinks-0.3.2.tar.bz2) = 30e9012d5c9b0c0948f6212537da288c
< MD5 (elinks-0.3.2.tar.bz2.asc) = eaeb77ed86bbfa353b6c067c1ad6b39b
---
> MD5 (elinks-0.4.2.tar.bz2) = bb77dcd59968634477f5a6d5f07ccd5e
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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