aboutsummaryrefslogtreecommitdiff
path: root/sysutils/progsreiserfs
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Rename all files containing a : in their filename.Mathieu Arnold2016-06-174-13/+13
| | | | | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight Notes: svn path=/head/; revision=417041
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* - Add LICENSEDmitry Marakasov2015-06-051-1/+7
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=388605
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-2/+1
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Cleanup plistAntoine Brodin2014-11-221-2/+0
| | | | Notes: svn path=/head/; revision=373038
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Convert to USES=libtoolTijl Coosemans2014-07-052-8/+7
| | | | Notes: svn path=/head/; revision=360767
* Remove trailing whitespaces from category sysutilsEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345435
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Support STAGEDIR.Vanilla I. Shu2013-11-162-4/+5
| | | | Notes: svn path=/head/; revision=333977
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Finish converting sysutils from WITHOUT_NLS to PORT_OPTIONS:MNLSBaptiste Daroussin2013-05-061-8/+6
| | | | | | | While here convert bacula-server from USE_GETTEXT to USES=gettext Notes: svn path=/head/; revision=317491
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=238781
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-8/+4
| | | | Notes: svn path=/head/; revision=225335
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209422
* Fix build with gcc41Tilman Keskinoz2006-12-221-1/+1
| | | | Notes: svn path=/head/; revision=180512
* Now builds on sparc64Kris Kennaway2006-09-171-4/+0
| | | | Notes: svn path=/head/; revision=173262
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include security/ sysutils/ textproc/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170652
* Get media size by DIOCGMEDIASIZE ioctl(2).Norikatsu Shigemura2006-08-122-1/+27
| | | | | | | | | | | # dd if=/dev/zero of=/var/tmp/reiserfs.img bs=1m count=64 # mdconfig -a -t vnode -f /var/tmp/reiserfs.img # mkfs.reiserfs -q /dev/md0. Obtained from: src/sbin/newfs/newfs.c Notes: svn path=/head/; revision=170401
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149455
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* [fix] sysutils/progsreiserfs: does not build on FreeBSD/amd64Edwin Groothuis2005-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> Notes: svn path=/head/; revision=146148
* - utilize gettext correctly and unbreak this portYen-Ming Lee2005-07-251-4/+1
| | | | Notes: svn path=/head/; revision=140106
* This port is scheduled for deletion on 2005-09-22 if it is still brokenKris Kennaway2005-07-231-0/+2
| | | | | | | at that time and no PRs have been submitted to fix it. Notes: svn path=/head/; revision=139936
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* BROKEN: Leaves behind lib/charset.alias instead of correctly using gettextKris Kennaway2005-02-121-0/+2
| | | | Notes: svn path=/head/; revision=128576
* BROKEN on !i386: Does not compileKris Kennaway2004-11-181-0/+4
| | | | Notes: svn path=/head/; revision=121855
* - add USE_GETOPT_LONG=yes and related patchYen-Ming Lee2004-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 Notes: svn path=/head/; revision=117838
* - Fix build with GCC 3.4.1Volker Stolz2004-07-211-1/+2
| | | | | | | | | | - Drop maintainership PR: ports/69378 Submitted by: Florent Thoumie (maintainer) Notes: svn path=/head/; revision=114361
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-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 Notes: svn path=/head/; revision=113296
* Change USE_GETTEXT=1 to USE_GETTEXT=yes in preparation for forthcomingKris Kennaway2004-06-061-1/+1
| | | | | | | bsd.port.mk commit Notes: svn path=/head/; revision=110968
* - Attempt to fix build on sparc64Pav Lucistnik2004-05-221-0/+5
| | | | | | | | Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer) Reported by: bento via kris Notes: svn path=/head/; revision=109698
* Add progsreiserfs, a library for reiserfs filesystem access and manipulation.Pav Lucistnik2004-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> Notes: svn path=/head/; revision=109140