| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/98590
Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
Notes:
svn path=/head/; revision=205002
|
|
|
|
|
|
|
| |
dependency on wget.
Notes:
svn path=/head/; revision=204684
|
|
|
|
| |
Notes:
svn path=/head/; revision=204529
|
|
|
|
|
|
|
|
| |
- 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=183830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=163838
|
|
|
|
|
|
|
| |
Submitted by: pointyhat (kris)
Notes:
svn path=/head/; revision=160624
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=157924
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=148323
|
|
|
|
| |
Notes:
svn path=/head/; revision=147883
|
|
|
|
|
|
|
|
| |
PR: 84647
Submitted by: Marcin Cieslak <saper@system.pl>
Notes:
svn path=/head/; revision=144753
|
|
|
|
| |
Notes:
svn path=/head/; revision=138831
|
|
|
|
| |
Notes:
svn path=/head/; revision=125124
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=113296
|
|
|
|
|
|
|
|
| |
PR: 62734
Submitted by: Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp>
Notes:
svn path=/head/; revision=104032
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=103963
|
|
|
|
| |
Notes:
svn path=/head/; revision=100321
|
|
|
|
|
|
|
| |
Submitted by: Oliver Eikemeier
Notes:
svn path=/head/; revision=94477
|
|
|
|
|
|
|
| |
"perl -pi -e" construction.
Notes:
svn path=/head/; revision=94465
|
|
|
|
|
|
|
|
|
| |
timeout (43 days).
While I'm at it, update 2.7.8 -> 2.7.10. This fixes XIM OverTheSpot for me.
Notes:
svn path=/head/; revision=86680
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
Notes:
svn path=/head/; revision=83696
|
|
|
|
|
|
|
|
|
|
| |
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
Notes:
svn path=/head/; revision=82300
|
|
|
|
| |
Notes:
svn path=/head/; revision=81219
|
|
|
|
| |
Notes:
svn path=/head/; revision=76311
|
|
|
|
|
|
|
| |
define its CATEGORIES properly.
Notes:
svn path=/head/; revision=71437
|
|
|
|
|
|
|
| |
Submitted by: fenner's distfile survey
Notes:
svn path=/head/; revision=66845
|
|
|
|
|
|
|
|
|
| |
o Bump PORTREVISION
Submitted by: Ingo Rohlfs <ingo.rohlfs@gmx.de>
Notes:
svn path=/head/; revision=59176
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=51082
|
|
|
|
|
|
|
|
|
| |
was updated to version 2.7.7
Submitted by: bento
Notes:
svn path=/head/; revision=50574
|
|
|
|
| |
Notes:
svn path=/head/; revision=50247
|
|
|
|
|
|
|
|
|
|
|
| |
restricts the buffer size to 4 bytes rather than the 256 bytes
intended
PR: 32100
Submitted by: Christopher Hall <hsw@acm.org>
Notes:
svn path=/head/; revision=50221
|
|
|
|
| |
Notes:
svn path=/head/; revision=49821
|
|
|
|
|
|
|
|
| |
PRs: 31601, 31602, 31603, ...
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=49418
|
|
|
|
| |
Notes:
svn path=/head/; revision=48499
|
|
|
|
|
|
|
| |
o don't install .*\.la files (based on an idea from sobomax)
Notes:
svn path=/head/; revision=48498
|
|
|
|
| |
Notes:
svn path=/head/; revision=47231
|
|
|
|
|
|
|
|
|
|
| |
1.49
o Bump PORTREVISION
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=46752
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=43417
|
|
|
|
|
|
|
|
| |
PR: 27795
Submitted by: Michael Harnois <mdharnois@home.com>
Notes:
svn path=/head/; revision=43389
|
|
|
|
|
|
|
|
| |
PR: 27763
Submitted by: Kevin Way <kevin.way@overtone.org>
Notes:
svn path=/head/; revision=43308
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=43085
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=41256
|
|
|
|
| |
Notes:
svn path=/head/; revision=38321
|
|
|
|
| |
Notes:
svn path=/head/; revision=37994
|
|
|
|
|
|
|
|
|
|
| |
Also, enable rxvt-devel shared lib build.
PR: ports/23201
Submitted by: Jay Sachs <jay@avacet.com>
Notes:
svn path=/head/; revision=35581
|
|
|
|
|
|
|
| |
Added language support as of chinese/rxvt
Notes:
svn path=/head/; revision=34094
|
|
|
|
|
|
|
| |
Approved by: will
Notes:
svn path=/head/; revision=33350
|
|
|
|
| |
Notes:
svn path=/head/; revision=32859
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=31272
|