Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jun 2005 22:00:54 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        rsmith@xs4all.nl, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, thierry@FreeBSD.org
Subject:   Re: ports/82420: Update port: cad/brlcad
Message-ID:  <200506202200.j5KM0sQg002298@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: Update port: cad/brlcad

State-Changed-From-To: open->feedback
State-Changed-By: thierry
State-Changed-When: Mon Jun 20 21:53:04 GMT 2005
State-Changed-Why: 

1) There is a line beginning by '@unexec rm' in pkg-plist,
but no corresponding '@exec'; then, when you install brlcad
as a package by pkg_add, the file /usr/local/bin/mged is not
installed. Perhaps could you install it as $PREFIX/bin/mged
and add a '@exec ln'?

2) Some @dirrm were missing, and portlint suggest to use
%%DATADIR%%, could you please check the following patch?

--- brlcad.diff begins here ---
diff -urN cad/brlcad.orig/pkg-plist cad/brlcad/pkg-plist
--- cad/brlcad.orig/pkg-plist	Mon Jun 20 23:48:30 2005
+++ cad/brlcad/pkg-plist	Mon Jun 20 22:22:34 2005
@@ -1254,45 +1254,45 @@
 share/README.MacOSX
 share/anim.txt
 share/benchmark.tr
-share/brlcad/db/axis.g
-share/brlcad/db/bldg391.g
-share/brlcad/db/boolean-ops.g
-share/brlcad/db/castle.g
-share/brlcad/db/cornell.g
-share/brlcad/db/cray.g
-share/brlcad/db/crod.g
-share/brlcad/db/cube.g
-share/brlcad/db/demo.g
-share/brlcad/db/galileo.g
-share/brlcad/db/havoc.g
-share/brlcad/db/kman.g
-share/brlcad/db/ktank.g
-share/brlcad/db/lgt-test.g
-share/brlcad/db/m35.g
-share/brlcad/db/moss.g
-share/brlcad/db/pic.g
-share/brlcad/db/prim.g
-share/brlcad/db/sphflake.g
-share/brlcad/db/star.g
-share/brlcad/db/tank_car.g
-share/brlcad/db/terra.g
-share/brlcad/db/truck.g
-share/brlcad/db/wave.g
-share/brlcad/db/woodsman.g
-share/brlcad/db/world.g
-share/brlcad/db/xmp.g
-share/brlcad/pix/bldg391.log
-share/brlcad/pix/bldg391.pix
-share/brlcad/pix/m35.log
-share/brlcad/pix/m35.pix
-share/brlcad/pix/moss.log
-share/brlcad/pix/moss.pix
-share/brlcad/pix/sphflake.log
-share/brlcad/pix/sphflake.pix
-share/brlcad/pix/star.log
-share/brlcad/pix/star.pix
-share/brlcad/pix/world.log
-share/brlcad/pix/world.pix
+%%DATADIR%%/db/axis.g
+%%DATADIR%%/db/bldg391.g
+%%DATADIR%%/db/boolean-ops.g
+%%DATADIR%%/db/castle.g
+%%DATADIR%%/db/cornell.g
+%%DATADIR%%/db/cray.g
+%%DATADIR%%/db/crod.g
+%%DATADIR%%/db/cube.g
+%%DATADIR%%/db/demo.g
+%%DATADIR%%/db/galileo.g
+%%DATADIR%%/db/havoc.g
+%%DATADIR%%/db/kman.g
+%%DATADIR%%/db/ktank.g
+%%DATADIR%%/db/lgt-test.g
+%%DATADIR%%/db/m35.g
+%%DATADIR%%/db/moss.g
+%%DATADIR%%/db/pic.g
+%%DATADIR%%/db/prim.g
+%%DATADIR%%/db/sphflake.g
+%%DATADIR%%/db/star.g
+%%DATADIR%%/db/tank_car.g
+%%DATADIR%%/db/terra.g
+%%DATADIR%%/db/truck.g
+%%DATADIR%%/db/wave.g
+%%DATADIR%%/db/woodsman.g
+%%DATADIR%%/db/world.g
+%%DATADIR%%/db/xmp.g
+%%DATADIR%%/pix/bldg391.log
+%%DATADIR%%/pix/bldg391.pix
+%%DATADIR%%/pix/m35.log
+%%DATADIR%%/pix/m35.pix
+%%DATADIR%%/pix/moss.log
+%%DATADIR%%/pix/moss.pix
+%%DATADIR%%/pix/sphflake.log
+%%DATADIR%%/pix/sphflake.pix
+%%DATADIR%%/pix/star.log
+%%DATADIR%%/pix/star.pix
+%%DATADIR%%/pix/world.log
+%%DATADIR%%/pix/world.pix
 share/cvs.txt
 share/description.txt
 share/ged.tr
@@ -1548,6 +1548,9 @@
 @dirrm tclscripts/lib
 @dirrm tclscripts/geometree
 @dirrm tclscripts
+@dirrm %%DATADIR%%/pix
+@dirrm %%DATADIR%%/db
+@dirrm %%DATADIR%%
 @dirrm share
 @dirrm sample_applications
 @dirrm pro-engineer/text/usascii/resource
--- brlcad.diff ends here ---

Regards,



Responsible-Changed-From-To: freebsd-ports-bugs->thierry
Responsible-Changed-By: thierry
Responsible-Changed-When: Mon Jun 20 21:53:04 GMT 2005
Responsible-Changed-Why: 

Take it.


http://www.freebsd.org/cgi/query-pr.cgi?pr=82420



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