Skip to content

Commit

Permalink
Do not build the message catalogs by default for the various wcalc
Browse files Browse the repository at this point in the history
packages, but only in libwalc. They have been silently reinstalled
over and over again. Mark *wcalc* as DESTDIR ready.
  • Loading branch information
jsonn committed Jan 28, 2010
1 parent e4b0f2c commit 837805f
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 10 deletions.
4 changes: 3 additions & 1 deletion cad/cgi-wcalc/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# $NetBSD: Makefile,v 1.2 2006/02/05 23:08:20 joerg Exp $
# $NetBSD: Makefile,v 1.3 2010/01/28 01:11:27 joerg Exp $
#

PKG_DESTDIR_SUPPORT= user-destdir

.include "../../cad/wcalc/Makefile.common"
PKGNAME= cgi-${DISTNAME}
PKGREVISION= 1
Expand Down
4 changes: 3 additions & 1 deletion cad/gtk1-wcalc/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# $NetBSD: Makefile,v 1.3 2007/02/22 19:01:15 wiz Exp $
# $NetBSD: Makefile,v 1.4 2010/01/28 01:11:27 joerg Exp $
#

PKG_DESTDIR_SUPPORT= user-destdir

.include "../../cad/wcalc/Makefile.common"
PKGNAME= gtk1-${DISTNAME}
PKGREVISION= 1
Expand Down
4 changes: 3 additions & 1 deletion cad/gtk2-wcalc/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# $NetBSD: Makefile,v 1.6 2009/08/26 19:57:14 sno Exp $
# $NetBSD: Makefile,v 1.7 2010/01/28 01:11:27 joerg Exp $
#

PKG_DESTDIR_SUPPORT= user-destdir

.include "../../cad/wcalc/Makefile.common"
PKGNAME= gtk2-${DISTNAME}
PKGREVISION= 4
Expand Down
4 changes: 3 additions & 1 deletion cad/libwcalc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2008/07/14 12:55:59 joerg Exp $
# $NetBSD: Makefile,v 1.4 2010/01/28 01:11:27 joerg Exp $
#

PKG_DESTDIR_SUPPORT= user-destdir
Expand All @@ -25,6 +25,8 @@ USE_PKGLOCALEDIR= yes

PKGCONFIG_OVERRIDE= libwcalc/wcalc.pc.in

BUILD_DIRS= ${WRKSRC} ${WRKSRC}/po

pre-build:
${MV} ${WRKSRC}/libwcalc/wcalc-config ${WRKSRC}/libwcalc/wcalc-config.bak
${SED} 's;^RPATH.*;RPATH_FLAG="${COMPILER_RPATH_FLAG}";g' ${WRKSRC}/libwcalc/wcalc-config.bak > \
Expand Down
4 changes: 3 additions & 1 deletion cad/mex-wcalc/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# $NetBSD: Makefile,v 1.7 2006/10/01 13:52:17 rillig Exp $
# $NetBSD: Makefile,v 1.8 2010/01/28 01:11:27 joerg Exp $
#

PKG_DESTDIR_SUPPORT= user-destdir

.include "../../cad/wcalc/Makefile.common"
PKGNAME= mex-${DISTNAME}
PKGREVISION= 1
Expand Down
4 changes: 3 additions & 1 deletion cad/oct-wcalc/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# $NetBSD: Makefile,v 1.7 2009/12/03 13:06:52 asau Exp $
# $NetBSD: Makefile,v 1.8 2010/01/28 01:11:27 joerg Exp $
#

PKG_DESTDIR_SUPPORT= user-destdir

.include "../../cad/wcalc/Makefile.common"
PKGNAME= oct-${DISTNAME}
PKGREVISION= 4
Expand Down
4 changes: 3 additions & 1 deletion cad/sci-wcalc/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# $NetBSD: Makefile,v 1.6 2006/02/05 23:08:22 joerg Exp $
# $NetBSD: Makefile,v 1.7 2010/01/28 01:11:28 joerg Exp $
#

PKG_DESTDIR_SUPPORT= user-destdir

.include "../../cad/wcalc/Makefile.common"
PKGNAME= sci-${DISTNAME}
PKGREVISION= 2
Expand Down
4 changes: 3 additions & 1 deletion cad/stdio-wcalc/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# $NetBSD: Makefile,v 1.3 2006/02/05 23:08:22 joerg Exp $
# $NetBSD: Makefile,v 1.4 2010/01/28 01:11:28 joerg Exp $
#

PKG_DESTDIR_SUPPORT= user-destdir

.include "../../cad/wcalc/Makefile.common"
PKGNAME= stdio-${DISTNAME}
PKGREVISION= 1
Expand Down
4 changes: 3 additions & 1 deletion cad/wcalc-docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# $NetBSD: Makefile,v 1.2 2006/02/05 23:08:23 joerg Exp $
# $NetBSD: Makefile,v 1.3 2010/01/28 01:11:28 joerg Exp $
#

PKG_DESTDIR_SUPPORT= user-destdir

.include "../../cad/wcalc/Makefile.common"
PKGNAME= ${DISTNAME:S/wcalc/wcalc-docs/}
PKGREVISION= 1
Expand Down
3 changes: 2 additions & 1 deletion cad/wcalc/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.3 2006/01/08 06:31:54 dmcmahill Exp $
$NetBSD: distinfo,v 1.4 2010/01/28 01:11:28 joerg Exp $

SHA1 (wcalc-1.0.tar.gz) = 733a1786d2549ebb3265170c0d317c4ccf650427
RMD160 (wcalc-1.0.tar.gz) = a6db2fb8ca84cdc6ec2bed8d8dfc77439dcb89bf
Size (wcalc-1.0.tar.gz) = 1363727 bytes
SHA1 (patch-aa) = b604b7161f6f490a6be9324c05ec65d23f1a6d3a
13 changes: 13 additions & 0 deletions cad/wcalc/patches/patch-aa
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.3 2010/01/28 01:11:28 joerg Exp $

--- Makefile.in.orig 2010-01-28 00:51:47.000000000 +0000
+++ Makefile.in
@@ -287,7 +287,7 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-SUBDIRS = m4 include intl po @LIB_WCALC@ @PIXMAPS@ @STDIO_WCALC@ \
+SUBDIRS = m4 include intl @LIB_WCALC@ @PIXMAPS@ @STDIO_WCALC@ \
@GTK_WCALC@ @CGI_WCALC@ \
@OCT_WCALC@ @SCI_WCALC@ @MEX_WCALC@ @HTDOCS@ utils doc win32

0 comments on commit 837805f

Please sign in to comment.