CVS log for ports/mbone/vic/Attic/Makefile
Up to [FreeBSD] / ports / mbone / vic
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.44
Sun Mar 6 22:36:22 2011 UTC (11 months ago) by pav
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.43: +1 -1 lines
- Remove files of ports that have been moved to other categories
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:32:40 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
Sync to new bsd.autotools.mk
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Feb 14 14:49:40 2009 UTC (2 years, 11 months ago) by mm
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_6_EOL
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
- Change USE_TCL=yes to USE_TCL=84 due to planned change of default Tcl
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:52:08 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +5 -5 lines
- Remove unneeded dependency from gtk12/gtk20 [1] - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Apr 9 13:42:14 2008 UTC (3 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories With hat: portmgr
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat May 19 20:15:30 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Mar 26 05:48:57 2007 UTC (4 years, 10 months ago) by mi
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +9 -6 lines
Add a patch to fix a harmless warning, which breaks this port under the stricter g++42 (and 41): Prodded by: kris While here switch to USE_TK and make -with-ipv6 conditional on the NO_INET6 being undefined.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Feb 12 17:26:57 2007 UTC (4 years, 11 months ago) by luigi
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -0 lines
Add support for video4linux devices by: - adding a build dependency on v4l_compat; - fixing the paths to locate videodev.h in configure.in, and disabling the (incorrect) check for V4L2; - correct the paths in grabber-video4linux.cpp, and also add support for the read() method in addition to mmap. On the mailing list there was a suggestion to remove the hardwired path in favour of a variable ( %%LOCALBASE%% or so) based one. But this configure.in is full of hardwired paths, so fixing one doesn't help at all, and the full fix would take more time and knowledge that i have.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:50:08 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present 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.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Mar 22 21:01:28 2005 UTC (6 years, 10 months ago) by mi
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -1 lines
Look for -luclmmbase under LOCALBASE instead of PREFIX (which is 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)
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Mar 20 23:13:44 2005 UTC (6 years, 10 months ago) by mi
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +8 -22 lines
Upgrade devel/uclmmbase and mbone/vic to their latest respected 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)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Sep 29 05:44:50 2004 UTC (7 years, 4 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +7 -1 lines
BROKEN on 5.x: Does not compile Approved by: portmgr (self)
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:16:57 2004 UTC (7 years, 10 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...
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.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Nov 20 15:06:06 2003 UTC (8 years, 2 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Define USE_PERL5_BUILD, not erroneous USE_PERL. Submitted by: Oliver Eikemeier
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Nov 20 13:51:40 2003 UTC (8 years, 2 months ago) by trevor
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -0 lines
Define USE_PERL to make Perl available for (mostly deprecated) "perl -pi -e" construction.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Sep 24 09:37:10 2003 UTC (8 years, 4 months ago) by osa
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Make portlint(1) happy by changing strip to ${STRIP_CMD} Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:06:20 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -0 lines
Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Mar 24 08:22:52 2002 UTC (9 years, 10 months ago) by sumikawa
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -2 lines
Support IPv6. Submitted by: Takenori Kobayashi <nori@3si.co.jp> No response from: maintainer
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jan 2 04:16:36 2002 UTC (10 years, 1 month ago) by pat
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -1 lines
Fix for -CURRENT, malloc.h->stdlib.h Spotted by: Bento
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Aug 1 22:01:19 2001 UTC (10 years, 6 months ago) by fenner
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +15 -6 lines
Update to vic 2.8ucl-1.1.3 PR: ports/27239 Submitted by: Takeshi MUTOH <mutoh@info.nara-k.ac.jp>
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Apr 14 08:49:29 2000 UTC (11 years, 10 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
Convert to PORTNAME/PORTVERSION.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Nov 29 03:41:25 1999 UTC (12 years, 2 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
Update to Tcl/Tk version 8.2 and get this to build with gcc 2.95. Submitted by: Ade Lovett <ade@lovett.com>
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:48:07 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Aug 25 07:09:46 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Change Id->FreeBSD.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Oct 13 04:33:06 1998 UTC (13 years, 4 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0, RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -3 lines
Unbreak. Submitted by: steve
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Oct 13 03:05:40 1998 UTC (13 years, 4 months ago) by jseger
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -1 lines
Mark BROKEN for ELF: c++ -O2 -DUSE_SHM -DED_YBITS=4 -DSIGRET=void -I/usr/local/include -I/usr/local/include/tk8.0 -I/usr/local/include/tcl8.0 -I/usr/X11R6/include -I./jpeg -I./p64 -I. -o vic inet.o cellb_tables.o tkStripchart.o md5c.o random.o main.o net.o net-ip.o source.o iohandler.o timer.o idlecallback.o media-timer.o session.o session-rtpv1.o session-nv.o session-ivs.o decoder.o decoder-jpeg.o decoder-nv.o decoder-h261.o decoder-h261v1.o decoder-cellb.o device.o grabber.o vw.o Tcl.o Tcl2.o module.o transmitter.o encoder-nv.o encoder-cellb.o encoder-h261.o transcoder-jpeg.o framer-jpeg.o group-ipc.o confbus.o renderer.o renderer-window.o color.o color-true.o color-pseudo.o color-dither.o color-ed.o color-quant.o color-hi.o color-gray.o color-mono.o color-hist.o rgb-converter.o jpeg/jpeg.o p64/p64.o dct.o compositor.o rate-variable.o crypt.o crypt-dull.o grabber-still.o cm0.o cm1.o huffcode.o version.o bv.o ui-ctrlmenu.o ui-main.o ui-resource.o ui-srclist.o ui-stats.o ui-util.o ui-windows.o ui-switcher.o ui-extout.o ui-grabber.o ui-unix.o cf-main.o cf-tm.o cf-confbus.o cf-network.o cf-util.o tkerror.o entry.o tk.o strtol.o strtoul.o grabber-x11.cc grabber-meteor.o grabber-spigot.o -lspigot -L/usr/local/lib -ltk80 -L/usr/local/lib -ltcl80 -L/usr/X11R6/lib -lXext -lX11 -lm grabber-x11.cc: In method `int X11Grabber::X11Grab_Initialize(long unsigned int, int, int)': grabber-x11.cc:627: warning: implicit declaration of function `int VidUtil_DestroyXImage(...)'
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Sep 25 10:05:11 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
tk80 has been ELFized.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Aug 7 23:56:39 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Fix up dependencies for ports that moved into the x11-toolkits category.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Aug 5 09:31:33 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jun 26 18:39:14 1998 UTC (13 years, 7 months ago) by fenner
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Fix Luigi's recently committed submission: - Actually include the x11 grabber in the compile - Don't force the capture type to PAL; leave it at auto - Remove debugging code and comments - Eliminate the need for kernel patch for tuner code - Don't patch one source file in more than one patch-XX files
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Mar 17 07:47:52 1998 UTC (13 years, 10 months ago) by tg
Branches: MAIN
CVS tags: RELEASE_2_2_6
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Back out changes to use tcl81. Suggested by: The Meistersinger
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Feb 24 21:43:36 1998 UTC (13 years, 11 months ago) by jseger
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
Upgrade to use tcl8.1 and tk8.1.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Sep 11 03:54:53 1997 UTC (14 years, 5 months ago) by fenner
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Make port work with tcl/tk 8.0
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Apr 20 13:19:27 1997 UTC (14 years, 9 months ago) by wosch
Branches: MAIN
CVS tags: RELEASE_2_2_2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Add virtual category 'tk41'.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Nov 18 11:33:33 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Nov 13 12:41:20 1996 UTC (15 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Nov 7 12:27:06 1996 UTC (15 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
imm, nv and vic are moved to mbones/. Repository copy is already done, this is change to CATEGORIES line only.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Nov 7 02:15:09 1996 UTC (15 years, 3 months ago) by fenner
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -6 lines
Fix install target
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Nov 4 04:43:23 1996 UTC (15 years, 3 months ago) by fenner
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +13 -11 lines
Upgrade to version 2.8
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Nov 27 04:05:46 1995 UTC (16 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Change "networking" to "net".
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 10 17:49:14 1995 UTC (16 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -3 lines
Reorganize Makefile, add Garrett as MAINTAINER.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Apr 1 12:48:46 1995 UTC (16 years, 10 months ago) by jkh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 11 13:51:38 1995 UTC (17 years ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Converted Makefiles as much as I could.
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
set NO_INSTALL_MANPAGES for not calling "make install.man")
(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These
are the entries I used:
EXEC_DEPENDS:
unzip:${PORTSDIR}/archivers/unzip
gmake:${PORTSDIR}/devel/gmake
wishx:${PORTSDIR}/lang/tclX
xli:${PORTSDIR}/graphics/xli
gs:${PORTSDIR}/print/ghostscript
gunshar:${PORTSDIR}/archivers/gshar+gunshar
hfs:${PORTSDIR}/utils/hfs
rman:${PORTSDIR}/utils/rman
LIB_DEPENDS:
tiff\\.3\\.:${PORTSDIR}/graphics/tiff
jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
tcl\\.7\\.:${PORTSDIR}/lang/tcl
tk\\.3\\.:${PORTSDIR}/x11/tk
xview\\.1\\.:${PORTSDIR}/x11/xview-lib
Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
xview\\.3\\.:${PORTSDIR}/x11/xview-lib
BLT\\.1\\.:${PORTSDIR}/x11/blt
There are still some dependencies I can't figure out what exactly
is needed. If your port still has DEPENDS in it, please check it out!
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Dec 14 23:01:26 1994 UTC (17 years, 2 months ago) by wollman
Branches: lbl
CVS tags: vic_2_6
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Port of vic version 2.6
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Dec 14 23:01:25 1994 UTC (17 years, 2 months ago) by wollman
Branches: MAIN
Initial revision
