| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 190158
Submitted by: emaste
Approved by: luca.pizzamiglio@gmail.com (maintainer)
Obtained from: http://sourceforge.net/p/kdiff3/code/ci/23ad423e4255c80ee22b269f73e20333f7c06678/
MFH: 2014Q2
|
| |
|
|
|
|
|
|
|
|
|
| |
- Update to 0.9.97.
- Support staging.
- Add support for the DOCS and NLS options.
PR: ports/185807
Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
|
| |
|
|
|
|
| |
textproc)
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
| |
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
|
|
|
|
| |
PR: ports/171215
Approved by: maintainer timeout (17 days)
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
|
| |
|
|
|
|
|
| |
They were added to fix build with kdelibs-4.5, while correct fix was
to add them as run dependencies for x11/kdelibs4 (done a while ago).
|
| |
|
| |
|
|
|
|
| |
Approved by: brucec (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
Pass maintainership to brucec@
PR: based on ports/146158
Submitted by: brucec@
Approved by: Heiner Eichmann <h.eichmann at gmx.de> (former maintainer)
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
| |
|
|
|
|
| |
starting with T,U,V
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
|
|
|
| |
Suggested by: rafan
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
|
|
|
|
| |
PR: 113382
Submitted by: Heiner <h.eichmann@gmx.de> (maintainer)
|
|
|
|
|
| |
PR: ports/112090
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
|
| |
PR: ports/105146
Submitted by: Heiner <h.eichmann@gmx.de> (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2
|
|
|
|
|
|
| |
PR: ports/97465
Submitted by: maintainer
Approved by: lawrance (mentor)
|
| |
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
| |
PR: 95744
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
|
|
|
|
| |
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: 79257
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- Don't use Makefile.kde anymore
- Respect CFLAGS
PR: ports/67581
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
|
| |
|
|
|
|
|
| |
PR: 64203
Submitted by: maintainer
|
|
|
|
| |
(Part 1)
|
|
|
|
|
| |
PR: 58358
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
|
|
|
|
|
| |
PR: 57542
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
|
|
|
|
|
| |
PR: 53261
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/52986
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
|
|
|
|
|
| |
PR: 51246
Submitted by: maintainer
|
|
|
|
|
| |
PR: 50697
Submitted by: MAINTAINER
|
| |
|
|
PR: 46763
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
|