Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build on alpha ARCH | lioux | 2003-05-14 | 1 | -0/+17 |
| | |||||
* | Fix build on alpha ARCH: emms asm opcode should be noop in non-i386 | lioux | 2003-05-14 | 1 | -1/+9 |
| | | | | non-MMX ARCH | ||||
* | We need to include sys/types.h for the bt848 stuff under 5.x, this is | alfred | 2003-05-14 | 1 | -0/+10 |
| | | | | | | harmless on 4.x. Approved by: chein | ||||
* | Mark xawtv broken on architectures w/o a machine/ioctl_bt848.h (e.g. | oliver | 2003-05-13 | 1 | -0/+4 |
| | | | | | | FreeBSD 4 on alpha) Submitted By: bento | ||||
* | Upgrade to version 0.5.3. | pb | 2003-05-13 | 4 | -62/+6 |
| | |||||
* | xdvshow is a DV/RTP viewer on X11. | simokawa | 2003-05-13 | 7 | -0/+62 |
| | | | | Reviewed by: nork | ||||
* | o Add missing dependency to WITH_HTTP knob | lioux | 2003-05-13 | 2 | -0/+4 |
| | | | | | | | o Bump PORTREVISION due to dependency change PR: 49062 Submitted by: Alexander Nedotsukov <bland@mail.ru> | ||||
* | Fix patch: sh if statements end with token fi | lioux | 2003-05-13 | 1 | -1/+2 |
| | | | | Noticed by: Sergey Akifyev <asa@gascom.ru> | ||||
* | Reset maintainer on ports formerly maintained by dillon | kris | 2003-05-12 | 1 | -1/+1 |
| | | | | Submitted by: dillon | ||||
* | Update to 1.0.2 | lioux | 2003-05-12 | 2 | -2/+2 |
| | |||||
* | Upgrade to dvts-patch-20030512. | simokawa | 2003-05-12 | 2 | -3/+3 |
| | |||||
* | MFkde-freebsd Repository: | arved | 2003-05-12 | 2 | -0/+22 |
| | | | | | | | | Add a patch that defuses a configure-check which keeps blowing up on some people. Submitted by: Alexander Kirillov <nevis2us@infline.ru>, Charles Anderson <caa@midgard.dhs.org> | ||||
* | make the browser plugin usable | ijliao | 2003-05-12 | 4 | -4/+20 |
| | | | | | PR: 52004 Submitted by: maintainer | ||||
* | - Fix build on -stable | ijliao | 2003-05-12 | 5 | -26/+63 |
| | | | | | | | - Utilize USE_GETOPT_LONG PR: 51869 Submitted by: Ports Fury | ||||
* | Support CC/CFLAGS properly | ijliao | 2003-05-12 | 2 | -12/+23 |
| | | | | | PR: 51867 Submitted by: Ports Fury | ||||
* | Update to dvts-patch-20030511. | simokawa | 2003-05-11 | 2 | -2/+3 |
| | |||||
* | - allow build with more warnings enabled, NO_WERROR=yes | dinoex | 2003-05-11 | 2 | -0/+10 |
| | | | | - no response from maintainer since 2003-04-05 | ||||
* | Only apply the PTHREAD_LIBS fix to 5.x branch | lioux | 2003-05-11 | 1 | -2/+2 |
| | |||||
* | Fix small typo: sed recipy should be 's|before|after|', not | lioux | 2003-05-11 | 1 | -1/+1 |
| | | | | s'|before|after|' | ||||
* | o For some reason configure is not propagating PTHREAD_LIBS to the | lioux | 2003-05-11 | 1 | -2/+9 |
| | | | | | | | | makefiles in the SDL lib lines in the 5.x branch. Add PTHREAD_LIBS by hand on those. o Unmark BROKEN Submitted by: David Yeske <dyeske@yahoo.com> | ||||
* | Unmark BROKEN by fixing PLIST. According to bento logs, the error | lioux | 2003-05-11 | 2 | -3/+4 |
| | | | | | | | is actually a PLIST packaging error, not a build error. Prompted by: bento Submitted by: adamw | ||||
* | o Do not check return of dlerror(3) to see if there was an error. | lioux | 2003-05-11 | 2 | -0/+12 |
| | | | | | | | | | dlerror(3) holds the value of the LAST dlsym(3) error. It does not tell if an error occured in the last dlsym(3) call. It could have happened before. o Bump PORTREVISION Submitted by: nectar | ||||
* | Fix build on alpha ARCH | lioux | 2003-05-11 | 2 | -14/+22 |
| | | | | Submitted by: marcus | ||||
* | Add specific handling of and appropriate dependences for | lioux | 2003-05-11 | 3 | -3/+26 |
| | | | | | | libexec/gst-player-view binary Submitted by: marcus | ||||
* | Update to 0.9. | adamw | 2003-05-10 | 4 | -13/+12 |
| | | | | | | | | | **NOTE**: If you get a libtool error, reinstall mjpegtools. Compilation against xvid is now functional. PR: 51251 Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer) | ||||
* | dbts 1.0a, A imprementation of Digital Video Transport System, is a | nork | 2003-05-09 | 6 | -0/+52 |
| | | | | | | | package of DV/RTP. Requested by: simokawa Reviewed by: simokawa | ||||
* | Add ${PTHREAD_LIBS} because they are missing in `gtk-config --libs`. | fjoe | 2003-05-07 | 1 | -1/+4 |
| | |||||
* | Unbreak by fixing pkg-plist: | arved | 2003-05-07 | 2 | -5/+3 |
| | | | | | | | | | | 1) preview filter needs libdv, so add %%WITH_LIBDV%% 2) remove %%WITH_OGG%% for the ogg import/export filters since transcode builds the modules anyway. `strings export_ogg` reveals that ogg shell tools are used but their existance is not tested. PR: 51917 Submitted by: Hendrik Scholz <hendrik@scholz.net> | ||||
* | Rename a patch file. | joe | 2003-05-07 | 2 | -26/+0 |
| | | | | Requested by: lioux@FreeBSD.org | ||||
* | BROKEN: Broken pkg-plist | kris | 2003-05-07 | 1 | -0/+2 |
| | |||||
* | BROKEN: Does not compile | kris | 2003-05-06 | 1 | -0/+2 |
| | |||||
* | BROKEN: Does not compile | kris | 2003-05-06 | 1 | -0/+2 |
| | |||||
* | redefine the MAINTAINER field with my FreeBSD address | oliver | 2003-05-06 | 1 | -1/+1 |
| | | | | Approved By: alex (mentor) | ||||
* | * Update to 0.97.0 | marcus | 2003-05-02 | 2 | -4/+20 |
| | | | | | | | | * Add optional libdvdnav support [1] PR: 51208 [1] Submitted by: maintainer [1] Approved by: maintainer | ||||
* | Update to 0.7.4.a | lioux | 2003-05-01 | 8 | -20/+106 |
| | | | | Approved by: maintainer | ||||
* | Update to 1-beta11. | nobutaka | 2003-04-29 | 4 | -9/+17 |
| | |||||
* | Add "PKGNAMEPREFIX=linux-" to linux binary ports | lioux | 2003-04-29 | 2 | -0/+2 |
| | |||||
* | Fix build when WITH_QUICKTIME is enabled | lioux | 2003-04-27 | 1 | -0/+3 |
| | | | | | PR: 51473 Submitted by: Ulrich Spoerlein <q@uni.de> | ||||
* | Remove gini port by inappropriate primary CATEGORIES. | nork | 2003-04-27 | 7 | -111/+0 |
| | | | | | Pointed out by: adamw Pointy hat to: myself | ||||
* | Add gini 0.5.1, a lightweight media streaming server, mostly | nork | 2003-04-26 | 7 | -0/+111 |
| | | | | | | | | | Icecast/Shoutcast compatible streaming server for broadcasting Ogg Vorbis, MP3, RIFF AVI, ASF/WMV, QuickTime and RealMedia format files. PR: ports/51335 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> | ||||
* | Fix a not complete clean dependency on aalib. | nork | 2003-04-25 | 1 | -0/+17 |
| | | | | | | PR: ports/51403 Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer) Suggested by: Dennis Kj_r Jensen <signout@signout.dk> | ||||
* | Fix WWW | arved | 2003-04-24 | 2 | -3/+3 |
| | | | | portlint | ||||
* | Only try to access OSVERSION variable after <bsd.port.pre.mk> include | lioux | 2003-04-24 | 1 | -2/+2 |
| | | | | Submitted by: FreshPorts ports check service | ||||
* | Improve libgnugetopt handling: use OSVERSION variable to handle | lioux | 2003-04-24 | 1 | -0/+3 |
| | | | | -CURRENT which has getopt_long in libc | ||||
* | Update URL. | kuriyama | 2003-04-24 | 2 | -2/+2 |
| | | | | | Submitted by: MA, Dunzi <tadalunch@sources.redhat.com> PR: ports/48301 | ||||
* | Update to 0.96.0. | marcus | 2003-04-23 | 3 | -5/+7 |
| | | | | Approved by: timeout from maintainer | ||||
* | Update to new USE_GNOME options | lioux | 2003-04-22 | 2 | -13/+8 |
| | |||||
* | Update to 0.5.1 | lioux | 2003-04-22 | 2 | -13/+8 |
| | |||||
* | Update to 0.6.1 | lioux | 2003-04-22 | 18 | -64/+154 |
| | | | | Submitted by: marcus | ||||
* | Convert to new GNOME infrastructure. | marcus | 2003-04-22 | 1 | -4/+1 |
| |