Age | Commit message (Collapse) | Author | Files | Lines |
|
result at compile time (as it does with newer gcc), fixes build
|
|
|
|
|
|
|
|
pkgsrc-users.
|
|
optimisers.
|
|
|
|
* Honor PKGINFODIR and PKGMANDIR.
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
|
|
of the shared libXm has changed.
|
|
CONFIGURE_ARGS.
|
|
|
|
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
|
|
|
|
|
|
bump PKGREVISION on packages depending on graphics/glu due to latest shlib
changes there.
|
|
|
|
|
|
program called "animate". By renaming the program to "gv-animate" in this
version, we can resolve the conflict. Bump PKG_REVISION for better
compatibility.
|
|
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.
|
|
|
|
motif.buildlink.mk to define it.
|
|
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
removal of USE_GTEXINFO
INSTALL_INFO added to PLIST_SUBST
`${INSTALL_INFO}' replace `install-info' in target rules
print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
makeinfo command usage
See -newly added by this commit- section 10.24 of Packages.txt for
further information.
|
|
|
|
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
|
|
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
|
|
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
|
|
|
|
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links. These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.
Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
|
|
on Linux, force use of specific fstropen code. Also fix check for AIX in
the source code.
|
|
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
|
|
|
|
xpkgwedge. Thanks to Johnny C. Lam for noticing the problem and
Alistair G. Crooks for the suggested solution.
|
|
|
|
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
|
|
by Lex Wennmacher's investigations.
|
|
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.
|
|
|
|
|
|
|
|
Interactive geometry viewing program
|