non port: devel/libmatheval/Makefile |
SVNWeb
|
Number of commits found: 34 |
Sun, 30 Jul 2023
|
[ 22:59 Robert Clausecker (fuz) Author: Andrew "RhodiumToad" Gierth ] 7edcfae (Only the first 10 of 69 ports in this commit are shown above. )
*/*: adapt to new guile framework
- change all ports using guile to USES=guile
- flavorize guile-lib, guile-cairo, slib-guile
PR: 260960
Reported by: Martin Neubauer <m.ne@gmx.net>
Approved by: bofh
Differential Revision: https://reviews.freebsd.org/D40194
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 15 Feb 2021
|
[ 22:12 bofh ]
devel/libmatheval: Update BUILD_DEPENDS to guile1 after upgrading guile to 3.X
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Sun, 8 Jul 2018
|
[ 20:50 yuri ]
devel/libmatheval: Fix missing library dependency
Flex lib used to be called 'fl_pic', but now it is called 'fl'.
PR: 229516
Reported by: Michael Danilov <mike.d.ft402@gmail.com>
|
Wed, 21 Mar 2018
|
[ 07:26 yuri ]
devel/libmatheval: Add LICENSE; Group USExx
Approved by: portmgr blanket
|
Fri, 28 Jul 2017
|
[ 21:45 jkim ] (Only the first 10 of 20 ports in this commit are shown above. )
Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.
PR: 221027
Reviewed by: mat
Approved by: portmgr (antoine)
|
Sun, 1 Jan 2017
|
[ 03:45 sunpoet ] (Only the first 10 of 161 ports in this commit are shown above. )
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
|
Wed, 19 Oct 2016
|
[ 20:17 amdmi3 ]
- Mark BROKEN on 9 amd64:
/usr/bin/ld: /usr/local/lib/libfl_pic.a(libyywrap.o): relocation R_X86_64_32
against `a local symbol' can not be used when making a shared object; recompile
with -fPIC
/usr/local/lib/libfl_pic.a: could not read symbols: Bad value
- Switch to USES=localbase
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Sun, 31 Aug 2014
|
[ 15:17 tijl ] (Only the first 10 of 42 ports in this commit are shown above. )
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port)
|
Wed, 25 Jun 2014
|
[ 08:58 bapt ] (Only the first 10 of 36 ports in this commit are shown above. )
Fix build on system built WITHOUT_INFO
With hat: portmgr
|
Wed, 7 May 2014
|
[ 08:30 tijl ]
- Fix build on FreeBSD 10 by linking with -lfl_pic instead of -lfl. [1]
- Convert to USES=libtool.
- Strip libraries.
- Split CFLAGS into CPPFLAGS and LDFLAGS.
- Use INFO for .info file.
Reported by: jenkins (swills) [1]
|
Sun, 27 Oct 2013
|
[ 15:01 demon ]
Update to 1.1.11.
Support staging.
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Tue, 19 Mar 2013
|
[ 13:04 eadler ] (Only the first 10 of 218 ports in this commit are shown above. )
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
|
Mon, 11 Mar 2013
|
[ 11:31 demon ]
Update to version 1.1.10.
|
Sun, 31 Jul 2011
|
[ 15:07 jlaffaye ] (Only the first 10 of 41 ports in this commit are shown above. )
- Chase guile shared lib bump
- Add an entry to UPDATING
|
Wed, 16 Mar 2011
|
[ 11:19 demon ]
Update to version 1.1.7.
PR: 155529
Submitted by: swills
|
Thu, 22 Jan 2009
|
[ 16:04 miwi ] (Only the first 10 of 33 ports in this commit are shown above. )
- Chase lang/guile shlib bump
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Mon, 21 Jul 2008
|
[ 04:49 rafan ] (Only the first 10 of 33 ports in this commit are shown above. )
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435
|
Fri, 6 Jun 2008
|
[ 13:21 edwin ] (Only the first 10 of 367 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Thu, 6 Mar 2008
|
[ 16:11 marcus ]
Update to 1.1.5 to fix the build with guile-1.8.
Approved by: maintainer
Reported by: pointyhat via pav
|
Sat, 1 Mar 2008
|
[ 06:22 marcus ] (Only the first 10 of 26 ports in this commit are shown above. )
Chase libguile shared lib version.
|
Sun, 18 Nov 2007
|
[ 22:37 ade ]
Replace remaining hardcoded instances of /usr/bin/makeinfo with makeinfo
as part of some cleanup work.
Approved by: portmgr (linimon)
|
Tue, 2 Oct 2007
|
[ 08:11 linimon ]
Mark as broken with gcc4.2 on amd64.
|
Sat, 23 Dec 2006
|
[ 14:11 demon ]
Update to 1.1.3.
PR: 106653
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
Mon, 12 Dec 2005
|
[ 11:06 demon ]
Update to 1.1.2.
|
Wed, 7 Jul 2004
|
[ 06:43 demon ]
Add missing LIB_DEPENDS.
|
Sun, 4 Jul 2004
|
[ 17:58 demon ]
New port: GNU libmatheval.
GNU libmatheval is a library which contains several procedures that make
it possible to create an in-memory tree from the string representation
of a mathematical function over single or multiple variables. This tree
can be used later to evaluate a function for specified variable values,
to create a corresponding tree for the function derivative over a
specified variable or to write a textual tree representation to a
specified string. The library exposes C and Fortran 77 interfaces.
|
Number of commits found: 34 |