Date: Thu, 16 Mar 2017 07:21:23 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436262 - head/devel/libdisasm Message-ID: <201703160721.v2G7LNEV001526@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Thu Mar 16 07:21:23 2017 New Revision: 436262 URL: https://svnweb.freebsd.org/changeset/ports/436262 Log: - Remove bogus ONLY_FOR_ARCHS: there is nothing x86-specific about this library (apart from supported instruction set) and it runs just fine on e.g. PowerPC - Try to come up with slightly less obnoxious COMMENT and reformat port description text for better looks Modified: head/devel/libdisasm/Makefile head/devel/libdisasm/pkg-descr Modified: head/devel/libdisasm/Makefile ============================================================================== --- head/devel/libdisasm/Makefile Thu Mar 16 07:18:39 2017 (r436261) +++ head/devel/libdisasm/Makefile Thu Mar 16 07:21:23 2017 (r436262) @@ -8,13 +8,11 @@ CATEGORIES= devel MASTER_SITES= SF/bastard/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Bastard Disassembly Environment x86 disassembler library and CLI +COMMENT= Intel x86 instructions disassembler utility and library LICENSE= ART10 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= i386 amd64 - USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/libdisasm/pkg-descr ============================================================================== --- head/devel/libdisasm/pkg-descr Thu Mar 16 07:18:39 2017 (r436261) +++ head/devel/libdisasm/pkg-descr Thu Mar 16 07:21:23 2017 (r436262) @@ -1,8 +1,7 @@ -The libdisasm library provides basic disassembly of Intel x86 -instructions from a binary stream. The intent is to provide an easy to -use disassembler which can be called from any application; the -disassembly can be produced in AT&T syntax and Intel syntax, as well as -in an intermediate format which includes detailed instruction and -operand type information. +The libdisasm library provides basic disassembly of Intel x86 instructions +from a binary stream. The intent is to provide an easy to use disassembler +which can be called from any application; the disassembly can be produced +in AT&T syntax and Intel syntax, as well as in an intermediate format which +includes detailed instruction and operand type information. WWW: http://bastard.sourceforge.net/libdisasm.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703160721.v2G7LNEV001526>