pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/unrar Use pkgsrc provided CXX and CXXFLAGS
details: https://anonhg.NetBSD.org/pkgsrc/rev/f3f08fb63cbc
branches: trunk
changeset: 610833:f3f08fb63cbc
user: adam <adam%pkgsrc.org@localhost>
date: Wed Nov 07 22:35:55 2012 +0000
description:
Use pkgsrc provided CXX and CXXFLAGS
diffstat:
archivers/unrar/distinfo | 3 ++-
archivers/unrar/patches/patch-makefile.unix | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r 5069438a2d40 -r f3f08fb63cbc archivers/unrar/distinfo
--- a/archivers/unrar/distinfo Wed Nov 07 21:31:38 2012 +0000
+++ b/archivers/unrar/distinfo Wed Nov 07 22:35:55 2012 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.45 2012/09/14 14:09:16 wiz Exp $
+$NetBSD: distinfo,v 1.46 2012/11/07 22:35:55 adam Exp $
SHA1 (unrarsrc-4.2.4.tar.gz) = 1cc29603fb4e4df16a3aa9bfc7da1afaf0923259
RMD160 (unrarsrc-4.2.4.tar.gz) = 53a590ed2a71be86a0a7abfe9c37ddc8dc869800
Size (unrarsrc-4.2.4.tar.gz) = 164641 bytes
SHA1 (patch-ac) = 4ee81900eff28a01fa609e548a72cfad3f352700
SHA1 (patch-consio.cpp) = 341dd714b165fabf3dec0213b9bb3e57dcc146f5
+SHA1 (patch-makefile.unix) = 9c8b428d616fb8f9caeddd6bbe65e4902763b0c2
diff -r 5069438a2d40 -r f3f08fb63cbc archivers/unrar/patches/patch-makefile.unix
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/unrar/patches/patch-makefile.unix Wed Nov 07 22:35:55 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-makefile.unix,v 1.1 2012/11/07 22:35:55 adam Exp $
+
+Use pkgsrc provided CXX and CXXFLAGS.
+
+--- makefile.unix.orig 2012-11-07 22:31:22.000000000 +0000
++++ makefile.unix
+@@ -2,8 +2,6 @@
+ # Makefile for UNIX - unrar
+
+ # Linux using GCC
+-CXX=g++
+-CXXFLAGS=-O2
+ LIBFLAGS=-fPIC
+ DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
+ STRIP=strip
Home |
Main Index |
Thread Index |
Old Index