summaryrefslogtreecommitdiffstats
path: root/print/mup
Commit message (Collapse)AuthorAgeFilesLines
* SIZEify (maintainer timeout)trevor2004-03-311-0/+2
|
* Update checksumedwin2004-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Noticed by: bento Changes in tarball: diff -r mup-4.6.old/mup/ytab.c mup-4.6.new/mup/ytab.c 1714c1714 < #line 4489 "gram.y" --- > #line 4493 "gram.y" 5351c5351,5353 < Currstruct_p->u.bar_p->precbartype = yyvsp[-1].intval; --- > if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) { > Currstruct_p->u.bar_p->precbartype = yyvsp[-1].i ntval; > } 5358c5360,5362 < Currstruct_p->u.bar_p->precbartype = SINGLEBAR; --- > if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) { > Currstruct_p->u.bar_p->precbartype = SINGLEBAR; > } 5364c5368 < #line 3602 "gram.y" --- > #line 3606 "gram.y"
* Unnbreak and update print/mup portedwin2003-11-134-183/+174
| | | | | | | | | | | Broken port (their FTP site was active-only but appears to allow passive FTP once more). Update to 4.6 Patch obtained from igla@batterybackups.net PR: ports/59241 Submitted by: igla@batterybackups.net Approved by: "Daniel O'Connor" <darius@dons.net.au>
* Mark BROKEN (see bento logs). These ports are scheduled for removalkris2003-11-031-0/+2
| | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
* Add USE_XLIB to make the port building on bento.edwin2003-10-161-0/+1
|
* New port for print/mupedwin2003-10-0612-0/+354
A shareware program for typesetting music PR: ports/45812 Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
OpenPOWER on IntegriCloud