| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
|
|
|
|
|
|
| |
- Strip library versions
Feature safe: yes
|
|
|
|
|
|
|
|
| |
various ports that I've created.
I bid fond fare well
A chapter closes for me
What opens for you?
|
| |
|
|
|
|
|
| |
Approved by: portmgr
Approved by: bapt (mentor)
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. There are no slave ports, so remove the mechanism for that
2. Update CONFIGURE_ARGS
3. Add OPTIONS support
4. Remove knobs for some things that were not actually used by configure
5. Add knobs for other things
6. Default transparency support, mouse support, and bsd-style del/bksp
support to on, as previously; but default background image support to
off. With modern window managers it's problematic, and needlessly bloats
the binary.
7. Switch to PLIST_FILES for the one file installed, the chmod doesn't seem
to have any effect one way or the other.
8. Add a bunch of patches from the debian repo which slightly improve
support for modern WMs.
Bump PORTREVISION
Approved by: maintainer timeout
|
|
|
|
| |
Approved by: maintainer timeout
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
|
|
|
| |
Tested by: pav on pointyhat
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
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)
|
| |
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
| |
o bump PORTREVISION
PR: ports/85770
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
|
|
|
|
|
|
|
|
| |
- so you can decide if you want another dep. or not
o add without-afterstep-config to configure args [2]
- workaround for x11-wm/afterstep-stable weirdness
Submitted by: glewis[2], Paulius Bulotas <paulius@devnull.lt>[1]
|
|
|
|
|
| |
PR: ports/84989
Submitted by: arundel[at]h3c.de
|
|
|
|
| |
Submitted by: Francois Briere <fbriere@peperes.info>
|
|
|
|
|
|
|
|
|
| |
- WITHOUT_JPEG
- WITHOUT_PNG
- Tell configure where to look for libs
Submitted by: Grigori Goronzy <greg@chown.ath.cx>
|
|
|
|
|
|
|
| |
o Add SIZE field to distinfo.
o Fix some whitespace issues, to make portlint happy.
[1] Suggested by: Daniel Roethlisberger <daniel@roe.ch>
|
| |
|
|
|
|
| |
Thank for all your work, Jim!
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
|
| |
PR: 40440 (zh-aterm)
Submitted by: Kang-min Liu <gugod@gugod.org> (zh-aterm)
|
|
|
|
|
| |
PR: 31437
Submitted by: Jon Olsson <jon@joshua.haninge.kth.se>
|
| |
|
|
|
|
| |
Approved by: jim (MAINTAINER)
|
|
|
|
| |
Submitted by: Oleg Dashevskii <od@iclub.nsu.ru>
|
| |
|
|
|
|
| |
Submitted by: Phil Regnauld <regnauld@rh.dk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
|
|
|
|
| |
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
|
|
|
|
| |
for those who prefer to use those features.
|
|
|
|
| |
Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
|
| |
|
|
|
|
|
|
|
| |
actually work.
Requested by: Joseph Scott <joseph.scott@owp.csus.edu>
and two other people whose mail I lost.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
|
|
|
|
| |
PR: 11895
|
|
|
|
|
| |
PR: 11715
Submitted by: Chris Piazza <cpiazza@home.net>
|
|
|
|
|
| |
PR: 11573
Submitted by: maintainer
|
|
|
|
| |
Submitted by: Chris Piazza <cpiazza@home.net>
|
|
|
|
| |
My rev 1.1.1.2 went to wrong place, it should be in ports/chinese/aterm.
|
|
|
|
|
|
| |
ports/chinese/zh-aterm.
Requested by : asami@FreeBSD.ORG
|
|
|
|
|
|
|
| |
same files (at least according to diff -urN).
PR: 11393
Submitted by: Chris Piazza <cpiazza@home.net>
|
|
|
|
|
| |
PR: 10267
Submitted by: Chris Piazza <cpiazza@home.net>
|
| |
|
|
A color VT102 terminal emulator with transparency support.
PR: 9533
Submitted by: Jim Mock <jim@corp.au.triax.com>
|