Sergio Trejo | 1 Feb 03:16
Picon

py-crpyto missing from site search

Hello List,

I noticed that when searching the site for information on the "py-crypto" 
dport, it is missing, as in:

http://darwinports.opendarwin.org/ports/?by=cat&substr=python&Search=

Yet, I can confirm from a recent nightly snapshot (a few days ago) that 
py-crypto is most definitely a darwin port.

Cheers,

Sergio

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

Re: py-crpyto missing from site search


On Jan 31, 2005, at 10:16 PM, Sergio Trejo wrote:

> Hello List,
>
> I noticed that when searching the site for information on the 
> "py-crypto" dport, it is missing, as in:
>
> http://darwinports.opendarwin.org/ports/?by=cat&substr=python&Search=
>
> Yet, I can confirm from a recent nightly snapshot (a few days ago) 
> that py-crypto is most definitely a darwin port.
>
> Cheers,
>
> Sergio

	The index in that site is, again, out of date and not syncing nightly, 
so don't trust what you see there. I'm not too sure if the people in 
charge of the site are aware of the problem this time round, but if not 
I hope this message alerts them about it. In the mean time, if you want 
to look for something specific in DarwinPorts try 'port search 
<pattern>' where <pattern> is to be replaced by whatever you're looking 
for.

	Hope that helps! Regards,...

		Juan
Ian Eiloart | 1 Feb 15:48
Picon
Favicon
Gravatar

darwinports version

Hi,

How do I:

1. discover the version of darwinports (the infrastructure) that I've 
currently got installed.

2. discover what the currently distributed version of darwinports is?

--

-- 
Ian Eiloart
Servers Team
Sussex University ITS
Dave Serpa | 1 Feb 23:01
Picon
Favicon

Re: darwinports version

Dear Ian,

On Feb 1, 2005, at 09:48, Ian Eiloart wrote:

> How do I:
> 1. discover the version of darwinports (the infrastructure) that I've 
> currently got installed.
> 2. discover what the currently distributed version of darwinports is?

AFAIK, there have not been any "versioned" releases of the base 
infrastructure, however each file in the CVS repository does have a 
revision number and date associated with it. In your local CVS 
repository, these data are stored in CVS/Entries in each directory. 
Said data give you (at least) an upper bound on the currentness of your 
base infrastructure. You can also obtain an upper bound from the 
modification date of ${prefix}/bin/port, for example.

To see what the most current revisions are, you can browse the CVS tree 
online at <http://cvs.opendarwin.org/index.cgi/proj/darwinports/base/>.

Best,

Dave Serpa
Waqar Malik | 2 Feb 05:37
Picon

Policy for installing PrefPanes

Hi,
     I am working on a port file for PrefPane, and it needs to be 
installed in ~/Library/PreferencePanes or /Library/PreferencePanes.

The policy is not to install files other than ${prefix}, I know there 
is a special install for X11 in /usr/X11R6.

Do we have a policy in place for such things?

Thanks
--Waqar

Glob patterns in other than clean --archive


	Hi Robert! Just wanted to make a short suggestion/request. Would it be 
possible to include the ability to provide either an exact version or a 
glob pattern to other than the '--archive' switch of the clean target? 
I just attempted an update of my installed ports and found myself still 
doing a lot of manual cleaning, specially with distfiles. Here's why I 
ask:

$[juan <at> PowerBook: juan](25/0,1)-> ls 
/opt/local/var/db/dports/distfiles/adium/
total 28768
-rw-r--r--  1 root  admin       6M 25 Jan 00:24 
AdiumX_Source_0.75.1.tar.gz
-rw-r--r--  1 root  admin       7M 31 Jan 23:48 
AdiumX_Source_0.76.tar.gz

$[juan <at> PowerBook: juan](26/0,1)-> sudo port -d clean --dist adium 0.75.1
DEBUG: Found port in 
file:///usr/local/OpenDarwin/darwinports/dports/aqua/adium
DEBUG: Changing to port directory: 
/usr/local/OpenDarwin/darwinports/dports/aqua/adium
DEBUG: Requested variant powerpc is not provided by port adium.
DEBUG: Requested variant darwin is not provided by port adium.
DEBUG: Skipping com.apple.main (adium) since this port is already 
installed
--->  Cleaning adium
DEBUG: Executing com.apple.clean (adium)
--->  Removing distfiles for adium
DEBUG: Removing file: 
/opt/local/var/db/dports/distfiles/adium/AdiumX_Source_0.76.tar.gz
(Continue reading)

Robert Shaw | 2 Feb 07:14

Re: Glob patterns in other than clean --archive

Yes, I can add this pretty easily.
I'll add this tomorrow when I have some time.
Thanks for the suggestion.
-Robert

On Feb 1, 2005, at 8:54 PM, Juan Manuel Palacios wrote:

