From: Reini Urban <rurban@x-ray.at>
To: cygwin-apps@cygwin.com
Subject: Re: Please test: postgresql-8.1.4-1 (new layout)
Date: Tue, 06 Jun 2006 06:09:00 -0000 [thread overview]
Message-ID: <44851C15.9090003@x-ray.at> (raw)
In-Reply-To: <44851672.6000608@x-ray.at>
[-- Attachment #1: Type: text/plain, Size: 192 bytes --]
Reini Urban schrieb:
...
> Binary packages will be almost the same, just -contrib missed the *.sql
> files. Attached is the diff for postgresql-8.1.4-2.cygport
Sorry, this IS the diff now.
[-- Attachment #2: 8.1.4-1-2.cygport.diff --]
[-- Type: text/plain, Size: 1252 bytes --]
--- postgresql-8.1.4-1.cygport 2006-06-06 05:43:23.633000000 +0000
+++ postgresql-8.1.4-2.cygport 2006-06-06 06:00:24.383000000 +0000
@@ -4,6 +4,7 @@
SRC_URI="ftp://ftp.de.postgresql.org/mirror/postgresql/source/v${PV}/${PN}-${PV}.tar.bz2"
#CVS_URI="..."
+MAKEOPTS="$(MAKEOPTS) -j1"
PACKAGE_BUGREPORT="cygwin@cygwin.com"
LDFLAGS="${LDFLAGS} -Wl,--enable-auto-image-base"
CYGCONF_ARGS="--enable-nls --with-CXX --with-openssl --with-perl --with-python"
@@ -14,6 +15,7 @@
libpq4 libpq-devel libpgtypes2 libecpg5 libecpg-compat2 libecpg-devel"
# ${PN}-pltcl
PKG_HINTS="${PKG_NAMES}"
+
# postgresql
PKG_CONTENTS[0]=" \
--exclude=usr/share/postgresql/contrib \
@@ -98,6 +100,7 @@
--exclude=usr/lib/postgresql/pgxs/ \
--exclude=usr/lib/postgresql/pl*.dll \
usr/lib/postgresql/ \
+usr/share/postgresql/contrib/ \
usr/share/doc/${P}/contrib/"
# ${PN}-doc
@@ -176,7 +179,7 @@
src_test() {
cd ${B}
- make check
+ make -j1 check
}
src_install() {
@@ -199,5 +202,5 @@
cp -r ${S}/doc/src/FAQ ${D}/usr/share/doc/${P}/
- make -C contrib install DESTDIR=${D} bindir=/usr/lib/postgresql/bin/ docdir=/usr/share/doc/${P}/
+ make -j1 -C contrib install DESTDIR=${D} bindir=/usr/lib/postgresql/bin/ docdir=/usr/share/doc/${P}/
}
next prev parent reply other threads:[~2006-06-06 6:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-05 7:16 Reini Urban
2006-06-05 12:58 ` Dr. Volker Zell
2006-06-05 21:10 ` Yaakov S (Cygwin Ports)
2006-06-06 5:45 ` Reini Urban
2006-06-06 6:09 ` Reini Urban [this message]
2006-06-06 6:30 ` Dr. Volker Zell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44851C15.9090003@x-ray.at \
--to=rurban@x-ray.at \
--cc=cygwin-apps@cygwin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).