non port: multimedia/mpeg4ip/Makefile |
SVNWeb
|
Number of commits found: 146 (showing only 100 on this page) |
Sun, 2 Jun 2019
|
[ 10:14 riggs ]
Mark DEPRECATED with expiration date 2019-06-15
Rationale:
There has been no active development for several years. The port also
depends on other outdated, unmaintained code, most notably ffmpeg0
which is also scheduled for removal on 2019-06-15.
The functionality provided by this port is available through
multimedia/ffmpeg, which is actively maintained.
PR: 238093
Reported by: tobik
|
Mon, 18 Mar 2019
|
[ 21:45 jbeich ] (Only the first 10 of 21 ports in this commit are shown above. )
multimedia/x264: update to 0.157.2945
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=72db437770fd1ce3961f624dd57a8e75ff65ae0b
ABI: https://abi-laboratory.pro/tracker/timeline/x264/
|
Mon, 25 Feb 2019
|
[ 13:01 bapt ]
First step at deorbitting esound:
remove esound options where it is possible to, category multimedia
|
Tue, 6 Nov 2018
|
[ 01:50 jbeich ] (Only the first 10 of 188 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
|
Fri, 10 Aug 2018
|
[ 00:55 jbeich ] (Only the first 10 of 27 ports in this commit are shown above. )
multimedia/x264: update to 0.155.2917
- HI10P is always built after
https://git.videolan.org/?p=x264.git;a=commitdiff;h=71ed44c73124
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=0a84d986e7020f8344f00752e3600b9769cc1e85
ABI: https://abi-laboratory.pro/tracker/timeline/x264/
|
Wed, 2 May 2018
|
[ 15:07 jbeich ] (Only the first 10 of 183 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175
|
Mon, 19 Feb 2018
|
[ 07:42 riggs ]
Fix build on clang 6.0.0, bump PORTREVISION
|
Fri, 29 Dec 2017
|
[ 02:55 jbeich ] (Only the first 10 of 22 ports in this commit are shown above. )
multimedia/{lib,}x264: update to 0.152.2854
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=e9a5903edf8ca59ef20e6f4894c196f135af735e
|
Sun, 19 Nov 2017
|
[ 11:37 riggs ] (Only the first 10 of 25 ports in this commit are shown above. )
Chase audio/faac update (ABI incompatible to previous version 1.28)
PR: 223416
Submitted by: riggs
|
Mon, 6 Nov 2017
|
[ 09:28 riggs ]
Retain API compatibility with faac 1.29.9 and later
Details:
- See PR 223416
|
Sun, 29 Oct 2017
|
[ 12:37 riggs ]
Un-break build with lame 3.100
Details:
In recent lame versions, the arrays samplerate_table and
bitrate_table are internal and must be accessed by provided
functions lame_get_bitrate() and lame_get_samplerate()
|
Sun, 20 Nov 2016
|
[ 19:17 jbeich ]
multimedia/mpeg4ip: unbreak with libc++ 3.9
media_utils.cpp:613:9: error: assigning to 'char *' from incompatible type
'const char *'
slash = strchr(name, '/');
^ ~~~~~~~~~~~~~~~~~
PR: 214659
Reviewed by: dim
Approved by: portmgr blanket
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Fri, 23 Sep 2016
|
[ 13:14 jbeich ] (Only the first 10 of 24 ports in this commit are shown above. )
multimedia/x264: update to 0.148.2708
Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=86b71982e131eaa70125f8d0e725fcade9c4c677
Differential Revision: https://reviews.freebsd.org/D7958
Approved by: koobs (maintainer)
|
Sat, 23 Jul 2016
|
[ 06:05 riggs ]
Fix build (remove unnecessary reinplacement)
|
Wed, 20 Jul 2016
|
[ 15:33 mat ] (Only the first 10 of 67 ports in this commit are shown above. )
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight
|
Mon, 23 May 2016
|
[ 20:35 amdmi3 ] (Only the first 10 of 217 ports in this commit are shown above. )
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 7 Feb 2016
|
[ 19:43 kwm ] (Only the first 10 of 17 ports in this commit are shown above. )
Move Mk/bsd.gnome.mk and Mk/bsd.mate.mk to Mk/Uses/.
To use the GNOME or MATE components activate it by adding gnome
or mate to USES. The usage of USE_GNOME/INSTALL_ICONS and for
example GLIB_SCHEMAS has stayed the same.
Like with USES, the use of USE_GNOME and so after bsd.port.pre.mk
is now forbidden. And adapt ports that where still doing that.
Exp-runs done by: antoine@
PR: 205432
Reviewed by: antoine@, mat@
Approved by: portmgr (antoine@)
Differential Revision: https://reviews.freebsd.org/D3653
|
Sun, 13 Sep 2015
|
[ 16:16 kwm ]
Replace HAVE_GNOME based check for esound with a exists() based one.
|
Mon, 7 Sep 2015
|
[ 11:34 danfe ]
Fix small typo that prevented successful builds on big-endian systems.
|
Fri, 3 Jul 2015
|
[ 07:02 koobs ] (Only the first 10 of 36 ports in this commit are shown above. )
multimedia/{lib}x264: Update to 0.144.2533 and major refactor
- 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. (Only the first 15 lines of the commit message are shown above )
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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. (Only the first 15 lines of the commit message are shown above )
|
Sat, 22 Nov 2014
|
[ 16:23 xmj ] (Only the first 10 of 31 ports in this commit are shown above. )
multimedia/x264: General overhaul
- 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)
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Tue, 26 Aug 2014
|
[ 14:06 tijl ] (Only the first 10 of 227 ports in this commit are shown above. )
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Fri, 25 Jul 2014
|
[ 20:09 amdmi3 ]
- Switch multimedia/mp4v2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
Sun, 15 Jun 2014
|
[ 12:17 riggs ]
- Unbreak build with clang
- Update shared lib handling: mp3lame -> libmp3lame.so etc.
- USES libtool
- Stagify
- Pet portlint
- Makefile cleanup
- Rename files/patch-include::mpeg4ip_byteswap.h -> get rid of colons
- Bump PORTREVISION
Approved by: mentors (implicit)
MFH: 2014Q2
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Mon, 26 May 2014
|
[ 12:06 miwi ]
- Convert gmake,xz,bzip to USES
Approved by: portmgr
|
Wed, 9 Oct 2013
|
[ 01:54 wg ]
multimedia/mpeg4ip: link using ffmpeg0
- Link using ffmpeg0
Approved by: portmgr (bapt, implicit)
|
Mon, 7 Oct 2013
|
[ 09:21 koobs ] (Only the first 10 of 15 ports in this commit are shown above. )
multimedia/x264: Update to 20130827 snapshot
- 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
|
Fri, 20 Sep 2013
|
[ 20:57 bapt ] (Only the first 10 of 404 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 26 Jul 2013
|
[ 23:34 bapt ]
Remove non default ARTS option
|
Wed, 26 Sep 2012
|
[ 08:33 bapt ]
Convert to OptionsNG
Removed shlib numbers
|
Fri, 3 Aug 2012
|
[ 15:54 cs ] (Only the first 10 of 88 ports in this commit are shown above. )
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit)
|
Mon, 23 Jul 2012
|
[ 19:27 mm ] (Only the first 10 of 11 ports in this commit are shown above. )
Update multimedia/x264 to 0.125.2201
Switch to new options framework
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Wed, 25 Apr 2012
|
[ 14:19 mm ] (Only the first 10 of 11 ports in this commit are shown above. )
Update x264 to 0.123.2189
|
Sat, 18 Feb 2012
|
[ 10:18 mva ] (Only the first 10 of 537 ports in this commit are shown above. )
- Update devel/sdl12 to 1.2.15
- 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
|
Thu, 16 Feb 2012
|
[ 15:57 ashish ] (Only the first 10 of 379 ports in this commit are shown above. )
- Bump PORTREVISION to chase the update of multimedia/libvpx
|
Sat, 14 Jan 2012
|
[ 22:27 netchild ] (Only the first 10 of 65 ports in this commit are shown above. )
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
|
Wed, 21 Dec 2011
|
[ 08:48 mm ] (Only the first 10 of 12 ports in this commit are shown above. )
Update x264 to 0.119.2113
|
Thu, 10 Nov 2011
|
[ 05:38 linimon ] (Only the first 10 of 34 ports in this commit are shown above. )
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr
|
Thu, 13 Oct 2011
|
[ 08:32 mm ]
Bump x264 library version and PORTREVISION
Reported by: pointyhat (pav)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
|
Mon, 27 Jun 2011
|
[ 22:59 mm ]
Fix C++ build with new ffmpeg (0.7.1)
|
Fri, 24 Jun 2011
|
[ 22:39 mm ] (Only the first 10 of 82 ports in this commit are shown above. )
Bump due to ffmpeg update to 0.7.1
|
Thu, 23 Jun 2011
|
[ 18:09 mm ] (Only the first 10 of 14 ports in this commit are shown above. )
Update to 0.115.2000
|
Thu, 23 Dec 2010
|
[ 08:59 stas ]
- Use getopt_long from libc, rather than the bundled implementation.
The bundled implementation fails to compile.
- Bump portrevision.
Approved by: maintainer timeout (multimedia@, 14 days)
|
Tue, 30 Nov 2010
|
[ 09:50 mm ] (Only the first 10 of 13 ports in this commit are shown above. )
- Update x264 to 0.110.1804
|
Wed, 11 Aug 2010
|
[ 20:58 makc ] (Only the first 10 of 23 ports in this commit are shown above. )
Chase multimedia/mp4v2 update.
PR: ports/148643
Submitted by: Christopher Key <cjk32 at cam.ac.uk>
|
Sat, 24 Jul 2010
|
[ 16:38 mm ] (Only the first 10 of 67 ports in this commit are shown above. )
- Update ffmpeg to 0.6
|
[ 15:30 mm ] (Only the first 10 of 16 ports in this commit are shown above. )
- Update x264 to 20100624 (build 98)
|
Sun, 13 Jun 2010
|
[ 19:05 pav ]
- Disable MMX autodetection on pointyhat to achieve predictable dependency list
|
Thu, 3 Jun 2010
|
[ 08:55 netchild ] (Only the first 10 of 49 ports in this commit are shown above. )
- update audio/lame to 3.98.4
- 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)
|
Wed, 21 Apr 2010
|
[ 12:56 mm ]
- Update x264 to shared library version 85
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Wed, 12 Aug 2009
|
[ 09:17 mm ]
- Fix build error with ffmpeg 0.5
- Add MAKE_JOBS_SAFE for SMP compilation
- Bump portrevision
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Tue, 31 Mar 2009
|
[ 13:58 pav ] (Only the first 10 of 19 ports in this commit are shown above. )
- Update x264 to 0.0.20081218
- Remove x264-gtk
PR: ports/132780
Submitted by: Bapt <baptiste.daroussin@gmail.com>
- Update libquicktime to 1.1.1 to fix build with new x264
Submitted by: kwm
- Chase x264 shlib bump
|
Sat, 21 Feb 2009
|
[ 15:51 miwi ] (Only the first 10 of 24 ports in this commit are shown above. )
- Chase audio/faad shlib bump
|
Sun, 27 Jul 2008
|
[ 23:52 ahze ]
- Update for new ffmpeg
- Switch to using yasm instead of nasm
|
Fri, 6 Jun 2008
|
[ 13:48 edwin ] (Only the first 10 of 149 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Thu, 13 Mar 2008
|
[ 14:28 miwi ] (Only the first 10 of 442 ports in this commit are shown above. )
- Chase devel/sdl12 shlib version bump
|
Fri, 1 Feb 2008
|
[ 12:36 linimon ]
Mark as broken on sparc64: fails to install.
|
Mon, 8 Oct 2007
|
[ 15:38 ahze ]
Update to 1.6.1
|
Wed, 3 Oct 2007
|
[ 21:11 ahze ]
Add v4l webcam support
Submitted by: raaf@zen.mooo.com
More info: http://raaf.atspace.org/
|
Sun, 23 Sep 2007
|
[ 21:18 ahze ]
Update to 1.6
|
Mon, 4 Jun 2007
|
[ 05:20 mezz ]
Get it links with -lavcodec instead of libavcodec.a to fix the runtime of
mp4player and gmp4player to run video file. Bump the PORTREVISION.
Reported by: Heiko Recktenwald <uzs106@uni-bonn.de>
|
[ 03:54 mezz ]
-Fix the build with new x264. [1]
-Remove all X11BASE and FreeBSD 4.x stuff.
Reported by: Heiko Recktenwald <uzs106@uni-bonn.de> [1]
Obtained from: Gentoo CVS [1]
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 28 Mar 2007
|
[ 17:32 pav ]
- Fix after objformat removal
Reported by: pointyhat
|
Mon, 26 Mar 2007
|
[ 21:41 mezz ]
Portlint:
-Remove an extra empty line.
|
Sun, 1 Oct 2006
|
[ 04:08 ahze ]
- Chase x264 update
|
Wed, 20 Sep 2006
|
[ 11:21 stas ] (Only the first 10 of 453 ports in this commit are shown above. )
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
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)
|
Thu, 14 Sep 2006
|
[ 12:12 ahze ]
- Attempt to fix plist on 4.x
Reported by: kris mail
|
Wed, 9 Aug 2006
|
[ 15:32 ahze ]
- Chase libver bump in x264
|
Fri, 23 Jun 2006
|
[ 02:27 ahze ]
- Update to 1.5.0.1
|
Fri, 9 Jun 2006
|
[ 18:00 ahze ] (Only the first 10 of 49 ports in this commit are shown above. )
- Transfer MAINTAINER to multimedia@
Approved by: dhw (postmaster, for using multimedia@ as maintainer)
gnome (gstreamer ports)
|
Fri, 12 May 2006
|
[ 10:43 ahze ]
- Update to 1.5
|
Wed, 10 May 2006
|
[ 22:37 edwin ] (Only the first 10 of 328 ports in this commit are shown above. )
Remove USE_REINPLACE from ports starting with M
|
[ 11:45 ahze ]
- Chase x264 libver bump
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 22 Nov 2005
|
[ 22:09 ahze ]
- Update to 1.4.1
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
|
Thu, 10 Nov 2005
|
[ 13:28 ahze ]
- Update to 1.4
|
Sat, 5 Nov 2005
|
[ 05:22 marcus ] (Only the first 10 of 1045 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared library update.
|
Fri, 28 Oct 2005
|
[ 07:59 jylefort ] (Only the first 10 of 16 ports in this commit are shown above. )
Chase libid3tag update.
|
Thu, 15 Sep 2005
|
[ 21:43 sf ]
PORTREVISION bump for changed plist.
|
[ 21:40 sf ]
fix package. non response from maintainer for 2 weeks.
|
Tue, 24 May 2005
|
[ 21:16 ahze ]
- Add redundant lib depends on libmp4av to mpeg4ip-libmp4v2 to help
with updating to 1.3
- Bump PORTREVISION
|
Fri, 20 May 2005
|
[ 08:08 ahze ]
- Fix build on some configurations of 5.x by using USE_INC_LIBTOOL_VER
and ln -s ${LIBTOOL} ${WRKSRC}/libtool
Reported and Tested by: adamw
|
Thu, 19 May 2005
|
[ 12:42 ahze ] (Only the first 10 of 12 ports in this commit are shown above. )
- Update to 1.3
|
Tue, 22 Mar 2005
|
[ 20:43 ahze ]
- Fix pkg-plist
- Bump PORTREVISION
Pointed out by: sf
Approved by: portmgr (marcus)
|
Mon, 14 Mar 2005
|
[ 02:10 ahze ]
- Don't use gcc34 on 4.x by adding -O2 to CFLAGS
- Use USE_LIBTOOL_VER instead of USE_INC_LIBTOOL_VER since we don't have
USE_GCC=3.4 anymore
|
Sat, 12 Mar 2005
|
[ 10:54 marcus ] (Only the first 10 of 911 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared lib version change.
|
Number of commits found: 146 (showing only 100 on this page) |