non port: biology/molden/Makefile |
SVNWeb
|
Number of commits found: 99 |
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
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 )
|
Sat, 23 Jul 2022
|
[ 20:00 Yuri Victorovich (yuri) ] 8dc7394
biology/molden: Update 6.7 -> 7.1
PR: 265245
Approved by: jmd@ (maintainer)
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 37526bb (Only the first 10 of 82 ports in this commit are shown above. )
biology: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Andrey Zakhvatov
* Bob Zimmermann <rpz@cse.wustl.edu>
* Camson Huynh <chuynh@biolateral.com.au>
* Dan Siercks <dsiercks@uwm.edu>
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Hannes Hauswedell <h2+fbsdports@fsfe.org>
* J. Bacon <jwb@FreeBSD.org>
* Jason Bacon <jwb@FreeBSD.org>
* Jeremy <karlj000@unbc.ca> (Only the first 15 lines of the commit message are shown above )
|
Mon, 17 Jan 2022
|
[ 13:20 Tobias Kortkamp (tobik) ] dfd0e4d
*: Clean up some things
- Fix typos
- Fix overwritten variables
Reported by: portscan
|
Wed, 5 Jan 2022
|
[ 23:01 Johannes M Dieterich (jmd) ] 1571a42
biology/molden: update to 6.7
PR: 238858
Reported by: yuri@
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
Thu, 6 May 2021
|
[ 11:47 Mathieu Arnold (mat) ] adb9312 (Only the first 10 of 61 ports in this commit are shown above. )
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D30010
|
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, 29 Mar 2021
|
[ 21:51 yuri ]
biology/molden: Fix build with gfortran10
|
Mon, 4 Nov 2019
|
[ 21:08 zeising ] (Only the first 10 of 11 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories b
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'b'.
|
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
|
Mon, 22 Apr 2019
|
[ 13:16 gerald ] (Only the first 10 of 225 ports in this commit are shown above. )
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl
|
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
|
Tue, 13 Nov 2018
|
[ 07:03 jmd ]
biology/molden: update to 5.8.2
Also add do-install-{option}-on targets and shadow ${MKDIR} commands.
PR: 233060
Submitted by: yuri
|
Wed, 7 Nov 2018
|
[ 00:03 yuri ]
biology/molden: Unbreak: fix the problem that it can't find libgcc_s.so from gcc
Add $(LDFLAGS) to makefile.
While here, add USES=gl.
Approved by: portmgr
|
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
|
Fri, 20 Jul 2018
|
[ 09:44 yuri ]
biology/molden: Unbreak by updating the MASTER_SITES URL
The upstream keeps changing the URL.
|
[ 08:17 antoine ]
Mark BROKEN: unfetchaable
Reported by: pkg-fallout
|
Fri, 13 Jul 2018
|
[ 09:28 yuri ]
biology/molden: Unbreak by updating the MASTER_SITES URL
|
[ 08:13 antoine ]
Mark BROKEN: unfetchable
Reported by: pkg-fallout
MFH: 2018Q3
|
Sun, 20 May 2018
|
[ 21:41 jmd ]
biolog/molden: unbreak after at least two intransparent distfile updates
Reviewed by: zeising (mentor)
Approved by: zeising (mentor)
Differential Revision: https://reviews.freebsd.org/D15333
|
Mon, 7 May 2018
|
[ 05:34 antoine ]
Mark BROKEN: checksum and size mismatch
Reported by: pkg-fallout
MFH: 2018Q2
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Wed, 1 Nov 2017
|
[ 03:48 jmd ]
biology/molden: chase another intransparent upstream distfile upgrade.
Reviewed by: swills (mentor), mat
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D12829
|
Thu, 28 Sep 2017
|
[ 02:43 jmd ]
biology/molden: unbreak by chasing latest intransparent distfile update.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D12521
|
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
|
Thu, 13 Jul 2017
|
[ 21:56 jmd ]
Chase next distfile update. Upstream contacted whether we would be allowed to
host a distfile copy.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D11586
|
Wed, 12 Jul 2017
|
[ 03:37 jmd ]
biology/molden: Unbreak by chasing their latest opaque update to the
distribution.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D11338
|
Thu, 22 Jun 2017
|
[ 08:24 mat ]
Mark BROKEN.
=> Attempting to fetch ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/molden5.7.tar.gz
fetch: ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/molden5.7.tar.gz: size mismatch:
expected 5339411, actual 5339467
=> Couldn't fetch it - please try to retrieve this
Sponsored by: Absolight
|
Sat, 3 Jun 2017
|
[ 12:48 linimon ]
Previous commit unbroke the port.
Reported by: xmj
|
Wed, 24 May 2017
|
[ 03:26 jmd ]
biology/molden: Chase recent upstream change of molden distfile.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10864
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Fri, 19 May 2017
|
[ 18:42 antoine ]
Mark BROKEN: checksum and size mismatch
Reported by: pkg-fallout
|
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
|
Sat, 11 Feb 2017
|
[ 02:06 jmd ]
biology/molden: Unbreak port, regenerate checksums, increment PORTREVISION.
Reviewed by: swills (mentor), pi (former maintainer)
Approved by: swills (mentor), pi (former maintainer)
Differential Revision: https://reviews.freebsd.org/D9501
|
Tue, 7 Feb 2017
|
[ 14:20 amdmi3 ]
- Mark BROKEN: does not fetch, size/checksum mismatch
Approved by: portmgr blanket
|
Wed, 7 Dec 2016
|
[ 13:24 gerald ] (Only the first 10 of 227 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.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry
|
Sat, 3 Dec 2016
|
[ 17:03 pi ]
biology/molden: distfile was updated in xwin.c
|
Thu, 10 Nov 2016
|
[ 05:13 pi ]
biology/molden: add missing LICENSE_NAME
Reported by: pkg-fallout
|
Wed, 9 Nov 2016
|
[ 20:49 pi ]
biology/molden: fix distinfo, set LICENSE
Submitted by: marino
Reported by: Eduardo Lemos de Sa <eduardo.lemosdesa@gmail.com>
MFH: 2016Q4
|
Sat, 1 Oct 2016
|
[ 08:02 antoine ]
Mark BROKEN: unfetchable, size mismatch
Reported by: pkg-fallout
|
Fri, 26 Aug 2016
|
[ 06:00 pi ]
biology/molden: 5.4 -> 5.7
- Adds editable text fields that are longer than the visible string
and introduces a new way of selecting a range of amino acids.
- introduces interfaces to the open source packages openbabel and pharmer.
Openbabel is used to create 2D images of the molecules in a .sdf
file. It is also used to do 2D fingerprint searching.
Pharmer is used to pharmacophore (3D) searching against indexed
databases of .sdf files.
|
Mon, 22 Aug 2016
|
[ 11:06 amdmi3 ]
- Mark BROKEN: does not fetch (distfile was removed from ftp)
Approved by: portmgr blanket
|
Wed, 20 Jan 2016
|
[ 19:31 pi ]
biology/molden: updated distfile, take maintainer
- upstream distfile is moving target with same version number
Submitted by: antoine
|
[ 18:57 antoine ]
Mark BROKEN: checksum and size mismatch
Reported by: pkg-fallout
|
Mon, 18 Jan 2016
|
[ 19:32 pi ]
biology/molden: 5.0.7 -> 5.4
Changes:
- Missing hydrogens atoms of HETATM molecules (pdb files) are stored locally.
- Pdb files can now be clipped.
- Fixes missing residues. Introduces an alternative way of generating rotamers,
without using z-matrices. This potentially a faster algorithm.
- Supports Movie making through avconv/ffmpeg.
- calculates the Electron Localization Function (ELF).
- Updated code of ambfor/ambmd to speed up optimisations/MD of proteins
solvated in water (Jan, 2014).
PR: 204341
|
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)
|
Mon, 5 May 2014
|
[ 11:15 bapt ] (Only the first 10 of 19 ports in this commit are shown above. )
Catch a couple of missing convertsion to :tu/:tl
Submitted by: ak
With hat: portmgr
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] (Only the first 10 of 1081 ports in this commit are shown above. )
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
|
Thu, 27 Feb 2014
|
[ 08:58 miwi ]
- Update to 5.0.7
PR: 185942
Submitted by: ports fury
|
Sun, 29 Dec 2013
|
[ 14:30 tijl ]
- USES=fortran gmake.
- Add dependency on xproto.
- Fix build with new CFLAGS.
- Staging.
- New WWW.
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] (Only the first 10 of 1147 ports in this commit are shown above. )
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 15:55 bapt ] (Only the first 10 of 94 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
biology)
|
Fri, 26 Apr 2013
|
[ 06:57 miwi ]
- Update to 5.0.6
PR: 178032
Submitted by: Ports Fury
|
Fri, 14 Dec 2012
|
[ 17:47 eadler ]
Update to 5.0.4
|
Fri, 30 Nov 2012
|
[ 23:51 sperber ]
- Update to version 5.0.2
- Add MAKE_JOBS_UNSAFE
- Convert to optionsng
PR: ports/171970
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes
|
Sun, 23 Sep 2012
|
[ 15:40 danfe ]
Mea culpa, s/Whom/Created by/
|
[ 15:38 danfe ]
- Adjust "Created by" tag to include more complete submitter's information
- Mute MKDIRs, remove trailing dot from RESTRICTED, drop leading indefinite
article from COMMENT where appropriate
|
Sat, 22 Sep 2012
|
[ 15:34 tabthorpe ]
- Reassign to the heap at maintainer's request
|
Sat, 4 Aug 2012
|
[ 22:52 kwm ] (Only the first 10 of 122 ports in this commit are shown above. )
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area.
|
Sun, 13 Sep 2009
|
[ 00:08 gerald ] (Only the first 10 of 107 ports in this commit are shown above. )
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr
|
Sun, 2 Aug 2009
|
[ 19:59 pav ]
- Unbreak fetch
Submitted by: maintainer
|
Fri, 9 Jan 2009
|
[ 19:31 pav ]
- Unbreak distinfo after portrevision bump
Reported by: pointyhat
|
Wed, 7 Jan 2009
|
[ 16:34 gerald ] (Only the first 10 of 104 ports in this commit are shown above. )
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
|
Tue, 11 Nov 2008
|
[ 02:21 wxs ]
- Roll back to 4.6 as 4.7 is the development version and is constantly being
re-rolled.
- Move post-patch target into files/patch-xwin.c to remove sed invocation.
- Respect NOPORTDATA and DATADIR.
- Bring files/patch-aa back (to preserve history) and retire patch-makefile.
- Fixup files/patch-xwin.c so it applies cleanly to this version.
|
Fri, 7 Nov 2008
|
[ 20:21 wxs ]
Mark as broken since it has been re-rolled for the 4th(?) time.
|
[ 00:33 wxs ]
Distfile was re-rolled. The changes were to fix some bugs in the code.
While I'm here, make it respect NOPORTDOCS.
|
Tue, 4 Nov 2008
|
[ 21:55 wxs ]
Update to 4.7
PR: ports/128476
Submitted by: fulvio ciriaco <oivulf@gmail.com>
|
Fri, 15 Aug 2008
|
[ 17:42 bsam ]
Unbreak building for 8-x.
Submitted by: Steve Kargl <sgk at troutmask.apl.washington.edu> at ports@ ML
|
Fri, 25 Apr 2008
|
[ 22:53 pav ]
- Mark BROKEN on -CURRENT: error: 'linkat' redeclared as different kind of
symbol
Reported by: pointyhat
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Thu, 12 Jul 2007
|
[ 06:33 maho ]
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
|
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}.
|
Tue, 24 Apr 2007
|
[ 10:24 clsung ]
- Update to 4.5
|
Tue, 23 Jan 2007
|
[ 13:05 miwi ]
- Fix typo
|
Fri, 12 Jan 2007
|
[ 05:39 maho ]
Using only gfortran42. not gcc42.
Bump portrevision.
|
Tue, 9 Jan 2007
|
[ 01:47 maho ]
Migrated to gfortran.
|
Sun, 17 Sep 2006
|
[ 13:41 thierry ]
Unbreak: molden has been updated on Aug 17, with the same DISTNAME.
Changelog at <http://www.cmbi.ru.nl/molden/HISTORY>.
|
Mon, 4 Sep 2006
|
[ 14:50 kris ]
BROKEN: Size mismatch. Since this is unmaintained, deprecate and schedule
for termination on 2006-12-01
|
Sun, 3 Sep 2006
|
[ 00:34 kris ]
NO_CDROM and NO_PACKAGE are not appropriate here
|
Wed, 3 May 2006
|
[ 23:26 edwin ] (Only the first 10 of 28 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with B
|
Thu, 12 Jan 2006
|
[ 12:54 sem ] (Only the first 10 of 154 ports in this commit are shown above. )
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org>
|
Thu, 1 Dec 2005
|
[ 14:42 barner ]
- Unbreak by updating to 4.4
- Add dependecy to MESA
PR: ports/89795
Submitted by: Johan van Selst <johans@stack.nl>
|
Wed, 23 Nov 2005
|
[ 23:59 pav ]
- BROKEN: Size mismatch
|
Thu, 20 Jan 2005
|
[ 03:44 maho ]
o update to 4.3
o unbreak
o due to no fix for long period, drop maintainership to ports.
|
Sat, 18 Dec 2004
|
[ 23:02 kris ] (Only the first 10 of 95 ports in this commit are shown above. )
This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
|
Sun, 20 Jun 2004
|
[ 08:40 kris ]
BROKEN: Checksum mismatch
|
Sat, 19 Jul 2003
|
[ 04:17 maho ]
enhancement, build and install the opengl viewer, moldenogl.
update to 3.9, not 3.8, which is newer :)
Committed by maintainer timeout:
> Sat Apr 5 17:46:57 EST 2003 - edwin - informed maintainer
PR: 47177
Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
|
Fri, 21 Feb 2003
|
[ 11:01 knu ] (Only the first 10 of 72 ports in this commit are shown above. )
De-pkg-comment.
|
Wed, 8 Jan 2003
|
[ 12:05 arved ]
Update to 3.8
Approved by: rmiya@cc.hirosaki-u.ac.jp (maintainer)
|
Thu, 23 May 2002
|
[ 08:56 sada ]
Back my last commit out.
We couldn't update distinfo without inspecting distfile's changes.
PR: ports/37476
Suggested by: kris
|
Sat, 18 May 2002
|
[ 03:24 sada ]
distfile has silently changed,
so md5 has to be rewritten.
PR: ports/37476
Submitted by: maintainer
|
Wed, 23 Jan 2002
|
[ 19:59 sf ]
o update to 3.7. differences from the PR: - this port requires Xlib so add
USE_XLIB. - remove unnecessary PORTREVISION.
|
Tue, 6 Nov 2001
|
[ 13:32 sf ]
chase checksum for repacked distfile almost an year ago. Maintainer does not
have previous distfile. As the distfile for this port is not distributable, it
is OK to me to change distinfo now.
|
Sun, 4 Mar 2001
|
[ 17:26 roam ]
Change MASTER_SITE and FTP/WWW lines: caos.kun.nl is cmbi.kun.nl now.
|
Fri, 13 Oct 2000
|
[ 11:59 jeh ]
A file was added to distfile and then repackaged with the same name.
|
Wed, 7 Jun 2000
|
[ 17:59 will ]
Update to 3.6.
|
Sun, 28 May 2000
|
[ 05:03 steve ]
Fix this port after the recent PORT{NAME,VERSION} changes. portlint(1) while
I'm here.
|
Number of commits found: 99 |