| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes:
svn path=/head/; revision=517000
|
|
|
|
|
|
|
|
|
|
|
| |
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Notes:
svn path=/head/; revision=479406
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Clang 6 (on 12-CURRENT) reports the following error during build:
EWMH.cc:250:7: error: non-constant-expression cannot be narrowed from type
'long' to 'unsigned long' in initializer list [-Wc++11-narrowing]
{ static_cast<long>(x), static_cast<long>(y) };
^~~~~~~~~~~~~~~~~~~~
There was also a bug introduced 4 years ago which removed the MAN1 variable a
later INSTALL_MAN macro relied on [1]. This caused a build/install failure
when the TOOLS_ONLY option was enabled.
This change fixes those two issues.
While I'm here level up port compliance:
- Add LICENSE_FILE
- Convert to OPTIONS helpers
- Regenerate patches
[1] http://svnweb.freebsd.org/changeset/ports/346174
[2] https://lists.freebsd.org/pipermail/freebsd-ports/2018-August/114039.html
PR: 226708
Submitted by: <Trond Endrestol ximalas info> (Clang 6 fix)
Approved by: Andrew J. Caines <A J Caines halplant com> (technically)
Approved by: portmgr (implicit, build fixes, framework compliance)
Reported by: Erich Dollansky <freebsd ed lists sumeritec com> [2]
MFH: 2018Q3
Notes:
svn path=/head/; revision=476722
|
|
|
|
|
|
|
|
|
|
| |
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial)
Notes:
svn path=/head/; revision=451721
|
|
|
|
|
|
|
|
|
|
| |
While here, sort ARCHS and pet portlint.
Reviewed by: imp
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=444416
|
|
|
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes:
svn path=/head/; revision=428150
|
|
|
|
|
|
|
|
|
| |
PR: 200124
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Approved by: maintainer (timeout)
Notes:
svn path=/head/; revision=402631
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket, kwm (for gnome@ ports)
Notes:
svn path=/head/; revision=378031
|
|
|
|
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.
CR: D511
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=364347
|
|
|
|
| |
Notes:
svn path=/head/; revision=346174
|
|
|
|
|
|
|
|
| |
Submitted by: marino
Approved by: portmgr (bapt, implicit)
Notes:
svn path=/head/; revision=328492
|
|
|
|
|
|
|
| |
x11-wm)
Notes:
svn path=/head/; revision=327786
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=326546
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
Notes:
svn path=/head/; revision=316683
|
|
|
|
|
|
|
|
|
|
| |
Thanks to kwm@ for the heads-up.
PR: ports/172561
Feature safe: yes
Notes:
svn path=/head/; revision=305794
|
|
|
|
|
|
|
|
|
| |
PR: ports/172561
Submitted by: Andrew J. Caines <A.J.Caines@halplant.com> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=305690
|
|
|
|
| |
Notes:
svn path=/head/; revision=283959
|
|
|
|
|
|
|
|
|
| |
Util.cc:197: error: 'std::string bt::textPropertyToString(Display*, XTextProperty&)' should have been declared inside 'bt'
Reported by: pointyhat
Notes:
svn path=/head/; revision=282824
|
|
|
|
| |
Notes:
svn path=/head/; revision=277351
|
|
|
|
|
|
|
|
|
|
|
|
| |
Blackbox port is very light, and this separation does not really buys us
anything expect having to maintain two ports that operate on the very same
distfile. I could have probably just completely removed tools-only mode,
but there might be folks out there who believe this is a useful feature.
Approved by: maintainer (general idea)
Notes:
svn path=/head/; revision=277350
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Setting _NET_NUMBER_OF_DESKTOPS may cause Blackbox to explode. The problem
is due to a bad loop condition in Screen.cc::clientMessageEvent(). If the
difference between the new number of desktops and initial workspaceCount()
is odd, the condition is always true, or at least until "number" underflows
or overflows. BB will usually end up munching a lot of memory and dying
when it creates thousands of desktops first, though (tracker ID 2306646).
Blackbox does not handle transparency correctly in its slit, which causes
applications like x11/bbdock to display garbled graphics. Patch suggested
by the author of BBDock.
Port revision will be bumped separately, as there are more changes coming.
Approved by: maintainer
Notes:
svn path=/head/; revision=277349
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
|
|
|
| |
- Optimize away `.for .. .endfor' loop when installing PORTDOCS
- Wrap one overly long line, canonicalize Makefile header while here
- Handle license installation via LICENSE framework
Approved by: maintainer (earlier version of patch)
Notes:
svn path=/head/; revision=271198
|
|
|
|
|
|
|
| |
starting with X
Notes:
svn path=/head/; revision=240078
|
|
|
|
|
|
|
| |
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Notes:
svn path=/head/; revision=217485
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes:
svn path=/head/; revision=209570
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
| |
Notes:
svn path=/head/; revision=162219
|
|
|
|
|
|
|
|
| |
Noticed by: YAPHR
Pointy hat to: AJ_ZO
Notes:
svn path=/head/; revision=148402
|
|
|
|
|
|
|
|
|
|
| |
Update Blackbox window manager to current version, 0.70.1.
PR: ports/88969
Submitted by: Andrew J. Caines <A.J.Caines@halplant.com>
Notes:
svn path=/head/; revision=148194
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update boxtools to 0.70.0.
- Update bbpager to 0.4.0.
- Global cleanup in blackbox and bbkeys.
PR: ports/78967
Submitted by: Andrew J. Caines <A.J.Caines@halplant.com>
Notes:
svn path=/head/; revision=131590
|
|
|
|
|
|
|
|
|
|
|
| |
- Assign maintainership to submitter.
PR: ports/78678
Submitted by: Danny Koenig <dako@bsdberlin.org>
Approved by: pav (mentor)
Notes:
svn path=/head/; revision=130916
|
|
|
|
|
|
|
|
| |
PR: ports/70203
Submitted by: Stijn Hoop (maintainer)
Notes:
svn path=/head/; revision=115816
|
|
|
|
|
|
|
| |
Requested by: Marco Trentini <mark at remotelab dot org>
Notes:
svn path=/head/; revision=115204
|
|
|
|
| |
Notes:
svn path=/head/; revision=104520
|
|
|
|
|
|
|
|
| |
PR: 58235
Submitted by: maintainer
Notes:
svn path=/head/; revision=91668
|
|
|
|
| |
Notes:
svn path=/head/; revision=76045
|
|
|
|
|
|
|
|
|
|
| |
* Use new x11-wm/boxtools port.
PR: ports/42947
Submitted by: maintainer
Notes:
svn path=/head/; revision=66709
|
|
|
|
|
|
|
|
|
| |
PR: 39420
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
Approved by: maintainer
Notes:
svn path=/head/; revision=61458
|
|
|
|
|
|
|
|
| |
PR: 35137
Submitted by: maintainer
Notes:
svn path=/head/; revision=54968
|
|
|
|
|
|
|
|
| |
PR: 34387
Submitted by: maintainer
Notes:
svn path=/head/; revision=53930
|
|
|
|
|
|
|
|
|
|
|
| |
Give maintainership to submitter
PR: 34113
Submitted by: Stijn Hoop <stijn@win.tue.nl>
Approved by: maintainer
Notes:
svn path=/head/; revision=53737
|
|
|
|
|
|
|
|
|
|
|
|
| |
files left behind after "make deinstall" I also added a MAN1 line and
added the Cthulhain style file, which is new in this version, to
pkg-plist. I fixed a stray space found by portlint -t.
PR: 21850
Submitted by: patseal@hyperhost.net
Notes:
svn path=/head/; revision=33602
|
|
|
|
|
|
|
|
| |
PR: 20917
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=32105
|
|
|
|
|
|
|
|
| |
PR: 19356
Submitted by: maintainer
Notes:
svn path=/head/; revision=29667
|
|
|
|
|
|
|
| |
I've been neglecting this port lately..
Notes:
svn path=/head/; revision=29664
|
|
|
|
|
|
|
|
|
|
| |
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
Notes:
svn path=/head/; revision=27680
|
|
|
|
| |
Notes:
svn path=/head/; revision=27443
|
|
|
|
| |
Notes:
svn path=/head/; revision=21844
|
|
|
|
| |
Notes:
svn path=/head/; revision=21843
|