#!/bin/sh set -e if [ ! -f "build/env.sh" ]; then echo "$0 must be run from the root of the repository." exit 2 fi # Create fake Go workspace if it doesn't exist yet. workspace="$PWD/build/_workspace" root="$PWD" ethdir="$workspace/src/github.com/ethereum" if [ ! -L "$ethdir/go-ethereum" ]; then mkdir -p "$ethdir" cd "$ethdir" ln -s ../../../../../. go-ethereum cd "$root" fi # Set up the environment to use the workspace. # Also add Godeps workspace so we build using canned dependencies. GOPATH="$ethdir/go-ethereum/Godeps/_workspace:$workspace" GOBIN="$PWD/build/bin" export GOPATH GOBIN # Run the command inside the workspace. cd "$ethdir/go-ethereum" PWD="$ethdir/go-ethereum" # Launch the arguments with the configured environment. exec "$@" sie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ezbounce-devel
Commit message (Expand)AuthorAgeFilesLines
* Fix a security hole with a patch from the ezbounce Homepage.arved2002-11-192-0/+21
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
* Update to 1.02.gsutter2002-07-052-3/+2
* Fix install.petef2002-06-081-2/+4
* 1. WANT_MDIDENTD --> WITH_MDIDENTD to keep with ports conventions.gsutter2002-05-301-4/+4
* Remove unneeded patches.gsutter2002-05-284-44/+0
* Update to 1.0.gsutter2002-05-28