SF.net SVN: gar:[23957] csw/mgar/pkg/hexdump/trunk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Aug 10 16:47:22 CEST 2014
Revision: 23957
http://sourceforge.net/p/gar/code/23957
Author: wahwah
Date: 2014-08-10 14:47:21 +0000 (Sun, 10 Aug 2014)
Log Message:
-----------
hexdump/trunk: Version bump, switch to GCC (stdbool.h)
Modified Paths:
--------------
csw/mgar/pkg/hexdump/trunk/Makefile
csw/mgar/pkg/hexdump/trunk/checksums
Property Changed:
----------------
csw/mgar/pkg/hexdump/trunk/Makefile
Modified: csw/mgar/pkg/hexdump/trunk/Makefile
===================================================================
--- csw/mgar/pkg/hexdump/trunk/Makefile 2014-08-10 14:12:40 UTC (rev 23956)
+++ csw/mgar/pkg/hexdump/trunk/Makefile 2014-08-10 14:47:21 UTC (rev 23957)
@@ -1,10 +1,10 @@
+# $Id$
+
NAME = hexdump
-VERSION = 1.7
+VERSION = 1.8
GARTYPE = v2
DESCRIPTION = A hex dumper that can handle EBCDIC
-define BLURB
-endef
MASTER_SITES = http://www.catb.org/~esr/hexdump/
DISTFILES = $(NAME)-$(VERSION).tar.gz
@@ -14,10 +14,14 @@
TEST_SCRIPTS =
INSTALL_SCRIPTS = custom
+GARCOMPILER = GNU
+
# hexdump Makefile only uses $(CC), not $(CFLAGS)
-BUILD_ARGS = CC='$(CC) $(CFLAGS)'
+BUILD_ARGS = CC='$(CC) $(CFLAGS) -std=c99'
NORUNPATH = 1
+PACKAGING_PLATFORMS = solaris9-i386 solaris9-sparc
+
include gar/category.mk
install-custom:
Property changes on: csw/mgar/pkg/hexdump/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: csw/mgar/pkg/hexdump/trunk/checksums
===================================================================
--- csw/mgar/pkg/hexdump/trunk/checksums 2014-08-10 14:12:40 UTC (rev 23956)
+++ csw/mgar/pkg/hexdump/trunk/checksums 2014-08-10 14:47:21 UTC (rev 23957)
@@ -1 +1 @@
-c9c06ff710f46a0da258426f775437f7 hexdump-1.7.tar.gz
+6e9a9e060ec892790fdf4358dc550f97 hexdump-1.8.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list