CVS log for ports/science/gerris/Attic/Makefile
Up to [FreeBSD] / ports / science / gerris
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.26
Wed Nov 2 01:35:39 2011 UTC (3 months, 1 week ago) by dougb
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.25: +1 -1 lines
Remove ports@ ports that have been DEPRECATED for at least 1 month audio/shoutcast Unfetchable; website rearranged audio/linux-shoutcast Unfetchable; website rearranged chinese/scim-chewing Does not configure converters/py-cjkcodecs Integrated into every python version in the tree databases/kpogre Does not compile deskutils/mhc Does not fetch deskutils/org-mode.el6 Does not fetch deskutils/gemcal Does not fetch devel/erlang-thrift Does not build dns/domtools Does not fetch editors/richtext Does not compile games/vultures-claw Does not fetch games/bomb Does not fetch games/lgeneral-data Bad plist games/linux-enemyterritory-jaymod Does not fetch games/xphotohunter Does not fetch graphics/gimpshop Fails to patch graphics/lightspark-devel Does not compile graphics/xmms-plazma Does not fetch graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64 japanese/rxvt Does not fetch, fails to build with new utmpx japanese/epic4 Some distfiles do not fetch java/jde Does not fetch java/kaffe Does not fetch korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems korean/hanterm-xf86 Does not compile korean/stardict2-dict-kr Does not fetch lang/p5-JavaScript Does not fetch lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9 mail/freepops Does not build mail/itraxp Does not build misc/tellico Leaves file behind on deinstall net/gsambad Does not fetch net/nocatauth-gateway Uses a UID registered to another port net/nocatauth-server Uses a UID registered to another port net/libosip2 Does not fetch net/kmuddy Does not fetch net/netboot Does not build net-mgmt/jffnms Does not fetch net-p2p/frostwire Does not fetch net-p2p/azureus Does not fetch news/cleanscore Does not fetch news/nntpswitch Does not fetch news/p5-NewsLib Does not fetch russian/cyrproxy Does not fetch science/gerris Does not fetch security/opensaml Does not fetch sysutils/wmbattery Does not fetch sysutils/cpuburn No more public distfiles textproc/tei-guidelines-p4 Does not fetch textproc/tei-p4 Does not fetch textproc/py-hyperestraier Does not fetch textproc/tdtd.el Does not fetch textproc/tei-lite Does not fetch www/phpwiki13 Does not fetch www/p5-Apache-Scoreboard Depends on mod_perl www/p5-B-LexInfo Broken due the new mod_perl2 API www/phpwiki Does not fetch www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now www/spip Checksum is changing daily www/monkey Does not fetch x11-toolkits/jdic Does not fetch x11-toolkits/py-kde Does not compile
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Aug 2 16:27:05 2011 UTC (6 months, 1 week ago) by bapt
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -0 lines
Mark BROKEN: Does not fetch
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon May 2 12:44:49 2011 UTC (9 months, 1 week ago) by makc
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Bump PORTREVISION after open-mofit update
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:43:06 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
- update to 1.4.1 Reviewed by: exp8 run on pointyhat Supported by: miwi
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:43:39 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
- update to jpeg-8
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:34:43 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:55:34 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -0 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated Requested by: edwin
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jan 14 09:12:30 2009 UTC (3 years ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +18 -37 lines
- Update to 0.9.2 PR: 130446 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:18:11 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +0 -1 lines
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
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:59:00 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
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)
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jun 4 04:17:42 2008 UTC (3 years, 8 months ago) by linimon
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Maintainer no longer has time for this one, so reassign to ports@.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Mar 20 10:03:39 2008 UTC (3 years, 10 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +0 -1 lines
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jan 7 14:36:37 2008 UTC (4 years, 1 month ago) by tabthorpe
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +8 -2 lines
- Mark as BROKEN >= 700042 - s/INSTALLS_SHLIB/USE_LDCONFIG/ while I am here PR: ports/119251 Submitted by: Oliver Dunkl <odunkl gmx.net> (maintainer)
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jun 22 09:05:22 2007 UTC (4 years, 7 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
- Update patch files location PR: ports/113904 Submitted by: Oliver Dunkl <odunkl at gmx.net> (maintainer)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat May 19 20:22:09 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Mar 29 14:10:24 2007 UTC (4 years, 10 months ago) by pav
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
- Fix after objformat removal Reported by: pointyhat
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat May 13 04:14:55 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +0 -1 lines
Remove USE_REINPLACE from all categories starting with S
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed May 3 21:35:45 2006 UTC (5 years, 9 months ago) by jmelo
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
- Update lib after graphics/gts update. - Bump portrevision. Approved by: maintainer via email, mnag (mentor).
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:38:49 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jan 5 06:54:57 2006 UTC (6 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
From: chkversion <kris@FreeBSD.org> Subject: Ports with version numbers going backwards: graphics/kimdaba, science/gerris... Looks like an issue with Tools/scripts/bumpportrevision, I'll check it in a second.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jan 5 03:57:31 2006 UTC (6 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Chase libversion bumb to libMagick.so.9 PR: ports/91270
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Nov 30 13:14:13 2005 UTC (6 years, 2 months ago) by mnag
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Bump PORTREVISION and change dependencies to reflect update in graphics/gts
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Nov 26 16:28:58 2005 UTC (6 years, 2 months ago) by fenner
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -4 lines
Fix the group and MASTER_SITE_SUBDIR usage. Approved by: Oliver Dunkl <odunkl@gmx.net> (MAINTAINER)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:19:38 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
Bump PORTREVISION to chase the glib20 shared library update.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Oct 9 12:16:40 2005 UTC (6 years, 4 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -20 lines
- Update PATCH_SITES/PATCHFILES - Remove uncommented Makefile code PR: 87158 Submitted by: Oliver Dunkl <odunkl@gmx.net> (maintainer) Approved by: novel (mentor)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Sep 25 12:45:46 2005 UTC (6 years, 4 months ago) by thierry
Branches: MAIN
Add gerris 0.6.0, a scientific CFD simulator. Gerris is an Open Source Free Software library for the solution of partial differential equations describing fluid flow. Gerris is supported by NIWA (National Institute of Water and Atmospheric research) and by the Marsden Fund of the Royal Society of New Zealand. The code is written entirely in C and uses both the GLib Library and the GTS Library for geometrical functions and object-oriented programming. PR: 86297 Submitted by: Oliver Dunkl <odunkl (at) gmx.net>
