Summary: | New port: math/wfmath. Worldforge math library. | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Jan Rochel <jannisan> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Jan Rochel
2005-02-03 08:10:20 UTC
Responsible Changed From-To: gnats-admin->freebsd-ports-bugs Rescue this one from the 'pending' category. --- patch-Makefile.in begins here --- *** Makefile.in.orig Thu Feb 3 10:13:51 2005 --- Makefile.in Thu Feb 3 10:16:12 2005 *************** *** 100,106 **** WFMATH_VERSION_INFO = @WFMATH_VERSION_INFO@ WFMATH_VERSION_NO = @WFMATH_VERSION_NO@ ! pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = wfmath-0.3.pc EXTRA_DIST = TODO autogen.sh wfmath.pbproj/project.pbxproj wfmath.spec --- 100,106 ---- WFMATH_VERSION_INFO = @WFMATH_VERSION_INFO@ WFMATH_VERSION_NO = @WFMATH_VERSION_NO@ ! pkgconfigdir = $(prefix)/libdata/pkgconfig pkgconfig_DATA = wfmath-0.3.pc EXTRA_DIST = TODO autogen.sh wfmath.pbproj/project.pbxproj wfmath.spec --- patch-Makefile.in ends here --- --- pkg-plist begins here --- lib/libwfmath-0.3.la lib/libwfmath-0.3.so lib/libwfmath-0.3.so.3 include/wfmath-0.3/wfmath/error.h include/wfmath-0.3/wfmath/const.h include/wfmath-0.3/wfmath/int_to_string.h include/wfmath-0.3/wfmath/probability.h include/wfmath-0.3/wfmath/timestamp.h include/wfmath-0.3/wfmath/MersenneTwister.h include/wfmath-0.3/wfmath/randgen.h include/wfmath-0.3/wfmath/shuffle.h include/wfmath-0.3/wfmath/vector.h include/wfmath-0.3/wfmath/vector_funcs.h include/wfmath-0.3/wfmath/rotmatrix.h include/wfmath-0.3/wfmath/rotmatrix_funcs.h include/wfmath-0.3/wfmath/point.h include/wfmath-0.3/wfmath/point_funcs.h include/wfmath-0.3/wfmath/quaternion.h include/wfmath-0.3/wfmath/axisbox.h include/wfmath-0.3/wfmath/axisbox_funcs.h include/wfmath-0.3/wfmath/ball.h include/wfmath-0.3/wfmath/ball_funcs.h include/wfmath-0.3/wfmath/wrapped_array.h include/wfmath-0.3/wfmath/miniball.h include/wfmath-0.3/wfmath/miniball_funcs.h include/wfmath-0.3/wfmath/segment.h include/wfmath-0.3/wfmath/segment_funcs.h include/wfmath-0.3/wfmath/rotbox.h include/wfmath-0.3/wfmath/rotbox_funcs.h include/wfmath-0.3/wfmath/polygon.h include/wfmath-0.3/wfmath/polygon_funcs.h include/wfmath-0.3/wfmath/polygon_intersect.h include/wfmath-0.3/wfmath/intersect_decls.h include/wfmath-0.3/wfmath/intersect.h include/wfmath-0.3/wfmath/wfmath.h include/wfmath-0.3/wfmath/stream.h include/wfmath-0.3/wfmath/atlasconv.h @dirrm include/wfmath-0.3/wfmath @dirrm include/wfmath-0.3 libdata/pkgconfig/wfmath-0.3.pc --- pkg-plist ends here --- Another little thing. The GNU_MAKE=yes line in the Makefile can be deleted. BSD make works fine. State Changed From-To: open->closed New port added, thank you! Minor changes. Don't compile on FreeBSD 4, could you check it? http://hood.oook.cz/tb/errors/4-STABLE-FreeBSD/wfmath-0.3.3.log |