* [Buildroot] svn commit: trunk/buildroot/package/ntfs-3g
@ 2008-08-27 20:19 jacmet at uclibc.org
0 siblings, 0 replies; 4+ messages in thread
From: jacmet at uclibc.org @ 2008-08-27 20:19 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-08-27 13:19:01 -0700 (Wed, 27 Aug 2008)
New Revision: 23254
Log:
ntfs-3g: fix long help text lines
Modified:
trunk/buildroot/package/ntfs-3g/Config.in
Changeset:
Modified: trunk/buildroot/package/ntfs-3g/Config.in
===================================================================
--- trunk/buildroot/package/ntfs-3g/Config.in 2008-08-27 20:18:58 UTC (rev 23253)
+++ trunk/buildroot/package/ntfs-3g/Config.in 2008-08-27 20:19:01 UTC (rev 23254)
@@ -2,6 +2,11 @@
bool "ntfs-3g"
select BR2_PACKAGE_PKGCONFIG
help
- The NTFS-3G driver is an open source, freely available read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD, and Haiku. It provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000 and Windows Vista file systems. Most POSIX file system operations are supported, with the exception of full file ownership and access right support.
+ The NTFS-3G driver is an open source, freely available
+ read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD,
+ and Haiku. It provides safe and fast handling of the Windows
+ XP, Windows Server 2003, Windows 2000 and Windows Vista file
+ systems. Most POSIX file system operations are supported, with
+ the exception of full file ownership and access right support.
http://www.ntfs-3g.org/
^ permalink raw reply [flat|nested] 4+ messages in thread* [Buildroot] svn commit: trunk/buildroot/package/ntfs-3g
@ 2009-01-10 0:23 ulf at uclibc.org
0 siblings, 0 replies; 4+ messages in thread
From: ulf at uclibc.org @ 2009-01-10 0:23 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2009-01-10 00:23:58 +0000 (Sat, 10 Jan 2009)
New Revision: 24738
Log:
Bump version of ntfs-3g to 1-5130, This will build in lib regardless of prefix=
Modified:
trunk/buildroot/package/ntfs-3g/ntfs-3g.mk
Changeset:
Modified: trunk/buildroot/package/ntfs-3g/ntfs-3g.mk
===================================================================
--- trunk/buildroot/package/ntfs-3g/ntfs-3g.mk 2009-01-10 00:21:35 UTC (rev 24737)
+++ trunk/buildroot/package/ntfs-3g/ntfs-3g.mk 2009-01-10 00:23:58 UTC (rev 24738)
@@ -3,13 +3,14 @@
# ntfs-3g
#
#############################################################
-NTFS-3G_VERSION:=1.2506
+#NTFS-3G_VERSION:=1.2506
+NTFS-3G_VERSION:=1.5130
NTFS-3G_SOURCE:=ntfs-3g-$(NTFS-3G_VERSION).tgz
NTFS-3G_SITE:=www.ntfs-3g.org
NTFS-3G_DIR:=$(BUILD_DIR)/ntfs-3g-$(NTFS-3G_VERSION)
NTFS-3G_BINARY:=ntfs-3g
-
+http://www.ntfs-3g.org/ntfs-3g-1.5130.tgz
$(DL_DIR)/$(NTFS-3G_SOURCE):
$(WGET) -P $(DL_DIR) $(NTFS-3G_SITE)/$(NTFS-3G_SOURCE)
@@ -55,8 +56,11 @@
touch -c $@
$(TARGET_DIR)/usr/bin/ntfs-3g: $(STAGING_DIR)/usr/bin/ntfs-3g
- cp -dpf $(STAGING_DIR)/usr/lib/libntfs-3g.so.* $(TARGET_DIR)/usr/lib/
- cp -dpf $(STAGING_DIR)/usr/bin/ntfs-3g $(TARGET_DIR)/usr/bin/
+ rm -f $(TARGET_DIR)/lib/libntfs-3g.so.*
+ cp -dpf $(STAGING_DIR)/lib/libntfs-3g.so.* $(TARGET_DIR)/lib/
+ -unlink $(TARGET_DIR)/usr/lib/libntfs-3g*
+ ln -s /lib/libntfs-3g.so $(TARGET_DIR)/usr/lib/libntfs-3g.so
+ cp -dpf $(STAGING_DIR)/bin/ntfs-3g $(TARGET_DIR)/bin/
touch -c $@
ntfs-3g: uclibc pkgconfig libfuse $(TARGET_DIR)/usr/bin/ntfs-3g
@@ -64,9 +68,10 @@
ntfs-3g-source: $(DL_DIR)/$(NTFS-3G_SOURCE)
ntfs-3g-clean:
- $(MAKE) prefix=$(STAGING_DIR)/usr -C $(NTFS-3G_DIR) uninstall
- rm -f $(TARGET_DIR)/usr/lib/libntfs-3g*
- rm -f $(TARGET_DIR)/usr/bin/ntfs-3g
+ $(MAKE) DESTDIR=$(STAGING_DIR) -C $(NTFS-3G_DIR) uninstall
+ unlink $(TARGET_DIR)/usr/lib/libntfs-3g*
+ rm -f $(TARGET_DIR)/lib/libntfs-3g*
+ rm -f $(TARGET_DIR)/bin/ntfs-3g
-$(MAKE) -C $(NTFS-3G_DIR) clean
ntfs-3g-dirclean:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/ntfs-3g
@ 2008-05-11 6:46 ulf at uclibc.org
0 siblings, 0 replies; 4+ messages in thread
From: ulf at uclibc.org @ 2008-05-11 6:46 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2008-05-10 23:46:20 -0700 (Sat, 10 May 2008)
New Revision: 21969
Log:
Bump ntfs-3g version
Modified:
trunk/buildroot/package/ntfs-3g/ntfs-3g.mk
Changeset:
Modified: trunk/buildroot/package/ntfs-3g/ntfs-3g.mk
===================================================================
--- trunk/buildroot/package/ntfs-3g/ntfs-3g.mk 2008-05-11 06:45:47 UTC (rev 21968)
+++ trunk/buildroot/package/ntfs-3g/ntfs-3g.mk 2008-05-11 06:46:20 UTC (rev 21969)
@@ -3,7 +3,7 @@
# ntfs-3g
#
#############################################################
-NTFS-3G_VERSION:=1.810
+NTFS-3G_VERSION:=1.2506
NTFS-3G_SOURCE:=ntfs-3g-$(NTFS-3G_VERSION).tgz
NTFS-3G_SITE:=www.ntfs-3g.org
NTFS-3G_DIR:=$(BUILD_DIR)/ntfs-3g-$(NTFS-3G_VERSION)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/ntfs-3g
@ 2007-11-26 7:13 ulf at uclibc.org
0 siblings, 0 replies; 4+ messages in thread
From: ulf at uclibc.org @ 2007-11-26 7:13 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2007-11-25 23:13:50 -0800 (Sun, 25 Nov 2007)
New Revision: 20537
Log:
It is not OK to ALWAYS include ntfs-3g
Modified:
trunk/buildroot/package/ntfs-3g/ntfs-3g.mk
Changeset:
Modified: trunk/buildroot/package/ntfs-3g/ntfs-3g.mk
===================================================================
--- trunk/buildroot/package/ntfs-3g/ntfs-3g.mk 2007-11-26 05:38:20 UTC (rev 20536)
+++ trunk/buildroot/package/ntfs-3g/ntfs-3g.mk 2007-11-26 07:13:50 UTC (rev 20537)
@@ -77,6 +77,6 @@
# Toplevel Makefile options
#
#############################################################
-#ifeq ($(strip $(BR2_PACKAGE_NTFS-3G)),y)
+ifeq ($(strip $(BR2_PACKAGE_NTFS-3G)),y)
TARGETS+=ntfs-3g
-#endif
+endif
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-01-10 0:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-27 20:19 [Buildroot] svn commit: trunk/buildroot/package/ntfs-3g jacmet at uclibc.org
-- strict thread matches above, loose matches on Subject: below --
2009-01-10 0:23 ulf at uclibc.org
2008-05-11 6:46 ulf at uclibc.org
2007-11-26 7:13 ulf at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox