summaryrefslogtreecommitdiff
path: root/archivers/hpack.non-usa.only
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-04-07 01:42:21 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-04-07 01:42:21 +0000
commit49fbf6304c9e4261ce70a7802b432f923e1b5add (patch)
treec50f748ca49e5d36175fc96c3805f6a5ad980155 /archivers/hpack.non-usa.only
parentAdd bdfresize 1.5, a tool for resizing BDF format font. (diff)
Distfile moved
Honor CFLAGS
Notes
Notes: svn path=/head/; revision=40980
Diffstat (limited to 'archivers/hpack.non-usa.only')
-rw-r--r--archivers/hpack.non-usa.only/Makefile2
-rw-r--r--archivers/hpack.non-usa.only/files/patch-ac15
-rw-r--r--archivers/hpack.non-usa.only/files/patch-aj17
3 files changed, 26 insertions, 8 deletions
diff --git a/archivers/hpack.non-usa.only/Makefile b/archivers/hpack.non-usa.only/Makefile
index 26c57f451b74..4f4909bd8060 100644
--- a/archivers/hpack.non-usa.only/Makefile
+++ b/archivers/hpack.non-usa.only/Makefile
@@ -8,7 +8,7 @@
PORTNAME= hpack
PORTVERSION= 0.79a
CATEGORIES= archivers
-MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/
+MASTER_SITES= ftp://src.doc.ic.ac.uk/Mirrors/sunsite.doc.ic.ac.uk/hpack/
DISTNAME= hpack79src
MAINTAINER= ache@FreeBSD.org
diff --git a/archivers/hpack.non-usa.only/files/patch-ac b/archivers/hpack.non-usa.only/files/patch-ac
index ea8ec3eadb4b..a5e40b969b24 100644
--- a/archivers/hpack.non-usa.only/files/patch-ac
+++ b/archivers/hpack.non-usa.only/files/patch-ac
@@ -1,5 +1,14 @@
---- keycvt/makefile.orig Mon May 17 16:43:30 1993
-+++ keycvt/makefile Tue Dec 28 20:01:38 1999
+--- keycvt/makefile.orig Tue May 18 01:43:30 1993
++++ keycvt/makefile Sat Apr 7 05:29:54 2001
+@@ -48,7 +48,7 @@
+
+ PROJ = keycvt
+
+-CFLAGS = -c $(DEFINES) -O -I. $(CMDC) # Flags for compiler
++CFLAGS += -c $(DEFINES) -I. $(CMDC) # Flags for compiler
+
+ LFLAGS = -o $(PROJ) $(CMDL) # Flags for linker
+
@@ -60,6 +60,7 @@
LS = ls -l # Directory command
ECHO = echo # Echo to screen command
@@ -23,7 +32,7 @@
@$(MAKE) keycvt CC="cc"
+
+freebsd:
-+ @$(MAKE) $(PROJ) CMDC="-O2"
++ @$(MAKE) $(PROJ)
+
+freebsd.install:
+ $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) $(PROJ) $(PREFIX)/bin
diff --git a/archivers/hpack.non-usa.only/files/patch-aj b/archivers/hpack.non-usa.only/files/patch-aj
index 6e632e5cb315..db7a2fc57dcf 100644
--- a/archivers/hpack.non-usa.only/files/patch-aj
+++ b/archivers/hpack.non-usa.only/files/patch-aj
@@ -1,5 +1,14 @@
---- makefile.orig Tue Aug 10 10:47:06 1993
-+++ makefile Tue Dec 28 20:01:38 1999
+--- makefile.orig Tue Aug 10 19:47:06 1993
++++ makefile Sat Apr 7 05:32:44 2001
+@@ -42,7 +42,7 @@
+
+ PROJ = hpack
+
+-CFLAGS = -c -D__UNIX__ -O -I. $(CMDC) # Flags for compiler
++CFLAGS += -c -D__UNIX__ -I. $(CMDC) # Flags for compiler
+
+ LFLAGS = -o $(PROJ) -lcurses $(CMDL) # Flags for linker
+
@@ -55,6 +55,7 @@
ECHO = echo # Echo to screen command
MAKE = make # The make command
@@ -23,8 +32,8 @@
@$(MAKE) hpack CMDC="-DCONVEX" CC="cc"
+
+freebsd:
-+ @$(MAKE) $(PROJ) CMDC="-O2" LFLAGS="-o $(PROJ) -ltermcap"
-+ cd keycvt; $(MAKE) freebsd
++ @make $(PROJ) LFLAGS="-o $(PROJ) -ltermcap"
++ cd keycvt; make freebsd
+
+freebsd.install:
+ -@mkdir -p ${PREFIX}/bin