It seems like gfortran46 wants to use the gcc45 libs for building. That's not right, is it? [...] gcc46 -fpic -DPIC -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing -DPG_PPU -std=gnu99 -fstack-protector -c cpgtick.c -o cpgtick.So building shared library libcpgplot.so.5 make -f Makefile.bin LOCALBASE="/usr/local" gfortran46 -o pgpack fonts/pgpack.f ./pgpack <fonts/grfont.txt /libexec/ld-elf.so.1: /usr/local/lib/gcc45/libgfortran.so.3: version GFORTRAN_1.4 required by /extra/ports/work/usr/ports/graphics/pgplot/work/pgplot/pgpack not found *** Error code 1 How-To-Repeat: cd /usr/ports/graphics/pgplot; make
State Changed From-To: open->closed not sure how this could be a 'maintainer-update' since this does not have the maintainers patch. closed. if you are the maintainer, include a patch. If you are not the maintainer, then you cannot submit a 'maintainer-update'
State Changed From-To: closed->open Re-open; was labeled 'maintainer update' in error.
Class Changed From-To: maintainer-update->sw-bug
Patch the port so that it respects FFLAGS, which should include the -rpath additions from ports/Mk/bsd.gcc.mk. b.
Responsible Changed From-To: freebsd-ports-bugs->bf bf
bf 2011-12-06 11:51:58 UTC FreeBSD ports repository Modified files: graphics/pgplot Makefile pkg-plist graphics/pgplot/files Makefile.bin Makefile.clib Makefile.demo Makefile.doc Makefile.flib Removed files: graphics/pgplot/files Makefile xf77 graphics/pgplot/scripts configure Log: remove the custom compiler driver which hasn't been used in nearly 13 years; merge scripts/configure and files/Makefile into the port Makefile; replace a construct that has been deprecated in libpng; respect {C,F,LD}FLAGS [1], NOPORT{DATA,DOCS,EXAMPLES}, etc.; clean up files/Makefile*; add a test target; adopt PR: 161239 Feature safe: yes Revision Changes Path 1.34 +68 -7 ports/graphics/pgplot/Makefile 1.6 +0 -15 ports/graphics/pgplot/files/Makefile (dead) 1.5 +14 -11 ports/graphics/pgplot/files/Makefile.bin 1.4 +45 -28 ports/graphics/pgplot/files/Makefile.clib 1.8 +40 -22 ports/graphics/pgplot/files/Makefile.demo 1.3 +29 -8 ports/graphics/pgplot/files/Makefile.doc 1.9 +52 -16 ports/graphics/pgplot/files/Makefile.flib 1.4 +0 -71 ports/graphics/pgplot/files/xf77 (dead) 1.8 +0 -27 ports/graphics/pgplot/pkg-plist 1.2 +0 -11 ports/graphics/pgplot/scripts/configure (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
I have made changes that should fix this problem: please let us know if you observe the problem with the latest version of the port (pgplot-5.2.2_10). Regards, b.
State Changed From-To: open->closed Problem is thought to be solved with pgplot 5.2.2_10.