This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat <<EOF | |
@keyframes flakeH { | |
from { left: 0%; } | |
to { left: 100%; } | |
} | |
@keyframes flakeV { | |
from { top: 0%; } | |
to { top: 100%; } | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/srcpkgs/fortune-mod/template b/srcpkgs/fortune-mod/template | |
index 9f2f0a7..3f2b6c0 100644 | |
--- a/srcpkgs/fortune-mod/template | |
+++ b/srcpkgs/fortune-mod/template | |
@@ -9,29 +9,4 @@ license="GPL-2" | |
homepage="http://www.redellipse.net/code/fortune" | |
distfiles="${DEBIAN_SITE}/main/f/fortune-mod/${pkgname}_${version}.orig.tar.gz" | |
checksum=fc51aee1f73c936c885f4e0f8b6b48f4f68103e3896eaddc6a45d2b71e14eace | |
- | |
- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Template file for 'fortune-mod' | |
pkgname=fortune-mod | |
version=1.99.1 | |
revision=8 | |
makedepends="recode recode-devel" | |
short_desc="Implementation of the BSDGames 'fortune' program" | |
maintainer="Tj Vanderpoel (bougyman) <[email protected]>" | |
license="GPL-2" | |
homepage="http://www.redellipse.net/code/fortune" | |
distfiles="${DEBIAN_SITE}/main/f/fortune-mod/${pkgname}_${version}.orig.tar.gz" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Template file for 'fortune-mod' | |
pkgname=fortune-mod | |
version=1.99.1 | |
revision=8 | |
makedepends="recode recode-devel" | |
short_desc="Implementation of the BSDGames 'fortune' program" | |
maintainer="Tj Vanderpoel (bougyman) <[email protected]>" | |
license="GPL-2" | |
homepage="http://www.redellipse.net/code/fortune" | |
distfiles="${DEBIAN_SITE}/main/f/fortune-mod/${pkgname}_${version}.orig.tar.gz" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Template file for 'fortune-mod' | |
pkgname=fortune-mod | |
version=1.99.1 | |
revision=8 | |
makedepends="recode recode-devel" | |
short_desc="Implementation of the BSDGames 'fortune' program" | |
maintainer="Tj Vanderpoel (bougyman) <[email protected]>" | |
license="GPL-2" | |
homepage="http://www.redellipse.net/code/fortune" | |
distfiles="${DEBIAN_SITE}/main/f/fortune-mod/${pkgname}_${version}.orig.tar.gz" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Template file for 'fortune-mod' | |
pkgname=fortune-mod | |
version=1.99.1 | |
revision=8 | |
makedepends="recode recode-devel" | |
short_desc="Implementation of the BSDGames 'fortune' program" | |
maintainer="Tj Vanderpoel (bougyman) <[email protected]>" | |
license="GPL-2" | |
homepage="http://www.redellipse.net/code/fortune" | |
distfiles="${DEBIAN_SITE}/main/f/fortune-mod/${pkgname}_${version}.orig.tar.gz" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Script provided by http://www.linuxfromscratch.org/blfs/view/svn/general/openjdk.html#ojdk-certs | |
# EB 20141217: removed bashisms | |
# Simple script to extract x509 certificates and create a JRE cacerts file. | |
get_args() | |
{ | |
if test -z "${1}" ; then | |
showhelp | |
exit 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/srcpkgs/openjdk/files/mkcacerts b/srcpkgs/openjdk/files/mkcacerts | |
new file mode 100644 | |
index 0000000..2db5a77 | |
--- /dev/null | |
+++ b/srcpkgs/openjdk/files/mkcacerts | |
@@ -0,0 +1,214 @@ | |
+#!/bin/sh | |
+# Script provided by http://www.linuxfromscratch.org/blfs/view/svn/general/openjdk.html#ojdk-certs | |
+# EB 20141217: removed bashisms | |
+# Simple script to extract x509 certificates and create a JRE cacerts file. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
time xbps-query -Ro \* > /dev/null | |
*** Error in `xbps-query': realloc(): invalid pointer: 0x00007f0104000078 *** | |
======= Backtrace: ========= | |
/usr/lib/libc.so.6(+0x7340e)[0x7f0117c7940e] | |
/usr/lib/libc.so.6(+0x7884e)[0x7f0117c7e84e] | |
/usr/lib/libc.so.6(realloc+0x1e8)[0x7f0117c82b58] | |
/usr/lib/libxbps.so.2(+0xbaf4)[0x7f0117fb4af4] | |
/usr/lib/libxbps.so.2(+0x11b7c)[0x7f0117fbab7c] | |
/usr/lib/libxbps.so.2(+0x2cb9e)[0x7f0117fd5b9e] | |
/usr/lib/libarchive.so.13(archive_read_open1+0x76)[0x7f011751bb66] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/rootfs time xbps-query -Ro \* > /dev/null | |
*** Error in `xbps-query': double free or corruption (fasttop): 0x00007f44580829e0 *** | |
======= Backtrace: ========= | |
/usr/lib/libc.so.6(+0x7340e)[0x7f445fb1240e] | |
/usr/lib/libc.so.6(+0x7884e)[0x7f445fb1784e] | |
/usr/lib/libc.so.6(+0x7900b)[0x7f445fb1800b] | |
/usr/lib/libxbps.so.2(+0xda60)[0x7f445fe4fa60] | |
/usr/lib/libxbps.so.2(+0xbe77)[0x7f445fe4de77] | |
/usr/lib/libxbps.so.2(+0x11f1f)[0x7f445fe53f1f] | |
/usr/lib/libxbps.so.2(+0x2cc62)[0x7f445fe6ec62] |