Bug 122767 - [PATCH] math/jacal does not install properly
Summary: [PATCH] math/jacal does not install properly
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-14 20:00 UTC by Kostas Karouzakis
Modified: 2008-04-25 18:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.63 KB, patch)
2008-04-14 20:00 UTC, Kostas Karouzakis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kostas Karouzakis 2008-04-14 20:00:08 UTC
- 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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-04-14 20:37:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-04-25 17:58:16 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-04-25 17:58:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!