| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
| |
lang)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00000.html
http://lists.gnu.org/archive/html/bug-bison/2008-12/msg00000.html
- Take over bison maintainership - as approved by portmgr (marcus)
- Add patches for ports to compile with new bison:
Replace %{ .. %} with %code { .. } where required
and accommodate stricter typing requirements
Thanks to pav for an exp-run on pointyhat
PR: ports/131640
Approved by: portmgr (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)
|
|
|
|
|
| |
PR: 117086
Tested by: -exp runs
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Author rerolled tarball after bug report and small modification.
Changes:
--- old/ptoc/bring.h Tue Feb 24 21:40:02 2004
+++ new/ptoc/bring.h Sun May 15 00:40:19 2005
@@ -69,9 +69,11 @@
static b_ring *top_b_ring;
static void push(b_ring* r) {
+ /*
if (r->outer != NULL) {
r = new b_ring(r->scope);
}
+ */
r->outer = curr_b_ring;
curr_b_ring = r;
}
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(Part 2)
|
|
|
|
|
|
| |
Diff old vs. new version avaliable upon request.
Notify from: kris via bento
|
| |
|
|
|
|
|
|
|
| |
Utilize ${DOCSDIR} and ${EXAMPLESDIR}.
Use new name schema for patch files.
Fix ${MASTER_SITES} and home page URL.
Take maintainership.
|
| |
|
|
|
|
| |
Reported by: bento
|
|
|
|
|
| |
105 pointy hats to: me
Approved by: pat
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
| |
- DOCSDIR support to some
- Brush out some lint
|
|
|
|
|
| |
PR: 22253
Submitted by: MAINTAINER
|
| |
|
|
|
|
|
|
| |
have time to maintain them.
Approved by: andy
|
|
|
|
| |
Submitted by: Alexander Langer <alex@big.endian.de>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 10074
Submitted by: maintainer
|
|
|
|
|
| |
PR: 8551
Submitted by: maintainer
|
|
|
|
| |
Submitted by: steve
|
|
|
|
|
|
|
|
| |
===> Installing for ptoc-2.01
install: /usr/ports/lang/ptoc/work/ptoc/libXbgi.a: No such file or directory
*** Error code 71
Stop.
|
|
|
|
|
|
| |
compiler and nothing else.
Yelled out by: hoek
|
| |
|
|
with an X implementation of the BGI.
PR: 5270
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
|