Commit graph

12 commits

Author SHA1 Message Date
Yen-Ming Lee
b6d77ae328 - utilize gettext correctly and unbreak this port 2005-07-25 16:43:20 +00:00
Kris Kennaway
0d8f47d8f7 This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
2005-07-23 02:53:43 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kris Kennaway
158cfec133 BROKEN: Leaves behind lib/charset.alias instead of correctly using gettext 2005-02-12 00:49:04 +00:00
Kris Kennaway
be800c9c95 BROKEN on !i386: Does not compile 2004-11-18 08:28:30 +00:00
Yen-Ming Lee
3f9458d6ba - add USE_GETOPT_LONG=yes and related patch
- add USE_LIBTOOL_VER=15 and remove *.la from pkg-plist
- disable NLS support if WITHOUT_NLS=yes is defined
- bump PORTREVISION
2004-09-01 14:59:58 +00:00
Volker Stolz
ce44c523f3 - Fix build with GCC 3.4.1
- Drop maintainership

PR:		ports/69378
Submitted by:	Florent Thoumie (maintainer)
2004-07-21 19:39:07 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
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
2004-07-09 17:43:11 +00:00
Kris Kennaway
e1efc0b065 Change USE_GETTEXT=1 to USE_GETTEXT=yes in preparation for forthcoming
bsd.port.mk commit
2004-06-06 23:08:10 +00:00
Pav Lucistnik
eea7c523ef - Attempt to fix build on sparc64
Submitted by:	Florent Thoumie <flz@xbsd.org> (maintainer)
Reported by:	bento via kris
2004-05-22 11:09:08 +00:00
Pav Lucistnik
f26daa7f4e Add progsreiserfs, a library for reiserfs filesystem access and manipulation.
For now progsreiserfs consists of:
1. libreiserfs, which have a number of high level APIs for access reiserfs
   filesystem. There are: main filesystem code (reiserfs_fs_open, reiserfs_fs_close,
   resierfs_fs_create, reiserfs_fs_resize, reiserfs_fs_journal_tune, etc), journal
   code, bitmap code, directories and files access code and device abstraction layer.
2. fouth progs which are simple frontends to libreiserfs. There are: mkfs.reiserfs,
   resizefs.reiserfs, cpfs.reiserfs, tunefs.reiserfs.

PR:		ports/66590
Submitted by:	Florent Thoumie <flz@xbsd.org>
2004-05-14 15:49:39 +00:00