summaryrefslogtreecommitdiff
path: root/graphics/geomview/patches
AgeCommit message (Collapse)AuthorFilesLines
2013-03-02Consistently return values in non-void functions. Fix return types.joerg5-3/+205
Fix main prototype.
2011-11-27modify an autoconf test so that the compiler can't calculate thedrochner1-2/+2
result at compile time (as it does with newer gcc), fixes build
2007-06-21Make configure's test on the need for -lm more robust in the face ofmarkd1-4/+15
optimisers.
2003-07-03This package used to conflict with ImageMagick since they both install ajschauma1-0/+45
program called "animate". By renaming the program to "gv-animate" in this version, we can resolve the conflict. Bump PKG_REVISION for better compatibility.
2001-07-04Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. If notjlam6-69/+67
on Linux, force use of specific fstropen code. Also fix check for AIX in the source code.
2001-03-29Updated to geomview-1.8.1.jtb1-67/+58
1.8.1 March, 2001 This is a bugfix release. * No segfaults at startup on linux. * Toggle buttons are visible again. * Binary I/O on linux works. Changelog: 2001-03-24 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: Do not add -XSVR4 and -common to CFLAGS when configuring with IRIX cc. 2001-03-21 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * doc/Makefile.am (EXTRA_DIST): Remove motion.pdf. * configure.in: Set revision to 1.8.1. * m4/geom_local.m4 (GEOM_FIND_I_OPTION): Respect prior setting of $CPPFLAGS while probing. 2001-03-19 Mark Phillips <mbp@geomtech.com> * doc/motion.tex: new file added to release; documents the mathematics behind Geomview's motion model. For use by developers (not needed by regular users). 2001-02-21 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: Add AC_FUNC_SETPGRP. 2001-02-18 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: Add option --with-build-path. Use AC_PATH_XTRA. Correct the X library link order. Make sure to check /usr/local/lib for all libraries that check /usr/local/include. Check for <forms.h> in $x_includes and $x_includes/X11. Make sure both the includes and the libs are correct before using FORMS. Announce whether Xmu is found. General tidying up. 2001-02-17 Steve Robbins <steve@nyongwa.montreal.qc.ca> * acconfig.h: Close comment above define for HAVE_FMEMOPEN. * configure.in: Check endianness and check for header netinet/in.h. * doc/Makefile.am: Only build "geomview.pdf" on target "pdf". 2001-02-11 Steve Robbins <steve@nyongwa.montreal.qc.ca> * m4/geom_local.m4 (GEOM_CHECK_XFORMS): New. If XFORMS library is available, set variables for finding includes and libraries, emit warning if XFORMS is not available. 2001-01-16 Steve Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: removed redundant --with-forms argument; its effects got overwritten by --with-xforms, anyway. 2000-11-23 Steve Robbins <steve@nyongwa.montreal.qc.ca> * src/Makefile.am (geomview): look for "gvx" in $(moduledir) rather than $(bindir). (CLEANFILES): clean geomview script.
2001-02-09Include <sys/param.h>.jtb1-11/+10
2001-02-09Initial import of geomview:jtb6-0/+156
Interactive geometry viewing program