| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
open/save dialog.
With help: marcus and kwm via IRC #freebsd-gnome
Notes:
svn path=/head/; revision=135419
|
|
|
|
|
|
|
| |
- Drop patch-configure since USE_LIBTOOL has been here for quite some time now
Notes:
svn path=/head/; revision=134198
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
|
|
|
| |
- honor option WITHOUT_SSL
Notes:
svn path=/head/; revision=118991
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=114940
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=104313
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=101204
|
|
|
|
|
|
|
| |
(Part 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
|
|
|
|
|
| |
PR: 57359
Submitted by: Ports FURY
Approved by: marcus (mentor)
Notes:
svn path=/head/; revision=94206
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=92993
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=85084
|
|
|
|
|
|
|
|
| |
PR: ports/53584
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=84700
|
|
|
|
|
|
|
|
| |
PR: ports/51239
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=79769
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=77935
|
|
|
|
| |
Notes:
svn path=/head/; revision=76042
|
|
|
|
|
|
|
|
| |
PR: 45825
Submitted by: Volker Stolz <vs@foldr.org>
Notes:
svn path=/head/; revision=71229
|
|
|
|
|
|
|
|
| |
PR: ports/45629
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=70863
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=59619
|
|
|
|
|
|
|
|
| |
PR: 36211
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=56473
|
|
|
|
|
|
|
| |
-liconv to -lgiconv.
Notes:
svn path=/head/; revision=56294
|
|
|
|
|
|
|
|
| |
PR: 32628
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=51236
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=47801
|
|
|
|
| |
Notes:
svn path=/head/; revision=37996
|
|
|
|
| |
Notes:
svn path=/head/; revision=36071
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=34846
|
|
|
|
|
|
|
|
|
|
| |
file in support.c for the wmf library.
PR: 19684
Submitted by: Alec Wolman <wolman@cs.washington.edu>
Notes:
svn path=/head/; revision=30316
|
|
|
|
|
|
|
| |
(s/gaphics/graphics/)
Notes:
svn path=/head/; revision=30228
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=30198
|
|
|
|
| |
Notes:
svn path=/head/; revision=27429
|
|
|
|
|
|
|
|
| |
PR: 14617
Submitted by: Will Andrews <andrews@technologist.com>
Notes:
svn path=/head/; revision=22734
|
|
|
|
| |
Notes:
svn path=/head/; revision=21145
|
|
|
|
|
|
|
| |
Approved by: Munechika SUMIKAWA @ KAME Project (maintainer)
Notes:
svn path=/head/; revision=20330
|
|
|
|
|
|
|
|
| |
PR: ports/11859
Submitted by: Chris Piazza <cpiazza@home.net>
Notes:
svn path=/head/; revision=19502
|
|
|
|
| |
Notes:
svn path=/head/; revision=18411
|
|
|
|
| |
Notes:
svn path=/head/; revision=17000
|
|
|
|
|
|
|
| |
Submitted by: sumikawa@kame.net (maintainer)
Notes:
svn path=/head/; revision=15758
|
|
|
|
|
|
|
| |
fix CATEGORIES in mswordview/Makefile.
Notes:
svn path=/head/; revision=14375
|
|
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
Notes:
svn path=/head/; revision=14374
|