Re: guntar missing on Mac OS X Maverics

2013-10-23 Thread sierkb
Hi!

Looking at http://www.opensource.apple.com/release/os-x-109/, GNU tar in fact 
IS part of OSX 10.9, but under a new location.

GNU tar on OSX 10.8.5 (gnutar-451):
http://www.opensource.apple.com/source/gnutar/gnutar-451/

GNU tar on OSX 10.9.0 (gnutar-452):
http://www.opensource.apple.com/source/gnutar/gnutar-452/

Makefile GNU tar on OSX 10.8.5 (gnutar-451):
http://www.opensource.apple.com/source/gnutar/gnutar-451/Makefile

Makefile GNU tar on OSX 10.9.0 (gnutar-452):
http://www.opensource.apple.com/source/gnutar/gnutar-452/Makefile



Look at both Makefiles to which destination Apple has put it on OSX le 10.8.5 
and OSX 10.9.0 and see the differences (make a diff):

$ GNUtarML=`curl 
http://www.opensource.apple.com/source/gnutar/gnutar-451/Makefile?txt -s -o 
${TMPDIR}Makefile_GNUtar_MountainLion`; GNUtarMav=`curl 
http://www.opensource.apple.com/source/gnutar/gnutar-452/Makefile?txt -s -o 
${TMPDIR}Makefile_GNUtar_Mavericks`; diff -u 
${TMPDIR}Makefile_GNUtar_MountainLion ${TMPDIR}Makefile_GNUtar_Mavericks

--- 
/var/folders/p7/3h2r_j7x6j58crp3zy7lm80mgp/T/Makefile_GNUTar_MountainLion   
2013-10-23 20:20:37.0 +0200
+++ /var/folders/p7/3h2r_j7x6j58crp3zy7lm80mgp/T/Makefile_GNUTar_Mavericks  
2013-10-23 20:20:38.0 +0200
@@ -8,7 +8,10 @@
 ToolType  = Commands
 Extra_Configure_Flags = --program-prefix=gnu --includedir=/usr/local/include
 Extra_CC_Flags= -mdynamic-no-pic
-GnuAfterInstall   = remove-dir install-man install-plist
+GnuAfterInstall   = remove-junk install-symlink install-plist
+
+Install_Prefix  = /usr/local
+Install_Info= /usr/local/share/info
 
 # It's a GNU Source project
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/GNUSource.make
@@ -42,15 +45,15 @@
done
 endif
 
-remove-dir:
-   $(RM) $(DSTROOT)/usr/share/info/dir
-   $(RM) $(DSTROOT)/usr/lib/charset.alias
-
-install-man:
-   $(MKDIR) $(DSTROOT)$(MANDIR)/man1/
-   $(INSTALL_FILE) $(SRCROOT)/gnutar.1 $(DSTROOT)$(MANDIR)/man1/gnutar.1
-   $(MKDIR) $(DSTROOT)$(MANDIR)/man8/
-   $(INSTALL_FILE) $(SRCROOT)/gnurmt.8 $(DSTROOT)$(MANDIR)/man8/gnurmt.8
+remove-junk:
+   $(RMDIR) $(DSTROOT)$(Install_Prefix)/lib/
+   $(RMDIR) $(DSTROOT)$(Install_Prefix)/libexec/
+   $(RMDIR) $(DSTROOT)$(Install_Prefix)/sbin/
+   $(RMDIR) $(DSTROOT)$(Install_Prefix)/share/
+
+install-symlink:
+   $(MKDIR) $(DSTROOT)/usr/bin/
+   $(LN) -fs $(Install_Prefix)/bin/gnutar $(DSTROOT)/usr/bin/gnutar
 
 OSV = $(DSTROOT)/usr/local/OpenSourceVersions
 OSL = $(DSTROOT)/usr/local/OpenSourceLicenses

-

So, the new install_Prefix of gnu tar is /usr/local, the binary is 
/usr/local/bin/gnutar, the libs in /usr/local/lib and so on...
AND there is a Symlink from /usr/local/bin/gnutar - /usr/bin/gnutar

Hope, that helps.

Regards,
Sierk Bornemann


Am 23.10.2013 um 08:06 schrieb Ryan Schmidt:

 
 On Oct 23, 2013, at 00:08, Watson Ladd wrote:
 
 I'm getting errors in extraction for every single port I try.
 
 Yes, we know, e.g.:
 
 https://trac.macports.org/ticket/39977
 
 https://trac.macports.org/ticket/40354
 
 Now, how did you install MacPorts? The only way that should work for now is 
 compiling from the source of MacPorts trunk. MacPorts 2.2.0 probably won't 
 work on Mavericks.
 
 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-users

