non port: math/fityk/Makefile |
SVNWeb
|
Number of commits found: 83 |
Mon, 19 Aug 2019
|
[ 15:35 jbeich ] (Only the first 10 of 412 ports in this commit are shown above. )
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774
|
Sun, 4 Aug 2019
|
[ 09:07 antoine ] (Only the first 10 of 42 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Fri, 12 Apr 2019
|
[ 06:36 jbeich ] (Only the first 10 of 392 ports in this commit are shown above. )
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303
|
Tue, 9 Apr 2019
|
[ 14:04 sunpoet ] (Only the first 10 of 289 ports in this commit are shown above. )
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
|
Fri, 1 Mar 2019
|
[ 06:49 antoine ]
Mark BROKEN: fails to build
Reported by: pkg-fallout
|
Mon, 25 Feb 2019
|
[ 12:47 bapt ] (Only the first 10 of 66 ports in this commit are shown above. )
wxGTK3.0: switch to gtk3 and webkit2
Discussed with: portmgr
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
[ 00:15 jbeich ] (Only the first 10 of 415 ports in this commit are shown above. )
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645
|
Thu, 9 Aug 2018
|
[ 06:58 jbeich ] (Only the first 10 of 404 ports in this commit are shown above. )
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Sat, 2 Jun 2018
|
[ 08:56 wen ]
- Update to 1.3.1
|
Wed, 18 Apr 2018
|
[ 13:57 jbeich ] (Only the first 10 of 388 ports in this commit are shown above. )
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030
|
Thu, 18 Jan 2018
|
[ 04:11 jbeich ] (Only the first 10 of 356 ports in this commit are shown above. )
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
|
Wed, 20 Dec 2017
|
[ 19:34 bapt ] (Only the first 10 of 13 ports in this commit are shown above. )
Switch from swig 2.0 to swig 3.0
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Mon, 25 Sep 2017
|
[ 00:08 jbeich ] (Only the first 10 of 342 ports in this commit are shown above. )
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
[ 00:05 jbeich ] (Only the first 10 of 327 ports in this commit are shown above. )
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Tue, 27 Jun 2017
|
[ 13:46 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
|
Tue, 2 May 2017
|
[ 06:48 jbeich ] (Only the first 10 of 336 ports in this commit are shown above. )
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Fri, 6 Jan 2017
|
[ 08:45 jbeich ] (Only the first 10 of 324 ports in this commit are shown above. )
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
|
Wed, 23 Nov 2016
|
[ 12:45 jbeich ] (Only the first 10 of 353 ports in this commit are shown above. )
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 19 Mar 2016
|
[ 18:17 mat ] (Only the first 10 of 13 ports in this commit are shown above. )
Montly GH_* cleanup.
Sponsored by: Absolight
|
Sun, 6 Mar 2016
|
[ 10:53 wen ] (Only the first 10 of 15 ports in this commit are shown above. )
- Update to 1.3.0
PR: 205894
Submitted by: tkato432@yahoo.com
|
Thu, 31 Dec 2015
|
[ 10:58 amdmi3 ]
- Pet portlint
- Switch to options helpers
|
Wed, 16 Dec 2015
|
[ 13:45 culot ]
- Reassign sperber@'s ports after his commit bit was taken in for safekeeping
|
Thu, 30 Apr 2015
|
[ 21:48 jbeich ]
math/fityk: unbreak build on 8.x/9.x (gcc 4.8)
Add -std=c++11 to fix
/usr/local/include/wx-3.0/wx/strvararg.h:25:27: error: type_traits: No such
file or directory
which itself exposes
guess.cpp:20:7: error: unknown type name 'array'
const array<string, 3> Guess::linear_traits =
^
sidebar.cpp:900:52: error: invalid suffix on literal; C++11 requires a space
between
literal and identifier [-Wreserved-user-defined-literal]
+ s2wx(format1<realt, 30>("%.10"REALT_LENGTH_MOD"g", a)));
^
Reported by: pkg-fallout
Approved by: portmgr blanket
MFH: 2015Q2 (only USES due to lack of r383466)
|
Wed, 25 Mar 2015
|
[ 07:37 marino ] (Only the first 10 of 22 ports in this commit are shown above. )
math category: Remove $PTHREAD_LIBS
Note that math/PDL did not pass stage-QA before, so it was fixed.
approved by: PTHREAD blanket
|
Sat, 20 Dec 2014
|
[ 18:17 antoine ]
Explicitely set MASTER_SITES to GHC, fityk is not available on GH
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
[ 12:18 amdmi3 ]
- Drop .la files, no dependees require them
Approved by: portmgr blanket
|
Wed, 23 Apr 2014
|
[ 13:25 tijl ] (Only the first 10 of 462 ports in this commit are shown above. )
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above )
|
Tue, 8 Apr 2014
|
[ 13:06 bapt ]
Previous commit should have the following log:
Support stage
Fix build with clang
Switch to wxGTK 3.0
Convert to USES=libtools
Add missing run dependencies
and the revision should have been bumped
|
[ 13:06 bapt ]
Support stage
Fix build with clang
Switch to wxGTK 3.0
Convert to USES=libtools
|
Fri, 21 Feb 2014
|
[ 13:38 ehaupt ] (Only the first 10 of 11 ports in this commit are shown above. )
Remove trailing whitespaces from category math
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Fri, 20 Sep 2013
|
[ 20:55 bapt ] (Only the first 10 of 665 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
|
Sat, 29 Jun 2013
|
[ 21:41 antoine ]
Fix PORT_OPTIONS conversion
|
Wed, 3 Apr 2013
|
[ 14:14 sperber ]
- Update fityk to 0.9.8 (to unbreak build)
- Update xylib to 1.1
- Fix MASTER_SITES
- Trim Makefile header
- Update MAINTAINER to my FreeBSD address
- Switch to OptionsNG
Reported by: pointyhat
Approved by: portmgr / mentor (miwi)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Mon, 2 May 2011
|
[ 12:44 makc ] (Only the first 10 of 195 ports in this commit are shown above. )
Bump PORTREVISION after open-mofit update
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Tue, 19 Oct 2010
|
[ 06:14 wen ]
- Update to 0.9.4
PR: ports/151524
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> (maintainer)
|
Tue, 27 Jul 2010
|
[ 08:02 decke ]
- Update to 0.9.3
- Add LICENSE
- Pass maintainership to submitter (via IRC)
PR: ports/148968
Submitted by: Armin Pirkovitsch <armin at frozen-zone dot org>
Approved by: miwi (mentor)
|
Thu, 15 Jul 2010
|
[ 07:12 miwi ]
- Update to 0.6.3
PR: 148561
Submitted by: Ports Fury
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Wed, 27 Jan 2010
|
[ 01:04 miwi ]
- Update to 0.9.0
PR: 142982
Submitted by: Ports Fury
|
Fri, 28 Aug 2009
|
[ 23:29 miwi ]
- Update to 0.8.9
PR: 138280
Submitted by: Ports Fury
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Fri, 26 Jun 2009
|
[ 14:39 miwi ]
- Update to 0.8.0
PR: 136049
Submitted by: Ports Fury
|
Thu, 18 Jun 2009
|
[ 12:23 miwi ]
- Update to 0.8.7
PR: 135643
Submitted by: Ports Fury
|
Fri, 6 Jun 2008
|
[ 13:44 edwin ] (Only the first 10 of 76 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)
|
Sat, 26 Apr 2008
|
[ 14:49 miwi ]
- Update to 0.8.6
PR: 123087
Submitted by: Ports Fury
|
Fri, 21 Mar 2008
|
[ 11:40 miwi ]
- Update to 0.8.5
PR: 120819
Submitted by: Ports Fury
|
Fri, 14 Dec 2007
|
[ 18:45 miwi ]
- Update to 0.8.2
PR: 118599
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
Wed, 4 Jul 2007
|
[ 15:10 barner ] (Only the first 10 of 23 ports in this commit are shown above. )
- Bump boost shared library version to 4
- Bump PORTREVISION
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Thu, 26 Apr 2007
|
[ 14:56 lwhsu ]
- Update to version 0.8.1
- Use MASTER_SITES_ABBREVS in MASTER_SITES
PR: 112136
Submitted by: KATO Tsuguru <tkato432 AT yahoo.com>
Approved by: clsung (mentor, implicitly)
|
Wed, 18 Apr 2007
|
[ 11:46 gabor ] (Only the first 10 of 40 ports in this commit are shown above. )
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
|
Fri, 16 Mar 2007
|
[ 12:00 miwi ]
- Update to 0.7.8
PR: 110345
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Wed, 17 Jan 2007
|
[ 17:16 nivit ]
- Updated to 0.7.7
- Added CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
PR: ports/108001
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
Approved by: alexbl (mentor, implicit)
|
Tue, 26 Sep 2006
|
[ 12:37 rafan ]
- Update to 0.7.6
PR: ports/103640
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
|
Thu, 10 Aug 2006
|
[ 21:03 miwi ]
- Update to 0.7.5
PR: ports/101597
Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
Approved by: krion (mentor)
|
Mon, 12 Jun 2006
|
[ 01:41 ijliao ]
upgrade to 0.7.4
PR: 98827
Submitted by: Ports Fury
|
Thu, 20 Apr 2006
|
[ 05:35 sem ]
- Update to version 0.7.3
PR: ports/96007
Submitted by: Ports Fury
|
Thu, 16 Mar 2006
|
[ 18:15 pav ]
- Update to 0.7.2
PR: ports/94499
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Mon, 13 Feb 2006
|
[ 10:03 lawrance ]
Update to 0.7.0.
PR: ports/93241
Submitted by: Ports Fury
|
Wed, 9 Nov 2005
|
[ 14:35 barner ]
Chase Boost shared lib version after update to Boost 1.33.0.
devel/sdts++: Also convert from BUILD_DEPENDS and RUN_DEPENDS to
LIB_DEPENDS.
|
Sat, 5 Nov 2005
|
[ 05:22 marcus ] (Only the first 10 of 1045 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared library update.
|
Tue, 26 Jul 2005
|
[ 13:30 sem ]
- Update to 0.5.1
PR: ports/84071
Submitted by: Ports Fury
|
Wed, 6 Jul 2005
|
[ 15:24 pav ]
- Update to 0.5.0.1
PR: ports/82942
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Fri, 27 May 2005
|
[ 18:57 pav ]
- Fix build after wxGtk changes
Reported by: pointyhat
|
Thu, 12 May 2005
|
[ 19:23 krion ]
Fix INDEX build.
Reported by: cperciva
|
Sat, 12 Mar 2005
|
[ 10:54 marcus ] (Only the first 10 of 911 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared lib version change.
|
Fri, 11 Mar 2005
|
[ 09:17 vs ]
Unbreak on 4.x by depending on readline from ports.
|
Tue, 8 Mar 2005
|
[ 02:08 ijliao ]
add fityk 0.4.4
Free peak fitting software
|
Number of commits found: 83 |