Bug 19702 - Update games/xconq to 7.3.3
Summary: Update games/xconq to 7.3.3
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: Steve Price
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-07-04 23:50 UTC by Don Croyle
Modified: 2015-02-09 17:16 UTC (History)
0 users

See Also:


Attachments
file.diff (23.87 KB, patch)
2000-07-04 23:50 UTC, Don Croyle
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Croyle 2000-07-04 23:50:01 UTC
These diffs update the games/xconq port to use the latest distfile.
Huge changes, as might be expected from a 7.2.2 to 7.3.3 version
number bump, like building the GUI around tcl/tk instead of Xaw.

Dependency on tcl/tk version 8.0 is intentional.  Author recommends
not using a latter version.

Fix: Apply this patch.  Note that patches/patch-ae, patches/patch-af,
patches-ag and patches-ah are left empty and should be removed.
Comment 1 Steve Price freebsd_committer freebsd_triage 2000-07-07 19:28:03 UTC
State Changed
From-To: open->closed

Update committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-02-09 17:16:56 UTC
A commit references this bug:

Author: bapt
Date: Mon Feb  9 17:16:45 UTC 2015
New revision: 378742
URL: https://svnweb.freebsd.org/changeset/ports/378742

Log:
  Rework dependency registration

  Change the way the dependencies are registred so that now it follows the same
  mechanism as when the *_DEPENDS making the dependency registration system ready
  to allow multiple packages from the same origin such as flavours and subpackages

  Also allowing to install twice the same port one built with python33 and the
  other built with python27 for example.

  PR:		19702
  With help of:	antoine
  Exp-run:	portmgr (antoine)

Changes:
  head/Mk/Scripts/actual-package-depends.sh
  head/Mk/Scripts/find-lib.sh
  head/Mk/bsd.port.mk