FreeBSD Bugzilla – Attachment 196790 Details for
Bug 231095
[MAINTAINER] textproc/ml1: upgrade to 4.12 and fix for amd64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patches to files in port directory (1 new file)
ml1.diff (text/plain), 2.38 KB, created by
Bob Eager
on 2018-09-02 13:17:01 UTC
(
hide
)
Description:
Patches to files in port directory (1 new file)
Filename:
MIME Type:
Creator:
Bob Eager
Created:
2018-09-02 13:17:01 UTC
Size:
2.38 KB
patch
obsolete
>===> Generating patch >===> Viewing diff with cdiff -s -w 0 >diff -ruN ../ml1.orig/Makefile ./Makefile >--- ../ml1.orig/Makefile 2016-09-14 01:09:45.000000000 +0100 >+++ ./Makefile 2018-09-02 12:11:23.151293000 +0100 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/textproc/ml1/Makefile 422089 2016-09-14 00:09:45Z cpm $ > > PORTNAME= ml1 >-PORTVERSION= 4.11 >+PORTVERSION= 4.12 > CATEGORIES= textproc > MASTER_SITES= http://www.ml1.org.uk/distfiles/ \ > http://www.ancientgeek.org.uk/distfiles/ >@@ -12,11 +12,25 @@ > > LICENSE= BSD3CLAUSE > >-PLIST_FILES= bin/ml1 man/man1/ml1.1.gz >+OPTIONS_DEFINE= DOCS >+ >+.include <bsd.port.pre.mk> >+ >+post-patch: >+.if ${ARCH} == amd64 >+ @${REINPLACE_CMD} \ >+ -e '/^#define FBSD32/s/1/0/' \ >+ -e '/^#define FBSD64/s/0/1/'\ >+ ${WRKSRC}/ml1.h >+.endif > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/ml1 ${STAGEDIR}${PREFIX}/bin > ${INSTALL_MAN} ${WRKSRC}/ml1.1.gz \ > ${STAGEDIR}${MANPREFIX}/man/man1 > >-.include <bsd.port.mk> >+do-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) >+ >+.include <bsd.port.post.mk> >diff -ruN ../ml1.orig/distinfo ./distinfo >--- ../ml1.orig/distinfo 2016-05-02 16:04:02.000000000 +0100 >+++ ./distinfo 2018-09-02 12:20:37.976310000 +0100 >@@ -1,2 +1,3 @@ >-SHA256 (ml1-4.11.tar.gz) = d52cf77df8340f944f9cfa7d3ed37d37f19ac648db86feceda2175c915d1615d >-SIZE (ml1-4.11.tar.gz) = 37706 >+TIMESTAMP = 1535887237 >+SHA256 (ml1-4.12.tar.gz) = 69d7d80b8f72f031412ac17e12ca54d8d962f6a297cbb9ca104594666678ad52 >+SIZE (ml1-4.12.tar.gz) = 587730 >diff -ruN ../ml1.orig/pkg-message ./pkg-message >--- ../ml1.orig/pkg-message 2014-01-22 15:52:06.000000000 +0000 >+++ ./pkg-message 2018-09-02 12:03:30.355532000 +0100 >@@ -1,7 +1,2 @@ >-================================================================================ >- >- ML/I documentation (in HTML and PDF) can be found at: >- >- http://www.ml1.org.uk >- >-================================================================================ >+Additional ML/I documentation (in HTML and PDF) can be found at: >+ http://www.ml1.org.uk >diff -ruN ../ml1.orig/pkg-plist ./pkg-plist >--- ../ml1.orig/pkg-plist 1970-01-01 01:00:00.000000000 +0100 >+++ ./pkg-plist 2018-09-02 12:12:33.862755000 +0100 >@@ -0,0 +1,6 @@ >+bin/ml1 >+man/man1/ml1.1.gz >+%%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%DOCSDIR%%/ml1sig.pdf >+%%PORTDOCS%%%%DOCSDIR%%/ml1tut.pdf >+%%PORTDOCS%%%%DOCSDIR%%/ml1user.pdf >====> Cleaning up >===> Done
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 231095
: 196790