Bug 250879 - math/gfan: requesting maintainership
Summary: math/gfan: requesting maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mikael Urankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-05 13:16 UTC by Moritz Schmitt
Modified: 2020-12-04 18:19 UTC (History)
2 users (show)

See Also:


Attachments
Patch for math/gfan (86.78 KB, patch)
2020-11-30 08:48 UTC, Moritz Schmitt
no flags Details | Diff
Poudriere test log (63.70 KB, text/plain)
2020-11-30 08:48 UTC, Moritz Schmitt
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Schmitt 2020-11-05 13:16:45 UTC
math/gfan currently doesn't have a maintainer. I'd like to take over maintainership for this port.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2020-11-10 07:40:54 UTC
Hi Moritz,

Thanks for stepping up. Could you please attach a patch for this?
Comment 2 Moritz Schmitt 2020-11-30 08:47:38 UTC
Please find attached a patch for math/gfan. This patch introduces the following changes:

o Update URL in MASTER_SITES to current address

o Update MAINTAINER

o Remove post-patch target as it is not needed
	- Use LDFLAGS instead of the non-standard variable
	  ADDITIONALLINKOPTIONS.
	- Replace "${REINPLACE_CMD} 's,log2,gfan_log2,g'" by appropriate
	  patch files as the command triggers multiple warnings. log2 is
	  a macro defined in src/log.h. The name of this macro is in
	  conflict with the function log2 from math.h. To avoid errors
	  when compiling the code, the above renaming is necessary.
	  Furthermore, PHB 4.4.3 strongly suggests using patch files
	  instead of REINPLACE_CMD for static content.

o Sort pkg-plist alphabetically as required by PHB 3.2.2

o Shorten pkg-descr and make it less technical
Comment 3 Moritz Schmitt 2020-11-30 08:48:15 UTC
Created attachment 220098 [details]
Patch for math/gfan
Comment 4 Moritz Schmitt 2020-11-30 08:48:42 UTC
Created attachment 220099 [details]
Poudriere test log
Comment 5 commit-hook freebsd_committer freebsd_triage 2020-12-04 18:18:00 UTC
A commit references this bug:

Author: mikael
Date: Fri Dec  4 18:17:39 UTC 2020
New revision: 556996
URL: https://svnweb.freebsd.org/changeset/ports/556996

Log:
  math/gfan: pass maintainership

  o Update URL in MASTER_SITES to current address
  o Update MAINTAINER
  o Remove post-patch target as it is not needed
  	- Use LDFLAGS instead of the non-standard variable
  	  ADDITIONALLINKOPTIONS.
  	- Replace "${REINPLACE_CMD} 's,log2,gfan_log2,g'" by appropriate
  	  patch files as the command triggers multiple warnings. log2 is
  	  a macro defined in src/log.h. The name of this macro is in
  	  conflict with the function log2 from math.h. To avoid errors
  	  when compiling the code, the above renaming is necessary.
  	  Furthermore, PHB 4.4.3 strongly suggests using patch files
  	  instead of REINPLACE_CMD for static content.
  o Sort pkg-plist alphabetically as required by PHB 3.2.2
  o Shorten pkg-descr and make it less technical

  PR:		250879
  Submitted by:	Moritz Schmitt (maintainer)

Changes:
  head/math/gfan/Makefile
  head/math/gfan/files/patch-src_app__doesidealcontain.cpp
  head/math/gfan/files/patch-src_app__fiberpolytope.cpp
  head/math/gfan/files/patch-src_app__groebnerfan.cpp
  head/math/gfan/files/patch-src_app__main.cpp
  head/math/gfan/files/patch-src_app__resultantfan.cpp
  head/math/gfan/files/patch-src_app__secondaryfan.cpp
  head/math/gfan/files/patch-src_app__tropicalintersection.cpp
  head/math/gfan/files/patch-src_app__tropicaltraverse.cpp
  head/math/gfan/files/patch-src_bergman.cpp
  head/math/gfan/files/patch-src_breadthfirstsearch.cpp
  head/math/gfan/files/patch-src_buchberger.cpp
  head/math/gfan/files/patch-src_codimoneconnectedness.cpp
  head/math/gfan/files/patch-src_enumeration.cpp
  head/math/gfan/files/patch-src_ep__xfig.cpp
  head/math/gfan/files/patch-src_field__rationals.cpp
  head/math/gfan/files/patch-src_gfanlib__polyhedralfan.cpp
  head/math/gfan/files/patch-src_gfanlib__symmetriccomplex.cpp
  head/math/gfan/files/patch-src_gfanlib__zfan.cpp
  head/math/gfan/files/patch-src_halfopencone.cpp
  head/math/gfan/files/patch-src_linalg.cpp
  head/math/gfan/files/patch-src_log.h
  head/math/gfan/files/patch-src_lp__soplexcdd.cpp
  head/math/gfan/files/patch-src_padic.cpp
  head/math/gfan/files/patch-src_polyhedralcone.cpp
  head/math/gfan/files/patch-src_polyhedralfan.cpp
  head/math/gfan/files/patch-src_reversesearch.cpp
  head/math/gfan/files/patch-src_singular.cpp
  head/math/gfan/files/patch-src_symmetriccomplex.cpp
  head/math/gfan/files/patch-src_symmetry.cpp
  head/math/gfan/files/patch-src_traverser__stableintersection.cpp
  head/math/gfan/files/patch-src_traverser__tropical.cpp
  head/math/gfan/files/patch-src_triangulation2.h
  head/math/gfan/files/patch-src_tropical.cpp
  head/math/gfan/files/patch-src_tropical2.cpp
  head/math/gfan/files/patch-src_tropical__weildivisor.cpp
  head/math/gfan/files/patch-src_tropicalbasis.cpp
  head/math/gfan/files/patch-src_tropicalcurve.cpp
  head/math/gfan/files/patch-src_tropicaltraverse.cpp
  head/math/gfan/files/patch-src_wallideal.cpp
  head/math/gfan/pkg-descr
  head/math/gfan/pkg-message
  head/math/gfan/pkg-plist
Comment 6 Mikael Urankar freebsd_committer freebsd_triage 2020-12-04 18:19:09 UTC
Thanks!