aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/ntfsprogs
Commit message (Collapse)AuthorAgeFilesLines
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-2/+1
|
* Convert USE_FUSE macros into USES feature.bapt2013-03-071-1/+1
| | | | | While here trim headers Convert some USE_GNOME= gnomehack -> USES= pathfix
* - introduce a USE_FUSE macroflo2012-12-141-2/+1
| | | | | | | | | - convert all fuse ports to use the new macro The macro makes sure sysutils/fusefs-libs gets installed and depending on fuse being in base or not it installs sysutils/fusefs-kmod. Approved by: portmgr (bapt)
* - Fix build when selecting GNOMEVFS2 optionbdrewery2012-10-091-0/+6
| | | | | PR: ports/172453 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (based on)
* use USE_PKGCONFIG= buildbapt2012-10-061-7/+2
| | | | Bump portrevision for ports which run-depends list changed
* - Add conflicts with sysutils/fusefs-ntfs [1][2]bdrewery2012-08-302-13/+20
| | | | | | | | | | | | | - Reset maintainership per private request - Convert to new options framework - Remove ABI version from LIB_DEPENDS - Add LICENSE (GPL2) - Update to working WWW PR: ports/169043 [1], ports/170229 [2] Submitted by: "Julian H. Stacey" <jhs@berklix.com> [1] Approved by: Samuel Martin Moro <faust64@gmail.com> (maintainer) Approved by: eadler (mentor)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* Fix mkntfsmakc2011-03-185-27/+294
| | | | | | | | | Replace Vista's $UpCase file by a Windows XP one Pass maintainership to submitter Remove md5 sum while I'm here PR: ports/144852 Submitted by: Samuel Martin Moro <faust64 at gmail.com>
* For i386, change compiler optimization flags to -O0, as optimizations seem tostefan2010-05-201-0/+5
| | | | | | | | break things. PR: ports/127017 Submitted by: annona2@gmail.com Patch by: Urankar Mikael <mikael.urankar@ujf-grenoble.fr>
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with P,R,S
* - Reset farrokhi@freebsd.org due to long period of inactivity.miwi2009-03-101-1/+1
| | | | Approved by: portmgr (linimon)
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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)
* - Update to version 2.0.0 with write support, add README partially mirroredalepulver2008-08-139-131/+263
| | | | | | | | from similar port sysutils/fusefs-ntfs (other parts taken as well). - Update pkg-descr and pkg-message. PR: ports/126439 Approved by: miwi
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-4/+3
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Use @exec/@unexec pkg-plist directives to handle the symlink (do not archivealepulver2007-12-132-3/+3
| | | | | | | | | directly like before). - Bump PORTREVISION. PR: ports/118569 Submitted by: alepulver (myself) Approved by: miwi
* - Bump PORTREVISION.alepulver2007-10-309-626/+761
| | | | | | | | | | | | | | | | | | - Remove FreeBSD 4.x code (USE_GCC=3.4+, USE_GETOPT_LONG and BROKEN). - Use ARCH instead of MACHINE_ARCH for possible future cross-compilation support. - Add UBLIO option, which uses devel/libublio for greatly improved speed (when reading an NTFS volume). Also print a warning when disabling UBLIO. - Add pkg-message mentioning UBLIO and this port's limitations. - Change mount.ntfs-fuse -> mount_ntfs-fuse manpage link and symlink to the binary in /usr/sbin to allow using with 'mount -t ntfs-fuse' and in /etc/fstab after mounting /usr. - Add a note in pkg-descr about the fusefs driver and ntfs-3g split project. - Add LOCK option to avoid access to the device while it's mounted. PR: ports/116287 Submitted by: alepulver (myself) Approved by: miwi, farrokhi (implicitly to miwi)
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-4/+0
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Fix mkntfs by providing device io module that always reads/writefjoe2006-12-146-84/+609
| | | | | | | | blocksize-aligned blocks - Remove several now unnecessary hacks - Bump PORTREVISION Approved by: MAINTAINER
* Change my email address to farrokhi@ in all ports that I maintain.farrokhi2006-11-081-1/+1
| | | | Approved by: miwi (mentor)
* - Pass maintainership to submittermiwi2006-08-191-1/+1
| | | | | | PR: ports/102132 Submitted by: Babak Farrokhi <babak(at)farrokhi.net> Approved by: krion (mentor)
* - Update to version 1.13.1.alepulver2006-08-193-4/+6
|
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-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>
* - Mark 4.x as broken. Doesn't have fstatvfs(3).mnag2006-05-211-0/+4
| | | | | PR: 97536 Submitted by: Martin Matuska <martin___matuska.org>
* - Update to 1.13.0pav2006-05-0510-207/+104
| | | | | PR: ports/96744 Submitted by: Martin Matuska <martin@matuska.org>
* Conversion to a single libtool environment.ade2006-02-231-1/+0
| | | | Approved by: portmgr (kris)
* - Do more correct method, to show what we need sysutils/fusefs-libs > 2.4az2006-02-031-2/+1
| | | | | | instead on seting CONFLICTS. Requested by: Csaba Henk <csaba.henk@creo.hu>
* - A new project URLsem2006-02-011-1/+1
|
* - FUSE interface upgradeaz2006-02-012-7/+98
| | | | | | | | | | sysutils/fusefs-libs has been upgraded and ntfsprogs' FUSE based fs driver (ntfsmount) doesn't compile against the new version. The attached patch will make it compile against recent sysutils/fusefs-libs versions (2.5.0, 2.5.1) PR: ports/92568 Submitted by: Csaba Henk <csaba.henk@creo.hu>
* - Add SHA256pav2005-11-261-0/+1
|
* - Add FUSE option to compile ntfsmount with FUSE support [1].flz2005-11-233-4/+33
| | | | | | | - Add local patch to make FUSE support compile on FreeBSD [1]. - Force --enable-gnome-vfs when WITH_GNOMEVFS2 is set. Asked by: Sergei Mozhaisky <technix@mediana.net.ua> [1]
* 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 libtool issue.flz2005-10-222-1/+2
| | | | Reported by: kris
* - Update to 1.12.1 [1].flz2005-10-114-17/+25
| | | | | | | | - Remove libtool archive using USE_LIBTOOL_VER=15. - Remove sed invocation with a configure argument. PR: ports/87241 [1] Submitted by: Callum Gibson <callum_r_gibson@yahoo.com.au> [1]
* - Teach ntfsprogs to access devices in sector sizes. This fixes ntfsresizepav2005-07-272-1/+84
| | | | | PR: ports/84048 Submitted by: Andriy Gapon <avg@topspin.kiev.ua>
* - Fix build when WITH_GNOMEVFS2 is set [1]jylefort2005-07-272-8/+13
| | | | | | | | | - Install the GnomeVFS module in ${X11BASE}, where GnomeVFS will look for it - Use USE_GCC=3.4+ rather than USE_GCC=3.4 - Remove useless USE_CONFIGURE - Fix the GnomeVFS spelling in the OPTIONS help Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com> [1]
* fix build on 4oliver2005-06-172-2/+3
| | | | Noted by: pointyhat via kris
* change the libtool version to use from 1.3 to 1.5oliver2005-06-042-2/+1
|
* 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'.
* - Fix ntfsprogs by removing fcntl(2) locks.flz2005-03-212-0/+31
| | | | | | PR: ports/74233 Submitted by: Geoff Buckingham <geoff.buckingham@reuters.com> Reviewed by: Jilles Tjoelker <jilles@stack.nl>
* - Update to 1.9.4pav2005-02-213-18/+12
| | | | | | | | - Engage OPTIONS - Drop maintainership PR: ports/77788 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
* Increase USE_GCC to 3.4 for those ports which compile with it.kris2004-09-301-1/+1
| | | | Approved by: portmgr
* Add missing manpage.krion2004-08-151-1/+2
|
* Fix build on sparc64eik2004-05-251-0/+1
| | | | | Requested by: kris Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
* - update to version 1.9.2eik2004-05-123-7/+10
| | | | | | | | - fix pkg-plist - add INSTALLS_SHLIB and CONFIGURE_TARGET PR: 66561 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
* Fix build on 4-stable.nork2004-05-111-0/+1
| | | | | Pointed out by: bento via kris. Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
* Add ntfsprogs 1.9.1, utilities and library to manipulate NTFSnork2004-05-104-0/+113
partitions. PR: ports/66406 Submitted by: Florent Thoumie <flz@xbsd.org>