aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 4b51a10c762c4acdec9db6212293d66969425478 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

#!/bin/sh
# Run this to generate all the initial makefiles, etc.

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

PKG_NAME="Evolution"
REQUIRED_AUTOMAKE_VERSION=1.6

(test -f $srcdir/configure.in \
  && test -f $srcdir/ChangeLog \
  && test -d $srcdir/shell) || {
    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
    echo " top-level $PKG_NAME directory"
    exit 1
}

which gnome-autogen.sh || {
    echo "You need to install gnome-common from the GNOME CVS"
    exit 1
}
USE_GNOME2_MACROS=1 . gnome-autogen.sh
raphics/mupdf?h=master&id=b1c36a2656a9f74f2d285427cc5bb5555de625b1'>graphics/mupdf: fix mupdf-gl not being built.rigoletto2019-02-254-7/+10 * graphics/mupdf: fix build when graphics/openjpeg15 is present.rigoletto2019-02-251-0/+3 * graphics/zathura: Update to 4.3.rigoletto2019-02-246-85/+138 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-1/+1 * Fix build on big-endian architectures due to byte-swapping function.linimon2018-11-112-2/+63 * graphics/mupdf: Fix linking with libmupdf.so for third-party portstobik2018-10-092-4/+5 * Change x11/xorgproto to become a build depzeising2018-09-121-1/+1 * - Pet portlintamdmi32018-08-102-2/+2 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-0/+1 * graphics/mupdf: Fix headers conflict with openjpeg15yuri2018-07-151-3/+4 * Update to upstream version 1.13.0riggs2018-07-144-39/+13 * Mark ports broken on powerpc64, categories g-n.linimon2018-06-181-0/+2 * graphics/mupdf: Update to 1.12.0tobik2018-01-117-40/+59 * Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.olgeni2017-11-011-4/+4 * Update graphics/openjpeg to 2.3.0sunpoet2017-10-111-1/+1 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1 * Update graphics/openjpeg to 2.2.0sunpoet2017-08-201-1/+1