summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-29 01:05:02 -0700
committerroot <root@rshg054.dnsready.net>2013-10-29 01:05:02 -0700
commit38b1ce25596ae456fefb3214a73c3d1005da568f (patch)
tree5cb69842c94bdd2b34b01be22f97b5949237550f /core
parent1a32448c2c53b0e66ce0fe14c5dd2057afd432bc (diff)
Tue Oct 29 01:04:23 PDT 2013
Diffstat (limited to 'core')
-rw-r--r--core/db/PKGBUILD10
-rw-r--r--core/db/db.install5
-rw-r--r--core/gawk/PKGBUILD4
-rw-r--r--core/gettext/PKGBUILD6
-rw-r--r--core/gpm/PKGBUILD4
-rw-r--r--core/pam/PKGBUILD12
-rw-r--r--core/pam/pam.install12
-rw-r--r--core/pam/pam_namespace-build-1.1.6.patch11
8 files changed, 20 insertions, 44 deletions
diff --git a/core/db/PKGBUILD b/core/db/PKGBUILD
index e55adeaf5..706eb4f5c 100644
--- a/core/db/PKGBUILD
+++ b/core/db/PKGBUILD
@@ -1,20 +1,18 @@
-# $Id: PKGBUILD 195826 2013-10-01 16:41:14Z bpiotrowski $
+# $Id: PKGBUILD 197695 2013-10-28 15:56:31Z andyrtr $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
pkgname=db
-pkgver=5.3.21
-pkgrel=2
+pkgver=5.3.28
+pkgrel=1
pkgdesc="The Berkeley DB embedded database system"
arch=('i686' 'x86_64')
url="http://www.oracle.com/technology/software/products/berkeley-db/index.html"
license=('custom')
depends=('gcc-libs' 'sh')
-options=('!libtool')
-install=db.install
source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
-sha1sums=('32e43c4898c8996750c958a90c174bd116fcba83')
+sha1sums=('fa3f8a41ad5101f43d08bc0efb6241c9b6fc1ae9')
build() {
cd "${srcdir}"/$pkgname-${pkgver}/build_unix
diff --git a/core/db/db.install b/core/db/db.install
deleted file mode 100644
index 03b64042d..000000000
--- a/core/db/db.install
+++ /dev/null
@@ -1,5 +0,0 @@
-post_upgrade() {
- if [ "$(vercmp $2 5.1)" -lt 0 ]; then
- echo " >> Major version update. Consider running db_upgrade on Berkeley DB databases."
- fi
-}
diff --git a/core/gawk/PKGBUILD b/core/gawk/PKGBUILD
index b8ff224f6..d8ae62387 100644
--- a/core/gawk/PKGBUILD
+++ b/core/gawk/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 186293 2013-05-24 07:53:32Z tpowa $
+# $Id: PKGBUILD 197682 2013-10-28 10:54:43Z tpowa $
# Maintainer:
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=gawk
pkgver=4.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="GNU version of awk"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/gawk/"
diff --git a/core/gettext/PKGBUILD b/core/gettext/PKGBUILD
index ce5e3e8b8..c68038d1f 100644
--- a/core/gettext/PKGBUILD
+++ b/core/gettext/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 193578 2013-08-24 12:17:50Z tpowa $
+# $Id: PKGBUILD 197681 2013-10-28 10:54:42Z tpowa $
# Maintainer:
pkgname=gettext
pkgver=0.18.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="GNU internationalization library"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/gettext/"
license=('GPL')
groups=('base' 'base-devel')
-depends=('gcc-libs' 'acl' 'sh' 'glib2')
+depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
optdepends=('cvs: for autopoint tool')
options=(!libtool !docs)
install=gettext.install
diff --git a/core/gpm/PKGBUILD b/core/gpm/PKGBUILD
index 6a6040f5b..cb2cd9bc6 100644
--- a/core/gpm/PKGBUILD
+++ b/core/gpm/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 186057 2013-05-20 18:53:27Z eric $
+# $Id: PKGBUILD 197717 2013-10-28 22:26:50Z eric $
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=gpm
pkgver=1.20.7
-pkgrel=3
+pkgrel=4
pkgdesc="A mouse server for the console and xterm"
arch=('i686' 'x86_64')
url="http://www.nico.schottelius.org/software/gpm/"
diff --git a/core/pam/PKGBUILD b/core/pam/PKGBUILD
index a3c10cdca..7cbc47890 100644
--- a/core/pam/PKGBUILD
+++ b/core/pam/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 196782 2013-10-19 06:36:42Z tpowa $
+# $Id: PKGBUILD 197680 2013-10-28 10:54:41Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=pam
pkgver=1.1.8
-pkgrel=1
+pkgrel=2
pkgdesc="PAM (Pluggable Authentication Modules) library"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -28,7 +28,13 @@ build() {
cd $srcdir/pam_unix2-2.9.1
patch -Np1 -i ../pam_unix2-glibc216.patch
- ./configure --libdir=/usr/lib --sbindir=/usr/bin
+
+ # modify flags to build against the pam compiled here, not a system lib.
+ ./configure \
+ CFLAGS="$CFLAGS -I$srcdir/Linux-PAM-$pkgver/libpam/include/" \
+ LDFLAGS="$LDFLAGS -L$srcdir/Linux-PAM-$pkgver/libpam/.libs/" \
+ --libdir=/usr/lib \
+ --sbindir=/usr/bin
make
}
diff --git a/core/pam/pam.install b/core/pam/pam.install
deleted file mode 100644
index 55ea99700..000000000
--- a/core/pam/pam.install
+++ /dev/null
@@ -1,12 +0,0 @@
-# arg 1: the new package version
-post_install() {
- # need to run this immediately -- pacman only runs it at the end of
- # all package installs
- usr/bin/ldconfig -r .
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- post_install $1
-}
diff --git a/core/pam/pam_namespace-build-1.1.6.patch b/core/pam/pam_namespace-build-1.1.6.patch
deleted file mode 100644
index aeabc234c..000000000
--- a/core/pam/pam_namespace-build-1.1.6.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/pam_namespace/Makefile~ 2012-10-12 10:59:13.557550706 +0200
-+++ modules/pam_namespace/Makefile 2012-10-12 10:59:13.564217270 +0200
-@@ -869,7 +869,7 @@
-
-
- install-data-local:
-- mkdir -p $(namespaceddir)
-+ mkdir -p $(DESTDIR)$(namespaceddir)
- README: pam_namespace.8.xml namespace.conf.5.xml
- -include $(top_srcdir)/Make.xml.rules
-