| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
'__' instead.
|
|
|
|
|
|
|
| |
. allow staging;
. remove the indefinite article from COMMENT;
. remove a .for loop at do-install target;
. mute MKDIR.
|
|
|
|
| |
necessary fixes on them for the past months.
|
|
|
|
| |
print)
|
| |
|
|
|
|
| |
Reported by: pointyhat via pav
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
|
|
|
| |
Approved by: stas (mentor)
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
|
|
|
| |
- the docs are now in the main DISTFILE
- pass maintainership to submitter
PR: ports/107983
Submitted by: Marcelo Araujo
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
| |
PR: ports/93638
Submitted by: maintainer
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
| |
PR: ports/83213
Submitted by: Daniel J. O'Connor <darius@dons.net.au> (maintainer)
|
|
|
|
|
| |
PR: 78273
Submitted by: Daniel O'Connor <doconnor@cain.gsoft.com.au> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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"
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
|
| |
|
|
A shareware program for typesetting music
PR: ports/45812
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
|