aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gorm
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-07 05:32:24 +0800
committerkris <kris@FreeBSD.org>2003-05-07 05:32:24 +0800
commit609a47ecc5f0e18525c5885de78969068c90c912 (patch)
treeb15408b290127beec835412a0b282aa236e9bd04 /devel/gorm
parent0d36a720661ec509d50e2f7180469333b2e5f81c (diff)
downloadfreebsd-ports-gnome-609a47ecc5f0e18525c5885de78969068c90c912.tar.gz
freebsd-ports-gnome-609a47ecc5f0e18525c5885de78969068c90c912.tar.zst
freebsd-ports-gnome-609a47ecc5f0e18525c5885de78969068c90c912.zip
BROKEN: Does not install
Diffstat (limited to 'devel/gorm')
0 files changed, 0 insertions, 0 deletions
to copy the packages.asami2000-09-271-0/+7 * Don't whack old packages, we have enough disk space to keep a few setsasami2000-09-271-31/+58 * Remove syslog message about a load file being empty -- I know it happens now.asami2000-09-271-1/+1 * Make sure you're given the "start" argument before trying to start the script.asami2000-09-271-0/+2 * Don't add packages that are already installed.asami2000-09-271-7/+17 * A little script to kill makes that haven't printed out any message inasami2000-09-271-0/+70 * Change "grep *.log" to "find . -name '*.log' | xargs grep", the number ofasami2000-09-271-1/+1 * Catch one more case of XFree86-4 manpage building error.asami2000-09-271-0/+7 * Remove an extra message that only served to clutter the logs.asami2000-09-271-1/+1 * Don't try to process logs twice by protecting this script with a lock file.asami2000-09-271-1/+9 * Add -t and -n flags to ssh. (-t flag suggested by: ps)asami2000-09-271-4/+4 * Change lock file name to "cppackages.lock" so it's clear it's a lock.asami2000-09-271-1/+1 * When NODUMMY is defined, set XFREE86_VERSION to 4 and MOTIF_OPEN to t.asami2000-09-272-0/+15 * Don't remove the distfiles from the backup directory -- the nextasami2000-09-271-2/+0 * Exit with error status in ${portbuild}/status when an error occurs.asami2000-08-291-45/+170 * Split build into two phases, checksum and package, and copy theasami2000-08-291-18/+65 * Instead of doing a pwd | grep (duh!) to find the branch we areasami2000-08-291-15/+16 * The errors and logs are now in the archive directory namedasami2000-08-291-1/+1 * Change find command line to find potential security hazards (portsasami2000-08-291-2/+2 * Run build on three branches. Check the status file filled out byasami2000-08-291-3/+39 * Handle arbitrary number of log directories instead of just two.asami2000-08-291-22/+37 * Ignore empty loads files -- it seems scp in OpenSSH sometimes leavesasami2000-08-291-1/+5 * Handle three branches instead of two. Use a for loop instead of justasami2000-08-291-12/+13 * Add -f to forcefully umount /usr/src and /usr/obj before reboot.asami2000-08-291-1/+1 * Add branch=5 case and update some variables. Don't set NO_RESTRICTED,asami2000-08-291-5/+14 * Add branch=5 case and update some variables. Don't set NO_RESTRICTED,asami2000-08-291-5/+11 * Print uptime after the number of jobs running. This has no functionalasami2000-08-291-1/+2 * A little script that tries to "undo" a package build. Basically just renamesasami2000-08-291-0/+6 * A small script to copy packages over to the ftp site. It is not integratedasami2000-08-291-0/+35 * A small script to copy distfiles from per-port directory to centralasami2000-08-291-0/+17 * Remove bak/distfiles after it's done -- this script is now called inasami2000-08-291-0/+2 * (1) Use timestamp file to make log processing lazier -- only processasami2000-08-291-3/+22 * Read package build log files and compile a list of "extra" files in anasami2000-08-291-0/+67 * New script (and it's README) for searching the ports tree. Add this scriptmarko2000-08-283-0/+349 * Make -n work again. Add new option -s to allow people to specify awill2000-08-191-11/+30 * Properly check -d argument, and return usage() if it's not there. Also usewill2000-08-121-6/+9 * Minor cleanups. Print usage() if no arguments are passed. Get rid ofwill2000-08-111-19/+10 * Add -nocopy option to prevent bindist.tar from being copied over. Couldasami2000-08-111-7/+17 * Major update to addport. Many *MANY* bugfixes. Addport should now workwill2000-08-101-160/+211 * Fix special case where people use ``.'' for the argument to -d. I'm notwill2000-08-061-1/+6 * Make this run on ${portbuild}/bak/distfiles rather thanasami2000-08-041-5/+15 * Add missed '>' to my e-mail.sobomax2000-08-023-4/+4 * Add gnomedepends.py to our collection of helpfull scripts.sobomax2000-08-022-1/+164 * Various fixes and improvements.sobomax2000-07-191-5/+5 * Add hack for gzipped files that are not .tar.gz files and uncompressalex2000-07-191-2/+3 * Fix benign bug which had the script claiming to delete any package thatasami2000-07-131-1/+1 * Add "-s" (silent) option useful for shell scripts.sobomax2000-07-101-18/+41 * Add checknewver.sh - a shell script which checks for availability of newestsobomax2000-07-071-0/+85 * Add checknewvers.sh - a script which checks for availability of the newestsobomax2000-07-071-0/+2 * Back out (1) in previous commit -- extra directories are fatal again.asami2000-07-061-5/+1 * Allow existing CVS_RSH environment var to take precedent.sobomax2000-07-041-1/+8 * Allow existing CVS_RSH environment var to take precedent.will2000-07-041-2/+4 * (1) Make extra files fatal errors only if they are files -- extraasami2000-07-021-2/+9 * Fix addport so that it will work on freefall. Remove old cruft leftwill2000-07-011-13/+28 * Add close-pr - a slightly hacked version of edit-pr(1) to quickly close PR.sobomax2000-06-272-0/+364 * Add extract-lines for .Z archives.alex2000-06-101-1/+7 * Add a traling slash ("/") to the /usr/ports/ and /usr/ports/distfiles/ to makesobomax2000-06-061-3/+3 * Add tag and MAINTAINER.sobomax2000-06-051-4/+4 * Add distclean.sh - a little script to check set of distfiles against currentlysobomax2000-06-052-5/+71 * Update for multiple ports. Also add MAINTAINER/Created [on,by] lines.will2000-05-241-41/+57 * Add checksum.sh script that checks a port or ports for broken distfiles andwill2000-05-222-0/+66 * Make getpr work for remote committers as well.sobomax2000-05-191-2/+7 * (1) Make this file callable in two phases (checksum, package) so distfilesasami2000-05-081-31/+110 * Readme describing all the scripts in this directory. Somebody good atmharo2000-05-021-0/+47 * 3 little scripts I use when dealing with port update PRs.mharo2000-05-023-0/+147 * Future replacement to easy-import for adding ports to the tree.mharo2000-05-021-0/+243 * A tool to check whether all your ports are installed properly, what filesmharo2000-05-021-0/+143 * (1) Be a little less picky about finding read-only mounts.asami2000-03-221-4/+6 * Add a few more error tags (bison, ELF, REQUIRES_MOTIF, dependency, newasami2000-03-031-2/+12 * Add a few more files to bindest.asami2000-02-17