>
> 	Hi Robert! Just wanted to make a short suggestion/request. Would it 
> be possible to include the ability to provide either an exact version 
> or a glob pattern to other than the '--archive' switch of the clean 
> target? I just attempted an update of my installed ports and found 
> myself still doing a lot of manual cleaning, specially with distfiles. 
> Here's why I ask:
>
>
> $[juan <at> PowerBook: juan](25/0,1)-> ls 
> /opt/local/var/db/dports/distfiles/adium/
> total 28768
> -rw-r--r--  1 root  admin       6M 25 Jan 00:24 
> AdiumX_Source_0.75.1.tar.gz
> -rw-r--r--  1 root  admin       7M 31 Jan 23:48 
> AdiumX_Source_0.76.tar.gz
>
> $[juan <at> PowerBook: juan](26/0,1)-> sudo port -d clean --dist adium 
> 0.75.1
> DEBUG: Found port in 
> file:///usr/local/OpenDarwin/darwinports/dports/aqua/adium
> DEBUG: Changing to port directory: 
> /usr/local/OpenDarwin/darwinports/dports/aqua/adium
(Continue reading)

Robert Shaw | 2 Feb 07:16

Re: Policy for installing PrefPanes

Install it in /Library/PreferencePanes, that is where they should go. 
These are just like the Frameworks that several of the ports install in 
/Library/Frameworks.

-Robert

On Feb 1, 2005, at 8:37 PM, Waqar Malik wrote:

> Hi,
>     I am working on a port file for PrefPane, and it needs to be 
> installed in ~/Library/PreferencePanes or /Library/PreferencePanes.
>
> The policy is not to install files other than ${prefix}, I know there 
> is a special install for X11 in /usr/X11R6.
>
> Do we have a policy in place for such things?
>
> Thanks
> --Waqar
> _______________________________________________
> Darwinports mailing list
> Darwinports <at> opendarwin.org
> http://www.opendarwin.org/mailman/listinfo/darwinports

Re: Glob patterns in other than clean --archive


On Feb 2, 2005, at 2:14 AM, Robert Shaw wrote:

> Yes, I can add this pretty easily.
> I'll add this tomorrow when I have some time.
> Thanks for the suggestion.
> -Robert

	Hey Robert, thank you for the hard work! I was thinking a bit more 
about this and came to realize that version numbers and/or glob 
patterns (do we allow things like revisions and variants here?) only 
make sense on the distfiles and the archives, so why not extend this 
feature to the --all switch as well (ignoring it, of course, when --all 
takes care of the work dir)? Thus we would be able to 'port clean 
--dist foo 1.2' and/or 'port clean --archive foo 1.2' or simply 'port 
clean --all foo 1.2' to only take care of distfiles and/or archives 
relative to the 1.2 release of 'foo'.

	How does that sound? (Geee, I really gotta shape up on TCL to start 
coding some of these ideas myself!). Regards,...

		Juan
Justin Dittmann | 2 Feb 23:13
Picon
Favicon

MPlayer not compiling: two versions of zlib conflicting

Ok, so I'm trying to get MPlayer/Mencoder to compile (because they're 
awesome), and everything compiles just peachy, but the build phase 
fails upon linking.

Here's the error I get:

Command output: /opt/local/lib/libmp3lame.dylib(dct64_i386.o) 
definition of _dct64
ld: warning suggest use of -bind_at_load, as lazy binding may result in 
errors or different symbols being used
symbol _zError used from dynamic library /usr/lib/libz.1.dylib(zutil.o) 
not from earlier dynamic library /opt/local/lib/libz.1.dylib(zutil.o)
symbol _zlibVersion used from dynamic library 
/usr/lib/libz.1.dylib(zutil.o) not from earlier dynamic library 
/opt/local/lib/libz.1.dylib(zutil.o)
symbol _gzeof used from dynamic library /usr/lib/libz.1.dylib(gzio.o) 
not from earlier dynamic library /opt/local/lib/libz.1.dylib(gzio.o)
symbol _gzclose used from dynamic library /usr/lib/libz.1.dylib(gzio.o) 
not from earlier dynamic library /opt/local/lib/libz.1.dylib(gzio.o)
symbol _gzdopen used from dynamic library /usr/lib/libz.1.dylib(gzio.o) 
not from earlier dynamic library /opt/local/lib/libz.1.dylib(gzio.o)
symbol _gzerror used from dynamic library /usr/lib/libz.1.dylib(gzio.o) 
not from earlier dynamic library /opt/local/lib/libz.1.dylib(gzio.o)
symbol _gzflush used from dynamic library /usr/lib/libz.1.dylib(gzio.o) 
not from earlier dynamic library /opt/local/lib/libz.1.dylib(gzio.o)
symbol _gzgetc used from dynamic library /usr/lib/libz.1.dylib(gzio.o) 
not from earlier dynamic library /opt/local/lib/libz.1.dylib(gzio.o)
symbol _gzgets used from dynamic library /usr/lib/libz.1.dylib(gzio.o) 
not from earlier dynamic library /opt/local/lib/libz.1.dylib(gzio.o)
symbol _gzopen used from dynamic library /usr/lib/libz.1.dylib(gzio.o) 
(Continue reading)


Gmane