Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.99.16_15 03 Jun 2023 14:08:48 |
Muhammad Moinur Rahman (bofh) |
math/oleo: Fix build on llvm15
- Mark NOT_FOR_ARCHS on i386
- Pet portclippy
- Adopt port |
1.99.16_15 16 May 2023 03:57:46 |
Alexey Dokuchaev (danfe) |
Cleanup: drop redundant DESTDIR propagation via MAKE_{ARGS,ENV}
Our framework usually DTRT; sometimes it's necessary to pass it
explicitly, e.g. for ports with USES+=qmake or which use exotic
build systems, but these are mostly staging dawn and apparently
debug leftovers, so remove them to not confuse the reader. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.99.16_15 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.99.16_15 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
1.99.16_15 12 Jan 2022 19:41:22 |
Tobias C. Berner (tcberner) |
math/gsl: bump portrevision of consumers after update to 2.7.1
PR: 260201 |
1.99.16_14 16 Jun 2021 19:31:27 |
Tobias C. Berner (tcberner) |
math/gsl: update to 2.7
From [1]
* What is new in gsl-2.7:
* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
* fixed bug #60335 (spmatrix test failure, J. Lamb)
* fixed bug #36577
* clarified documentation on interpolation accelerators (V. Krishnan)
* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M.
Sitte)
* fixed doc bug #59758
* fixed bug #58202 (rstat median for n=5)
* added support for native C complex number types in gsl_complex
when using a C11 compiler
* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6 (Only the first 15 lines of the commit message are shown above ) |
1.99.16_13 23 Apr 2021 20:56:21 |
Antoine Brodin (antoine) |
Cleanup LIB_DEPENDS |
1.99.16_13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.99.16_13 13 Jan 2021 21:10:22 |
thierry |
- Fix the build when MOTIF is selected;
- Register missing dependencies.
PR: 251535
Submitted by: Marty Stanquist |
1.99.16_12 23 Sep 2020 18:31:46 |
0mp |
Improve pkg-descr
Submitted by: Montgomery-Smith, Stephen <stephen@missouri.edu> |
1.99.16_11 23 Sep 2020 13:34:56 |
se |
Fix build
The configure script ran into an infinite loop due to an optimization
that assumes multiplication of 2 positive numbers was always positive
(ignoring wrap-around). Pass "-fwrapv" to the configure script and build
the package with that option.
Two parsers are generated and both use the same global variables. Fix
the build with -fno-common by use of pre-processor macros that rename
the variables used in one of those source files. Passing -p to set a
non-conflicting prefix other than "yy" does not work with implicit
".c.y" rules and was therefore not applicable. |
1.99.16_10 11 Mar 2020 08:27:30 |
bapt |
Cleanup
- Use base byacc instead of GNU bison
- Prevent the detection of makeinfo which would otherwise trigger a rebuild
of the texinfo documentation which is not compatible with recent texinfo
- Remove a useless sed command, passing DESTDIR in argument of make(1) is enough
to override the makefile definition |
1.99.16_10 08 Nov 2019 14:11:46 |
tobik |
math: Add missing USES={gl,gnome,php,sdl,xorg} |
1.99.16_10 10 Nov 2018 18:12:58 |
bapt |
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 |
1.99.16_9 28 Mar 2018 16:52:54 |
mat |
Fix build with Perl 5.26.
Unescaped left brace in regex is illegal in regex when not used as a
quantifier.
- /foo{3}/ will match foofoofoo.
- /\\new{bar}/ is illegal and should be written as /\\new\{bar}/.
PR: 226817
Sponsored by: Absolight |
1.99.16_9 23 Aug 2016 16:25:35 |
marino |
math/oleo: document ncurses and remove extern errno
While here, regenerate all patches with makepatch |
1.99.16_8 24 Jun 2016 13:54:34 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers |
1.99.16_8 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.99.16_8 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.99.16_8 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
1.99.16_8 14 May 2015 10:15:09 |
mat |
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 |
1.99.16_8 20 Apr 2015 17:26:29 |
mat |
Fix build with Perl 5.21.1+
"defined(@array)" and "defined(%hash)" are now fatal errors
These have been deprecated since v5.6.1 and have raised deprecation
warnings since v5.16.
With hat: perl@
Sponsored by: Absolight |
1.99.16_8 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
1.99.16_8 15 Nov 2014 12:20:54 |
antoine |
Cleanup plist |
1.99.16_8 24 Sep 2014 19:35:58 |
tijl |
Remove USE_AUTOTOOLS and remove DATADIRNAME patch |
1.99.16_8 28 Jul 2014 23:33:48 |
adamw |
Rename math/ patch-xy patches to reflect the files they modify. |
1.99.16_8 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
1.99.16_8 10 May 2014 21:17:45 |
stephen |
- Chase revision 353604 to graphics/plotutils.
See: http://svnweb.freebsd.org/ports?view=revision&revision=353604 |
1.99.16_7 14 Feb 2014 09:40:28 |
gahr |
- STAGE-clean
- Convert to new LIB_DEPENDS format
- Add LICENSE |
1.99.16_7 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.99.16_7 16 Sep 2013 16:45:35 |
bapt |
Convert to new perl framework
Convert USE_GMAKE to USES |
1.99.16_7 10 Jul 2013 07:00:44 |
bapt |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment |
1.99.16_7 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
1.99.16_7 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
1.99.16_7 03 Oct 2012 07:45:37 |
gahr |
- Convert to OptionsNG
Notified by: http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG |
1.99.16_7 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.99.16_7 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.99.16_7 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.99.16_7 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.99.16_6 06 Jun 2008 13:44:06 |
edwin |
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) |
1.99.16_5 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.99.16_5 10 Mar 2008 17:52:15 |
gahr |
- Remove USE_XLIB in favor of USE_XORG
- Fix OPTIONS
Approved by: miwi (mentor) |
1.99.16_5 21 Feb 2008 21:20:01 |
gahr |
My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.
Approved by: miwi (mentor) |
1.99.16_5 08 Feb 2008 23:40:56 |
miwi |
- Fix build with gcc 4.2
- Pass maintainership to submitter
PR: 120415
Submitted by: "Pietro Cerutti" <gahr@gahr.ch> |
1.99.16_5 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
1.99.16_4 27 May 2007 03:02:43 |
kris |
BROKEN with gcc 4.2 |
1.99.16_4 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.99.16_3 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
1.99.16_3 25 Nov 2005 15:48:16 |
pav |
- Add SHA256 |
1.99.16_3 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.99.16_3 19 Jan 2005 17:54:58 |
vs |
Fix build with gcc34 & open-motif
PR: ports/75900
Noticed by: Tyler Davidson |
1.99.16_3 20 Aug 2004 23:12:23 |
pav |
- Convert to OPTIONS
PR: ports/70736
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> |
1.99.16_3 15 Jul 2004 06:37:53 |
anholt |
Fix build on 5.x and fix build with new X headers.
Reported by: pointyhat via kris |
1.99.16_3 19 Jun 2004 09:27:37 |
kris |
BROKEN on 5.x: Does not compile |
1.99.16_3 08 Jun 2004 18:47:58 |
thierry |
Don't use gettext if not needed. |
1.99.16_3 07 Jun 2004 21:27:03 |
thierry |
- unbreak;
- do some cleaning. |
1.99.16_3 07 Feb 2004 23:18:28 |
kris |
BROKEN on 5.x: does not compile |
1.99.16_3 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
1.99.16_2 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
1.99.16_2 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
1.99.16_2 04 Sep 2003 14:27:56 |
krion |
- Fix build
PR: 56436
Submitted by: Ports Fury |
1.99.16_2 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
1.99.16_1 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
1.99.16_1 19 Jul 2003 04:54:33 |
maho |
Fix build, and another fixes for building.
Unbreak.
PR: 51923
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
1.99.16_1 04 Jun 2003 22:43:38 |
kris |
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris |
1.99.16_1 18 May 2003 10:07:07 |
kris |
BROKEN on 5.1: does not compile |
1.99.16_1 06 May 2003 21:33:46 |
kris |
BROKEN: Does not compile |
1.99.16_1 20 Feb 2003 18:42:25 |
knu |
De-pkg-comment. |
1.99.16_1 02 Jan 2003 16:33:58 |
petef |
Add a patch to fix build with bison in -current.
PR: 46690
Submitted by: Andreas Schulz <ats@first.fraunhofer.de> |
1.99.16_1 29 Sep 2002 08:07:47 |
ijliao |
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> |
1.99.16_1 01 Aug 2002 16:22:41 |
ade |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
1.99.16_1 22 Jun 2002 17:06:27 |
ijliao |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39656
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
1.99.16_1 09 Jun 2002 17:28:18 |
petef |
Unbreak: fix compilation. |
1.99.16_1 18 May 2002 02:15:54 |
kris |
BROKEN: Does not build |
1.99.16_1 12 Apr 2002 17:10:20 |
ade |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr |
1.99.16 29 Mar 2002 17:22:14 |
bmah |
Unbreak on 5-CURRENT (replace malloc.h references with stdlib.h). |
1.99.16 15 Mar 2002 19:44:29 |
ade |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr |
06 Jan 2002 06:20:22 |
will |
First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK -
Other minor changes to fix things |
31 Dec 2001 10:20:19 |
dirk |
Use '::' as an dependency operator for pre-everything target. This is needed
because of the special nature of the pre-everything target. |
15 Oct 2001 14:21:23 |
ijliao |
Remove shared lib version number from optional LIB_DEPENDS |
20 Mar 2001 13:03:55 |
kevlo |
Update to version 1.99.16 |
29 Dec 2000 16:17:12 |
lkoeller |
Update of LIB_DEPENDS due to update of xbae to version 4.8.4. |
02 Dec 2000 16:27:23 |
kevlo |
Update to version 1.99.14 |
08 Oct 2000 04:10:26 |
asami |
Convert category math to new layout. |
02 Aug 2000 01:05:12 |
jedgar |
Update port to 1.99.12 |