mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Update to 0.7.3
PR: 54135 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> Approved by: fjoe (mentor) (implicit)
This commit is contained in:
parent
5d2b9f69d6
commit
d33a7a38e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84289
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= hte
|
||||
PORTVERSION= 0.7.2
|
||||
PORTVERSION= 0.7.3
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -17,10 +17,13 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A file editor/viewer/analyzer for executables
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_XLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --enable-release
|
||||
CONFIGURE_ENV= CPPFLAGS+="-I${X11BASE}/include" \
|
||||
LIBS+="-L${X11BASE}/lib"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -30,7 +33,8 @@ LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|$$FLAGS_PIPE $$FLAGS_ALL|$$CFLAGS|g' ${WRKSRC}/configure
|
||||
's|$$FLAGS_PIPE $$FLAGS_ALL|$$CFLAGS|g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ht-0.7.2.tar.bz2) = df79d5a7a39b646755a8cf0a0a4ec1e4
|
||||
MD5 (ht-0.7.3.tar.bz2) = 746daea18735b38e46b3eb9addc97ad5
|
||||
|
Loading…
Reference in New Issue
Block a user