Skip site navigation (1)Skip section navigation (2)

CVS log for ports/sysutils/ntfsprogs/Makefile

[BACK] Up to [FreeBSD] / ports / sysutils / ntfsprogs

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:25:33 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -1 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Mar 17 16:21:09 2011 UTC (10 months, 3 weeks ago) by makc
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
Fix mkntfs
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>

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed May 19 20:16:02 2010 UTC (20 months, 3 weeks ago) by stefan
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +5 -0 lines
For i386, change compiler optimization flags to -O0, as optimizations seem to
break things.

PR:		ports/127017
Submitted by:	annona2@gmail.com
Patch by:	Urankar Mikael <mikael.urankar@ujf-grenoble.fr>

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:35:24 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with P,R,S

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Mar 9 19:29:10 2009 UTC (2 years, 11 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
- Reset farrokhi@freebsd.org due to long period of inactivity.

Approved by:	portmgr (linimon)

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:18:26 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Aug 13 03:00:56 2008 UTC (3 years, 5 months ago) by alepulver
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +34 -53 lines
- Update to version 2.0.0 with write support, add README partially mirrored
  from similar port sysutils/fusefs-ntfs (other parts taken as well).
- Update pkg-descr and pkg-message.

PR:		ports/126439
Approved by:	miwi

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:53:46 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Dec 12 17:05:00 2007 UTC (4 years, 2 months ago) by alepulver
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
- Use @exec/@unexec pkg-plist directives to handle the symlink (do not archive
  directly like before).
- Bump PORTREVISION.

PR:		ports/118569
Submitted by:	alepulver (myself)
Approved by:	miwi

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Oct 30 03:22:03 2007 UTC (4 years, 3 months ago) by alepulver
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +45 -19 lines
- Bump PORTREVISION.
- 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)

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Oct 4 06:10:14 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +0 -4 lines
Remove always-false/true conditions based on OSVERSION 500000

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat May 19 20:23:29 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Dec 13 17:03:02 2006 UTC (5 years, 1 month ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -0 lines
- Fix mkntfs by providing device io module that always reads/write
blocksize-aligned blocks
- Remove several now unnecessary hacks
- Bump PORTREVISION

Approved by:	MAINTAINER

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Nov 8 09:28:29 2006 UTC (5 years, 3 months ago) by farrokhi
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Change my email address to farrokhi@ in all ports that I maintain.
Approved by:	miwi (mentor)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Aug 19 15:27:29 2006 UTC (5 years, 5 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
- Pass maintainership to submitter

PR:		ports/102132
Submitted by:	Babak Farrokhi <babak(at)farrokhi.net>
Approved by:	krion (mentor)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Aug 18 20:52:48 2006 UTC (5 years, 5 months ago) by alepulver
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
- Update to version 1.13.1.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Aug 15 01:04:52 2006 UTC (5 years, 5 months ago) by clsung
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun May 21 01:56:48 2006 UTC (5 years, 8 months ago) by mnag
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -0 lines
- Mark 4.x as broken. Doesn't have fstatvfs(3).

PR:		97536
Submitted by:	Martin Matuska <martin___matuska.org>

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri May 5 08:52:13 2006 UTC (5 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -4 lines
- Update to 1.13.0

PR:		ports/96744
Submitted by:	Martin Matuska <martin@matuska.org>

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:39:14 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +0 -1 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Feb 3 06:41:21 2006 UTC (6 years ago) by az
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -2 lines
- Do more correct method, to show what we need sysutils/fusefs-libs > 2.4
instead on seting CONFLICTS.

Requested by:	Csaba Henk <csaba.henk@creo.hu>

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Feb 1 12:31:37 2006 UTC (6 years ago) by az
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -0 lines
- FUSE interface upgrade

	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>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Nov 23 11:43:13 2005 UTC (6 years, 2 months ago) by flz
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +17 -4 lines
- Add FUSE option to compile ntfsmount with FUSE support [1].
- 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]

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:51:11 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Oct 22 09:44:10 2005 UTC (6 years, 3 months ago) by flz
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
- Fix libtool issue.

Reported by:	kris

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Oct 11 15:49:57 2005 UTC (6 years, 4 months ago) by flz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -6 lines
- Update to 1.12.1 [1].
- 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]

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jul 27 11:30:19 2005 UTC (6 years, 6 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
- Teach ntfsprogs to access devices in sector sizes. This fixes ntfsresize

PR:		ports/84048
Submitted by:	Andriy Gapon <avg@topspin.kiev.ua>

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jul 26 19:20:45 2005 UTC (6 years, 6 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +7 -3 lines
- Fix build when WITH_GNOMEVFS2 is set [1]
- 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]

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jun 17 15:13:06 2005 UTC (6 years, 7 months ago) by oliver
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
fix build on 4

Noted by:	pointyhat via kris

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jun 3 20:18:07 2005 UTC (6 years, 8 months ago) by oliver
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
change the libtool version to use from 1.3 to 1.5

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:26:35 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:04:06 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Mar 21 13:15:45 2005 UTC (6 years, 10 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
- Fix ntfsprogs by removing fcntl(2) locks.

PR:		ports/74233
Submitted by:	Geoff Buckingham <geoff.buckingham@reuters.com>
Reviewed by:	Jilles Tjoelker <jilles@stack.nl>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Feb 20 17:26:52 2005 UTC (6 years, 11 months ago) by pav
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +9 -15 lines
- Update to 1.9.4
- Engage OPTIONS
- Drop maintainership

PR:		ports/77788
Submitted by:	Florent Thoumie <flz@xbsd.org> (maintainer)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Sep 30 05:31:57 2004 UTC (7 years, 4 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:	portmgr

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Aug 14 17:02:05 2004 UTC (7 years, 5 months ago) by krion
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Add missing manpage.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue May 25 09:06:16 2004 UTC (7 years, 8 months ago) by eik
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
Fix build on sparc64

Requested by:	kris
Submitted by:	Florent Thoumie <flz@xbsd.org> (maintainer)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed May 12 10:08:43 2004 UTC (7 years, 9 months ago) by eik
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -1 lines
- update to version 1.9.2
- fix pkg-plist
- add INSTALLS_SHLIB and CONFIGURE_TARGET

PR:		66561
Submitted by:	Florent Thoumie <flz@xbsd.org> (maintainer)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue May 11 12:05:40 2004 UTC (7 years, 9 months ago) by nork
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
Fix build on 4-stable.

Pointed out by:	bento via kris.
Submitted by:	Florent Thoumie <flz@xbsd.org> (maintainer)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun May 9 16:06:23 2004 UTC (7 years, 9 months ago) by nork
Branches: MAIN
Add ntfsprogs 1.9.1, utilities and library to manipulate NTFS
partitions.

PR:		ports/66406
Submitted by:	Florent Thoumie <flz@xbsd.org>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options