| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
| |
|
| |
|
|
|
|
|
| |
Reported by: itetcu (QATty)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Approved by: maintainer implicit
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Approved by: maintainer implicit
|
|
|
|
|
|
|
| |
directly of it.
- Bump PORTREVISION.
Approved by: maintainers implicit
|
|
|
|
| |
- Bump PORTREVISION.
|
|
|
|
|
|
| |
fixed in next two months.
With hat: portmgr
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Noticed by: mezz
|
|
|
|
| |
- Bump PORTREVISION.
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Approved by: edwin (mantainer, implicit), stas (mentor, implicit)
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Approved by: stas (mentor)
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Approved by: itetcu (mentor)
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Approved by: stas (mentor)
|
|
|
|
| |
Approved by: stas (mentor)
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Add support for fox 1.6 (default)
- Switch to USE_LDCONFIG
- Pass maintainership
PR: ports/109143
Submitted by: Marcelo Araujo <araujo at bsdmail.org>
Approved by: maintainer
|
|
|
|
| |
Approved by: ahze (mentor)
|
|
|
|
| |
x11-toolkits/fox-devel -> x11-toolkits/fox14
|
| |
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: ports/84232
Submitted by: Alexander Novitsky <alecn2002@yandex.ru> (maintainer)
|
|
|
|
|
| |
PR: ports/82033
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
update.
|
|
|
|
|
|
|
|
|
|
| |
This version supports both FOX 1.0 and FOX 1.2, and the port use FOX 1.2
by default. FOX 1.0 version is available under OPTIONS
- Add slave port fxscintilla-fox10
- Switch ruby-fox port to fxscintilla-fox10
PR: ports/75160
Submitted by: Alexander Novitsky <alecn2002@yandex.ru> (fxscintilla maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
library.
PR: ports/68019
Submitted by: Alexander Novitsky <alecn2002@yandex.ru>
|