[arch-commits] CVS update of arch/build/devel/pccts (PKGBUILD pccts.patch)

Aaron Griffin aaron at archlinux.org
Wed May 30 03:42:10 UTC 2007


    Date: Tuesday, May 29, 2007 @ 23:42:10
  Author: aaron
    Path: /home/cvs-arch/arch/build/devel/pccts

 Removed: PKGBUILD (1.7) pccts.patch (1.1)

Package cleanup: No longer needed to build cdrdao, unnecessary


-------------+
 PKGBUILD    |   24 ------------------------
 pccts.patch |   32 --------------------------------
 2 files changed, 56 deletions(-)


Index: arch/build/devel/pccts/PKGBUILD
diff -u arch/build/devel/pccts/PKGBUILD:1.7 arch/build/devel/pccts/PKGBUILD:removed
--- arch/build/devel/pccts/PKGBUILD:1.7	Mon May 15 15:14:46 2006
+++ arch/build/devel/pccts/PKGBUILD	Tue May 29 23:42:09 2007
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD,v 1.7 2006/05/15 19:14:46 uid1016 Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
-# Committer: Judd Vinet <jvinet at zeroflux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=pccts
-pkgver=1.33mr
-pkgrel=3
-pkgdesc="The Purdue Compiler-Compiler Tool Set"
-arch=(i686 x86_64)
-source=(http://www.polhode.com/pccts133mr.zip pccts.patch)
-
-build() {
-  cd $startdir/src/$pkgname
-  patch -Np1 -i ../pccts.patch
-  make || return 1
-#  make prefix=$startdir/pkg/usr install
-# manually copy everything so makepkg is happy
-  mkdir -p $startdir/pkg/usr/bin
-  mkdir -p $startdir/pkg/usr/include/pccts
-  cp $startdir/src/$pkgname/bin/* $startdir/pkg/usr/bin/
-  cp $startdir/src/$pkgname/h/* $startdir/pkg/usr/include/pccts
-  rm -f $startdir/pkg/usr/bin/empty.txt
-}
Index: arch/build/devel/pccts/pccts.patch
diff -u arch/build/devel/pccts/pccts.patch:1.1 arch/build/devel/pccts/pccts.patch:removed
--- arch/build/devel/pccts/pccts.patch:1.1	Sat Oct 11 20:28:07 2003
+++ arch/build/devel/pccts/pccts.patch	Tue May 29 23:42:09 2007
@@ -1,32 +0,0 @@
---- pccts/sorcerer/lib/sorlist.c	1999-06-29 21:15:56.000000000 -0500
-+++ pccts/sorcerer/lib/sorlist.c.orig	2003-10-11 13:59:17.000000000 -0500
-@@ -28,13 +28,7 @@
-  */
- #include <stdio.h>
- #include <setjmp.h>
--
--#ifdef PCCTS_USE_STDARG
- #include <stdarg.h>
--#else
--#include <varargs.h>
--#endif
--
- #include "CASTBase.h"
- #include "sorlist.h"
- 
---- pccts/sorcerer/lib/sintstack.c	1999-06-30 09:08:06.000000000 -0500
-+++ pccts/sorcerer/lib/sintstack.c.orig	2003-10-11 14:09:43.000000000 -0500
-@@ -28,13 +28,7 @@
-  */
- #include <stdio.h>
- #include <setjmp.h>
--
--#ifdef PCCTS_USE_STDARG
- #include <stdarg.h>
--#else
--#include <varargs.h>
--#endif
--
- #include "CASTBase.h"
- #include "sintstack.h"
- 




More information about the arch-commits mailing list