Mikhail Teterin
59bdf3ddbd
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.
2007-03-26 05:48:58 +00:00
Martin Wilke
258dff9ea9
- Use TCL/TK 8.4
...
PR: 110574
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
2007-03-21 09:59:22 +00:00
Tilman Keskinoz
a5bec496c6
Fix build on FreeBSD 7 by using one OS dependant Makefile for all versions
...
of FreeBSD
2007-03-17 17:21:18 +00:00
Kris Kennaway
62eee3ed86
Now appears to build on amd64
2007-03-03 18:33:34 +00:00
Luigi Rizzo
64b2589784
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.
2007-02-12 17:26:57 +00:00
Pav Lucistnik
2df76eb0a7
- Remove support for a.out format and PORTOBJFORMAT variable from individual
...
ports
With hat: portmgr
2007-01-30 10:25:34 +00:00
Tilman Keskinoz
8ca07f1099
Fix build with gcc41
...
portlint
2006-12-20 16:53:25 +00:00
Bill Fenner
01b466f801
Move to MASTER_SITE_LOCAL. The distfile won't actually show up until
...
ftp-master gets fixed, but since it's not at the old site there's no
real harm.
Reminded by: that fenner guy's annoying emails
2006-12-13 22:17:12 +00:00
Rong-En Fan
008ccfc70e
- Respect X11BASE
...
Approved by: portmgr (linimon)
2006-12-06 16:26:55 +00:00
Bill Fenner
81e2c16875
Unbreak by using socklen_t as needed.
2006-12-04 03:12:19 +00:00
Bill Fenner
1fa49fe8c5
Unbreak by forcing gcc 3.2. Bump PORTREVISION since it might change
...
packages.
PR: ports/105151
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
2006-12-04 02:46:43 +00:00
Rong-En Fan
8ff4ee5ab7
- Respect X11BASE
...
Reported by: pointyhat
2006-12-01 04:55:36 +00:00
Rong-En Fan
8d31f5e7f5
- Now X11BASE, CC, CFLAGS is respected in files/patch-aa
...
Revert my changes previous, so ${MAKEFILE} will not patched twice.
2006-12-01 04:24:12 +00:00
Kris Kennaway
bbfabad560
Respect X11BASE and LOCALBASE
2006-12-01 00:35:08 +00:00
Kris Kennaway
e4759d15b3
Respect X11BASE, CC and CFLAGS
2006-12-01 00:11:39 +00:00
Rong-En Fan
053e370b71
- Respect CC, CFLAGS
...
- Respect X11BASE [1]
Reported by: pointyhat [1]
2006-11-30 11:42:08 +00:00
Maxim Sobolev
4c455574a8
Fix breakage due to audio/gsm import.
...
Submitted by: pointyhat
2006-08-14 20:07:47 +00:00
Mark Linimon
0a291bd7f7
Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistent
...
across different OSVERSION scans.
2006-07-23 23:38:15 +00:00
Edwin Groothuis
efe7d5f7f4
Remove USE_REINPLACE from ports starting with M
2006-05-10 22:37:39 +00:00
Erwin Lansing
4b54e19fce
Fix on 6.x
...
PR: 92828
Submitted by: rik
2006-04-28 08:32:23 +00:00
Mark Linimon
5551abccb7
Reset maintainer at his request.
2006-04-19 15:21:42 +00:00
Maxim Sobolev
5d95200aa4
Update to 1.18.
2006-03-16 02:54:18 +00:00
Edwin Groothuis
2b732ac06c
SHA256ify
...
Approved by: krion@
2006-02-01 00:22:57 +00:00
Edwin Groothuis
53354e7e9c
SHA256ify
...
Approved by: krion@
2006-01-22 12:59:47 +00:00
Tom Rhodes
a38669f695
Fix breakage caused by time_t change.
...
Requested by: kris
2006-01-01 13:12:53 +00:00
Marcus Alves Grando
c60af73299
Respect LOCALBASE
...
Add SHA256
PR: 89936
Submitted by: maintainer
2005-12-04 21:32:58 +00:00
Edwin Groothuis
801c491d52
Fix maintainers email address
...
Submitted by: private email
2005-12-04 19:57:09 +00:00
Pav Lucistnik
6d7f8c459f
- Add SHA256
2005-11-25 15:48:16 +00:00
Ade Lovett
c2d62ca97a
Switch to <target>:: convention for both patch-autotools and run-autotools,
...
to allow for easier overriding of these targets by port Makefiles, if
they need to.
2005-11-19 06:02:20 +00:00
Ade Lovett
54a0b86543
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.
2005-11-15 06:52:12 +00:00
Mikhail Teterin
adc194756f
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)
2005-03-22 21:01:29 +00:00
Mikhail Teterin
7cd341218d
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)
2005-03-20 23:13:45 +00:00
Mario Sergio Fujikawa Ferreira
b9316eb218
Drop maintainership
2005-03-10 22:10:03 +00:00
Volker Stolz
6a38a056ab
Fix fetch: Tarballed rerolled, no differences
2005-02-21 16:46:56 +00:00
Kirill Ponomarev
81747e0727
Fix MASTER_SITES.
...
PR: ports/77716
Submitted by: maintainer
2005-02-19 07:51:55 +00:00
Kirill Ponomarev
ebd5247dc1
Fix maintainer's email.
...
Submitted by: maintainer
2004-12-24 11:39:19 +00:00
Kirill Ponomarev
dbaf45e114
Change maintainer's email.
...
PR: ports/75415
Submitted by: Takeshi MUTOH <mutoh@openedu.org> (maintainer)
2004-12-23 12:11:30 +00:00
Kirill Ponomarev
4649ff8277
Add DOCSDIR and fix pkg-plist.
2004-12-13 13:37:53 +00:00
Pav Lucistnik
dfc461730d
- Fix build on 5.x
...
PR: ports/73528
Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu>
2004-11-04 18:21:14 +00:00
Kris Kennaway
90abb24f53
BROKEN on 5.x: Does not compile
...
Approved by: portmgr (self)
2004-09-29 05:45:34 +00:00
Kris Kennaway
ebcd930fad
BROKEN on 5.x: Does not compile
...
Approved by: portmgr (self)
2004-09-26 02:50:35 +00:00
Mark Linimon
06e114aa39
Fix build on 5.x.
...
PR: ports/69091
Submitted by: Samy Al Bahra <samy at kerneled dot org>
Approved by: maintainer timeout (1 month)
2004-08-23 07:36:54 +00:00
Kirill Ponomarev
5b4e015a69
Fix build.
...
Pet portlint.
2004-08-22 15:39:37 +00:00
Eric Anholt
b61bb537d9
Fix more hardcoding of imake-4 port directory to use X_IMAKE_PORT.
2004-08-19 01:40:22 +00:00
Mario Sergio Fujikawa Ferreira
c19ae258f8
New port udpcast version 20040531: A file transfer tool using
...
ethernet's multicast
2004-07-20 22:11:31 +00:00
Kris Kennaway
ea3a65f288
Fix build on -CURRENT
...
Submitted by: das
2004-06-09 11:26:09 +00:00
Ade Lovett
1a628ded35
Sync with new bsd.autotools.mk
2004-06-04 17:29:38 +00:00
Kirill Ponomarev
50321c8082
- Fix MASTER_SITES
...
- Fix WWW: line
PR: ports/66708
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
2004-05-16 16:33:08 +00:00
Trevor Johnson
c0669efed5
Tidy up whitespace.
2004-04-10 17:26:55 +00:00
Kris Kennaway
98dd96ee20
Remove category pkg/COMMENT files in favour of a COMMENT variable in the
...
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
2004-04-02 07:29:48 +00:00