diff options
author | 2007-06-12 15:19:26 +0000 | |
---|---|---|
committer | 2007-06-12 15:19:26 +0000 | |
commit | 81040ea0834b60d61e5279ffcf088f467fea9d12 (patch) | |
tree | 8651bc9d39a67dd4fd8d6e80a0b0f1435fa307b4 /rox-base/rox/files | |
parent | Keyworded ~sparc wrt #180969 (diff) | |
download | historical-81040ea0834b60d61e5279ffcf088f467fea9d12.tar.gz historical-81040ea0834b60d61e5279ffcf088f467fea9d12.tar.bz2 historical-81040ea0834b60d61e5279ffcf088f467fea9d12.zip |
Version bump - 2.6.1 is released
Package-Manager: portage-2.1.2.8
Diffstat (limited to 'rox-base/rox/files')
-rw-r--r-- | rox-base/rox/files/digest-rox-2.6.1 | 3 | ||||
-rw-r--r-- | rox-base/rox/files/rox-2.6.1-nostrip.patch | 20 |
2 files changed, 23 insertions, 0 deletions
diff --git a/rox-base/rox/files/digest-rox-2.6.1 b/rox-base/rox/files/digest-rox-2.6.1 new file mode 100644 index 000000000000..1d387683eae4 --- /dev/null +++ b/rox-base/rox/files/digest-rox-2.6.1 @@ -0,0 +1,3 @@ +MD5 e7f7b0b8afbbdf3132ff3af043ee213c rox-filer-2.6.1.tar.bz2 1816711 +RMD160 94a3320883c49066072d44f25f417e20739711ca rox-filer-2.6.1.tar.bz2 1816711 +SHA256 e7efefbfa8e37ba7263771bdfd0b16c9f4b47b09d301b82616012ad53eb03e02 rox-filer-2.6.1.tar.bz2 1816711 diff --git a/rox-base/rox/files/rox-2.6.1-nostrip.patch b/rox-base/rox/files/rox-2.6.1-nostrip.patch new file mode 100644 index 000000000000..2a63ce73f160 --- /dev/null +++ b/rox-base/rox/files/rox-2.6.1-nostrip.patch @@ -0,0 +1,20 @@ +Index: ROX-Filer/src/Makefile.in +=================================================================== +--- ROX-Filer/src/Makefile.in (revision 4834) ++++ ROX-Filer/src/Makefile.in (working copy) +@@ -51,10 +51,12 @@ + ${PROG}: ${OBJECTS} + ${CC} -o "${PROG}" ${OBJECTS} ${LDFLAGS} + mv "${PROG}" "${PLATFORM_DIR}" ++ ++${PROG}.dbg: ${PROG} + -(cd "${PLATFORM_DIR}" && \ +- objcopy --only-keep-debug ROX-Filer ROX-Filer.dbg && \ +- strip ROX-Filer && \ +- objcopy --add-gnu-debuglink=ROX-Filer.dbg ROX-Filer) ++ objcopy --only-keep-debug ${PROG} ${PROG}.dbg && \ ++ strip ${PROG} && \ ++ objcopy --add-gnu-debuglink=${PROG}.dbg ${PROG}) + + clean: + rm -f *.o Makefile.bak |