Commit graph

46 commits

Author SHA1 Message Date
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
wiz
2c72a9f0b9 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00
asau
a19397ba81 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
marino
8434c05220 multimedia/fxtv: Update old DragonFly patch
Apparently mouse header moved from <machine/mouse.h> to
<sys/mouse.h> at some point in the last 6 years.
2012-08-11 12:17:21 +00:00
wiz
5a1e8b0499 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:40:37 +00:00
dholland
96b131efcc Bump PKGREVISION (to 18) for previous. 2011-07-05 03:27:49 +00:00
dholland
6ed83acafe Patch LP64 problems, add patch comments, fix some pkglint.
This may or may not fully run on LP64 platforms but it's much more
likely to now than previously.
2011-07-05 03:27:22 +00:00
dholland
c3879d2c74 Add xf86dgaproto to hopefully fix -5 native X failure. 2011-07-05 01:59:46 +00:00
wiz
14cf47528c Fix build with png-1.5. 2011-01-14 10:55:42 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
tnn
4536b0ab20 Support PKGMANDIR 2009-10-31 19:40:33 +00:00
joerg
075143803c Correctly install files. Addresses PR 41958. No cookie wiz. 2009-08-30 16:07:20 +00:00
wiz
04ea1be8c2 Convert to user-destdir. 2009-08-29 11:49:05 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
rillig
eab0fc77af Allow unprivileged users to install this package. 2008-02-20 13:23:46 +00:00
jmcneill
a98d6a0834 Bump PKGREVISION for amd64 fixes. 2008-01-16 13:54:39 +00:00
jmcneill
fb4568d8da Regen. 2008-01-16 13:54:17 +00:00
jmcneill
2b201090df Use fixed sizes for TV_* typedefs; makes fxtv work on amd64. 2008-01-16 13:53:55 +00:00
joerg
3d312e0b06 Modular Xorg support. This doesn't really use Xaw3D, so depend on
libXaw as that is what is actually used for headers. Bump revision.
2007-01-26 15:15:50 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00
tron
c1384f3bac Remove as maintainer of this packages. I cannot use "fxtv" any more
because I don't have an anlog TV feed into the house.
2006-09-25 13:23:22 +00:00
tron
eed9ed5ca7 Avoid lvalue cast to make this compile with GCC 4.x. 2006-06-30 18:11:39 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
d56c4945f5 Add some missing files from last commit. Fixes DragonFly support. 2006-01-05 19:07:44 +00:00
joerg
1ac5e42122 Add DragonFly support. Fix a GCC 3.4+ issue: #ifdef 0 doesn't work. 2006-01-03 15:03:02 +00:00
wiz
926075cea7 fxtv only supports Xaw3d anyway, so just include Xaw3d's bl3.mk
file instead of using the general Xaw framework.
While here, s/echo/${ECHO}/

Ok'd by maintainer tron@
2005-06-01 16:41:26 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
5ae9517d74 Add RMD160 digests. 2005-02-24 11:24:01 +00:00
wiz
aca05748bb Since updating Xaw3d to 1.5E, fxtv breaks (during startup) when
compiled with -O2 -- remove it. While here, do some minor cleanups
in the package Makefile.  Bump PKGREVISION so that working versions
can be identified.
2005-02-23 01:11:47 +00:00
wiz
a4ad3b1a36 Sort. 2005-02-23 01:06:21 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
tron
1b89d43900 Don't use extra commans in "-Wl" commands which apparently cause problems
with either the "libtool" or "buildlink3" framework. This fixes the build
problem discovered in recent bulk builds.
2004-09-28 15:26:09 +00:00
heinz
ab369beb4f Use option "-r" instead of "-e" for the '[' command since this is not
portable to some operating systems (eg UnixWare or IRIX 5).
2004-05-23 15:09:06 +00:00
snj
e9321cb373 Convert to buildlink3. 2004-04-18 07:07:06 +00:00
jmmv
a0d42f9ac4 Use the audio device pointed to by DEVOSSAUDIO, instead of hardcoding
/dev/audio in patches.  Bump PKGREVISION to 5 to force a rebuild.
Found by veego@.
2004-02-22 10:00:31 +00:00
jmmv
f3cc95de98 Move fxtv to the new multimedia category (coming from graphics).
This is version 1.03nb4.
2004-01-26 11:36:35 +00:00