Index: head/x11/xloadimage/distinfo =================================================================== --- head/x11/xloadimage/distinfo (revision 416441) +++ head/x11/xloadimage/distinfo (revision 416442) @@ -1,4 +1,5 @@ +TIMESTAMP = 1465187272 SHA256 (xloadimage_4.1.orig.tar.gz) = 400bc7d84dcfb3265a7a1ce51819679dc3adaeda231514bd89b0f932b78ff5c4 SIZE (xloadimage_4.1.orig.tar.gz) = 596021 SHA256 (xloadimage_4.1-21.debian.tar.gz) = 4a15879f501462f1e45f3f8064a67b46362826c44bab5827e5dc051cd5c0a49f SIZE (xloadimage_4.1-21.debian.tar.gz) = 76415 Index: head/x11/xloadimage/files/patch-build-info =================================================================== --- head/x11/xloadimage/files/patch-build-info (nonexistent) +++ head/x11/xloadimage/files/patch-build-info (revision 416442) @@ -0,0 +1,35 @@ +Index: build-info +@@ -3,32 +3,16 @@ + + # try to find out the build date + +-if [ -x /bin/date ]; then +- date='char *BuildDate= "'`/bin/date`'";' +-else + date='char *BuildDate= (char *)0;' +-fi + + # try to find out who's doing the build. there are two common places + # for 'id', /bin/id and /usr/bin/id. + +-if [ -x /bin/id ]; then +- user='char *BuildUser= "'`/bin/id`'";' +-else +- if [ -x /usr/bin/id ]; then +- user='char *BuildUser= "'`/usr/bin/id`'";' +- else + user='char *BuildUser= (char *)0;' +- fi +-fi + + # try to find out the system information + +-if [ -x /bin/uname ]; then +- uname='char *BuildSystem= "'`/bin/uname -a`'";' +-else +- uname='char *BuildSystem= "";' +-fi ++ uname='char *BuildSystem= "FreeBSD";' + + echo '/* THIS FILE IS AUTOMATICALLY GENERATED */' > build.c + echo $uname >> build.c Property changes on: head/x11/xloadimage/files/patch-build-info ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property