Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.99.4_10 16 Jul 2024 12:00:59 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of graphics/imlib2
New version of imlib2 in tree |
1.99.4_9 23 Feb 2024 16:54:23 |
Muhammad Moinur Rahman (bofh) |
editors/texmacs: Moved man to share/man
Approved by: portmgr (blanket) |
1.99.4_8 20 Jan 2024 13:55:49 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of graphics/imlib2
New version of imlib2 in tree |
1.99.4_7 03 Nov 2023 07:17:38 |
Michael Osipov (michaelo) |
*/*: Bump PORTREVISION for Ghostscript 10 change
Reported by: sunpoet
Approved by: jrm (mentor), sunpoet
Differential Revision: https://reviews.freebsd.org/D42412 |
1.99.4_6 30 Aug 2023 16:51:53 |
Muhammad Moinur Rahman (bofh) |
editors/texmacs: Fix build on 13, 14 and 15
Sponsored by: The FreeBSD Foundation |
1.99.4_6 30 Jul 2023 22:59:04 |
Robert Clausecker (fuz) Author: Andrew "RhodiumToad" Gierth |
*/*: 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 |
1.99.4_5 19 Dec 2022 14:44:58 |
Muhammad Moinur Rahman (bofh) |
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket) |
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.4_5 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.4_5 20 Jul 2022 14:21:49 |
Tobias C. Berner (tcberner) |
editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohout <shanee@augusta.de>
* Andrej Zverev <az@inec.ru>
* Andrey Zakhvatov
* Anton Tornqvist <antont@inbox.lv>
* Bill Fumerola <billf@chc-chimes.com>
* Bob Eager <bob@eager.cx>
* Chris D. Faulhaber <jedgar@fxp.org> (Only the first 15 lines of the commit message are shown above ) |
1.99.4_5 28 Sep 2021 20:41:29 |
Muhammad Moinur Rahman (bofh) |
editors/texmacs: Return to POOL |
1.99.4_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.99.4_5 15 Feb 2021 23:13:12 |
bofh |
editors/texmacs: Update LIB_DEPENDS to guile1 after upgrading guile to 3.X
- Take MAINTAINERSHIP |
1.99.4_4 01 Feb 2021 12:55:26 |
antoine |
Mark BROKEN on FreeBSD 13 and 14
./Plugins/Pdf/PDFWriter/PDFDocumentHandler.cpp:1332:24: error: assigning to
'bool' from incompatible type 'nullptr_t'
mParserOwned = NULL;
^~~~
Reported by: pkg-fallout
MFH: 2021Q1 |
1.99.4_4 05 Nov 2019 15:48:41 |
zeising |
Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'. |
1.99.4_4 16 Mar 2019 15:52:46 |
tcberner |
editors/texmacs: remove QT4 option (Qt4 deprecation)
Approved by: portmgr (implicit) |
1.99.4_3 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
1.99.4_2 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
1.99.4_2 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
1.99.4_2 26 May 2017 20:02:44 |
linimon |
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.99.4_2 21 Apr 2017 14:13:56 |
amdmi3 |
- Fix shebangs |
1.99.4_1 18 Dec 2016 22:06:50 |
tcberner |
Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8825 |
1.99.4_1 30 Sep 2016 19:24:30 |
tijl |
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.99.4_1 23 Aug 2016 20:31:07 |
pawel |
- Fix build after databases/sqlite update
- Convert to USES=localbase
- Register proxy dependencies found by stage-qa |
1.99.4_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.99.4_1 24 Mar 2016 15:47:50 |
tijl |
Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.99.4 23 Mar 2016 14:06:01 |
mat |
Update to 1.99.4.
PR: 208208
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
1.0.7.21_6 22 Aug 2015 17:48:36 |
hrs |
- Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be (Only the first 15 lines of the commit message are shown above ) |
1.0.7.21_5 16 Jul 2015 20:53:29 |
kwm |
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938 |
1.0.7.21_5 04 Jun 2015 12:45:58 |
amdmi3 |
- Strip binaries |
1.0.7.21_4 08 Apr 2015 19:43:41 |
amdmi3 |
- Add LICENSE_FILE
- Add CPE info |
1.0.7.21_4 27 Dec 2014 00:09:03 |
gblach |
- Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
which depends on imlib2
PR: 196062
Approved by: portmgr |
1.0.7.21_3 27 Oct 2014 12:19:13 |
bapt |
Cleanup plist |
1.0.7.21_3 31 Aug 2014 15:17:50 |
tijl |
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) |
1.0.7.21_2 28 Aug 2014 18:20:28 |
adamw |
- Fix build on -current
- Use OPTIONS helpers
- shebangfix some perl scripts
- Add missing file to plist
- Don't try to remove directories installed by dependencies |
1.0.7.21_1 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
1.0.7.21_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
1.0.7.21 13 Feb 2014 08:56:54 |
rm |
- update to 1.0.7.21
- fix build with clang
- use new LIB_DEPENDS syntax
- add LICENSE (GPLv3)
- USE_GMAKE -> USES=gmake
- use stage
- removed post-install chown
- workaround linking with clang (LLVM bug 13992)
- replace share/TeXmacs with %%DATADIR%% in pkg-plist
PR: 186679
Submitted by: Henry Hu <henry.hu.sh@gmail.com> |
1.0.7.14_2 20 Sep 2013 16:36:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
1.0.7.14_2 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
1.0.7.14_2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.0.7.14_2 11 May 2013 17:58:56 |
hrs |
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk. |
1.0.7.14_2 06 May 2013 02:00:41 |
hrs |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
1.0.7.14_2 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
1.0.7.14_2 23 Jan 2013 15:00:19 |
makc |
Bump PORTREVISION after DESKTOP_ENTRIES update |
1.0.7.14_1 07 Jan 2013 02:07:27 |
makc |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes |
1.0.7.14_1 13 Dec 2012 08:31:08 |
bapt |
Use now global ghostscript description
Fix a typo in option checking (ouch!)
Reported by: danfe |
1.0.7.14_1 13 Dec 2012 07:47:29 |
bapt |
Convert to new options framework |
1.0.7.14_1 04 Dec 2012 20:39:22 |
zi |
- Reset MAINTAINER due to unrecoverable bounce
Reported by: portscout
Feature safe: yes |
1.0.7.14_1 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
1.0.7.14_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.0.7.14 08 Feb 2012 14:01:32 |
eadler |
Remove whitespace after b.p.m to help reduce false postives when searching for
other junk after b.p.m
Trivial non-functional change so maintainer not contacted
Submitted by: Alex Kozlov |
1.0.7.14 25 Dec 2011 07:51:16 |
eadler |
Update to 1.0.7.14
Changes:
See changelog at http://www.texmacs.org/tmweb/about/changes.en.html
PR: ports/163598
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Feature safe: yes |
1.0.7.13 22 Oct 2011 19:28:04 |
pawel |
- Update to 1.0.7.13 [1]
- Qt GUI is now default, not experimental [1]
- Add OPTIONS [1]
- Add fix for namespace clash with Qt3 [2]
Changes: http://www.texmacs.org/tmweb/about/changes.en.html
PR: ports/161697
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) [1]
myself [2] |
1.0.7.10_1 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.0.7.10_1 31 Jul 2011 15:07:08 |
jlaffaye |
- Chase guile shared lib bump
- Add an entry to UPDATING |
1.0.7.10 26 Apr 2011 18:21:29 |
culot |
- Update to 1.0.7.10
Changes: http://www.texmacs.org/tmweb/about/changes.en.html
PR: ports/156622
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) |
1.0.7.9 07 Mar 2011 13:40:14 |
dhn |
- Update to 1.0.7.9
- Add OPTIONS
PR: ports/155343
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) |
1.0.7.8 15 Dec 2010 07:06:23 |
wen |
-Update to 1.0.7.8
-Remove checks for old FreeBSD versions
-Prevent original versions of patched files from being installed
-Install .desktop file in the right place
Changelog: http://www.texmacs.org/tmweb/about/changes.en.html
PR: ports/153116
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) |
1.0.7.6 04 Nov 2010 00:46:00 |
wen |
- Update to 1.0.7.6
Changelog: http://www.texmacs.org/tmweb/about/changes.en.html
PR: ports/151012
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) |
1.0.7.3_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.0.7.3_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.0.7.3 03 Feb 2010 23:18:16 |
amdmi3 |
- Mark MAKE_JOBS_SAFE
PR: 143488
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) |
1.0.7.3 31 Jan 2010 16:21:53 |
nemoliu |
- Remove include of utmp.h as it doesn't seem to be used by anything.
PR: ports/143063
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) |
1.0.7.3 07 Jan 2010 04:52:28 |
pgollucci |
- Update to 1.0.7.3
- Submitter is now maintainer
PR: ports/142396
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> |
1.0.7.2 25 Sep 2009 19:04:19 |
miwi |
- Update to 1.0.7.2
- Changed pkg-plist
- Added more MASTER_SITES
PR: 139041
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Feature safe: yes |
1.0.7.1_2 28 Aug 2009 17:37:26 |
linimon |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
1.0.7.1_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.0.7.1_1 24 Jan 2009 09:58:07 |
pav |
- Mark BROKEN on FreeBSD 6.x: does not compile
Reported by: pointyhat |
1.0.7.1_1 22 Jan 2009 16:04:11 |
miwi |
- Chase lang/guile shlib bump |
1.0.7.1 05 Jan 2009 19:44:02 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
1.0.7.1 03 Jan 2009 04:23:19 |
chinsan |
- Update to 1.0.7.1 |
1.0.7 21 Oct 2008 05:29:52 |
chinsan |
- Update to 1.0.7 |
1.0.6.15 02 Sep 2008 23:50:54 |
chinsan |
- Update to 1.0.6.15 |
1.0.6.14_2 21 Aug 2008 06:18:49 |
rafan |
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 ) |
1.0.6.14_2 21 Jul 2008 04:49:09 |
rafan |
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435 |
1.0.6.14_1 06 Jun 2008 13:25:59 |
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.0.6.14 01 May 2008 10:40:02 |
chinsan |
- Update to 1.0.6.14. |
1.0.6.11_2 23 Mar 2008 16:44:09 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
1.0.6.11_1 11 Mar 2008 21:13:53 |
stas |
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az |
1.0.6.11_1 01 Mar 2008 06:22:42 |
marcus |
Chase libguile shared lib version. |
1.0.6.11 20 Sep 2007 02:53:54 |
chinsan |
- Update to 1.0.6.11. |
1.0.6.10 26 May 2007 12:58:49 |
rafan |
- Update to 1.0.6.10
PR: ports/112719
Submitted by: chinsan (maintainer) |
1.0.6.9_2 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.0.6.9_1 11 Mar 2007 08:51:14 |
stas |
- Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion
was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
support it anymore. [2]
The patch was tested in the tinderbox.
Approved by: portmgr (marcus) [1],
Anders Troback <freebsd@troback.com> (maintainer) [2] |
1.0.6.9 22 Feb 2007 09:56:33 |
rafan |
- Update to 1.0.6.9
- Pass maintainership to submitter
PR: ports/109396
Submitted by: chinsan |
1.0.6.7 20 Dec 2006 15:57:59 |
rafan |
- Update to 1.0.6.7
PR: ports/106963
Submitted by: chinsan |
1.0.6.6 08 Oct 2006 14:59:46 |
pav |
- Remove symlinks created by mtree target from plists
Pointy hats to: rafan 6x, droso 2x, pav 2x, alepulve, clsung, glewis, itetcu,
miwi |
1.0.6.6 22 Aug 2006 13:42:51 |
clsung |
- Update to 1.0.6.6
PR: ports/102383
Submitted by: chinsan <chinsan dot tw_AT_gmail dot com> |
1.0.6.3 18 Jul 2006 21:31:46 |
rafan |
- Update to 1.0.6.3
PR: ports/100464
Submitted by: chinsan <chinsan.tw at gmail.com> |
1.0.6.2 01 Jun 2006 00:39:34 |
clsung |
- Update to 1.0.6.2
PR: ports/98146
Submitted by: Martin Wilke <freebsd_AT_unixfreunde dot de> |
1.0.6 07 May 2006 10:55:47 |
edwin |
Remove USE_REINPLACE from all categories starting with E |
1.0.6 19 Jan 2006 18:42:30 |
anray |
Update MASTER_SITES.
PR: ports/92005
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.0.6 10 Jan 2006 14:18:14 |
pav |
- Don't disable fastalloc on 6.X; fixes runtime crash
PR: ports/91545
Submitted by: Gregory Wright <gwright@antiope.com> |
1.0.6 12 Dec 2005 12:03:26 |
barner |
- Update to 1.0.6
Submitted by: Ports Fury
PR: ports/90192 |
1.0.5 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
1.0.5 30 Aug 2005 02:56:28 |
ijliao |
upgrade to 1.0.5
PR: 85377
Submitted by: Ports Fury |
1.0.4.3 23 Oct 2004 21:30:55 |
markm |
Update to version 1.0.4.3, and do a fair bit of repair so that
Maxima and Axiom both work with this. The repairs likely fix
other maths packages also. The maintainer is also retiring,
so reset MAINTAINER to ports@ to give him a break.
OK'ed by: MAINTAINER |
1.0.3 29 Sep 2004 05:28:33 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
1.0.3 02 May 2004 17:05:12 |
pav |
- Update to 1.0.3
PR: ports/66068
Submitted by: Geoffrey Mainland <mainland@apeiron.net> (maintainer) |