summaryrefslogtreecommitdiffstats
path: root/mbone
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256pav2005-11-254-0/+4
|
* Switch to <target>:: convention for both patch-autotools and run-autotools,ade2005-11-191-1/+1
| | | | | to allow for easier overriding of these targets by port Makefiles, if they need to.
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-154-4/+4
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Look for -luclmmbase under LOCALBASE instead of PREFIX (which ismi2005-03-226-31/+175
| | | | | | | | | | | | X11BASE). Submitted by: pointyhat via kris While here fix some more of the warnings, use OpenSSL's MD5 code instead of vendor's own copy, and use srandomdev instead of srandom(hostname+time). Approved by: portmgr (Kirill)
* Upgrade devel/uclmmbase and mbone/vic to their latest respectedmi2005-03-2014-100/+188
| | | | | | | | | | | | | | | versions. Use BSD's bsd.lib.mk to build uclmmbase and avoid building (most of the) functionality, that is present in our base libraries (btree, md5, etc.) In vic stop using PERL, use Tcl/Tk-8.4, respect CC and CFLAGS and some other improvements. vic is thus unbroken on 5.x Per fenner's (much) earlier e-mail, grab maintainership for the time being. PR: ports/75066 (obsoleted) Approved by: fenner (implicitly)
* Drop maintainershiplioux2005-03-101-1/+1
|
* Fix fetch: Tarballed rerolled, no differencesvs2005-02-211-2/+2
|
* Fix MASTER_SITES.krion2005-02-191-1/+1
| | | | | PR: ports/77716 Submitted by: maintainer
* Fix maintainer's email.krion2004-12-241-1/+1
| | | | Submitted by: maintainer
* Change maintainer's email.krion2004-12-231-1/+1
| | | | | PR: ports/75415 Submitted by: Takeshi MUTOH <mutoh@openedu.org> (maintainer)
* Add DOCSDIR and fix pkg-plist.krion2004-12-131-0/+1
|
* - Fix build on 5.xpav2004-11-042-4/+14
| | | | | PR: ports/73528 Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu>
* BROKEN on 5.x: Does not compilekris2004-09-291-1/+7
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not compilekris2004-09-261-0/+4
| | | | Approved by: portmgr (self)
* Fix build on 5.x.linimon2004-08-232-4/+200
| | | | | | PR: ports/69091 Submitted by: Samy Al Bahra <samy at kerneled dot org> Approved by: maintainer timeout (1 month)
* Fix build.krion2004-08-221-1/+1
| | | | Pet portlint.
* Fix more hardcoding of imake-4 port directory to use X_IMAKE_PORT.anholt2004-08-191-1/+1
|
* New port udpcast version 20040531: A file transfer tool usinglioux2004-07-208-0/+192
| | | | ethernet's multicast
* Fix build on -CURRENTkris2004-06-091-0/+11
| | | | Submitted by: das
* Sync with new bsd.autotools.mkade2004-06-041-2/+2
|
* - Fix MASTER_SITESkrion2004-05-162-2/+4
| | | | | | | - Fix WWW: line PR: ports/66708 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* Tidy up whitespace.trevor2004-04-101-1/+1
|
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* SIZEify (maintainer timeout)trevor2004-03-3112-0/+12
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-143-3/+3
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Update MASTER_SITES.petef2004-03-111-1/+1
| | | | Submitted by: maintainer
* BROKEN on !i386: Does not compilekris2004-02-251-0/+4
|
* Correct error in previous commitkris2004-02-181-1/+1
| | | | Noticed by: Dan Langille
* Remove BROKEN tag; this now compiles on 5.x.kris2004-02-181-6/+0
|
* Remove BROKEN tag; this port now compiles on 5.x.kris2004-02-181-4/+0
|
* [seems like when I thought I committed this first, I only committedfenner2004-02-072-6/+5
| | | | | | | | | in files/ - oops] Update to sdr 3.0. Depend on tcl/tk 8.4. Submitted by: overholt <overholt@GeekDude.Com> (tcl/tk 8.3 upgrade) PR: ports/52779
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-0612-6/+6
|
* Use PLIST_FILES.trevor2004-02-052-1/+1
| | | | Reviewed by: marcus
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-045-1/+5
| | | | (Part 1)
* Update tcl/tk dependency to 8.4.fenner2004-02-023-3/+14
| | | | Remove incorrect library dependency in port's Makefile.
* Upgrade rat to version 4.2.25.fenner2004-02-025-33/+12
| | | | | | | Depend on tcl/tk 8.3 (won't build out of the box with 8.4) Submitted by: overholt <overholt@GeekDude.Com> (tcl/tk 8.3 upgrade) PR: ports/52779
* Update to sdr 3.0.fenner2004-02-023-14/+3
| | | | | | | Depend on tcl/tk 8.4. Submitted by: overholt <overholt@GeekDude.Com> (tcl/tk 8.3 upgrade) PR: ports/52779
* SIZEify.trevor2004-01-293-0/+3
|
* Use the new ghostscript options.marcus2004-01-201-9/+3
| | | | Submitted by: linimon
* Add a dummy run-autotools target to pacify the new bsd.port.mk.marcus2004-01-191-0/+3
|
* Reset maintainer to ports@ due to maintainer's request -- he hasn'tlinimon2004-01-121-1/+1
| | | | | had enough cycles for FreeBSD for a while. Thanks for your work in the past, and hope things calm down for you!
* - Update to 2.99.1pav2004-01-0912-37/+189
| | | | | | | | | | | | | Changes in software: - vendor's bugfixes - new FLUTE support - new dependencies in gdome-2 and glib20 - properly install the shared library and headers - replace -pthread with $PTHREAD_LIBS - fix compilation warnings due to C++ headers in -current PR: ports/61068 Submitted by: Panagiotis Astithas <past@noc.ntua.gr> (maintainer)
* Add xspeakfree, a Tcl/Tk frontent to Speak Freely.pav2003-12-125-0/+56
| | | | | PR: ports/59064 Submitted by: Travis Poppe <tlp@liquidx.org>
* Mark as broken on 5.x due to the usual gcc3.3 bitrot.linimon2003-12-121-2/+8
|
* - Unbreak by adding dependency on makedepend.pav2003-11-201-0/+2
| | | | | | PR: ports/59500 Submitted by: Panagiotis Astithas <past@noc.ntua.gr> (maintainer) Approved by: adamw (mentor)
* Define USE_PERL5_BUILD, not erroneous USE_PERL.trevor2003-11-201-1/+1
| | | | Submitted by: Oliver Eikemeier
* Define USE_PERL to make Perl available for (mostly deprecated)trevor2003-11-201-0/+1
| | | | "perl -pi -e" construction.
* Add mcl 2.99,bms2003-11-1432-0/+560
| | | | | | | | implementation of the ALC and NORM Reliable Multicast Protocols. PR: 58728 Submitted by: past@noc.ntua.gr
* ports with possibly unreachable MAINTAINERsedwin2003-11-021-1/+1
| | | | | | | | *** addresses that may be dead, even though the error is temporary: *** addresses that seem to be dead, but give a hint to a new address: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Move inclusion of bsd.port.pre.mk after definiton of all variables.linimon2003-10-295-24/+28
|
OpenPOWER on IntegriCloud