svn commit: r321042 - head/devel/udis86

Brendan Fabeny bf at FreeBSD.org
Sun Jun 16 12:18:58 UTC 2013


Author: bf
Date: Sun Jun 16 12:18:57 2013
New Revision: 321042
URL: http://svnweb.freebsd.org/changeset/ports/321042

Log:
  build and install the shared library
  
  Submitted by: sbz

Modified:
  head/devel/udis86/Makefile
  head/devel/udis86/pkg-plist   (contents, props changed)

Modified: head/devel/udis86/Makefile
==============================================================================
--- head/devel/udis86/Makefile	Sun Jun 16 11:46:51 2013	(r321041)
+++ head/devel/udis86/Makefile	Sun Jun 16 12:18:57 2013	(r321042)
@@ -3,6 +3,7 @@
 
 PORTNAME=	udis86
 PORTVERSION=	1.7.1
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION:R}
@@ -13,9 +14,10 @@ COMMENT=	Minimalistic x86 and x86-64 dis
 LICENSE=	BSD
 
 USE_GMAKE=	yes
+USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--without-sphinx-build
+CONFIGURE_ARGS=	--without-sphinx-build  --enable-shared
 
 INFO=		udis86
 PORTDOCS=	x86

Modified: head/devel/udis86/pkg-plist
==============================================================================
--- head/devel/udis86/pkg-plist	Sun Jun 16 11:46:51 2013	(r321041)
+++ head/devel/udis86/pkg-plist	Sun Jun 16 12:18:57 2013	(r321042)
@@ -1,6 +1,8 @@
 bin/udcli
 lib/libudis86.a
 lib/libudis86.la
+lib/libudis86.so
+lib/libudis86.so.0
 include/udis86.h
 include/libudis86/extern.h
 include/libudis86/itab.h


More information about the svn-ports-all mailing list