FreeBSD Bugzilla – Attachment 130277 Details for
Bug 174183
devel/tpasm: Update to version 1.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel_tpasm.diff
devel_tpasm.diff (text/x-diff), 2.80 KB, created by
tkato432
on 2012-12-26 18:00:00 UTC
(
hide
)
Description:
devel_tpasm.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-12-26 18:00:00 UTC
Size:
2.80 KB
patch
obsolete
>diff -urN /usr/ports/devel/tpasm/Makefile devel/tpasm/Makefile >--- /usr/ports/devel/tpasm/Makefile 2012-11-08 04:56:08.000000000 +0900 >+++ devel/tpasm/Makefile 2012-12-26 23:12:08.000000000 +0900 >@@ -1,12 +1,8 @@ >-# New ports collection makefile for: tpasm >-# Date created: 13 Feb 2003 >-# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> >-# >+# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru> > # $FreeBSD: head/devel/tpasm/Makefile 300896 2012-07-14 13:54:48Z beat $ >-# > > PORTNAME= tpasm >-PORTVERSION= 1.6 >+PORTVERSION= 1.8 > CATEGORIES= devel > MASTER_SITES= ftp://ftp.ct0.com/pub/ > DISTNAME= ${PORTNAME}${PORTVERSION} >@@ -18,21 +14,32 @@ > LICENSE= GPLv2 > > USE_GMAKE= yes >+MAKE_JOBS_SAFE= yes >+ > PORTDOCS= * > PORTEXAMPLES= * > >+post-patch: >+ @${REINPLACE_CMD} -e \ >+ 's|-O2|| ; \ >+ s|CFLAGS=|CFLAGS+=| ; \ >+ s|$$(CC) -O|$$(CXX) $$(LDFLAGS)| ; \ >+ s|-lstdc++||' ${WRKSRC}/Makefile >+ > do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin >+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin) > @${MKDIR} ${PREFIX}/libdata/${PORTNAME} >- ${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/libdata/${PORTNAME} >+ (cd ${WRKSRC}/include \ >+ && ${INSTALL_DATA} * ${PREFIX}/libdata/${PORTNAME}) > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/CONVERSION_C166.TXT ${WRKSRC}/MANUAL.TXT \ >- ${WRKSRC}/README*.TXT ${DOCSDIR} >+.for i in CONVERSION_C166.TXT MANUAL.TXT README*.TXT >+ (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}) >+.endfor > .endif > .if !defined(NOPORTEXAMPLES) > @${MKDIR} ${EXAMPLESDIR} >- ${INSTALL_DATA} ${WRKSRC}/samples/* ${EXAMPLESDIR} >+ (cd ${WRKSRC}/samples && ${INSTALL_DATA} * ${EXAMPLESDIR}) > .endif > > .include <bsd.port.mk> >diff -urN /usr/ports/devel/tpasm/distinfo devel/tpasm/distinfo >--- /usr/ports/devel/tpasm/distinfo 2012-11-08 04:56:08.000000000 +0900 >+++ devel/tpasm/distinfo 2012-12-26 23:15:14.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (tpasm1.6.tgz) = eab97ef41e8b63c2d05d384cefe9fc89fad4890f904a9f6acf14a10728fa7e63 >-SIZE (tpasm1.6.tgz) = 188901 >+SHA256 (tpasm1.8.tgz) = 2664b76a5eccd5ee8d32a712cadb074f3d94f95cfaff729980e5626fd95c1921 >+SIZE (tpasm1.8.tgz) = 191556 >diff -urN /usr/ports/devel/tpasm/files/patch-Makefile devel/tpasm/files/patch-Makefile >--- /usr/ports/devel/tpasm/files/patch-Makefile 2012-11-08 04:56:09.000000000 +0900 >+++ devel/tpasm/files/patch-Makefile 1970-01-01 09:00:00.000000000 +0900 >@@ -1,13 +0,0 @@ >---- Makefile.orig Thu Feb 13 19:58:06 2003 >-+++ Makefile Thu Feb 13 19:58:18 2003 >-@@ -17,8 +17,8 @@ >- >- # new gnu compilers have a really annoying default behavior of wrapping >- # error message lines. The default should be NO-WRAPPING. >--OPTIONS=-O2 -Wall -x c++ -fmessage-length=0 -fno-exceptions >--CFLAGS=$(INCLUDES) $(OPTIONS) >-+OPTIONS=-x c++ -fmessage-length=0 -fno-exceptions >-+CFLAGS+=$(INCLUDES) $(OPTIONS) >- >- OBJECTS = \ >- globals.o \
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 174183
:
130276
| 130277