Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Aug 2005 11:47:51 +0400
From:      Andrej Zverev <az@inec.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84690: [update] cad/admesh - use PLIST and respect CFLAGS
Message-ID:  <E1E2Opz-000N9E-BY@az.inec.ru>
Resent-Message-ID: <200508090750.j797oFiC064517@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         84690
>Category:       ports
>Synopsis:       [update] cad/admesh - use PLIST and respect CFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 09 07:50:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #2: Wed Jul 6 12:10:32 MSD 2005 root@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Removed files:
	pkg-plist - removed
	
>How-To-Repeat:
	
>Fix:

	

--- admesh.diff begins here ---
diff -Nru admesh.orig/Makefile admesh/Makefile
--- admesh.orig/Makefile	Tue Feb  3 01:44:16 2004
+++ admesh/Makefile	Mon Aug  8 16:33:05 2005
@@ -14,6 +14,10 @@
 COMMENT=	Program for processing STL triangulated solid meshes
 
 GNU_CONFIGURE=	yes
+MAKE_ARGS=	CFLAGS="${CFLAGS}"
+
+PLIST_FILES=	bin/admesh %%PORTDOCS%%%%DOCSDIR%%/admesh.doc
+PLIST_DIRS=	%%PORTDOCS%%%%DOCSDIR%%
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/admesh ${PREFIX}/bin/
diff -Nru admesh.orig/pkg-plist admesh/pkg-plist
--- admesh.orig/pkg-plist	Fri Oct 10 09:16:19 2003
+++ admesh/pkg-plist	Thu Jan  1 03:00:00 1970
@@ -1,3 +0,0 @@
-bin/admesh
-%%PORTDOCS%%%%DOCSDIR%%/admesh.doc
-@dirrm %%PORTDOCS%%%%DOCSDIR%%
--- admesh.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1E2Opz-000N9E-BY>