Mikhail Teterin
6ef5c2e707
Use BYTE_ORDER, BIG_ and LITTLE_ENDIAN instead of their
...
underscore-prefixed aliases, which are not available on -stable. There I
was proud of myself for testing on i386, alpha, and panther, and still
missing a -stable incompatibility :-\
Submitted by: Voodai, Lars Erik Gullerud, Ivajlo Nikolov (so far)
2002-11-06 12:44:10 +00:00
Mikhail Teterin
0d72096af5
Fix build on Sparc64 by automating the endianness detection. (Thanks,
...
once again, to the "test" target.)
2002-11-06 06:34:39 +00:00
Mikhail Teterin
7e205eb59a
Upgrade to 1.09. Prepend SourceForge's list of mirrors to MASTER_SITES.
...
Install JPEG-related sample files in addition to the TIFF sample. All
this samples can be built by the port, BTW, but would require
lib-dependency on libtiff and libjpeg.
2002-11-06 05:29:10 +00:00
Mikhail Teterin
a042ccaa66
Finally upgrade to 1.0.4...
2002-11-06 05:01:54 +00:00
Mario Sergio Fujikawa Ferreira
3f097e4836
Support NDEBUG define which both turns off assertions and makes
...
some variables unused
Submitted by: mi
2002-11-05 13:50:05 +00:00
Edwin Groothuis
e328c1d815
port graphics/giram didn't patch properly.
...
Noticed by: bento
2002-11-05 12:29:34 +00:00
Mario Sergio Fujikawa Ferreira
b868b85dad
o Update booktree capture code to latest version:
...
1) Warning message if the tuner device cannot be opened for
write
2) A two stage sync slip recovery mechanism, stage 1 runs
async to catch up, stage 2 injects a blank frame
3) Update to a consistent indent style (will minimize future
diffs)
o Bump PORTREVISION
Submitted by: "Steve O'Hara-Smith" <steve@sohara.org>
2002-11-05 02:00:06 +00:00
Edwin Groothuis
fab3e8b3e5
Fix damage done by replacing PERL into REINPLACE_CMD.
...
Noticed on: bento
2002-11-05 00:26:28 +00:00
Edwin Groothuis
b143215b35
Unbreak building of graphics/dc20pack.
...
Noticed on: bento
2002-11-04 23:57:47 +00:00
Mario Sergio Fujikawa Ferreira
1f15e76403
o Fix build in -STABLE
...
o Enable port to locate lame libs in a PREFIX safe environment
o Bump PORTREVISION
PR: 44885
Submitted by: somebody@kashmir.etowns.net ,
MAINTAINER
2002-11-04 19:49:52 +00:00
Edwin Groothuis
37f2224fa6
PERL -> REINPLACE
...
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00
Edwin Groothuis
b8a64d94ec
PERL -> REINPLACE
...
and USE_PERL5 in some places
Noticed by: bento
2002-11-04 03:17:29 +00:00
Edwin Groothuis
5b96d0a956
PERL -> REINPLACE
...
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento
2002-11-04 03:05:48 +00:00
Tilman Keskinoz
19a4be00c5
Fix Build, if java is installed
...
PR: 28771
Submitted by: Yuri Khotyaintsev <yuri@irfu.se>
2002-11-03 15:20:30 +00:00
Dirk Meyer
ef801f7a89
Fix dependency to rep-gtk
2002-11-03 09:10:04 +00:00
Mario Sergio Fujikawa Ferreira
c37531fcc3
Deploy USE_REINPLACE
...
Approved by: maintainer
2002-11-03 07:27:39 +00:00
Mario Sergio Fujikawa Ferreira
4866d1844c
Fix <sys/param.h> detection code. NOW, the optimized FreeBSD byteswap
...
can REALLY be used.
2002-11-03 07:16:43 +00:00
Mario Sergio Fujikawa Ferreira
77072d0212
o Add optimizations if WITH_OPTIMIZED_CFLAGS [1]
...
o Make it CFLAGS safe (I have no idea how this escaped me)
o Unless WITHOUT_LIBA52, use liba52 port instead of ffmpeg liba52
code. The liba52 port is more optimized.
o Use FreeBSD byteswap optimized routines IF one happens to be using
either FreeBSD 4.7-RELEASE or later
o Do not bump PORTREVISION
Submitted by: "Steve O'Hara-Smith" <steve@sohara.org> [1]
Reviewed by: "Steve O'Hara-Smith" <steve@sohara.org>
2002-11-03 07:01:44 +00:00
Mario Sergio Fujikawa Ferreira
d3157e068c
o Update to 0.90.0.9 [1]
...
o Add WITH_FREETYPE knob [2]
PR: 44362 [2]
Submitted by: maintainer [1],
Pat Lashley <patl+freebsd@volant.org> [2]
Reviewed by: maintainer
2002-11-02 02:28:15 +00:00
Pete Fritchman
88f73c0aba
Update to 0.31.
2002-11-01 19:41:31 +00:00
Patrick Li
0ee4b93798
Update to 3.78
...
PR: ports/44764
Submitted by: maintainer
2002-11-01 00:39:36 +00:00
Thomas Moestl
490d1f8530
Fix a construct that causes make errors on platforms that are not
...
supported by these ports. This fixes 'make readmes' for them on
sparc64 (and by that, release building without NOPORTS).
Approved by: jdp
2002-10-30 18:51:10 +00:00
Akinori MUSHA
229367aa37
devel/SWIG-devel -> devel/swig13
2002-10-30 13:16:07 +00:00
Mario Sergio Fujikawa Ferreira
a9dd0a728b
o Update to 5.5.1.4
...
o Remove VERSION number from both directory and library names (e.g.,
libMagick++-5.5.1.so becomes libMagick++.so)
o Add a library version number back; thus, fixing library dependencies
which require this port to have a library version number. Current
number is 5 (e.g., libMagick++.so.5)
o Update PLIST accordingly
2002-10-29 23:05:45 +00:00
Mario Sergio Fujikawa Ferreira
e39c210957
o Update to 0.6.2 CVS snapshot
...
o USE_REINPLACE
o Fix libfame problems [1]
o Optional ogg and mjpeg [1]
o Remove libmpeg2
o Use distfile supplied ffmpeg instead of ports' ffmpeg (should be
revised later)
PR: 43379 [1], 44008
Submitted by: adam@vectors.cx [1],
MAINTAINER
Reviewed by: MAINTAINER
2002-10-29 17:16:55 +00:00
Patrick Li
c9e22d61c9
PERL -> REINPLACE_CMD
...
Submitted by: David Yeske <dyeske@yahoo.com>
2002-10-28 22:02:06 +00:00
Christian Weisgerber
3226f64d04
Patch is no longer found at previous site, change to another site
...
which has the patch.
PR: 44559
Submitted by: Erwin Lansing <erwin@lansing.dk>
2002-10-28 16:48:44 +00:00
Mario Sergio Fujikawa Ferreira
3bc3635109
Update to 0.9.54
2002-10-28 16:17:47 +00:00
Ying-Chieh Liao
946a8d0489
upgrade to 1.28.1
...
Submitted by: June-Yen Huang <jihuang@gate.sinica.edu.tw>
2002-10-27 16:32:28 +00:00
Ying-Chieh Liao
dee01374c8
upgrade to 0.8.7a
2002-10-27 15:56:32 +00:00
Trevor Johnson
c0f75ddc4a
Patch with sed.
...
Submitted by: David Yeske
2002-10-27 13:00:09 +00:00
Mario Sergio Fujikawa Ferreira
294a3b9970
Update to 0.4.1
2002-10-26 16:25:05 +00:00
Joe Marcus Clarke
86624c7ca3
Add missing dependency on libart_lgpl2.
...
Submitted by: bento
2002-10-26 04:14:58 +00:00
Kris Kennaway
742e6fd884
Mark BROKEN on 5.0
2002-10-26 03:08:52 +00:00
Christian Weisgerber
29dfd7bb4d
- Make portlint happy.
...
- Honor CC, CFLAGS.
- Remove unused code that trips GCC3.
PR: 44467
Submitted by: Volker Stolz <vs@foldr.org>
2002-10-26 01:38:44 +00:00
Patrick Li
d2d8ad2109
Update to 1.0.9
2002-10-25 20:00:21 +00:00
Will Andrews
0e6938609b
Add png2ico 2002.09.03, a program that converts PNG files to Windows
...
icon resource files.
PR: 43292
Submitted by: Franz Klammer <klammer@webonaut.com>
2002-10-25 16:40:40 +00:00
Ying-Chieh Liao
3a0cd27f78
add tosvcd 0.7
...
SVCD transcoder
2002-10-25 08:12:42 +00:00
Adam Weinberger
ea80172787
Add graphics/kallery
...
An image gallery generator for KDE
PR: 43280
Submitted by: metrol@metrol.net
Approved by: pat
2002-10-25 03:06:34 +00:00
David W. Chapman Jr.
c35e3fb657
Update to 10.11
...
PR: 44230
Submitted by: tkato@prontomail.com
2002-10-24 13:49:15 +00:00
Kevin Lo
594f8e07b4
- update to 0.61
...
- also list dependencies as BUILD_DEPENDS
- add WWW
- take maintianership
PR: 44421
Submitted by: Erwin Lansing <erwin@lansing.dk>
2002-10-24 06:48:03 +00:00
Tilman Keskinoz
cc977aa4f8
Update my Emailadress
...
Approved by: kris (mentor)
2002-10-22 13:15:25 +00:00
Ying-Chieh Liao
5e457c68d7
Support CXX/CXXFLAGS properly
...
PR: 44348
Submitted by: Ports Fury
2002-10-22 06:03:40 +00:00
Alexander Kabaev
865128706b
Fix build on -CURRENT.
...
Approved by: mbr
2002-10-21 21:26:57 +00:00
Mario Sergio Fujikawa Ferreira
8cefe4530f
Add information on supported both streams and players
...
Submitted by: Joseph King <king@v2project.com>
2002-10-21 19:46:49 +00:00
Maxim Sobolev
2081afbf02
Unbreak on -current.
...
Submitted by: bento
2002-10-21 11:41:32 +00:00
Kris Kennaway
79cd6d2d40
Fix build on -current (#ifdef 0 -> #if 0)
2002-10-20 21:47:57 +00:00
Ying-Chieh Liao
54ea31a9d8
add jpgraph 1.8
...
Draw both "quick and dirty" graphs with a minimum of code
2002-10-20 16:53:40 +00:00
Mario Sergio Fujikawa Ferreira
4827d7d7be
New port ogmtools version 0.9.51: Tools to extract from/get info
...
about/create OGG media streams
2002-10-20 13:45:32 +00:00
Kris Kennaway
b37385ed08
Partially fix build on -current (move initialization of a FILE * from
...
declaration to main()). This is still broken due to an unzeroed malloc()
bug in imake-4
2002-10-20 10:18:17 +00:00
Ying-Chieh Liao
fbec738ceb
add pixelize 0.9.2
...
Use many scaled down images to try to duplicate another image
2002-10-20 09:57:41 +00:00
Adam Weinberger
cb723057bd
Remove non-existant (404) WWW reference, at maintainer's request.
...
Submitted by: erwin@lansing.dk (maintainer)
PR: 42546
Approved by: pat
2002-10-19 21:37:09 +00:00
Adam Weinberger
b950fe2d82
Update xmedcon 0.8.1 -> 0.8.2
...
Submitted by: tdv94ped@cs.umu.se (maintainer)
PR: 44165
Approved by: pat
2002-10-19 19:29:56 +00:00
Ying-Chieh Liao
248ae9d969
fix build on stable
...
PR: 44187, 44207
Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Reviewed by: many people on -ports
2002-10-19 18:22:48 +00:00
Ying-Chieh Liao
6017d5ea3a
add missing dependency
2002-10-19 11:09:27 +00:00
Kris Kennaway
da500fdd86
Chase distfile location (moved to Old-Versions)
2002-10-19 10:34:39 +00:00
Ying-Chieh Liao
bf9582b9bd
add multivideo 0.1.0
...
An image sequence viewer
2002-10-19 06:59:02 +00:00
Oliver Braun
122ebc9bf6
Upgrade to 1.6.
...
PR: 44229
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2002-10-18 21:09:07 +00:00
Oliver Braun
0fb01b31ab
Upgrade to 0.95.
...
PR: 44228
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2002-10-18 21:01:05 +00:00
Oliver Braun
527bec51b4
Upgrade to 0.4a.
...
PR: 44227
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2002-10-18 20:56:15 +00:00
Joe Marcus Clarke
dbdcf04a8f
Update to 0.21.0.
2002-10-18 03:11:24 +00:00
Anders Nordby
ee96d11805
Fix build error.
...
Resign maintainership. I don't really use XMMS these days.
Reported by: Adam Weinberger <adam@vectors.cx>, bento
PR: 41097
2002-10-17 22:58:17 +00:00
Joe Marcus Clarke
c73a16a7b5
Add totem, a xine-based video player for the GNOME 2 desktop.
...
PR: 44177
Submitted by: Hendrik Scholz <hendrik@scholz.net>
2002-10-17 19:21:04 +00:00
Mikhail Teterin
343105c3c9
My last commit, intended to fix -current, did not do so, and broke
...
-stable :-( Upgrade the port to the latest to compensate.
The port now installs things in version specific directories, so
add the version number to PLIST_SUB.
Remove USE_REINPLACE -- the port uses PERL anyway.
As usual, the hardest thing to do is to fix the pkg-plist.
2002-10-17 18:46:12 +00:00
Eric Anholt
a195d38572
Update to drm-kmod including the patches from this port and adding makefile
...
toggles to disable linux compat. Fix the website address.
PR: 41854,43149
2002-10-17 00:59:51 +00:00
Eric Anholt
7d1b547ad7
[1] Fix new sync-to-vblank option.
...
[2] Add G550 cursor fix from XFree86-4-Server
PR: [2] 43760
2002-10-17 00:39:11 +00:00
Norikatsu Shigemura
baf85fd543
Sorry, fix unnecessary space.
2002-10-16 16:17:51 +00:00
Norikatsu Shigemura
d1d202e468
Add support RTP/RTSP protocol with liveMedia,
...
Reviewed by: Thomas E. Zander <riggs@rrr.de> (maintainer)
2002-10-16 15:55:26 +00:00
Mikhail Teterin
e632867959
The patch needed now on -current. Should not hurt -stable either:
...
X11/extension/XShm.h does not seem to need sys/ipc.h nor sys/shm.h.
2002-10-16 10:11:34 +00:00
Joe Marcus Clarke
e27b84d484
Update to 1.104.
...
Submitted by: maintainer
2002-10-15 23:59:43 +00:00
Mario Sergio Fujikawa Ferreira
cb3938f18f
o House a known good ffmpeg CVS snapshot under MASTER_SITE_LOCAL
...
o Add -lm to libs, some installations seem to explicitly require
it
PR: 43973
Prompted by: Joe "Floid" Kanowitz <jkanowitz@snet.net>
Reviewed by: Charles Henrich <henrich@sigbus.com>,
Steve O'Hara-Smith <steve@sohara.org>,
alex@acatysmoof.com
2002-10-15 18:21:25 +00:00
Andrey A. Chernov
f1bf0c5503
Upgrade to 1.2.5
2002-10-15 07:35:46 +00:00
Eric Anholt
1cc47d3dcf
Update dri-devel port to a more recent snapshot. This includes fixes for XV
...
with R200, and irq support for some chips to reduce cpu load while running GL
programs. Also, added warning messages that this is development code.
2002-10-14 20:24:58 +00:00
Ying-Chieh Liao
3263d5636f
add xmedcon 0.8.1
...
A medical image conversion utility and library
PR: 43448
Submitted by: Paul Everlund <tdv94ped@cs.umu.se>
2002-10-14 11:40:18 +00:00
Ying-Chieh Liao
74f16be7d9
upgrade to 0.1.2
2002-10-14 05:16:03 +00:00
MANTANI Nobutaka
f6b87baf87
Remove dependency on libdivxdecore-devel since better DivX support provided
...
by recent graphics/ffmpeg update.
Pointed out by: lioux
2002-10-14 03:58:49 +00:00
Joe Marcus Clarke
421a87ac07
If gnomepanel is installed, install a desktop entry for gimp.
...
Submitted by: Franz Klammer <klammer@webonaut.com>
2002-10-13 15:05:24 +00:00
Kris Kennaway
15c26eb6a0
BROKEN -> IGNORE to prevent package build
2002-10-13 04:53:42 +00:00
Kris Kennaway
decaa5e7da
Replace stale bare sourceforge URL with ${MASTER_SITE_SOURCEFORGE}
2002-10-13 01:43:52 +00:00
Akinori MUSHA
786c5d1aae
Drop maintainership.
2002-10-12 19:14:14 +00:00
Ying-Chieh Liao
9c01f6297d
upgrade to 10.10
...
PR: 43969
Submitted by: Ports Fury
2002-10-12 16:36:45 +00:00
Ying-Chieh Liao
31a4b0d703
upgrade to 0.94
...
PR: 43968
Submitted by: Ports Fury
2002-10-12 16:34:17 +00:00
Ying-Chieh Liao
74366265d7
upgrade to 0.4.1
...
PR: 43967
Submitted by: Ports Fury
2002-10-12 16:32:31 +00:00
Hye-Shik Chang
2e2b2723b8
Update to 0.40
2002-10-12 09:57:34 +00:00
Jean-Marc Zucconi
3e66f62a17
Unbreak.
...
PR: ports/43603
Submitted by: Edwin Groothuis <edwin@mavetju.org>
2002-10-12 02:11:47 +00:00
Mario Sergio Fujikawa Ferreira
1f62bdd976
Chase header file location change in latest ffmpeg port update
...
Reviewed by: freebsd-multimedia mailing list (silence)
2002-10-11 19:35:06 +00:00
Mario Sergio Fujikawa Ferreira
4f2162a0d5
o Update ffmpeg to CVS snapshot dated Aug 20, 2002. Bump PORTREVISION
...
since this is unversioned.
o Add booktree capture support with patches kindly supplied by
"Steve O'Hara-Smith" <steve@sohara.org>. Work is in progress to get these
merged back into ffmpeg's CVS repo
o Add WITH_MP3 for lame mp3 support
o Add WITH_VORBIS for vorbis support
o Install shared library for the first time, begin versioning at 0
Reviewed by: freebsd-multimedia mailing list,
"Steve O'Hara-Smith" <steve@sohara.org>,
Anish Mistry <mistry.7@osu.edu>
2002-10-11 19:28:30 +00:00
Mario Sergio Fujikawa Ferreira
40c11279c3
Add a fix that accounts for recently added <sys/endian.h> in
...
4.7-RELEASE. It should account for both prior to 4.7R
and -CURRENT versions
Reviewed by: mbr,
Jose Marques <noway@nohow.demon.co.uk>,
Jon Noack <noackjr@compgeek.com>,
Kim Scarborough <sluggo@unknown.nu>
2002-10-11 19:20:28 +00:00
Joe Marcus Clarke
c62c0a9f36
Update to 1.3.9.
2002-10-11 18:20:40 +00:00
Ying-Chieh Liao
e80f8ccc32
upgrade to 1.0.1
...
PR: 43390
Submitted by: maintainer
2002-10-11 13:32:48 +00:00
Alan Eldridge
f62b4deba3
1. Removed comments from pkg-plist files per will's request.
...
2. This completes the KDE 3.0.4 commit. It's here, folks! Now /. those
cvsup servers (in about an hour or so)!
2002-10-11 07:42:22 +00:00
Alan Eldridge
91f8da5e88
It's KDE 3.0.4. Do you know where your children are?
2002-10-11 00:28:13 +00:00
Joe Marcus Clarke
e4fdab2617
Update to 0.27.
2002-10-10 18:32:00 +00:00
Akinori MUSHA
a280ec7c1f
Add ruby-libexif, a Ruby extension library for libexif.
2002-10-10 17:19:26 +00:00
Akinori MUSHA
b01936664e
Chase the libexif update and bump PORTREVISION accordingly.
2002-10-10 17:16:17 +00:00
Akinori MUSHA
db97b665c3
Update to 0.5.6. (with a shlib major bump)
...
No response from: MAINTAINER
2002-10-10 17:14:01 +00:00
Akinori MUSHA
744ecfac33
CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' in
...
them when using a non-default compiler/linker, so do not use `/' as
delimiter for s///. (I picked `|' instead)
2002-10-10 12:59:36 +00:00
Shigeyuki Fukushima
9b1467ed35
Fix build-breakage.
...
Submitted by: Patrick Li <pat@FreeBSD.org>
2002-10-10 10:11:29 +00:00
Shigeyuki Fukushima
9517617847
Apply new bzip2 patch:
...
Chagne bunzip2 path from full-path to command name only.
Submitted by: Ken Stailey <kstailey@speakeasy.net>
2002-10-08 13:04:51 +00:00
Akinori MUSHA
cdfc1500dd
Add a WITH_GD2 knob.
...
Use RUBY_MOD*.
2002-10-06 21:17:31 +00:00