[81182] trunk/dports/sysutils/ntfsprogs/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Jul 26 14:21:28 PDT 2011


Revision: 81182
          http://trac.macports.org/changeset/81182
Author:   macsforever2000 at macports.org
Date:     2011-07-26 14:21:28 -0700 (Tue, 26 Jul 2011)
Log Message:
-----------
ntfsprogs: Made into stub port. replaced_by ntfs-3g.

Modified Paths:
--------------
    trunk/dports/sysutils/ntfsprogs/Portfile

Modified: trunk/dports/sysutils/ntfsprogs/Portfile
===================================================================
--- trunk/dports/sysutils/ntfsprogs/Portfile	2011-07-26 21:13:02 UTC (rev 81181)
+++ trunk/dports/sysutils/ntfsprogs/Portfile	2011-07-26 21:21:28 UTC (rev 81182)
@@ -4,6 +4,8 @@
 
 name                ntfsprogs
 version             2.0.0
+revision            1
+replaced_by         ntfs-3g
 categories          sysutils
 platforms           darwin
 maintainers         nomaintainer
@@ -13,51 +15,11 @@
 
 homepage            http://www.linux-ntfs.org/
 
-master_sites        sourceforge:linux-ntfs
+distfiles           
 
-checksums           md5 2c402b647bb7aeb1d3f8ce1cc354fd68 \
-                    sha1 c433189eb0955beb7360c6a475cc97083c5cd020
-
-livecheck.distname  ntfsprogs
-livecheck.url       http://sourceforge.net/export/rss2_projnews.php?group_id=13956
-
-configure.args      --disable-gnome-vfs \
-                    --disable-ntfsmount \
-                    --disable-crypto \
-                    --without-uuid
-
-configure.ldflags-append -lintl
-
-depends_build       port:pkgconfig
-depends_lib         port:gettext
-
-variant crypto description {Enable crypto related code and utilities} {
-    configure.args-delete   --disable-crypto
-    configure.args-append   --enable-crypto
-    depends_lib-append      port:gnutls \
-                            port:libconfig-hr
+pre-configure {
+    ui_error "${name} is now provided by ntfs-3g."
+    return -code error "obsolete port"
 }
 
-variant ntfsmount description {Enable userspace NTFS driver using FUSE} {
-    configure.args-delete   --disable-ntfsmount
-    configure.args-append   --enable-ntfsmount
-    depends_lib-append      port:macfuse
-    destroot.violate_mtree  yes
-}
-
-variant gnome_vfs description {Enable building of gnome-vfs libntfs modules} {
-    configure.args-delete   --disable-gnome-vfs
-    configure.args-append   --enable-gnome-vfs
-    depends_lib-append      port:gnome-vfs
-}
-
-variant extra description {Build extra ntfs programs} {
-    build.target            all extra
-}
-
-platform darwin {
-    post-destroot {
-        # /sbin/mkfs.ntfs is unnecessary since darwin doesn't have mkfs
-        delete ${destroot}/sbin/mkfs.ntfs
-    }
-}
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110726/27f60896/attachment.html>


More information about the macports-changes mailing list