Welcome to FreeBSDFreaks.net!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

astro/luna mysterious extract/patch problem

 
   FreeBSD Hosting (Home) -> FreeBSD Ports RSS
Next:  FreeBSD Port: smartmontools-5.26_1  
Author Message
Roman Neuhauser

External


Since: Apr 01, 2004
Posts: 11



(Msg. 1) Posted: Thu Apr 01, 2004 4:59 pm
Post subject: astro/luna mysterious extract/patch problem
Archived from groups: mailing>freebsd>ports (more info?)

Running either of these commands in /usr/ports

find . -type d -mindepth 2 -maxdepth 2 ! -name CVS |
grep -vE '^\./[[:upper:]].*' |
while read d; do
(cd $d; echo "&&&&&& $d &&&&&&";
rm -rf work; make configure; rm -rf work)
done >| make.configure-astro 2>&1

find astro -type d -mindepth 1 -maxdepth 1 ! -name CVS |
grep -vE '^\./[[:upper:]].*' |
while read d; do
(cd $d; echo "&&&&&& $d &&&&&&";
rm -rf work; make configure; rm -rf work)
done >| make.configure-astro 2>&1

has led to

&&&&&& /usr/ports/astro/luna &&&&&&
===> Vulnerability check disabled
===> Extracting for luna-1.9
>> Checksum OK for luna19s.lzh.
===> luna-1.9 depends on executable: lha - found
===> Patching for luna-1.9
===> Applying FreeBSD patches for luna-1.9
File to patch:

Contents of /usr/ports/astro/luna at that time gives:

find astro/luna \( -name CVS -a -prune \) -o -print
astro/luna/Makefile
astro/luna/distinfo
astro/luna/pkg-descr
astro/luna/files
astro/luna/files/patch-ab
astro/luna/files/patch-ac
astro/luna/files/patch-ae
astro/luna/files/patch-af
astro/luna/files/patch-ag
astro/luna/files/patch-iprintf-iprintf.c
astro/luna/files/patch-iprintf-isprintf.c
astro/luna/work
astro/luna/work/.extract_done.luna-1.9._usr_local

I cannot reproduce the problem with simple

cd astro/luna
make clean configure

typed into an xterm. What's up?

--
If you cc me or remove the list(s) completely I'll most likely ignore
your message. see http://www.eyrie.org./~eagle/faqs/questions.html
_______________________________________________
freebsd-ports.RemoveThis@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"

 >> Stay informed about: astro/luna mysterious extract/patch problem 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Postfix: Mysterious undelivered message to root - Ever since I've enabled the Postfix port on FreeBSD 5.X, I've had this annoying message that keeps being sent. I don't know what process that's running keeps generating it. It's possible I have Postfix somehow misconfigured since I've been carrying..

can't extract zip - Hi, why will this not extract correctly ? (this is just the beginning of nant) I get the following error and I can't figure out what the heck I'm doing wrong. $ make extract < --- SNIP --- > ===> Extracting for nant-0.84 >> Checksum ...

extract once and build many? - Hi all I noticed that some ports, e.g. qt-4 stuff, just use the same source ball but extract it each time for their own build. Is there some method to reuse the extracted sources? I think it is perhaps a waste of cpu and time to extract the....

Clarification on fetch/extract targets - So, I created a new port (ports/113608) for Code::Blocks which has not had a source code release for almost two years despite constant development. However, the currently correct way to get the source is via subversion. The port currently does this,...

extract both bz2 and gz files from distfiles - Hi! We have got a port (lang/gnat-gcc34) which has both bz2 and gz distfiles. As for 5.x+ extracting is gone automagically. But not at 4.x. Well, at 4.x extracting may be done for example, by using USE_BZIP2 knob and doing gunzipping at after-extract:....
   FreeBSD Hosting (Home) -> FreeBSD Ports All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]