aboutsummaryrefslogtreecommitdiffstats
path: root/libical/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libical/autogen.sh')
-rwxr-xr-xlibical/autogen.sh80
1 files changed, 0 insertions, 80 deletions
diff --git a/libical/autogen.sh b/libical/autogen.sh
deleted file mode 100755
index e15e4e33a8..0000000000
--- a/libical/autogen.sh
+++ /dev/null
@@ -1,80 +0,0 @@
-#!/bin/sh
-# Run this to generate all the initial makefiles, etc.
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-ORIGDIR=`pwd`
-cd $srcdir
-PROJECT=libical
-TEST_TYPE=-d
-FILE=src
-
-DIE=0
-
-(autoconf --version) < /dev/null > /dev/null 2>&1 || {
- echo
- echo "You must have autoconf installed to compile $PROJECT."
- echo "Download the appropriate package for your distribution,"
- echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
- DIE=1
-}
-
-(automake --version) < /dev/null > /dev/null 2>&1 || {
- echo
- echo "You must have automake installed to compile $PROJECT."
- echo "Get ftp://ftp.cygnus.com/pub/home/tromey/automake-1.2d.tar.gz"
- echo "(or a newer version if it is available)"
- DIE=1
-}
-
-if test "$DIE" -eq 1; then
- exit 1
-fi
-
-test $TEST_TYPE $FILE || {
- echo "You must run this script in the top-level $PROJECT directory"
- exit 1
-}
-
-if test -z "$*"; then
- echo "I am going to run ./configure with no arguments - if you wish "
- echo "to pass any to it, please specify them on the $0 command line."
-fi
-
-case $CC in
-*xlc | *xlc\ * | *lcc | *lcc\ *) am_opt=--include-deps;;
-esac
-
-if test -z "$ACLOCAL_FLAGS"; then
-
- acdir=`aclocal --print-ac-dir`
- m4list="glib.m4"
-
- for file in $m4list
- do
- if [ ! -f "$acdir/$file" ]; then
- echo "WARNING: aclocal's directory is $acdir, but..."
- echo " no file $acdir/$file"
- echo " You may see fatal macro warnings below."
- echo " If these files are installed in /some/dir, set the ACLOCAL_FLAGS "
- echo " environment variable to \"-I /some/dir\", or install"
- echo " $acdir/$file."
- echo ""
- fi
- done
-fi
-
-aclocal $ACLOCAL_FLAGS
-
-# optionally feature autoheader
-(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
-
-automake -a $am_opt
-autoconf
-cd $ORIGDIR
-
-$srcdir/configure "$@"
-
-echo
-echo "Now type 'make' to compile $PROJECT."
pport [1]stas2006-12-205-8/+64 * rcpd is a RCP server intended specifically for routermiwi2006-12-174-0/+36 * Adapt to stricter "static follows non-static declaration" check in gcc4.se2006-12-161-0/+11 * - Fix build with gcc 4.Xmiwi2006-12-162-0/+52 * - Update to 2.7miwi2006-12-162-5/+5 * - Update to 0.9.8miwi2006-12-153-4/+20 * Extras extensions and third party scripts for routers2 frontendmiwi2006-12-158-0/+676 * - Fix gcc 4.1 buildmiwi2006-12-158-9/+109 * - Fix dependsmiwi2006-12-153-4/+6 * - Update to 1.0.9.5rafan2006-12-152-4/+4 * Extensions of generic web-based frontend for the popular MRTGmiwi2006-12-1413-0/+201 * A set of open source tools for accessing the 2.4GHz Wi-Spy USBmiwi2006-12-1413-0/+203 * Fix for gcc 4.1.bms2006-12-141-7/+23 * Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email.linimon2006-12-141-1/+1 * Generic web-based frontend for the popular MRTG systems monitoring software.miwi2006-12-137-0/+416 * - Update to rcNG [1]lth2006-12-125-43/+55 * - Update to 4.8.4miwi2006-12-1151-38/+1770 * - update to 2.0.3leeym2006-12-104-6/+17 * Update to 1.3arved2006-12-102-5/+5 * Update to 0.11.2krion2006-12-103-6/+4 * - Update to 2.6miwi2006-12-098-40/+28 * - Update to 0.8.3miwi2006-12-073-43/+29 * - Respect X11BASErafan2006-12-071-0/+1 * Reset asa@agava.com after several months of inactivity and no response tolinimon2006-12-061-1/+1 * - Fix WWW.jmelo2006-12-051-1/+1 * Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.demon2006-12-031-1/+1 * * Argus is a system and network monitoring application.pav2006-12-026-0/+185 * - Add a PIPE method (see README for details)rafan2006-11-2911-175/+1252 * - Apply rcfileclsung2006-11-242-4/+34 * The pftabled daemon is a small helper to make your pfmiwi2006-11-236-0/+82 * - Update to 1.4.0miwi2006-11-232-4/+4 * /tmp/msgstas2006-11-223-10/+169 * Graphical user interface for network monitoring package "netmond".miwi2006-11-175-0/+145 * - Update to 1.1.4sat2006-11-156-8/+52 * - Install files with proper ownershipehaupt2006-11-142-5/+6 * - Update to 200611081420miwi2006-11-133-7/+10 * - Update MASTER_SITESmiwi2006-11-132-11/+6 * - Update to 1.2.4.20060810miwi2006-11-136-12/+14 * - Update to 105326miwi2006-11-132-7/+7 * Reset inactive maintainer asa@gascom.ru.linimon2006-11-132-2/+2 * - Update to 1.1.3sat2006-11-1022-234/+112 * - Update to 5.35.0farrokhi2006-11-093-7/+8 * Fixed a minor issue in Makefile which was missed in initial import.farrokhi2006-11-091-0/+3 * phpIP Management is a complete IPv4 IPAM (IP address management) suite, built...farrokhi2006-11-094-0/+150 * Sjitter is a command line client/server to measure jitterfarrokhi2006-11-094-0/+40 * ipsectrace is a simple utility designed to profile thefarrokhi2006-11-094-0/+44 * - fix build failure on 4.xmich2006-11-081-0/+22 * Change my email address to farrokhi@ in all ports that I maintain.farrokhi2006-11-086-6/+6 * - Update 4.3.1rafan2006-11-082-7/+6 * - Add rc_subr script to run the flow-capture daemon [1]stas2006-11-086-1/+206 * Update my email address in all ports that I maintain.laszlof2006-11-072-2/+2 * - update to 1.1.3leeym2006-11-072-4/+4 * - Update mastersite.jmelo2006-11-061-4/+3 * - Fix mastersite.jmelo2006-11-062-8/+7 * - Fix rc.d script.alepulver2006-11-061-5/+4 * - Update to 1.4.5miwi2006-11-062-4/+4 * - Update to 0.14miwi2006-11-053-6/+10 * Update master site and WWW.lawrance2006-11-052-2/+2 * - fix work_directory statement in config filedinoex2006-11-054-9/+19 * - Update to 0.8.6.iclement2006-11-035-47/+18 * - Update to 0.8.6isem2006-11-026-666/+31 * - Add mastersite.jmelo2006-11-011-1/+2 * - Use DOCSDIR.jmelo2006-11-011-5/+5 * - Fix mastersite.jmelo2006-11-012-4/+2 * - Update to 104872miwi2006-11-017-60/+42 * - Update to 1.5.2miwi2006-11-014-47/+37 * FlowViewer, FlowGrapher, and now FlowTracker are tools that provide an easyalepulver2006-11-017-0/+170 * Update to 2.14.7;demon2006-11-012-5/+4 * Update to 0.11.0krion2006-10-312-5/+4 * - Install rgb.txt, incl dependencies [1]lth2006-10-315-11/+111 * wdiag is a utility to monitor Westell DSL modem diagnostics and linealepulver2006-10-316-0/+35 * - Fix dependenciespav2006-10-241-2/+3 * - Make fetchable by updating to 1.9014lth2006-10-182-4/+4 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-32/+29 * - Update to 2.2.1mich2006-10-092-7/+5 * - Remove symlinks created by mtree target from plistspav2006-10-081-2/+0 * - Cleanup Makefilemiwi2006-10-073-3/+5 * - Remove net-mgmt/arpwatch-devel in favour of net-mgmt/arpwatch, which have apav2006-10-0726-1527/+0 * - Update to 0.3rafan2006-10-073-19/+20 * Mark broken on 4.x.lawrance2006-10-071-1/+5 * - Update to 0.6.2miwi2006-10-073-9/+9 * add arpalert-1.1.0leeym2006-10-066-0/+49 * - Pass maintainership to submittermiwi2006-10-051-1/+1 * Updated to 1.07skv2006-10-042-4/+4 * - make arpwatch work fine with multiple interfaces.clsung2006-10-042-1/+2 * - Fix compiling with gcc 4.1stas2006-10-025-7/+138 * Add p5-Net-ACL 0.07, class representing a generic access-list/route-map.clsung2006-09-295-0/+83 * Add new port of mtrace, multicast traceroute for IPv4.bms2006-09-296-0/+63 * Add p5-Cisco-Reconfig 0.8, parse and generate Cisco configuration files.clsung2006-09-285-0/+57 * Fix -z bug.nork2006-09-236-8/+8 * Add support snmpd_pidfile and snmpd_conffile on rcNG script.nork2006-09-236-11/+86 * Add missing dependency on libdnetarved2006-09-222-4/+24 * Update to 0.02.tobez2006-09-222-4/+4 * - Update to 4.80brafan2006-09-213-15/+17 * - Fix rcNG script (handle restart, allow $arpwatch_dir setting)johans2006-09-211-5/+7 * Update to 1.2arved2006-09-212-7/+6 * - Fix build on 4.x.shaun2006-09-201-1/+1 * - Update to 2.0.8miwi2006-09-182-5/+5 * BROKEN: Does not compilekris2006-09-171-0/+2 * Fix build if the ports version of libpcap is installed.se2006-09-171-0/+20 * - Update to 0.6.1miwi2006-09-172-4/+4 * The submitter of the previous change has agreed to maintain this port.brooks2006-09-151-1/+1 * Upgrade to version 1.0.1brooks2006-09-153-142/+141 * * Add amd64 patchesskv2006-09-153-3/+70 * Add nsca-client, a slave port for nsca without the server bits.lawrance2006-09-142-0/+16 * Update to 2.6 [1] and add an rc script [2].lawrance2006-09-145-18/+60 * Update to 1.06skv2006-09-142-4/+4 * Update to 1.9013lth2006-09-142-4/+4 * - Only support 6.x and latersat2006-09-131-3/+2 * - Update to 0.4.5miwi2006-09-133-5/+44 * - Update mastersite.jmelo2006-09-122-3/+5 * update to 4.58itetcu2006-09-124-10/+18 * - When ZABBIX_AGENT_ONLY defined, two REINPLACE_CMD patches are missed.sem2006-09-112-4/+6 * BROKEN on 7.0: Does not compilekris2006-09-111-0/+4 * - Update to 0.81itetcu2006-09-112-12/+6 * - Update net-mgmt/zabbix port to 1.1.1.sem2006-09-1126-420/+934 * Update to the 1.1.a12 version, the latest from CAIDA.dougb2006-09-093-7/+26 * Fix typos wrt. Makefile variables like $FOO}vs2006-09-072-2/+2 * - MK_PROFILE can not be touched, NO_PROFILE is quite enoughsat2006-09-051-1/+1 * Reset inactive maintainer who has not responded to email.linimon2006-09-052-2/+2 * Reset inactive maintainer who has not responded to email.linimon2006-09-053-3/+3 * - Add py-snmp2 to conflictspav2006-09-051-1/+1 * Add support for ng_bpf to example scripts.skv2006-09-043-6/+68 * - NO_PROFILE stands for MK_PROFILE=no on 6.x and earlier systemssat2006-09-031-2/+2 * BROKEN: Unfetchablekris2006-09-031-0/+1 * BROKEN on 6.x: Does not compilekris2006-09-031-0/+6 * BROKEN: Unfetchablekris2006-09-031-0/+2 * BROKEN: Does not compile on 6.xkris2006-09-031-0/+4 * NO_PACKAGE is not appropriate; use RESTRICTED insteadkris2006-09-031-1/+1 * Schedule these broken ports for termination on 2006-12-01kris2006-09-032-0/+4 * - Do not build profiled libssat2006-09-011-1/+3 * - Depend on net-mgmt/bsnmpd on 5.x and earliersat2006-09-011-2/+8 * - Conflicts with py-snmp2pav2006-08-291-3/+1 * Update to 0.61.0edwin2006-08-293-4/+5 * - A small addition to the install guide.pav2006-08-291-0/+18 * - Don't overwrite arpwatch_interfaces on reboot when set from rc.confpav2006-08-292-2/+1 * - Provide rc scriptpav2006-08-288-11/+602 * Add port net-mgmt/bsnmptools:sat2006-08-284-0/+48 * WepLab is a tool designed to teach how WEP works, what differentgarga2006-08-244-0/+42 * Object oriented helper routines for your Nagios plugin:miwi2006-08-245-0/+62 * Update to 0.11.0rc3-20060823krion2006-08-243-6/+9 * NetAddr/IP.pm has changed its location after the last update.tobez2006-08-242-2/+2 * Update to 4.00.4.tobez2006-08-224-17/+79 * - add MASTER_SITEmich2006-08-211-1/+2 * - Update to 2.0.7miwi2006-08-202-4/+4 * - Fix problem when multiple interfaces are defined and faststart commandrafan2006-08-202-1/+2 * Add py-snmp2 2.0.9, SNMP framework for Python.rafan2006-08-205-0/+119 * * Update to bsd.java.mk 2.0 [1]marcus2006-08-203-12/+11 * - Fix HTTP-EQUIV header, bump PORTREVISIONrafan2006-08-192-1/+15 * - Fix author on pkg-descrmiwi2006-08-191-1/+1 * Update to 2.14.5.demon2006-08-184-14/+11 * Restore correct regexp matching.stefan2006-08-172-1/+10 * Utilize USE_SQLITE.krion2006-08-171-1/+1 * Add p5-Net-IP-Match-Regexp 0.94, efficiently match IP addresses againsttobez2006-08-155-0/+51 * - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-153-3/+3 * Remove bogus space character from start of line.se2006-08-131-1/+1 * Install to /... instead of to /...se2006-08-122-19/+19 * - update to 3.0.540clsung2006-08-093-5/+21 * - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.jmelo2006-08-081-1/+2 * - Add forgotten %%PREFIX%% to @unexec command in pkg-plist.sem2006-08-081-1/+1 * Upgrade to 0.41.shaun2006-08-072-4/+4 * - Fix PLIST: Remove locale dirs not contained in BSD.local.distgarga2006-08-07