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

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

PKG_NAME="epiphany"

(test -f $srcdir/configure.in) || {
    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
ge
path: root/databases/pg_citus
Commit message (Expand)AuthorAgeFilesLines
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLamdmi32017-01-091-8/+1
* Update to 6.0.1matthew2016-12-012-4/+4
* Update to 6.0.0matthew2016-11-123-7/+56
* Upgrade to 5.2.2matthew2016-11-082-4/+4
* pg_citus is not compatible with postgresql 9.6.0 -- only 9.5.x works.matthew2016-10-041-1/+1
* Upgrade to 5.2.1matthew2016-09-072-4/+4
* Update to version 5.2.0matthew2016-08-193-7/+24
* Add 'lib' to WANT_PGSQL, now that it is possible to mix 'lib' withmatthew2016-06-221-1/+2
* Update to 5.1.1matthew2016-06-183-16/+5
* Add pkg-plist changes forgotten in the previous update.matthew2016-05-202-1/+11
* Update to 5.1.0matthew2016-05-197-45/+14
* Upgrade to 5.0.1matthew2016-04-173-14/+3
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-1/+1