summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-25 11:56:34 +0000
committerwiz <wiz>2009-08-25 11:56:34 +0000
commitcbe140291a351580de540214976ddcbe4c938826 (patch)
treed305187ea667e2c134a9ba020eeef89d11ad7890 /devel
parentddfcd840cb174596362f83267ea498b17d6efbee (diff)
downloadpkgsrc-cbe140291a351580de540214976ddcbe4c938826.tar.gz
Change default for zip extraction to leave files as they are.
Previously, zip extraction by default converted to lower case. Fix some packages that need it and remove -L from some packages that manually set it.
Diffstat (limited to 'devel')
-rw-r--r--devel/astyle/Makefile4
-rw-r--r--devel/astyle/distinfo4
-rw-r--r--devel/astyle/patches/patch-aa13
-rw-r--r--devel/rdp/Makefile3
4 files changed, 11 insertions, 13 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile
index 2d5a2afd843..33eb901c437 100644
--- a/devel/astyle/Makefile
+++ b/devel/astyle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/11/28 19:06:00 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2009/08/25 11:56:34 wiz Exp $
#
DISTNAME= astyle_1.13.6.1
@@ -14,8 +14,6 @@ COMMENT= Reindenter and reformatter of C++, C and Java source code
PKG_DESTDIR_SUPPORT= user-destdir
-MAKE_FILE= makefile
-
HTMLDIR= ${PREFIX}/share/doc/html/astyle
INSTALLATION_DIRS= bin ${HTMLDIR}
diff --git a/devel/astyle/distinfo b/devel/astyle/distinfo
index ceeac0aff15..adada722b10 100644
--- a/devel/astyle/distinfo
+++ b/devel/astyle/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2007/11/28 19:06:01 joerg Exp $
+$NetBSD: distinfo,v 1.8 2009/08/25 11:56:34 wiz Exp $
SHA1 (astyle_1.13.6.1.zip) = 4e0172fe30986d68c61b4a7c1638a1fc42ea0675
RMD160 (astyle_1.13.6.1.zip) = 74030324515be84e0e7499edc2503d0e549673ba
Size (astyle_1.13.6.1.zip) = 61422 bytes
-SHA1 (patch-aa) = 3e8adb7b979188f9828b3ae22d8037008975fb5b
+SHA1 (patch-aa) = 67bb1b1802e74bc264cb951a55075982c566d463
SHA1 (patch-ab) = c9b21d45f53331411425a734971f003d415b11e7
SHA1 (patch-ac) = d143f2cd5ef3d15317d8dbe01be98f3a9a862ec6
diff --git a/devel/astyle/patches/patch-aa b/devel/astyle/patches/patch-aa
index f74d45e7fdb..19bfe799637 100644
--- a/devel/astyle/patches/patch-aa
+++ b/devel/astyle/patches/patch-aa
@@ -1,20 +1,19 @@
-$NetBSD: patch-aa,v 1.4 2007/11/28 19:06:01 joerg Exp $
+$NetBSD: patch-aa,v 1.5 2009/08/25 11:56:34 wiz Exp $
---- makefile.orig 2000-02-11 12:02:10.000000000 +1100
-+++ makefile
+--- Makefile.orig 2000-02-11 12:02:10.000000000 +0000
++++ Makefile
@@ -1,14 +1,19 @@
# "Artistic Style" Makefile
-CPPFLAGS = -Wall -Wno-sign-compare -O2
--OBJS = ASResource.o ASBeautifier.o ASFormatter.o astyle_main.o
+#CPPFLAGS = -Wall -Wno-sign-compare -O2
-+OBJS = asresource.o asbeautifier.o asformatter.o astyle_main.o
-+
+ OBJS = ASResource.o ASBeautifier.o ASFormatter.o astyle_main.o
+
+all: astyle
+
+install:
+ install -s -c astyle ${DESTDIR}${PREFIX}/bin
-
++
astyle: $(OBJS)
- g++ $(CPPFLAGS) -o astyle $(OBJS)
+ $(CXX) $(CPPFLAGS) $(LDFLAGS) -o astyle $(OBJS)
diff --git a/devel/rdp/Makefile b/devel/rdp/Makefile
index 53a6643b7cc..f231e7f2fef 100644
--- a/devel/rdp/Makefile
+++ b/devel/rdp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2009/06/30 00:07:14 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2009/08/25 11:56:34 wiz Exp $
DISTNAME= rdp1_5
PKGNAME= rdp-1.5
@@ -16,6 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
+EXTRACT_OPTS_ZIP= -Laqo
WRKSRC= ${WRKDIR}/rdp
MAKE_FILE= makefile