pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/libglobalplatform



Module name:    wip
Committed by:   r-hansen
Date:           Wed Mar 12 20:11:01 UTC 2014

Modified Files:
        wip/libglobalplatform: Makefile

Log Message:
comment why MASTER_SITES isn't assigned in the usual way

The pkgsrc guide says to do:

  MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=project_name/}

but this doesn't work if project_name/ contains a % character (e.g., a
space in the URL that was encoded to %20) because % is a special
control character.  So this Makefile instead does:

  MASTER_SITES=${MASTER_SITE_SOURCEFORGE@.SITE.@${.SITE.}project_name/}

to accomplish the same thing without the % limitation.  Add a comment
explaining this.




To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1 -r1.2 wip/libglobalplatform/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libglobalplatform/Makefile?r1=1.1&r2=1.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index