summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2009-09-22 16:34:51 +0000
committerAlin Năstac <mrness@gentoo.org>2009-09-22 16:34:51 +0000
commit65c920e83976283b5dab4e1f03cfc7b587efb0ef (patch)
treeded632f22a4c8d662385af5d766e1c2a576a4626 /net-dialup/hcfpcimodem/files
parentstable sparc, bug 284566 (diff)
downloadgentoo-2-65c920e83976283b5dab4e1f03cfc7b587efb0ef.tar.gz
gentoo-2-65c920e83976283b5dab4e1f03cfc7b587efb0ef.tar.bz2
gentoo-2-65c920e83976283b5dab4e1f03cfc7b587efb0ef.zip
Remove obsolete versions.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup/hcfpcimodem/files')
-rw-r--r--net-dialup/hcfpcimodem/files/hcfpcimodem-1.14-implicit-declarations.patch22
-rw-r--r--net-dialup/hcfpcimodem/files/hcfpcimodem-1.17-gentoo.patch29
-rw-r--r--net-dialup/hcfpcimodem/files/hcfpcimodem-1.18-gentoo.patch29
3 files changed, 0 insertions, 80 deletions
diff --git a/net-dialup/hcfpcimodem/files/hcfpcimodem-1.14-implicit-declarations.patch b/net-dialup/hcfpcimodem/files/hcfpcimodem-1.14-implicit-declarations.patch
deleted file mode 100644
index ca0cb857b138..000000000000
--- a/net-dialup/hcfpcimodem/files/hcfpcimodem-1.14-implicit-declarations.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Nru hcfpcimodem-1.14full.orig/diag/diag.c hcfpcimodem-1.14full/diag/diag.c
---- hcfpcimodem-1.14full.orig/diag/diag.c 2004-12-14 09:50:46.000000000 +0200
-+++ hcfpcimodem-1.14full/diag/diag.c 2007-11-06 00:13:33.000000000 +0200
-@@ -13,6 +13,7 @@
- #include <asm/byteorder.h>
- #include <stdio.h>
- #include <sys/select.h>
-+#include <stdlib.h>
-
- #include "framewrk.h"
- #include "osservices.h"
-diff -Nru hcfpcimodem-1.14full.orig/diag/modemexpert.c hcfpcimodem-1.14full/diag/modemexpert.c
---- hcfpcimodem-1.14full.orig/diag/modemexpert.c 2004-12-14 09:50:39.000000000 +0200
-+++ hcfpcimodem-1.14full/diag/modemexpert.c 2007-11-06 00:13:33.000000000 +0200
-@@ -13,6 +13,7 @@
- #include <errno.h>
- #include <signal.h>
- #include <sys/queue.h>
-+#include <string.h>
-
- #include "framewrk.h"
- #include "osservices.h"
diff --git a/net-dialup/hcfpcimodem/files/hcfpcimodem-1.17-gentoo.patch b/net-dialup/hcfpcimodem/files/hcfpcimodem-1.17-gentoo.patch
deleted file mode 100644
index 9ac0be4dde56..000000000000
--- a/net-dialup/hcfpcimodem/files/hcfpcimodem-1.17-gentoo.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -Nru hcfpcimodem-1.17full.orig/diag/makefile hcfpcimodem-1.17full/diag/makefile
---- hcfpcimodem-1.17full.orig/diag/makefile 2004-12-14 07:50:41.000000000 +0000
-+++ hcfpcimodem-1.17full/diag/makefile 2008-10-18 07:41:51.000000000 +0000
-@@ -10,7 +10,7 @@
- include $(TOP)/config.mak
- -include $(TOP)/modules/imported/makeflags.mak
-
--CFLAGS = -I$(TOP)/modules/imported/include -I$(TOP)/modules/include
-+CFLAGS += -I$(TOP)/modules/imported/include -I$(TOP)/modules/include
- CFLAGS += $(IMPORTED_FRAMEWORK_DEFS) $(IMPORTED_GENERAL_DEFS)
- CFLAGS += -DCNXTTARGET="\"$(CNXTTARGET)\""
-
-@@ -41,13 +41,13 @@
- $(MKDIR) -p $@
-
- $(CNXTTARGET)diag: diag.o modemexpert.o
-- $(CC) -o $@ $^
-+ $(CC) ${LDFLAGS} -o $@ $^
-
- $(CNXTTARGET)scr: scr.o
-- $(CC) -o $@ $^
-+ $(CC) ${CFLAGS} ${LDFLAGS} -o $@ $^
-
- $(CNXTTARGET)dmp: dmp.o
-- $(CC) -o $@ $^
-+ $(CC) ${CFLAGS} ${LDFLAGS} -o $@ $^
-
- clean:
- rm -f *.o $(ALL)
diff --git a/net-dialup/hcfpcimodem/files/hcfpcimodem-1.18-gentoo.patch b/net-dialup/hcfpcimodem/files/hcfpcimodem-1.18-gentoo.patch
deleted file mode 100644
index 91a17314e976..000000000000
--- a/net-dialup/hcfpcimodem/files/hcfpcimodem-1.18-gentoo.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -Nru hcfpcimodem-1.18full.orig/diag/makefile hcfpcimodem-1.18full/diag/makefile
---- hcfpcimodem-1.18full.orig/diag/makefile 2004-12-14 07:50:41.000000000 +0000
-+++ hcfpcimodem-1.18full/diag/makefile 2009-01-12 22:29:02.000000000 +0000
-@@ -10,7 +10,7 @@
- include $(TOP)/config.mak
- -include $(TOP)/modules/imported/makeflags.mak
-
--CFLAGS = -I$(TOP)/modules/imported/include -I$(TOP)/modules/include
-+CFLAGS += -I$(TOP)/modules/imported/include -I$(TOP)/modules/include
- CFLAGS += $(IMPORTED_FRAMEWORK_DEFS) $(IMPORTED_GENERAL_DEFS)
- CFLAGS += -DCNXTTARGET="\"$(CNXTTARGET)\""
-
-@@ -41,13 +41,13 @@
- $(MKDIR) -p $@
-
- $(CNXTTARGET)diag: diag.o modemexpert.o
-- $(CC) -o $@ $^
-+ $(CC) ${LDFLAGS} -o $@ $^
-
- $(CNXTTARGET)scr: scr.o
-- $(CC) -o $@ $^
-+ $(CC) ${CFLAGS} ${LDFLAGS} -o $@ $^
-
- $(CNXTTARGET)dmp: dmp.o
-- $(CC) -o $@ $^
-+ $(CC) ${CFLAGS} ${LDFLAGS} -o $@ $^
-
- clean:
- rm -f *.o $(ALL)