1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Update to 0.69

This commit is contained in:
Emanuel Haupt 2019-01-20 11:26:58 +00:00
parent 8b883c46bf
commit 4c4538f165
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490782
4 changed files with 18 additions and 22 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dhex
PORTVERSION= 0.68
PORTVERSION= 0.69
CATEGORIES= editors
MASTER_SITES= http://www.dettus.net/dhex/ \
LOCAL/ehaupt
@ -14,9 +14,13 @@ COMMENT= Ncurses-based hex-editor with diff mode
LICENSE= GPLv2
USES= ncurses
MANPAGE1= dhex.1
MANPAGE5= dhexrc.5 dhex_markers.5 dhex_searchlog.5
PLIST_FILES= bin/dhex man/man1/dhex.1.gz man/man5/dhex_markers.5.gz \
man/man5/dhex_searchlog.5.gz man/man5/dhexrc.5.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MANPAGE1} ${STAGEDIR}${MANPREFIX}/man/man1

View File

@ -1,2 +1,3 @@
SHA256 (dhex_0.68.tar.gz) = 126c34745b48a07448cfe36fe5913d37ec562ad72d3f732b99bd40f761f4da08
SIZE (dhex_0.68.tar.gz) = 58602
TIMESTAMP = 1547982969
SHA256 (dhex_0.69.tar.gz) = 52730bcd1cf16bd4dae0de42531be9a4057535ec61ca38c0804eb8246ea6c41b
SIZE (dhex_0.69.tar.gz) = 57362

View File

@ -1,20 +1,16 @@
--- ./Makefile.orig 2011-02-12 17:24:02.000000000 +0100
+++ ./Makefile 2011-02-14 10:11:00.000000000 +0100
@@ -1,7 +1,7 @@
--- Makefile.orig 2019-01-19 16:17:37 UTC
+++ Makefile
@@ -1,11 +1,6 @@
-CC= gcc
-LDFLAGS= -L/usr/lib -L/usr/local/lib -L/usr/lib/ncurses -L/usr/local/lib/ncurses
-CPPFLAGS= -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses
-CFLAGS= -O3 -Wall -std=c99
-CFLAGS= -O3 -Wall #-std=c99
-#CFLAGS+= -ffunction-sections -fdata-sections
-#LDFLAGS+= --gc-sections
+CC?= gcc
+#LDFLAGS+= -L/usr/lib -L/usr/local/lib -L/usr/lib/ncurses -L/usr/local/lib/ncurses
+#CPPFLAGS+= -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses
+CFLAGS+= -std=c99
#CFLAGS+= -ffunction-sections -fdata-sections
#LDFLAGS+= --gc-sections
LIBS= -lncurses
@@ -41,5 +41,3 @@
-DESTDIR= /usr/local/
+DESTDIR?= /usr/local/
clean:
rm -f dhex $(OFILES)
-
-
OFILES=buffers.o \
configfile.o \

View File

@ -1,5 +0,0 @@
bin/dhex
man/man1/dhex.1.gz
man/man5/dhex_markers.5.gz
man/man5/dhex_searchlog.5.gz
man/man5/dhexrc.5.gz