| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
|
|
|
| |
in port Makefiles, and MD5 entries in distinfo
|
|
|
|
|
| |
Approved by: makc, miwi (mentors, implicit)
Feature safe: yes
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
|
| |
PR: ports/143596
Submitted by: bf <bf1783@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 138302
Submitted by: bf <bf1783@gmail.com>
Feature safe: yes
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 128852
Submitted by: bf <bf2006a at yahoo dot com>
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
|
| |
PR: ports/105036
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Sponsored by: FreeBSD Bug-a-thon #2
|
|
|
|
|
|
|
| |
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
|
|
|
| |
Abiword and no problem. Others also have tested in the different way with
the other ports. Use DATADIR in plist.
Tested by: thierry and nobutaka
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
open/save dialog.
With help: marcus and kwm via IRC #freebsd-gnome
|
|
|
|
| |
- Drop patch-configure since USE_LIBTOOL has been here for quite some time now
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
| |
- honor option WITHOUT_SSL
|
|
|
|
|
|
|
|
|
| |
http://www.freebsd.org/ports/portaudit/7a5430df-d562-11d8-b479-02e0185c0b53.html
- Use libtool15
PR: ports/69632 [1]
Submitted by: David Bremner <bremner@unb.ca> [1]
Obtained from: AbiWord CVS [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
(Part 1)
|
|
|
|
|
|
| |
PR: 57359
Submitted by: Ports FURY
Approved by: marcus (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
Subject: Re: question about FreeBSD ports you maintain
Briefly, I have no time for maintaining ports.
So I wish to leave the maintainer position of these ports:
biology/fastdnaml
textproc/wv
Thanks you for maintaining the FreeBSD system.
Best regards,
Motomichi Matsuzaki
|
|
|
|
|
|
|
|
|
|
| |
o Slightly reword COMMENT to make portlint happier.
PR: ports/54547 [1], ports/54589 [2]
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1]
Sergei Kolobov <sergei@kolobov.com> [2]
Reviewed by: Ports Fury [2]
Approved by: maintainer no response
|
|
|
|
|
| |
PR: ports/53584
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/51239
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
|
|
| |
When using 'portinstall wv' nothing is mention about depending
on lynx. however when using 'wvText' it mentions that it
can't find lynx so the text output will look bad.
PR: ports/45611
Submitted by: Nick Jennings <nkj@namodn.com>
|
| |
|
|
|
|
|
| |
PR: 45825
Submitted by: Volker Stolz <vs@foldr.org>
|
|
|
|
|
| |
PR: ports/45629
Submitted by: Ports Fury
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
| |
PR: 36211
Submitted by: Ports Fury
|
|
|
|
| |
-liconv to -lgiconv.
|
|
|
|
|
| |
PR: 32628
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
| |
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Sorry to commit this before the MAINTAINER comments on the update, but
we need to fix this popular port as soon as possible which has been
broken for long.
PR: ports/30379
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
and so on. It's formely known as textproc/mswordview.
textproc/mswordview will be disappeared.
Submitted by: mzaki@e-mail.ne.jp
Repo copied by: PW
|
|
|
|
|
|
|
| |
file in support.c for the wmf library.
PR: 19684
Submitted by: Alec Wolman <wolman@cs.washington.edu>
|
|
|
|
| |
(s/gaphics/graphics/)
|
|
|
|
|
|
| |
accordingly. This fixes the bogon where you could do a
pkg_delete on libwmf, and then have mswordview fail since
it was linked against shared libraries which had disappeared.
|
| |
|
|
|
|
|
| |
PR: 14617
Submitted by: Will Andrews <andrews@technologist.com>
|
| |
|
|
|
|
| |
Approved by: Munechika SUMIKAWA @ KAME Project (maintainer)
|
|
|
|
|
| |
PR: ports/11859
Submitted by: Chris Piazza <cpiazza@home.net>
|
| |
|
| |
|
|
|
|
| |
Submitted by: sumikawa@kame.net (maintainer)
|
|
|
|
| |
fix CATEGORIES in mswordview/Makefile.
|
|
binary file format (office97), it currently converts word into html,
which can then be read with a browser.
It is also capable of converting Japanese MS Word document
MSWordView HomePage is
http://www.csn.ul.ie/~caolan/docs/MSWordView.html
Reviewed by: itojun
Submitted by: sumikawa@kame.net
|