mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update to 1.5 which has been around for quite a while now
This commit is contained in:
parent
44d413ff74
commit
26fe2b7f5d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140330
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mk
|
||||
PORTVERSION= 1.4
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.cminusminus.org/download/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (mk-1.4.tar.gz) = a7ce754eee8b5125209cdbd68cf3a4ce
|
||||
SIZE (mk-1.4.tar.gz) = 260977
|
||||
MD5 (mk-1.5.tar.gz) = 713b737855f84005bfb2821aba87fcce
|
||||
SIZE (mk-1.5.tar.gz) = 260584
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- lib/9/Makefile.orig Sun Oct 19 01:51:44 2003
|
||||
+++ lib/9/Makefile Sun Oct 19 01:51:50 2003
|
||||
@@ -16,7 +16,7 @@
|
||||
newprint.o
|
||||
|
||||
TARG=../lib9.a
|
||||
-CFLAGS=-g -I../../include
|
||||
+CFLAGS+=-g -I../../include
|
||||
|
||||
all: $(TARG)
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- lib/bio/Makefile.orig Sun Oct 19 01:51:44 2003
|
||||
+++ lib/bio/Makefile Sun Oct 19 01:51:55 2003
|
||||
@@ -12,7 +12,7 @@
|
||||
OFILES=bflush.o bgetc.o bgetrune.o binit.o bprint.o bputc.o bwrite.o
|
||||
|
||||
TARG=../libbio.a
|
||||
-CFLAGS=-g -I../../include
|
||||
+CFLAGS+=-g -I../../include
|
||||
|
||||
all: $(TARG)
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- lib/regexp/Makefile.orig Sun Oct 19 01:51:44 2003
|
||||
+++ lib/regexp/Makefile Sun Oct 19 01:51:59 2003
|
||||
@@ -8,7 +8,7 @@
|
||||
OFILES=regaux.o regcomp.o regexec.o regsub.o
|
||||
|
||||
TARG=../libregexp.a
|
||||
-CFLAGS=-g -I../../include
|
||||
+CFLAGS+=-g -I../../include
|
||||
|
||||
all: $(TARG)
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/Makefile.orig Sun Oct 19 01:50:46 2003
|
||||
+++ src/Makefile Sun Oct 19 01:50:14 2003
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
|
||||
TARG=../mk
|
||||
-CFLAGS=-g -I../include
|
||||
+CFLAGS+=-g -I../include
|
||||
|
||||
$(TARG): $(OFILES) ../lib/libregexp.a ../lib/libbio.a ../lib/lib9.a
|
||||
$(CC) -o $(TARG) $(OFILES) -L../lib -lregexp -lbio -l9
|
Loading…
Reference in New Issue
Block a user