18957652 Update hexedit to version 1.2.13
authorRich Burridge <rich.burridge@oracle.com>
Mon, 04 Aug 2014 15:38:32 -0700
changeset 2021 9a6f17b2de19
parent 2020 b8615970ab39
child 2022 d590db614c66
18957652 Update hexedit to version 1.2.13 15787910 SUNBT7164358 Parfait problem with hexedit
components/hexedit/Makefile
components/hexedit/patches/destdir.patch
components/hexedit/resolve.deps
--- a/components/hexedit/Makefile	Mon Aug 04 05:50:26 2014 -0700
+++ b/components/hexedit/Makefile	Mon Aug 04 15:38:32 2014 -0700
@@ -26,16 +26,16 @@
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		hexedit
-COMPONENT_VERSION=	1.2.12
+COMPONENT_VERSION=	1.2.13
 COMPONENT_PROJECT_URL=	http://merd.sourceforge.net/pixel/hexedit.html
 COMPONENT_SRC=		$(COMPONENT_NAME)
 COMPONENT_ARCHIVE=	$(COMPONENT_NAME)-$(COMPONENT_VERSION).src.tgz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:bcffbf3d128516cc4e1da64485866fbb5f62754f2af8327e7a527855186ba10f
+    sha256:6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7
 COMPONENT_ARCHIVE_URL=	http://rigaux.org/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/hexedit
 
-TPNO=			8957
+TPNO=			18059
 
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
@@ -44,6 +44,10 @@
 COMPONENT_PRE_CONFIGURE_ACTION =  \
         ($(CLONEY) $(SOURCE_DIR) $(@D))
 
+# Without this, initscr32 and w32attrset are undefined at link time.
+# The usual Solaris curses.h vs ncurses/curses.h mess.
+CFLAGS +=			-I/usr/include/ncurses
+
 CFLAGS += "-Dinline"
 
 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
--- a/components/hexedit/patches/destdir.patch	Mon Aug 04 05:50:26 2014 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
---- hexedit/Makefile.in.orig	Mon Apr 25 12:20:14 2011
-+++ hexedit/Makefile.in	Mon Apr 25 12:20:37 2011
-@@ -40,7 +40,7 @@
- 	rm -f Makefile config.h
- 
- install: $(PRODUCT)
--	$(INSTALL) -d -m 755 $(bindir)
--	$(INSTALL) -s -m 755 $(PRODUCT) $(bindir)
--	$(INSTALL) -d -m 755 $(mandir)/man1
--	$(INSTALL) -m 644 $(PRODUCT).1 $(mandir)/man1
-+	$(INSTALL) -d -m 755 $(DESTDIR)/$(bindir)
-+	$(INSTALL) -s -m 755 $(PRODUCT) $(DESTDIR)/$(bindir)
-+	$(INSTALL) -d -m 755 $(DESTDIR)/$(mandir)/man1
-+	$(INSTALL) -m 644 $(PRODUCT).1 $(DESTDIR)/$(mandir)/man1
--- a/components/hexedit/resolve.deps	Mon Aug 04 05:50:26 2014 -0700
+++ b/components/hexedit/resolve.deps	Mon Aug 04 15:38:32 2014 -0700
@@ -1,1 +1,2 @@
+library/ncurses
 system/library