svn commit: r436262 - head/devel/libdisasm

Alexey Dokuchaev danfe at FreeBSD.org
Thu Mar 16 07:21:25 UTC 2017


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 at 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


More information about the svn-ports-head mailing list