- The math/jacal port only installs its manpage. - The math/jacal packages in ftp.freebsd.org contain only the manpage. How-To-Repeat: $ cvs -d freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs co jacal cvs checkout: Updating jacal U jacal/Makefile U jacal/distinfo U jacal/pkg-descr cvs checkout: Updating jacal/files U jacal/files/patch-Makefile U jacal/files/patch-jacal.info U jacal/files/patch-jacal.sh U jacal/files/patch-jacal.texi $ cd jacal $ sudo make install Password: ===> Extracting for jacal-1b7 => MD5 Checksum OK for jacal1b7.zip. => SHA256 Checksum OK for jacal1b7.zip. ===> jacal-1b7 depends on executable: unzip - found ===> jacal-1b7 depends on file: /usr/local/bin/perl5.8.8 - found ===> Patching for jacal-1b7 ===> jacal-1b7 depends on file: /usr/local/bin/perl5.8.8 - found ===> Applying FreeBSD patches for jacal-1b7 ===> jacal-1b7 depends on executable: gmake - found ===> jacal-1b7 depends on file: /usr/local/bin/perl5.8.8 - found ===> Configuring for jacal-1b7 cd /usr/ports/math/jacal/work/jacal; /usr/bin/find . -type f -exec perl -spi -e 's|%%PREFIX%%|/usr/local|' {} ';' ===> Installing for jacal-1b7 ===> jacal-1b7 depends on executable: scm - found ===> jacal-1b7 depends on file: /usr/local/bin/perl5.8.8 - found ===> Generating temporary packing list ===> Checking if math/jacal already installed ===> Compressing manual pages for jacal-1b7 ===> Registering installation for jacal-1b7 $ ls -l /usr/local/bin/jacal ls: /usr/local/bin/jacal: No such file or directory $ pkg_info -L jacal-1b7 Information for jacal-1b7: Files: /usr/local/man/man1/jacal.1.gz $ fetch -aRr ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable/All/jacal-1b7.tbz jacal-1b7.tbz 100% of 3589 B 11 kBps $ pkg_info -L ./jacal-1b7.tbz Information for ./jacal-1b7.tbz: Files: /usr/local/man/man1/jacal.1.gz
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2008-04-25 16:58:10 UTC FreeBSD ports repository Modified files: math/jacal Makefile math/jacal/files patch-Makefile Added files: math/jacal pkg-plist Log: - Add missing files to the Build. PR: 122767 Submitted by: Kostas Karouzakis <kkarouzakis@gmail.com> Revision Changes Path 1.11 +1 -3 ports/math/jacal/Makefile 1.3 +1 -1 ports/math/jacal/files/patch-Makefile 1.6 +33 -0 ports/math/jacal/pkg-plist (new) _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thanks!