| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=86b71982e131eaa70125f8d0e725fcade9c4c677
Differential Revision: https://reviews.freebsd.org/D7958
Approved by: koobs (maintainer)
|
|
|
|
|
|
|
|
|
| |
the .rept/.endr parsing logic in clang's inline assembler gets tripped
up.
Approved by: cyberbotx@cyberbotx.com (maintainer)
PR: 212798
MFH: 2016Q3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
aud_aux.c:329:18: error: use of undeclared identifier 'CODEC_ID_MP2'; did you mean 'AV_CODEC_ID_MP2'?
codeid = CODEC_ID_MP2;
^~~~~~~~~~~~
AV_CODEC_ID_MP2
/usr/local/include/libavcodec/avcodec.h:419:5: note: 'AV_CODEC_ID_MP2' declared here
AV_CODEC_ID_MP2 = 0x15000,
^
PR: 208818
Reported by: antoine (via exp-run)
Submitted by: Ben Woods <woodsb02@gmail.com>
Obtained from: Arch Linux
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
|
|
|
|
|
|
|
| |
fetch: http://cdn.bitbucket.org/france/transcode-tcforge/downloads/transcode-1.1.7.tar.bz2: Forbidden
PR: 208818
Submitted by: Ben Woods <woodsb02@gmail.com>
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
PR: 205711
Submitted by: cyberbotx@cyberbotx.com
Approved by: bdrewery
MFH: 2016Q1
|
|
|
|
|
|
| |
PR: 202773
Submitted by: cyberbotx@cyberbotx.com (maintainer)
Reviewed by: riggs
|
|
|
|
|
|
|
|
|
|
| |
WANT_SDL/HAVE_SDL macros allowed a port to check which SDL components
are installed. This goes against the policy of avoiding automatic
dependencies, and there are actually no cases in the portstree where
these knobs are used properly, so axe them out.
Approved by: portmgr (mat)
Differential Revision: D4093
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.
Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.
The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:
audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a
compile-time option and should not be set in source code.
comms/hidapi: Use standard AM_ICONV configure macro to look for iconv.
deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG.
deskutils/ljclive: Override configure test for iconv.
deskutils/owncloudclient: Add USES=iconv and patch test for iconv.
devel/aegis: Bump PORTREVISION because it no longer uses libiconv.
devel/libexplain: Add USES=iconv and override test for iconv.
devel/sdl20: Override configure test for iconv.
emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include
<iconv.h> instead of <sys/iconv.h>.
irc/scrollz: Override configure test for iconv.
japanese/chasen-base: Override configure test for iconv and patch
configure so it no longer adds -liconv to linker flags just because it
happens to be installed.
japanses/eb: Patch configure test for iconv.
japanses/eblook: Override configure test for iconv.
java/jikes: Override configure test for iconv.
multimedia/transcode: Bump PORTREVISION because only one plugin links with
libiconv now.
net/c3270: Override configure test for iconv.
net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The
configure script will always add -liconv to the linker flags when it
happens to be installed which would be wrong but later on binaries are
linked with -Wl,--as-needed and the linker discards -liconv because it
finds iconv*() functions in libc now and no longer in libiconv.
net-mgmt/icinga-*: Remove dependency on iconv.
net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net/asterisk11: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net-p2p/transmission-*: Override configure test for iconv.
www/htmlcxx: Override configure test for iconv.
www/httrack: Override configure test for iconv.
www/xapian-omega: Override configure test for iconv.
x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv.
x11/x3270: Override configure test for iconv.
x11-wm/jwm: Override configure test for iconv.
PR: 202838
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
|
|
| |
- Reset option sorting to default (alphabetical)
PR: 202773
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.144.2533 (from upstream stable branch) [1]
- Switch x264 and libx264 ports to master/slave ports respectively
- Bump PORTREVISION for dependent ports as the shared library version
has changed.
multimedia/x264:
- Clean up and update "updating instructions" in Makefile header
- Tweak COMMENT
- Only LIB_DEPENDS on libx264 and add PLIST_FILES if this isn't the
libx264 port.
- Allow COMMENT, USES, OPTIONS_*, CONFIGURE_ARGS to be overriden in
libx264 port.
- Place common configure arguments in a CONFIGURE_COMMON_ARGS variable
to make overriding values without duplication easier.
- Use --prefix configure argument over post-patch replacements
- Enable stripping of binaries and libraries if DEBUG is off. Remove
post-install target STRIP_CMD accordingly.
- Delete patch-Makefile in favour of patching WRKSRC/configure to
identify amd64, arm64 and mipsn32. powerpc and powerpc64 are now
covered upstream without needing patches.
- Patch out a bogus compiler argument check (cc_check) that results
in -Wno-maybe-uninitialized being added to CFLAGS causing causes
warnings when clang is cc. The cc_check function checks for basename
$CC to identify compiler type (icl, clang, gcc, etc).
multimedia/libx264:
- Remove all Makefile entries that are duplicated or common and found
in the master port (x264).
- Set lib as the PKGNAMEPREFIX
- Tweak COMMENT
- Delete upstreamed ARM patches [1]
- Delete all but one patch, as they duplicate those in x264.
- Dont remove pkgconfig/libdata directory
Changes:
https://git.videolan.org/?p=x264.git;a=shortlog;h=refs/heads/stable
Based on:
PR: 201260 [1]
Submitted by: Andrey Cherkashin <andoriyu gmail com> [1]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
LIBICONV_PLUG is defined in the iconv test, also switch to external
gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5
Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
dependencies
PR: 199099
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Normalize the ImageMagick library name so it stays the same regardless of
what the 16-bit and HDRI option are set to [1]. Teach cmake to look for
the new name. Bump ports that link to the libraries due to this.
- As a result do away with the "HALFSUPPORTED" option block, and list
16-bit and HDRI with the other options.
- ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG
support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2
a mandatory dependency (instead of only when the SVG option was selected).
- Don't touch .keep files in the modules directory, there files there so
it useless.
PR: 194949 [1]
PR: 195227 [2]
Requested by: many [1]
Submitted by: software-freebsd@interfasys.ch [2]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Split x264 into two ports: the CLI application (x264), and the library
(libx264). This will allow x264 to use lavf and friends from ffmpeg for
decoding and demuxing while preventing a circular dependency between the
two: x264 can depend on ffmpeg, but ffmpeg will depend on libx264 rather
than x264.
- Add the LAVF option to the CLI port, making the dependency on ffmpeg
optional.
- Update to 0.142.2455.
- Amend fixes to local patches so that they can apply to the new upstream
files.
- Provide the git revision and other version information to the build
environment, allowing the CLI binary to display this information (like the
Windows builds).
- Remove unsupported build options (X11_OUTPUT).
- Ensure that the library and CLI ports each have the appropriate options.
- Add notes for future contributors who wish to update the ports.
- Bump PORTREVISION for all dependent ports.
PR: 187805
Differential Revision: https://reviews.freebsd.org/D1159
Submitted by: Andrew Berg <aberg010@my.hennepintech.edu>
Approved by: koobs (maintainer, mentor)
|
|
|
|
| |
for ImageMagick. Using '*' it is unsupported and potention bugs here.
|
|
|
|
|
|
|
|
|
|
| |
- Make port ready for ffmpeg 2.4 and later
- Pet portlint
- Bump PORTREVISION
PR: 194161
Submitted by: cyberbotx@cyberbotx.com (maintainer)
MFH: 2014Q4
|
|
|
|
|
|
| |
- Remove USE_AUTOTOOLS
- Add DOCS option
- Remove -lpthread patching
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
| |
- Standardize a few option names
- Bump PORTREVISON since option names have changed
PR: 187687
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
|
|
|
|
|
|
| |
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
|
|
|
|
|
| |
- Switch to USES=libtool
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]
JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
anymore at run-time.
PR: 185462 [1]
PR: 187548 [2]
PR: 182793 [3]
PR: 181746 [4]
PR: 176047 [5]
PR: 190814 [6]
Submitted by: c.petrik.sosa@gmail.com [1]
Matthieu Volat <mazhe@alkumuna.eu> [2]
free.bsd@webstyle.ch [3]
andrnils@gmail.com [4]
rfg@tristatelogic.com [5]
Michelle Sullivan <michelle@sorbs.net> [6]
Approved by: portmgr (blanket) (for NO_STAGED ports)
|
|
|
|
|
|
|
|
| |
- Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1]
- multimedia/libdvdnav: remove dependency to (now removed) dvdread-config
- sysutils/vstrip: remove useless dependency to multimedia/libdvdread
Approved by: portmgr (implicit) [1]
|
|
|
|
| |
Reported by: jenkins (swills)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
|
|
|
|
| |
- Bump dependent ports' revisions
|
|
|
|
|
|
|
| |
- Use new LIB_DEPENDS format
- Detect awk properly
Approved by: portmgr (implicit, blanket), thierry (mentor)
|
|
|
|
|
|
| |
PR: ports/185248
Submitted by: Kevin Oberman <rkoberman@gmail.com>
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer), thierry (mentor)
|
|
|
|
|
|
|
| |
- Update main ffmpeg port to 2.0.1
- Bump and update dependent ports when necessary (API change)
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
|
|
| |
- Update to 20130827 snapshot
- Add CONFIGURE_ARGS to disable OpenCL, fixes configure failure
- Chase library version bump in dependent ports
PR: ports/182484
Submitted by: mm
Reviewed by: kwm, bapt
|
|
|
|
| |
multimedia)
|
|
|
|
| |
Approved by: portmgr (bapt, implicit)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
|
|
|
| |
- Add V4L option [1]
- Remove support for OS < 7.x
- Remove leading article from COMMENT
- Add LICENSE (GPLv2)
- USES gmake
PR: ports/179460
Submitted by: Naram Qashat <cyberbotx cyberbotx.com> (maintainer)
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
|
|
|
|
| |
Reported by: crees
Feature safe: yes
|
|
|
|
|
| |
Reported by: Jeremy Messenger <mezz.freebsd@gmail.com>
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- Trim Makefile headers
- Remove ABI version number from LIB_DEPENDS
PR: ports/172516
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes
|
|
|
|
| |
Switch to new options framework
|
|
|
|
| |
directly or indirectly (via libvorbis, libtheora).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
|
| |
|
|
|
|
|
|
|
|
| |
- libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1]
- libdvdread/libdvdnav: fix endianness handling [2]
Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@)
PR: ports/162197 [1]
|
|
|
|
| |
Bump portrevision of all ports which depend upon it.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Changes:
Update the video stabilization plugins to version 0.80. Speed boost.
PR: ports/163417
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
| |
|
| |
|
|
|
|
| |
- chase library bump
|
| |
|
|
|
|
|
|
|
|
| |
man pages in LOCALBASE. Unbreaks the build as non-root.
. Remove MD5 to keep portlint happy.
PR: 153462
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(via libvorbis, libtheora).
|
|
|
|
|
|
|
|
|
| |
- use ?= for the portrevision of a master port to make it possible to
change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
- done via a semi-automated way (manual review and fixup)
- I tried to take care to not bump ports which only depend optionaly on
lame (with a default of no dependency)
|
|
|
|
|
|
| |
PR: 146311
Submitted by: Ports Fury
Approved by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
| |
Reported by: Naram Qashat via #bsdports
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 141192
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Reported by: Sven Gottner
|
|
|
|
|
| |
PR: 140218
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
|
|
|
|
| |
PR: 138123
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
|
|
|
|
|
|
| |
- While here, remove empty patches
PR: 137410
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
|
|
|
|
|
|
|
| |
Assign new MAINTAINER
PR: ports/131447
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Approved by: itetcu@ (mentor)
|
|
|
|
| |
Tested by: pav on pointyhat
|
| |
|
|
|
|
| |
in configure.
|
|
|
|
|
| |
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
|
|
|
|
|
|
|
|
|
|
| |
-Turn over maintainership
-Bump ports that depend on libdvdread since shared lib
version rolls back from .5 to .4
-Fix multimedia/ogle build with this version
PR: 127849
Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
|
|
|
|
|
|
| |
- Add @ in front of LZO REPLACE_CMD to quieten down the build a bit.
PR: ports/126310
|
|
|
|
|
|
| |
support which needs lzo.
Reviewed by: erwin, itetcu
|
| |
|
| |
|
|
|
|
| |
1.0.6Update to 1.0.6
|
|
|
|
| |
Approved by: ahze via irc
|
|
|
|
| |
Submitted by: cokane
|
|
|
|
| |
Pointyhat to: mi@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Allow WITH_* knobs to be disabled by users using WITHOUT_*
PR: ports/121178
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
|
| |
|
| |
|
|
|
|
|
|
| |
sys/soundcard.h in /usr/include first rather than oss's header.
Reported by: Adonis adonis <adonis77@gmail.com>
|
| |
|
|
|
|
|
| |
Reported by: pav
Obtained from: transcode cvs
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
| |
|
|
|
|
|
| |
PR: ports/113921
Subbmitted by: Naram Qashat <cyberbotx@cyberbotx.com>
|
| |
|
| |
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
| |
- Switch to auto-plist due to get rid of 41 PLIST_SUB's that are hard to maintain
|
| |
|
|
|
|
|
| |
Reported by: many
Submitted by: bms
|
|
|
|
|
|
| |
* PORTREVISION increment
Reviewed by: philip
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, this patch handles all devfs cases (it uses realpath to resolve
symlinks). However, submitter supposes, that we should have a generic way
to detect which device the file belongs to. I'll leave the PR in suspended
state for a better solution come up.
PR: ports/101450
Reported by: Chad Fraleigh <chadf@bookcase.com>
Approved by: multimedia (ahze)
|
| |
|
|
|
|
|
| |
Approved by: erwin (mentor)
Pointy hat to: linimon
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
Approved by: kris (portmgr), sem (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
|
|
|
|
|
|
|
| |
PR: 98512
Submitted by: Christian Hiris <4711@chello.at>
Approved by: arved (mentor)
maintainer timeout (7 weeks)
|
|
|
|
|
| |
PR: ports/97758
Submitted by: Conrad J. Sabatier <conrads at cox.net>
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
|
| |
update.
- portlint(1) while here
|
|
|
|
|
|
|
| |
libtool conversion.
Submitted by: pointhat, itetcu_@IRC, others
Approved by: portmgr (implicit)
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
| |
Pointy hat to: edwin
|
|
|
|
|
|
| |
PR: ports/88828
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
Approved by: Hendrik Scholz <hscholz@raisdorf.net> (maintainer, timeout 1 month)
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION
Add SHA256
PR: 88613
Submitted by: Ulrich Spoerlein <q@galgenberg.net>
Approved by: maintainer timeout, 16 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: 87435
Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
|
| |
PR: ports/84916
Submitted by: Ulrich Spoerlein <q@galgenberg.net>
Approved by: Hendrik Scholz <hscholz@raisdorf.net> (maintainer)
|
|
|
|
|
| |
PR: 83597
Submitted by: q@galgenberg.net
|
|
|
|
|
|
| |
PR: ports/82931
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
Approved by: Hendrik Scholz <hscholz@raisdorf.net> (maintainer)
|
|
|
|
| |
Noticed by: Matthias Andree <matthias.andree@gmx.de>
|
|
|
|
| |
- Bump PORTREVISION.
|
|
|
|
|
| |
Requested by: tim@spyderweb.com.au
PR: ports/81238
|
|
|
|
|
| |
PR: ports/80884
Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
|
|
|
|
|
|
| |
PR: ports/79826 (based on)
Submitted by: Jonathan Lennox <lennox@cnr.cs.columbia.edu>
Approved by: maintainer timeout (15 days)
|
|
|
|
|
|
|
|
| |
by using C comments instead of make(1) constructs.
And as long as I'm here, fix a command misspelling in vm-pop3d.
As prompted by: kris
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
|
|
| |
PR: ports/78727
Submitted by: Frank Altpeter <frank.altpeter@gmail.com>
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/78455
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update WWW: line to new web page
- rename WITH_LIBXML2 knob to WITH_XML
- add freetype2 knob, WITH_FREETYPE
- remove WITH_SUBRIP knob
- remove dependency on nasm, all done with inline c assembly.
- Rename WITH_LIBTHEORA to WITH_THEORA
- use libquicktime now instead of openquicktime, with new
knob WITH_QUICKTIME
PR: ports/77860
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Amd64 Build: pav
|
| |
|
|
|
|
|
| |
PR: 74719
Submitted by: Hendrik Scholz
|
|
|
|
|
|
|
|
|
| |
in order to trace recent ImageMagick update.
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
PR: ports/74487
Approved by: mat
Reviewed by: lofi
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Fix build on recent versions of gcc [1]
- Add support for jpeg-mmx [2]
PR: 74045 [1]
69832 [2]
Submitted by: maintainer [1]
Approved by: adamw (mentor)
|
|
|
|
|
|
|
|
| |
- Fix plist
PR: ports/70774 [1]
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Approved by: maintainer timeout (1 month)
|
|
|
|
|
| |
PR: ports/70187
Submitted by: Hendrik Scholz (maintainer)
|
| |
|
|
|
|
| |
Reported by: Tim Bishop <tim@bishnet.net>
|
|
|
|
|
| |
disable xvid support in avifile and bump PORTREVISION in transcode for
added dependency on xvid4conf.
|
|
|
|
|
|
| |
PR: ports/66856
Submitted by: Lewis Thompson <purple@lewiz.net>
Approved by: maintainer timeout (2 weeks)
|
|
|
|
| |
Pointy hat to: lioux
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
|
|
|
|
|
|
|
|
|
|
| |
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
|
|
|
|
|
|
|
| |
- Add WITH_LIBTHEORA knob (submitted by Michael Johnson)
- Don't build WITH_NASM if it's installed
PR: ports/63402
Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
|
| |
|
|
|
|
| |
(Part 1)
|
| |
|
|
|
|
|
|
|
| |
- Fix libxvidcore.so problem reported by several users.
PR: 58031
Submitted by: maintainer
|
|
|
|
| |
Bump PORTREVISION acordingly.
|
|
|
|
|
| |
PR: 56207
Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
|
|
|
|
|
|
| |
that depend on it.
Approved by: arved (Mentor)
|
|
|
|
| |
use USE_GETOPT_LONG instead.
|
|
|
|
|
| |
PR: ports/54311
Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
|
|
|
|
|
| |
PR: 53430
Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
|
|
|
|
| |
PR: ports/53085
|
|
|
|
|
| |
PR: ports/52837
Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: maintainer
Reported by: kris
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- update MASTER_SITES since the maintainer changed
- add %%WITH_NASM%% knob to Makefile and pkg-plist to honor WITH_NASM
option correctly. Attention: WITH_NASM gets set if bin/nasm is
found but this may not be enough for transcode as nasm >= 0.98.34
is needed. Checking for bin/nasm-0.98.35 might be a way of achieving
this but leads to more work when updating nasm itself.
- add WITH_SUBRIP knob suggested by Michael Nottebrock in
ports/47923 and implemented in ports/48649.
- incorporate dvd_reader.c patch by Atte Peltomaeki which has already
been added in ports/48649
- remove the transcode.c patch from ports/48649 since it made its way
into the main distribution
- add threading patch by Andriy Gapon in ports/48126
- pkg-plist update
PR: 50377
Submitted by: maintainer
|
|
|
|
|
|
|
| |
one, update all appropriate references: *_DEPENDS, CATEGORIES
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- add two patches to allow transcode to compile
- remove .la files from lib/transcode
- update pkg-plist
- make portlint happier
PR: ports/47688
Submitted by: Hendrik Scholz <hendrik@scholz.net>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dependency references from both audio and graphics to multimedia
category.
audio/xmms --> multimedia/xmms
graphics/avifile --> multimedia/avifile
graphics/divx4linux --> multimedia/divx4linux
graphics/ffmpeg --> multimedia/ffmpeg
graphics/libdv --> multimedia/libdv
graphics/libdvdcss --> multimedia/libdvdcss
graphics/libdvdread --> multimedia/libdvdread
graphics/libmpeg2 --> multimedia/libmpeg2
graphics/linux-realplayer --> multimedia/linux-realplayer
graphics/mjpegtools --> multimedia/mjpegtools
graphics/mplayer --> multimedia/mplayer
graphics/mplayer-fonts --> multimedia/mplayer-fonts
graphics/openquicktime --> multimedia/openquicktime
graphics/win32-codecs --> multimedia/win32-codecs
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat)
|
|
|
|
|
|
|
|
|
| |
o Enable port to locate lame libs in a PREFIX safe environment
o Bump PORTREVISION
PR: 44885
Submitted by: somebody@kashmir.etowns.net,
MAINTAINER
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add a Makefile-hack to make transcode's configure-script recognize
liba52 when liba52 was compiled with djbfft.
conceived by: lioux
- Cater for updated libfame (Makefile & pkg-plist changes).
- Remove unnecessary .la-files after installation (and from pkg-plist).
suggested by: Alexander Leidinger
- Add a few missing entries to pkg-plist.
- Bump portrevision.
PR: 38506
Submitted by: Michael Nottebrock <lofi@lofi.dyndns.org>
Approved by: maintainer
|
| |
|
|
|
|
|
| |
PR: 38362
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Remove patches either already applied in distribution or
turned into perl regexp(s)
o Update both COMMENT and DESCR
o Add several WITH_* options
PR: 37138
Submitted by: MAINTAINER,
Michael Nottebrock <michaelnottebrock@gmx.net>
Approved by: MAINTAINER
|
| |
|
|
|
|
|
|
|
|
|
| |
transcode's configure doesn't find libdv because it fails to link
in -ldl. Enclosed is a new patch-ag.
Also, the port's Makefile has a couple of typos
PR: 36703
Submitted by: mreimer@vpop.net
|
|
|
|
|
|
| |
- add handling for optional files.
PR: 32986
|
|
VOB source files, AC3 sound and divx output (and many more).
sharfile disfunctional, each file should end with newline.
mailclient seems to eat tabs away.
PR: 32986
Submitted by: hendrik@scholz.net
|