| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: portmgr (blanket infrastructure)
|
|
|
|
|
|
| |
- Fix LIB_DEPENDS
- Fix COMMENT
- Fix USE_GMAKE
|
|
|
|
| |
x11)
|
|
|
|
|
|
|
|
| |
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@)
|
| |
|
|
|
|
| |
Submitted by: Former maintainer
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/156544
Submitted by: Marcin Cieslak <saper@saper.info>
Approved by: maintainer
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 143954
Submitted by: bf <bf1783@gmail.com>
Approved by: maintainer
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
starting with X
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
|
|
|
|
|
| |
PR: 136595
Submitted by: bf <bf1783@gmail.com>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
| |
In FreeBSD -CURRENT, pseudo-terminals are named /dev/pts/%u. This
confuses rxvt-devel. Change the source to allow this naming scheme as
well. I still have to write a similar patch for rxvt, because this
version does not apply.
Approved by: port maintainer
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 125877 / 125882
Submitted by: Andy Kosela <akosela@andykosela.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
| |
- Correct comment: we don't have chinese/rxvt these days
PR: ports/122281 [1]
Submitted by: Yoshiaki Kasahara <kasahara at nc.kyushu-u.ac.jp> [1]
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
|
|
|
|
| |
PR: ports/98590
Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
|
|
|
|
| |
dependency on wget.
|
| |
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- from submitter
WITH_XGETDEFAULT which enables resource checking
via X's function instead of rxvt's own version. I'm using
this option for a long time, it would be better if I can
turn it on via a knob.Add a new know WITH_XGETDEFAULT which
enables resource checking via X's function instead of rxvt's
own version. I'm using this option for a long time, it would
be better if I can turn it on via a knob.
PR: 96152
Submitted by: Rong-En Fan <rafan_AT_infor dot org>
|
|
|
|
| |
Submitted by: pointyhat (kris)
|
|
|
|
|
|
|
|
|
| |
o Add fresh MASTER_SITES
o Remove WWW tag from DESCR since developer's domain has expired
[1]
o Pass DESCR file through fmt(1)
Submitted by: Ted Cabeen <ted@cabeen.org> [1]
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
| |
|
|
|
|
|
| |
PR: 84647
Submitted by: Marcin Cieslak <saper@system.pl>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
|
|
|
|
| |
PR: 62734
Submitted by: Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
| |
|
|
|
|
| |
Submitted by: Oliver Eikemeier
|
|
|
|
| |
"perl -pi -e" construction.
|
|
|
|
|
|
| |
timeout (43 days).
While I'm at it, update 2.7.8 -> 2.7.10. This fixes XIM OverTheSpot for me.
|
|
|
|
|
|
|
|
|
|
|
| |
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
|
|
|
|
|
|
|
| |
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
|
| |
|
| |
|
|
|
|
| |
define its CATEGORIES properly.
|
|
|
|
| |
Submitted by: fenner's distfile survey
|
|
|
|
|
|
| |
o Bump PORTREVISION
Submitted by: Ingo Rohlfs <ingo.rohlfs@gmx.de>
|
|
|
|
|
|
|
|
|
|
| |
o USE_GMAKE is no longer necessary
o Add knobs WITHOUT_BACKSPACE_KEY, WITHOUT_DELETE_KEY, WITH_GRAPHICS,
WITH_SMART_RESIZE
o Change message target from pre-fetch to pre-everything
o Re-indent the echo messages to visually align them
Prompted by: statue <statue@cnpa.adsldns.org>
|
|
|
|
|
|
| |
was updated to version 2.7.7
Submitted by: bento
|
| |
|
|
|
|
|
|
|
|
| |
restricts the buffer size to 4 bytes rather than the 256 bytes
intended
PR: 32100
Submitted by: Christopher Hall <hsw@acm.org>
|
| |
|
|
|
|
|
| |
PRs: 31601, 31602, 31603, ...
Submitted by: Ports Fury
|
| |
|
|
|
|
| |
o don't install .*\.la files (based on an idea from sobomax)
|
| |
|
|
|
|
|
|
|
| |
1.49
o Bump PORTREVISION
Obtained from: OpenBSD
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
| |
PR: 27795
Submitted by: Michael Harnois <mdharnois@home.com>
|
|
|
|
|
| |
PR: 27763
Submitted by: Kevin Way <kevin.way@overtone.org>
|
|
|
|
|
|
| |
- Remove extra spaces at end of lines
- Use MASTER_SITE_SUBDIR so that when the version of this is
outdated, it will have a good chance of fetching the distfiles
|
|
|
|
|
|
|
|
|
| |
- Enable XIM support per default unless required to disable
- Add WITH_* options to set the default encoding for multi-char
glyph languages including setting to noenc (no encoding)
PR: 26490
Submitted by: The Anarcat <anarcat@tao.ca>
|
| |
|
| |
|
|
|
|
|
|
|
| |
Also, enable rxvt-devel shared lib build.
PR: ports/23201
Submitted by: Jay Sachs <jay@avacet.com>
|
|
|
|
| |
Added language support as of chinese/rxvt
|
|
|
|
| |
Approved by: will
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
|
|
|
|
|
|
|
| |
terminfo problems.
PR: 18406
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
|
| |
|
|
|
|
|
|
|
| |
I'll take care of other ports depending on this pending maint approval.
Changes:
1) Update rxvt website URL (badly needed).
2) Remove pkg/PLIST - Makefile inconsistency regarding chmod.
|
|
|
|
|
|
| |
andrews@technologist.com -> will@FreeBSD.org. :-)
Reminded by: asami
|
| |
|
|
|
|
|
|
| |
rclock and chinese/rxvt too.
Noticed by: obrien
|
|
|
|
|
| |
PR: 14410
Submitted by: maintainer
|
|
|
|
|
|
|
| |
actually work.
Requested by: Joseph Scott <joseph.scott@owp.csus.edu>
and two other people whose mail I lost.
|
| |
|
|
|
|
| |
Requested by: Joseph Scott <joseph.scott@owp.csus.edu>
|
|
|
|
|
|
| |
is chmod 4711 rxvt.
Noticed by: [paradox] on #FreeBSD@EFNet
|
|
|
|
|
| |
PR: 13204
Submitted by: maintainer
|
|
|
|
| |
updated. `rclock' uses the same distfile and is a very easy port to update.
|
|
|
|
|
| |
PR: 12353, 12354
Submitted by: Will Andrews <andrews@technologist.com>
|
|
|
|
|
| |
PR: 12087
Submitted by: Chris Piazza <cpiazza@home.net>
|
| |
|
|
|
|
|
| |
PR: 11103
Submitted by: Chris Piazza cpiazza@home.net
|
|
|
|
|
| |
PR: 9769
Submitted by: Chris Piazza <cpiazza@home.net>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
thought it necessary to five new categories from one. ;-)
|
|
|
|
|
| |
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
|
| |
|
|
|
|
|
| |
PR: 5940
Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
|
| |
|
| |
|
|
|
|
|
|
| |
You can now add snazzy looking menus to any plain (non-X) text
application. At the moment, the menuing system is simple but
functional.
|
| |
|
|
|
|
| |
of the /dev/ttypX used.
|
|
|
|
| |
Submitted by: Matthew N. Dodd <winter@jurai.net> (with some mods by me)
|
|
|
|
|
|
|
|
| |
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
|
| |
|
|
|
|
|
|
| |
USE_X11) is set. Besides, we are not supposed to be changing
PREFIX in the Makefiles unless there's absolutely no way other than
that to make it work.
|
|
|
|
|
|
|
|
|
|
| |
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
|
|
|
|
|
|
|
| |
It was:
- setting the euid from the real groupid (yow!)
- not recovering it's setuid permissions when cleaning the utmp file.
I've left in some diagnostic code for "shouldn't happen" cases.
|
|
|
|
|
|
|
| |
they're not necessary. RXVT's handling of /etc/utmp is blatantly idiotic
under FreeBSD but at least it's not a security hole anymore.
Obtained from: Marc Ewing (marc@redhat.com) from BUGTRAQ mailing list.
|
| |
|
|
|
|
|
| |
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
|
| |
|
| |
|
| |
|
|
|
|
| |
these need to have INSTALL_MANPAGES= yes anymore.
|
| |
|
| |
|
|
|