Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2014 08:41:52 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362638 - head/cad/geda
Message-ID:  <201407230841.s6N8fqND026175@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jul 23 08:41:52 2014
New Revision: 362638
URL: http://svnweb.freebsd.org/changeset/ports/362638
QAT: https://qat.redports.org/buildarchive/r362638/

Log:
  - Switch to USES=libtool, drop .la files
  - Fix plist

Modified:
  head/cad/geda/Makefile
  head/cad/geda/pkg-plist

Modified: head/cad/geda/Makefile
==============================================================================
--- head/cad/geda/Makefile	Wed Jul 23 08:39:51 2014	(r362637)
+++ head/cad/geda/Makefile	Wed Jul 23 08:41:52 2014	(r362638)
@@ -3,6 +3,7 @@
 
 PORTNAME=	geda
 PORTVERSION=	1.8.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	cad
 MASTER_SITES=	http://ftp.geda-project.org/geda-gaf/stable/%SUBDIR%/
@@ -20,8 +21,8 @@ RUN_DEPENDS=	gawk:${PORTSDIR}/lang/gawk
 
 OPTIONS_DEFINE=	DOCS
 
-USES=		desktop-file-utils gettext gmake pathfix perl5 pkgconfig \
-		shared-mime-info shebangfix
+USES=		desktop-file-utils gettext gmake pathfix libtool perl5 \
+		pkgconfig shared-mime-info shebangfix
 SHEBANG_FILES=	examples/lightning_detector/bom libgeda/docs/*.dox \
 		utils/gxyrs/*.pl utils/scripts/* \
 		utils/docs/*.dox gattrib/docs/*.dox \
@@ -30,7 +31,7 @@ SHEBANG_FILES=	examples/lightning_detect
 USE_GNOME=	gtk20
 USE_PERL5=	run
 USE_PYTHON=	run
-USE_AUTOTOOLS=	libtool
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libstroke=${LOCALBASE}
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes

Modified: head/cad/geda/pkg-plist
==============================================================================
--- head/cad/geda/pkg-plist	Wed Jul 23 08:39:51 2014	(r362637)
+++ head/cad/geda/pkg-plist	Wed Jul 23 08:41:52 2014	(r362638)
@@ -32,10 +32,9 @@ include/libgeda/o_types.h
 include/libgeda/papersizes.h
 include/libgeda/prototype.h
 include/libgeda/struct.h
-lib/libgeda.a
-lib/libgeda.la
 lib/libgeda.so
 lib/libgeda.so.42
+lib/libgeda.so.42.0.1
 libdata/pkgconfig/libgeda.pc
 man/man1/convert_sym.1.gz
 man/man1/garchive.1.gz
@@ -2342,6 +2341,7 @@ share/mime/application/x-geda-gsch2pcb-p
 share/mime/application/x-geda-schematic.xml
 share/mime/application/x-geda-symbol.xml
 share/mime/packages/libgeda.xml
+@dirrmtry share/mime/application
 @dirrm %%DATADIR%%/sym/xilinx
 @dirrm %%DATADIR%%/sym/vhdl
 @dirrm %%DATADIR%%/sym/verilog



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407230841.s6N8fqND026175>