update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / arla-3.99.14 / patches / patch-aw
1 $NetBSD: patch-aw,v 1.4 2005/12/15 21:28:48 wennmach Exp $
2
3 Don't build tests that won't compile (they're not installed anyway).
4 Fiddle with libs.
5
6 --- tests/Makefile.in.orig      2004-12-31 02:20:32.000000000 +0100
7 +++ tests/Makefile.in
8 @@ -15,10 +15,10 @@ CPPFLAGS    = @CPPFLAGS@
9  DEFS           = @DEFS@
10  LDFLAGS                = @LDFLAGS@
11  LIBS           = @LIBS@
12 -ROKEN_LIBS     = @LIB_roken@
13 +ROKEN_LIBS     = @LIB_roken@ @LIB_crypt@
14  KAFS_LIBS      = @AFS_EXTRA_LIBS@ @KAFS_LIBS@
15  KRB_LIBS       = @KRB5_LIB_FLAGS@
16 -APPL_LIB       = -L../appl/lib -larlalib \
17 +APPL_LIB       = ../appl/lib/libarlalib.la \
18                   ../lib/ko/libko.la ../util/libarlautil.la
19  
20  
21 @@ -30,17 +30,15 @@ TEST_PROGRAMS = write-ro-file hello-worl
22                 mmap-and-read large-dir large-dir2 large-dir3 mountpoint \
23                 test-setgroups test-setpag hardlink1 hardlink2 mkdir2    \
24                 create-files create-symlinks create-dirs dup2-and-unlog  \
25 -               readdir-vs-lstat read-write ga-test create-remove        \
26 -               symlink echo-n test-parallel1 test-parallel2 create-stat \
27 -               kill-softly kill-softer rm-rf apwd exit-wo-close         \
28 +               readdir-vs-lstat read-write create-remove        \
29 +               symlink echo-n test-parallel1 test-parallel2 \
30                 mmap-vs-read mmap-vs-read2 strange-characters-c pine     \
31                 append-over-page write-ucc utime-dir mmap-shared-write   \
32 -               rename5 rename-under-feet write-closed write-closed2     \
33 -               truncate fchmod fhbench make-page utime-file             \
34 -               invalidate-file write3 still-there-p                     \
35 -               intr-read asu truncate-files mmap-cat blocks-new-file    \
36 +               rename5 rename-under-feet write-closed \
37 +               truncate fchmod make-page utime-file             \
38 +               write3 still-there-p                     \
39 +               intr-read asu blocks-new-file    \
40                 read-past-eof                                            \
41 -               write-6G-file                                            \
42                 mmap-and-fork
43  
44  TEST_OBJS     = write-ro-file.o read-vs-mmap.o read-vs-mmap2.o            \