Commit graph

1105 commits

Author SHA1 Message Date
adam
39189f3e47 Changes 2.1.57:
* bug fix release
2004-03-29 16:20:16 +00:00
jlam
426cc1ce72 Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+".  This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29 05:05:32 +00:00
dmcmahill
e39a0abc67 make this work again after the tcl/tk package thread enabling 2004-03-28 17:26:21 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
326169077a USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
jlam
cdc3f61df1 Fix the installation of udunits using perl58 by including module.mk
(to note that this package installs a Perl module).  While I'm here,
bl3ify the package.
2004-03-22 17:29:02 +00:00
wiz
6f1192c682 Scalars in perl are preceded by a `$'.
perl-5.8.3 correctly complains if it is not so.
Fix patch-ab so that this package builds with perl-5.8.3 too.
2004-03-22 12:01:07 +00:00
dmcmahill
1b507b5380 use Tk-8.4 instead of 8.3. 2004-03-19 01:26:58 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
dmcmahill
8e11aef009 add a build dependency on perl5 so the documentation will get built.
Fixes recent packaging problems noted in the bulk builds.
2004-03-18 01:35:49 +00:00
jlam
59bdf89739 If the ${PKGBASE} of a package doesn't match the token passed to
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16 18:23:26 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
dmcmahill
ea84f94474 update to yacas-1.0.56 and bl3ify.
Many, many, many additions, bug fixes, and improvements since the last
packaged version.  Too many to even summarize here.  Please refer to the
change log in the distfile or on the homepage.
2004-03-12 01:15:45 +00:00
markd
1e542beb23 Switch to using tk8.4
bump PKGREVISION
2004-03-11 21:04:47 +00:00
minskim
5b36c68be3 Update grace to 5.1.14. It will close PR pkg/24749.
Changes sinec 5.1.12:
 *  [ES] use multiplication sign in formulae of regression report
 *  [ES] allow for DL modules to define functions of 4 and 5 parameters
 *  [ES] fixed compilation under FreeBSD-5.1 and OS/X
 *  [ES] on 64-bit platforms, when specific compiler/optimization
         combinations were used, some dialogs could crash randomly
 *  [ES] on 64-bit platforms, when specific compiler/optimization
         combinations were used, X run-time warnings could be issued
         about unrecognized XKeySym's
 *  [ES] set filling defaulted to even-odd filling rule in the X11
         driver
 *  [ES] fixed potential memory corruption
 *  [ES] fixed page size sync in the free mode
 *  [TO] fixed a race condition in the grace_np library
 *  [ES] enabled annotated values for HILO sets
 *  [ES] added IMIN(x) and IMAX(x) functions returning index of minimal or
    maximal value of array x
 *  [ES] updates for T1lib-5.0 API
 *  [WB] documented commands for calculating running properties
 *  [MD] enabled font kerning in the MIF driver
 *  [ES] Grace might fail starting in the GUI mode when a certain
         sequence of command line arguments was passed
2004-03-11 20:03:12 +00:00
jmmv
794d0f8706 Update to 4.3.50:
* One more slight adjustment to the fix for bug 135064
  (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
  Entering numbers that start with the numeric point character ('.")
  are now visibly displayed.

* Adjustment to the fix for bug 135064
  (http://bugzilla.gnome.org/show_bug.cgi?id=135064)
  Fix to remove a potential spurious initial thousands separator
  character after a change sign operation.
2004-03-11 16:41:28 +00:00
dmcmahill
1a61d55e3d add bl3 file 2004-03-11 13:45:57 +00:00
dmcmahill
bb50bd9d82 bl3ify 2004-03-10 23:41:44 +00:00
wiz
526430a3ad Update to 2.11.9.2:
Fixed calc man page examples to move -f to the end of the line.
    Thanks goes to Michael Somos <somos at grail dot cba dot csuohio
    dot edu> for pointing this out.

    Linux and gcc now compiled with -Wall -W -Wno-comment.

    Fixed a post increment that was reported by R. Trinler <trinler at
    web dot de> and fixed by Ernest Bowen <ernie at turing dot une dot
    edu dot au>.

    Fixed pi.cal to not depend on the buggy pre-2.11.9 post increment
    behavior.

    Added config("cygwin") to determine if calc was compiled under Cygwin.
    The config("cygwin") is a read-only configuration value that is 1
    when calc was compiled under Cygwin and 0 otherwise.  Regression
    tests 949 and 950 are skipped when config("cygwin") is true.

    The Makefile variable HAVE_NO_IMPLICIT is empty by default so that
    the Makefile will test if the compiler has a -Wno-implicit flag.

    Added HAVE_UNUSED Makefile variable.  If HAVE_UNUSED is empty,
    then the Makefile will run the have_unused program to determine
    if the unused attribute is supported.  If HAVE_UNUSED is set to
    -DHAVE_NO_UNUSED, then the unused attribute will not be used.

    The Makefile builds have_unused.h which defines, if the unused
    attribute is supported:

	#define HAVE_UNUSED /* yes */
	#define UNUSED __attribute__((unused)) /* yes */

    or defines, if the unused is not supported (or if the Makefile
    variable is HAVE_UNUSED= -DHAVE_NO_UNUSED):

	#undef HAVE_UNUSED /* no */
	#define UNUSED /* no */

    Fixed numerous warnings about comparison between signed and unsigned
    value warnings and unused parameter warnings in version.c, zrand.c,
    string.c, shs1.c, shs.c, qtrans.c, qmath.c, qfunc.c, md5.c, matfunc.c,
    hist.c, file.c, const.c, blkcpy.c, seed.c, opcodes.c, func.c, qio.c,
    zrandom.c, custom/c_argv.c, custom/c_devnull.c, custom/c_help.c,
    custom/c_sysinfo.c, addop.c and calc.c.

    Fixed some typos in this file.

    By default, compile with -O3 -g3.  The Makefile comments on how some
    distributions might need to use -O2 -g or -O -g.
2004-03-10 18:17:11 +00:00
seb
a643343c47 Remove info files entries from PLIST. 2004-03-08 22:12:38 +00:00
seb
778f7ad37b Bl3ify and use gmp from devel/gmp not the supplied and older one. This
fix build with gcc3. Note that the somewhat aging gmp autoconf test
had been removed wholesale.

Bump PKGREVISION.
2004-03-08 21:13:55 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
seb
e6b8d346e0 Remove info files entries from PLIST. 2004-03-08 19:46:56 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
seb
a8e47947f0 Remove info files entries from PLIST. 2004-03-08 19:36:22 +00:00
seb
5bb64028be Remove info files entries from PLIST. 2004-03-08 08:25:00 +00:00
kristerw
d4f1dc3d43 Correct path to files to install. 2004-03-08 00:44:50 +00:00
kristerw
1dda53a009 Correct a bug in the patch that made the makefile think that c++
files has .gcc as suffix instead of .cc.
2004-03-08 00:10:52 +00:00
seb
2b6ee6c46c Remove info files entries from PLIST. 2004-03-07 22:44:00 +00:00
seb
11d560ebd1 Remove info files entries from PLIST. 2004-03-07 22:38:10 +00:00
seb
d15567544c Remove info files entries from PLIST. 2004-03-07 22:19:51 +00:00
seb
362e8def30 Remove info files entries from PLIST. 2004-03-07 21:57:21 +00:00
seb
bd61aaa3aa Remove info files entries from PLIST. 2004-03-07 21:46:31 +00:00
jmmv
d44aa584ab Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation
database.
2004-03-07 12:09:20 +00:00
jlam
430351a890 Conform to template in revision 1.101 of bsd.buildlink3.mk. 2004-03-06 23:46:06 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
adam
d16f5d524d Errare humanum est = pkgconfig buildlink added 2004-03-05 15:25:08 +00:00
adam
9f1868e97a Added cln - Class Library for Numbers 2004-03-05 14:47:38 +00:00
adam
1699fb8d82 CLN - Class Library for Numbers is a C++ library providing the following
features:
* Rich set of number classes
* Elementary, logical, transcendental functions
* C++ as implementation language brings efficiency, type safety,
  and algebraic syntax
* Memory efficiency
* Speed efficiency
* Interoperability
2004-03-05 14:46:23 +00:00
markd
ed34a1ec1f USE_LANGUAGES= c fortran 2004-03-01 11:42:13 +00:00
snj
b989a2bccc Include math.h earlier on to fix a build problem on FreeBSD.
Trivial fix from FreeBSD through Michal Pasternak in PR pkg/23846.
2004-03-01 00:43:13 +00:00
jmmv
c1a5917430 Update to 4.3.48:
* Fixed bug 135064. Changing the sign of a large number (when "Show
  Thousands Separator" is on and this is not the C locale), no longer
  corrupts the display.

  My special thanks to Miloslav Trmac for fixing this problem in a
  really elegant manner. This is an important change to the way that
  numbers are displayed.

  The fix involved resetting all the internal calculations in gcalctool
  to be done in the C locale, and then localized (radix character and
  thousands separator), just before the number is displayed.

  I'd appreciate it if everybody could give this a good thrashing in as
  many locales as possible to make sure that it's fully working.

* Fixed bug 135328. Added Shift-slash as a recognized alternate for the
  divide operation (needed by the be-latin1 keyboard layout).
2004-02-27 17:26:30 +00:00
minskim
405ba20a06 Update gcalctool to 4.3.46.
Changes since 4.3.44:
  * Fixed bug 134540. gcalctool now correctly handles the digits
    0123456789 which are shifted about the accented characters on a
    French keyboard.
  * Fixed bug 134484. Doing "3 x! x! x!" no longer causes gcalctool to
    lock up.
2004-02-26 17:14:35 +00:00
adam
16f78b177b Changes 2.1.55:
* Generally bug-fixes and enhancement (it's hard to find out by reading NEWS and ChangeLog)
* Uses BUILDLINK3
2004-02-26 16:47:35 +00:00
adam
404e1dd223 From now on use buildlink3.mk 2004-02-26 15:26:05 +00:00
heinz
2cd1b3f491 Update to 2.010501 (in line with math/pari 2.1.5)
Changes since 2.001804:

Too many to list here, see file "Changes".
2004-02-22 22:04:54 +00:00
heinz
290a189378 Changed patch for "Configure" in order to accept LDFLAGS from the pkgsrc
build environment. This made the package build with xpkgwedge.
Bump revision to 2.
HOMEPAGE and MASTERSITES have changed.
2004-02-22 02:19:50 +00:00
minskim
79870154de Do not use PYPKGPREFIX in buildlink3.mk except in BUILDLINK_DEPENDS.*. 2004-02-20 03:12:22 +00:00
wiz
36222b3d79 Convert to buildlink3. 2004-02-19 11:11:31 +00:00
minskim
2f58d4e752 Fix a version-specific string in comments. 2004-02-18 16:04:50 +00:00