aboutsummaryrefslogtreecommitdiffstats
path: root/print/mup
Commit message (Collapse)AuthorAgeFilesLines
* Mark a few ports BROKEN: unfetchableantoine2015-11-091-0/+2
|
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-304-0/+0
| | | | '__' instead.
* . unbreak at 10.x and up (non void function should return a value);bsam2013-12-122-18/+24
| | | | | | | . allow staging; . remove the indefinite article from COMMENT; . remove a .for loop at do-install target; . mute MKDIR.
* - Return almost all of my ports back to the pool. I have no time to make anyaraujo2013-11-291-1/+1
| | | | necessary fixes on them for the past months.
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | print)
* - Kick MD5 Supportmiwi2011-07-031-1/+0
|
* - Update to 5.5.araujo2008-06-212-5/+4
| | | | Reported by: pointyhat via pav
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-231-3/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Change my mail address to araujo@.araujo2007-06-301-1/+1
| | | | Approved by: stas (mentor)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - update to 5.3itetcu2007-01-182-10/+7
| | | | | | | | - the docs are now in the main DISTFILE - pass maintainership to submitter PR: ports/107983 Submitted by: Marcelo Araujo
* Reset inactive maintainer who has not responded to email.linimon2006-09-041-1/+1
| | | | Hat: portmgr
* - Update to 5.2sem2006-04-294-12/+16
| | | | | PR: ports/93638 Submitted by: maintainer
* SHA256ifyedwin2006-01-241-0/+2
| | | | Approved by: krion@
* - Respect X11BASEehaupt2005-10-233-186/+18
| | | | | | | | | | - Install PORTDOCS with proper mode by using INSTALL_DATA - bump PORTREVISION - nuke pkg-plist - cleanup PR: 87827 Submitted by: Daniel J. O'Connor <darius@dons.net.au> (maintainer)
* - Update to 5.1pav2005-07-105-7/+14
| | | | | PR: ports/83213 Submitted by: Daniel J. O'Connor <darius@dons.net.au> (maintainer)
* - Update to 5.0ahze2005-03-037-66/+85
| | | | | PR: 78273 Submitted by: Daniel O'Connor <doconnor@cain.gsoft.com.au> (maintainer)
* 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>