-- 
Sierk Bornemann
http://sierkbornemann.de/






signature.asc
Description: Message signed with OpenPGP using GPGMail
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Install older subversion version

2012-10-22 Thread sierkb
Am 22.10.2012 um 07:46 schrieb Jasper Frumau:
 
 Hi veryone,
 
 I am working on a site usinf SVN , making changes locally and uploading them. 
 Doing this mainly from the command line, but wanted to use SCPlugin to do 
 commits from a finder window. I got this warning:
 This client is too old to work with working copy '/opt/local/www/site'.  You 
 need
 to get a newer Subversion client, or to downgrade this working copy.

See the thread
http://scplugin.tigris.org/ds/viewMessage.do?dsForumId=1525dsMessageId=2870525
and
http://scplugin.tigris.org/ds/viewMessage.do?dsForumId=1525dsMessageId=2972465
and this:
http://svn-ref.assembla.com/easysvn.html
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: Is MacPorts based on another package manager?

2012-08-18 Thread sierkb
Am 18.08.2012 um 16:53 schrieb Bradley Giesbrecht:
 
 On Aug 17, 2012, at 8:19 PM, Jerry wrote:
 
 Is MacPorts based on a Linux or other package manager? From time to time I 
 think this would be useful to know when interacting with non-Mac developers.
 
 
 Our wiki has a brief history:
 https://trac.macports.org/wiki/MacPortsHistory

+1

I add:

Apple: Mac OS X Developer Library: Using MacPorts
http://developer.apple.com/library/mac/#featuredarticles/UsingMacPorts/_index.html

Wikipedia (en): MacPorts
http://en.wikipedia.org/wiki/MacPorts

MacPorts Guide
http://guide.macports.org/

MacPorts Guide: Chapter 1. Introduction
http://guide.macports.org/#introduction

MacPorts Guide: Chapter 3. Using MacPorts: 3.4.2 Binary Packages
http://guide.macports.org/#using.binaries.binary-packages


Regards,
Sierk Bornemannn



___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: Problem installing rpm using macports

2012-07-01 Thread sierkb
Am 02.07.2012 um 02:27 schrieb James Linder:
 
 If you want to build rpm for xxx distro eg CentOS5 then you need to build on 
 CentOS5.
 [..]
 Save yourself the heart ache and believe that you cannot cross build rpm. 
 ('course you can, but you really have to be on the ball to do that).

Have a look at:
https://build.opensuse.org/
http://www.open-build-service.org/


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: perl5* and p5* ports updated; ignore the warnings when you upgrade

2012-06-27 Thread sierkb
Thanks for clarification.



___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: problems installing MacPorts on OS Lion

2012-05-05 Thread sierkb
Am 05.05.2012 um 15:21 schrieb Brad Allison:
 
 Looks like the issue is now that XCode no longer ships with GNU make... 
 that's a serious problem…

Please read and follow:

MacPorts Wiki: Problem Hotlist: MacPorts stops working after installing Xcode 
4.3
https://trac.macports.org/wiki/ProblemHotlist#xcode43

GNU make is part of Xcode 4.3's Developer directory 
(/Applications/Xcode.app/Contents/Developer/usr/bin/make) as well as 
additionally part of the Command Line Tools for Xcode (which install GNU make 
into /usr/bin/make), available per download through the Xcode preferences, or 
alternatively, through Apple Developer Connection download on connect.apple.com.
Although GNU make is part of the Xcode Bundle sitting in /Applications, 
MacPorts needs GNU make located in /usr/bin, so the additionally installation 
of the Command Line Tools for Xcode is mandatory, therefore see the MacPorts 
FAQ pointed to above.
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: apache 2.4

2012-04-19 Thread sierkb
Am 19.04.2012 um 03:09 schrieb Ryan Schmidt:
 
 Apparently it breaks (almost) all plugins (new API/ABI), from what I have 
 been hearing. 
 
 I just read in their notes that all plugins must be recompiled, and that only 
 a few source changes might be required. But I have not tried it.

Apache.org: API Changes in Apache HTTP Server 2.4 since 2.2
http://httpd.apache.org/docs/trunk/developer/new_api_2_4.html

Apache.org: API Changes in Apache HTTP Server 2.4 since 2.2: Specific 
information on upgrading modules from 2.2
http://httpd.apache.org/docs/trunk/developer/new_api_2_4.html#upgrading



___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users