summaryrefslogtreecommitdiffstats
path: root/sysutils/progsreiserfs
Commit message (Collapse)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* [fix] sysutils/progsreiserfs: does not build on FreeBSD/amd64edwin2005-10-221-2/+2
| | | | | | | | | | | In the 'Makefile' this port is marked to compile only on FreeBSD/i386. It actually compiles and works on FreeBSD/amd64 also. Maybe also on ia64? PR: ports/87855 Submitted by: Simun Mikecin <numisemis@yahoo.com>
* - utilize gettext correctly and unbreak this portleeym2005-07-251-4/+1
|
* This port is scheduled for deletion on 2005-09-22 if it is still brokenkris2005-07-231-0/+2
| | | | at that time and no PRs have been submitted to fix it.
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* BROKEN: Leaves behind lib/charset.alias instead of correctly using gettextkris2005-02-121-0/+2
|
* BROKEN on !i386: Does not compilekris2004-11-181-0/+4
|
* - add USE_GETOPT_LONG=yes and related patchleeym2004-09-013-10/+58
| | | | | | - add USE_LIBTOOL_VER=15 and remove *.la from pkg-plist - disable NLS support if WITHOUT_NLS=yes is defined - bump PORTREVISION
* - Fix build with GCC 3.4.1vs2004-07-211-1/+2
| | | | | | | - Drop maintainership PR: ports/69378 Submitted by: Florent Thoumie (maintainer)
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+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
* Change USE_GETTEXT=1 to USE_GETTEXT=yes in preparation for forthcomingkris2004-06-061-1/+1
| | | | bsd.port.mk commit
* - Attempt to fix build on sparc64pav2004-05-221-0/+5
| | | | | Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer) Reported by: bento via kris
* Add progsreiserfs, a library for reiserfs filesystem access and manipulation.pav2004-05-145-0/+92
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>
OpenPOWER on IntegriCloud