Bug 42915 - Maintainer update: biology/primer3
Summary: Maintainer update: biology/primer3
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-18 00:50 UTC by Tony Maher
Modified: 2002-11-07 13:47 UTC (History)
0 users

See Also:


Attachments
file.diff (3.26 KB, patch)
2002-09-18 00:50 UTC, Tony Maher
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Maher 2002-09-18 00:50:01 UTC
	Primer3 has just been commited so I tested it and found a couple of
    problems when making packages:
    1) The copyright message is not displayed (so added a pkg-message)
    2) packages use mtree to generate directories and it seems empty
       directories do not get created (or added to the mtree list).
       The port uses cpio to install the examples directory so the
       empty directories get created.  Therefore have a mismatch in pkg-plist
       depending on whether it was added as a package or from the port.
       Fix by removing the empty directories before using cpio to install
       and adjust the pkg-plist to match.

    It would be good if this went in before 4.7 freeze due to point 1
    (though I do not think the biology ports are packaged onto the CD's
    but I assume the DVD's??)

    Sorry I should have tested this more thoroughly when I initially
    submitted the port.

How-To-Repeat:     cd /usr/ports/biology/primer3
    make package
    make deinstall
    pkg_add /usr/ports/package/All/primer3-0.9.tbz <-- no message here
    pkg_delete primer3-0.9   <-- warnings here
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2002-11-07 13:47:06 UTC
State Changed
From-To: open->closed

Commited, thanks!