mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
9df78543e0
This is a partial revert of commit 60955c0a09
which removed transcode
and ports depending on it for not building with -fno-common.
multimedia/transcode: Revert removal of port
The transcode port has been fixed to build with -fno-common by adding
1 "extern" and 3 "static" keywords to prevent some global symbols to
be defined in multiple files that are linked into one binary.
While here fix a few issues reported by "make stage-qa".
multimedia/dvdrip: remove DEPRECATED
multimedia/mkxvcd: remove DEPRECATED
multimedia/subtitleripper: remove DEPRECATED
While here add TIMESTAMP to distinfo of these ports and make portlint
and portclippy happy.
multimedia/transcode: Add TIMESTAMP to distinfo
12 lines
413 B
Plaintext
12 lines
413 B
Plaintext
--- import/Makefile.in.orig 2009-07-18 08:16:35.000000000 -0400
|
|
+++ import/Makefile.in 2009-07-18 11:11:51.000000000 -0400
|
|
@@ -458,7 +458,7 @@
|
|
distclean-recursive maintainer-clean-recursive
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
-DIST_SUBDIRS = framegen nuv v4l
|
|
+DIST_SUBDIRS = framegen v4l %%NUV%%
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
A52_CFLAGS = @A52_CFLAGS@
|
|
A52_LIBS = @A52_LIBS@
|