bothering me about putting that in, 'cause I'm not doing it again! Even
if you do a patch that checks XFREE86_VERSION!
PR: 28728
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
easy way to compile/use newest packages that don't build with oldest gettext
without the headache associated with making it possible to install fill-blown
gettext and gettext-devel on the same machine at the same time. Usually the
following should be sufficient to fix ports that doesn't build with oldest
gettext:
BUILD_DEPENDS+= msgfmt-new:${PORTS}/devel/gettext-devel
CONFIGURE_ENV+= MSGFMT=${LOCALBASE}/bin/msgfmt-new \
XGETTEXT=${LOCALBASE}/bin/xgettext-new
- ja-groff-1.1j now looks architecture specific directories, like
base system's man(1).
- Add nroff option -dlang=ja_JP.eucJP for forthcoming ja-groff-1.17.
Submitted by: horikawa
Update to 2001.06.29
Install man pages with INSTALL_MAN instead of INSTALL_DATA
PR: 28608
Submitted by: Patrick Li <pat@databits.net>
Reviewed by: maintainer
Add missing files to pkg-plist
Update to 2.2.2
Change dependency to look for bzip shared lib instead of static lib
Update patch-aa to work with new version
PR: 28517
Submitted by: Pete Fritchman <petef@databits.net>
not being set properly for some ports. The problem is that ":S" modifier
collapses spaces, even if the regex doesn't match. The following piece of
make(1) "code" illustrates the problem:
foo= a b
.if ${foo} != ${foo:S/x//}
all:
@${ECHO} 'BAD!'
.endif
reading variable sized blocks of data every second. This should be
more efficient.
Suggested & tested by: se
* Add a syntax for excluding CD-ROM drives etc.
Suggested by: des, se, many others...
Manual page updates coming soon.
Let the user override the MySQL username, password and db at build time.
Let the user override the vchkpw gid and the vpopmail uid.
Bump PORTREVISION.
Approved by: nbm (maintainer)
freetype library, and it helps the antialiased font stuff. There are no
drawbacks, other than unclear legal status (Apple holds some patents in
this area), but as long as it is OK for XFree, it should be OK for us too.
Submitted by: Jeremy Norris <ishmael27@home.com>