diff options
author | trevor <trevor@FreeBSD.org> | 2003-10-29 11:48:57 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-10-29 11:48:57 +0800 |
commit | 3c5e5d6a90f5a5a517d2ca339fa2f0330ca3f69b (patch) | |
tree | 4dca84bd9c8cad3be63141aaefddca6552c109e1 /devel | |
parent | f3b785d118f0614507fffe5f38a02e92cbeb1e91 (diff) | |
download | freebsd-ports-gnome-3c5e5d6a90f5a5a517d2ca339fa2f0330ca3f69b.tar.gz freebsd-ports-gnome-3c5e5d6a90f5a5a517d2ca339fa2f0330ca3f69b.tar.zst freebsd-ports-gnome-3c5e5d6a90f5a5a517d2ca339fa2f0330ca3f69b.zip |
version 0.16.13
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bin86/Makefile | 2 | ||||
-rw-r--r-- | devel/bin86/distinfo | 2 | ||||
-rw-r--r-- | devel/bin86/files/patch-as_Makefile | 20 | ||||
-rw-r--r-- | devel/bin86/files/patch-ld_Makefile | 25 |
4 files changed, 2 insertions, 47 deletions
diff --git a/devel/bin86/Makefile b/devel/bin86/Makefile index d5766ff0c50d..3a99aca35b85 100644 --- a/devel/bin86/Makefile +++ b/devel/bin86/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bin86 -PORTVERSION= 0.16.0 +PORTVERSION= 0.16.13 CATEGORIES= devel MASTER_SITES= http://www.cix.co.uk/~mayday/dev86/ diff --git a/devel/bin86/distinfo b/devel/bin86/distinfo index 32f64779a799..1835047ef1a4 100644 --- a/devel/bin86/distinfo +++ b/devel/bin86/distinfo @@ -1 +1 @@ -MD5 (bin86-0.16.0.tar.gz) = 9f999e38dbd6bbdd79701853c44737cb +MD5 (bin86-0.16.13.tar.gz) = 8b60008bcc249f1c7e1b0e532fbcef2d diff --git a/devel/bin86/files/patch-as_Makefile b/devel/bin86/files/patch-as_Makefile deleted file mode 100644 index fe870fea910d..000000000000 --- a/devel/bin86/files/patch-as_Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- as/Makefile.orig Sat Jan 6 01:52:28 2001 -+++ as/Makefile Fri Jul 31 01:53:43 1998 -@@ -12,13 +12,13 @@ - all: as86 as86_encap - - as86: $(OBJS) -- $(CC) $(LDFLAGS) $(OBJS) -o $@ -+ $(CC) $(LDFLAGS) $(OBJS) -o as86 - - as86_encap: as86_encap.sh - sed -e "s:%%LIBDIR%%:$(LIBDIR):" -e "s:%%BINDIR%%:$(BINDIR):" \ -- < $^ > tmp -- @mv -f tmp $@ -- chmod +x $@ -+ < as86_encap.sh > tmp -+ @mv -f tmp as86_encap -+ chmod +x as86_encap - - install: all - install -d $(LIBDIR) diff --git a/devel/bin86/files/patch-ld_Makefile b/devel/bin86/files/patch-ld_Makefile deleted file mode 100644 index 3030e24cb0e0..000000000000 --- a/devel/bin86/files/patch-ld_Makefile +++ /dev/null @@ -1,25 +0,0 @@ ---- ld/Makefile.orig Sat Jan 6 02:02:20 2001 -+++ ld/Makefile Fri Jul 31 02:01:01 1998 -@@ -21,11 +21,11 @@ - all: ld86 objchop catimage objdump86 - - ld86: $(OBJS) -- $(CC) $(LDFLAGS) $^ -o $@ -+ $(CC) $(LDFLAGS) $(OBJS) -o $@ - - install: ld86 - install -d $(LIBDIR) -- install -m 755 $^ $(LIBDIR) -+ install -m 755 ld86 $(LIBDIR) - - clean realclean clobber: - rm -f *.o ld86 ld86r objchop catimage objdump86 -@@ -39,7 +39,7 @@ - ln ../libc/include/ar.h . - - writebin.o: writebin.c -- $(CC) $(CFLAGS) $(DEFS) $(NATIVE) -c $< -+ $(CC) $(CFLAGS) $(DEFS) $(NATIVE) -c writebin.c - - writerel.o: writebin.c - |