Compilation warnings: astro.h: an #endif had an argument, didn't like it.. My change looks to be style(9) compliant phoon.c: clocknow was of type long, with it should had been time_t Further more I would like to Maintainer of the port astro/phoon. Fix: Place the files patch-astro.h and patch-phoon.c in: ...ports/astro/phoon/files/ Apply Makefile.patch to: ...ports/astro/phoon/Makefile --- phoon.c.orig Sun Mar 6 22:33:22 2005 +++ phoon.c Sun Mar 6 22:33:45 2005 @@ -354,7 +354,7 @@ struct tm* tmP; double jd, pctphase, angphase, cphase, aom, cdist, cangdia, csund, csuang; double phases[2], which[2]; - long clocknow; + time_t clocknow; int atflrlen, atflridx, numcols, lin, col, midlin; double mcap, yrad, xrad, y, xright, xleft; int colright, colleft; --- patch-phoon.c ends here --- How-To-Repeat: cd ...ports/astro/phoon && make
State Changed From-To: open->closed
State Changed From-To: closed->closed Committed, Thanks Next time please send a diff of the entire work directory, not each file ie. diff -ruN port-name.orig port-name > patch-file