FreeBSD Bugzilla – Attachment 7035 Details for
Bug 15533
Update port: devel/asl to 1.41r8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.78 KB, created by
tkato
on 1999-12-17 19:50:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
1999-12-17 19:50:03 UTC
Size:
3.78 KB
patch
obsolete
>diff -urN /usr/ports/devel/asl/Makefile devel/asl/Makefile >--- /usr/ports/devel/asl/Makefile Wed Aug 25 19:13:47 1999 >+++ devel/asl/Makefile Fri Dec 17 05:01:39 1999 >@@ -1,12 +1,12 @@ >-# New ports collection makefile for: asl >-# Version required: 1.41r7 >-# Date created: 18 June 1997 >-# Whom: Thomas Gellekum <tg@freebsd.org> >+# New ports collection makefile for: asl >+# Version required: 1.41r8 >+# Date created: 18 June 1997 >+# Whom: Thomas Gellekum <tg@freebsd.org> > # > # $FreeBSD: ports/devel/asl/Makefile,v 1.7 1999/08/25 05:47:21 obrien Exp $ > # > >-DISTNAME= asl-1.41r7 >+DISTNAME= asl-1.41r8 > CATEGORIES= devel > MASTER_SITES= ${MASTER_SITE_SUNSITE} \ > ftp://john.ccac.rwth-aachen.de/pub/as/source/c_version/ >@@ -22,7 +22,7 @@ > ${CP} ${FILESDIR}/Makefile.def ${WRKSRC} > > post-install: >- ${MKDIR} ${PREFIX}/share/doc/asl >+ @${MKDIR} ${PREFIX}/share/doc/asl > ${INSTALL_DATA} ${WRKSRC}/doc_EN/* ${PREFIX}/share/doc/asl > > .include <bsd.port.mk> >diff -urN /usr/ports/devel/asl/files/Makefile.def devel/asl/files/Makefile.def >--- /usr/ports/devel/asl/files/Makefile.def Sat Jun 27 07:14:12 1998 >+++ devel/asl/files/Makefile.def Fri Dec 17 05:04:53 1999 >@@ -2,7 +2,7 @@ > # choose your compiler (must be ANSI-compliant!) and linker command, plus > # any additionally needed flags > >-LD = cc >+LD = ${CC} > LDFLAGS = -s > > # ------------------------------------------------------------------------- >diff -urN /usr/ports/devel/asl/files/md5 devel/asl/files/md5 >--- /usr/ports/devel/asl/files/md5 Fri Jun 26 07:37:33 1998 >+++ devel/asl/files/md5 Fri Dec 17 05:03:44 1999 >@@ -1 +1 @@ >-MD5 (asl-1.41r7.tar.gz) = d2741dbc539905e05255bb9926c3948b >+MD5 (asl-1.41r8.tar.gz) = f8b34f1acb48663243402b43f6070fd3 >diff -urN /usr/ports/devel/asl/patches/patch-aa devel/asl/patches/patch-aa >--- /usr/ports/devel/asl/patches/patch-aa Thu Jun 25 23:06:56 1998 >+++ devel/asl/patches/patch-aa Thu Jan 1 09:00:00 1970 >@@ -1,52 +0,0 @@ >---- makedefs.str.orig Wed Feb 18 10:31:49 1998 >-+++ makedefs.str Thu Jun 25 15:30:48 1998 >-@@ -1,41 +1,41 @@ >- ioerrs.$(OBJEXTENSION): ioerrs.rsc >- >- ioerrs.msg ioerrs.rsc: ioerrs.res header.res $(RESCOMPTARGET) >-- $(RESCOMPTARGET) ioerrs.res ioerrs.msg ioerrs.rsc >-+ ./$(RESCOMPTARGET) ioerrs.res ioerrs.msg ioerrs.rsc >- >- cmdarg.$(OBJEXTENSION): cmdarg.rsc >- >- cmdarg.msg cmdarg.rsc: cmdarg.res header.res $(RESCOMPTARGET) >-- $(RESCOMPTARGET) cmdarg.res cmdarg.msg cmdarg.rsc >-+ ./$(RESCOMPTARGET) cmdarg.res cmdarg.msg cmdarg.rsc >- >- toolutils.$(OBJEXTENSION): tools.rsc >- >- tools.msg tools.rsc: tools.res header.res $(RESCOMPTARGET) >-- $(RESCOMPTARGET) tools.res tools.msg tools.rsc >-+ ./$(RESCOMPTARGET) tools.res tools.msg tools.rsc >- >- as.$(OBJEXTENSION) asminclist.$(OBJEXTENSION) asmmac.$(OBJEXTENSION) asmpars.$(OBJEXTENSION) asmsub.$(OBJEXTENSION): as.rsc >- >- as.msg as.rsc: as.res header.res $(RESCOMPTARGET) >-- $(RESCOMPTARGET) as.res as.msg as.rsc >-+ ./$(RESCOMPTARGET) as.res as.msg as.rsc >- >- plist.$(OBJEXTENSION): plist.rsc >- >- plist.msg plist.rsc: plist.res tools2.res header.res $(RESCOMPTARGET) >-- $(RESCOMPTARGET) plist.res plist.msg plist.rsc >-+ ./$(RESCOMPTARGET) plist.res plist.msg plist.rsc >- >- pbind.$(OBJEXTENSION): pbind.rsc >- >- pbind.msg pbind.rsc: pbind.res tools2.res header.res $(RESCOMPTARGET) >-- $(RESCOMPTARGET) pbind.res pbind.msg pbind.rsc >-+ ./$(RESCOMPTARGET) pbind.res pbind.msg pbind.rsc >- >- p2hex.$(OBJEXTENSION): p2hex.rsc >- >- p2hex.msg p2hex.rsc: p2hex.res tools2.res header.res $(RESCOMPTARGET) >-- $(RESCOMPTARGET) p2hex.res p2hex.msg p2hex.rsc >-+ ./$(RESCOMPTARGET) p2hex.res p2hex.msg p2hex.rsc >- >- p2bin.$(OBJEXTENSION): p2bin.rsc >- >- p2bin.msg p2bin.rsc: p2bin.res tools2.res header.res $(RESCOMPTARGET) >-- $(RESCOMPTARGET) p2bin.res p2bin.msg p2bin.rsc >-+ ./$(RESCOMPTARGET) p2bin.res p2bin.msg p2bin.rsc >- >- tex2doc.$(OBJEXTENSION): ushyph.h grhyph.h
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15533
: 7035