1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

* Fix build with clang.

* Remove gmake warning.
* Drop maintainership.
This commit is contained in:
Christian Weisgerber 2013-09-07 17:13:46 +00:00
parent e209b76782
commit 08be707141
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326657
3 changed files with 24 additions and 1 deletions

View File

@ -5,7 +5,7 @@ PORTVERSION= 1.52
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.berlios.de/pub/sdd/
MAINTAINER= naddy@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Faster and improved version of dd
USES= gmake

View File

@ -0,0 +1,11 @@
--- RULES/mk-gmake.id.orig 2004-08-03 23:33:18.000000000 +0200
+++ RULES/mk-gmake.id 2013-09-07 17:37:34.000000000 +0200
@@ -37,7 +37,7 @@ MAKEPROG= gmake
ifndef ARCH_DONE
-__gmake_warn:= $(shell cat $(SRCROOT)/$(RULESDIR)/gmake.wrn 1>&2; sleep 15)
+__gmake_warn:= :
_MACHCMD= (mach || uname -p || true) 2> /dev/null
_ARCHCMD= (arch || /usr/ucb/arch || true) 2> /dev/null

View File

@ -0,0 +1,12 @@
--- inc/avoffset.c.orig 2004-05-09 13:06:08.000000000 +0200
+++ inc/avoffset.c 2013-09-07 19:06:44.000000000 +0200
@@ -78,6 +78,9 @@ main(ac, av)
signal(SIGBUS, handler);
#endif
signal(SIGSEGV, handler);
+#ifdef SIGILL
+ signal(SIGILL, handler);
+#endif
printf("/*\n");
printf(" * This file has been generated automatically\n");