| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: ports/196629
Submitted by: dim@
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
|
|
|
| |
after r362656.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
when an older version of a package is installed. This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries. For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries. Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.
With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.
This partially reverts r358784.
PR: 191611
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
| |
Use class instead of struct for RateCtl in encoderparams.hh. Class RateCtl is
defined in ratectl.hh and used elsewhere in the code too.
Fix headerguard typo in ontheflyratectlpass[12].hh.
Found by: Clang
|
|
|
|
| |
Reported by: Ajtim <lumiwa@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changes that Debian made to their libtool. The first command applies to
libtool versions 1.4 and up. The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down. It applies to 2.x. Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).
The third and fourth command fix relinking. During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory. This allows running an
executable that links to libA from within the work directory. The relink
removes this extra runpath.
When libtool relinks libA it replaces "libB.la" on the linker command line
with "-L${STAGEDIR}${PREFIX}/lib -lB" with the intention to link to libB in
the stage directory but this -L flag isn't necessarily the first so another
libB may be linked instead. The two sed commands make relink the same as a
normal link. This means libtool will relink with libraries from the work
directory using a path similar to "../srcB/.libs/libB.so" without -L flags.
This applies to libtool 1.4 and up. Earlier versions don't seem to relink
libraries.
(This fixes ports like devel/apr1 so they link with freshly built libraries
instead of installed libraries.)
Fix all ports with missing libraries.
Additionally:
archivers/rpm4: USES=patchfix.
databases/gdbm: INSTALL_TARGET=install-strip.
devel/gnome-vfs: remove patch that doesn't change anything.
devel/ois: INSTALL_TARGET=install-strip and use standard USE_AUTOTOOLS.
devel/zziplib: INSTALL_TARGET=install-strip, MAKE_CMD.
multimedia/mjpegtools: remove USE_AUTOTOOLS, use modern compiler on i386
instead of disabling optimisations.
net/libnetdude: disable static plugins.
PR: 190941
Exp-run: antoine
Approved by: portmgr (antoine)
|
|
|
|
| |
- Bump PORTREVISION on ports depending on it, since the shlib version changed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
upstream forgot to regenerate the build scripts. This makes the build use
the correct version information and causes a library version bump. Use
this opportunity to use USES=libtool instead of USES=libtool:oldver.
Bump PORTREVISION on all dependent ports and convert them to USES=libtool
where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS
syntax here and there.
games/freedink-engine:
- Option helpers.
- Staging.
- Use dirrmtry for locale directories.
games/oolite:
- Staging.
- Replace ECHO with ECHO_CMD.
- Don't use GNUSTEP_PREFIX to install files because it expands to
LOCALBASE rather than PREFIX.
games/openssn:
- Remove USES=desktop-file-utils. No MimeType field in desktop file.
- Staging.
- Install files in standard DATADIR.
games/xblast:
- Use proper options.
- Staging.
- Patch configure so normal make install can be used instead of do-install.
- Replace TAR | TAR with COPYTREE_SHARE.
|
|
|
|
|
| |
PR: 185934
Submitted by: ports fury
|
| |
|
|
|
|
| |
multimedia)
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
|
|
|
| |
USES=pkgconfig and USES=pathfix
|
|
|
|
| |
Trim headers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix build with non-default compiler on i386
- Add MAKE_JOBS_SAFE
New file:
files/patch-y4mdenoise__MotionSercher.hh
Remove file:
files/patch-utils-Makefile.in
PR: ports/169005
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
|
| |
- Flip GTK2 option to default:off to enable package build with default options
Reported by: pointyhat
|
|
|
|
| |
the setting of SDL.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/161871
Submitted by: "Edward.Sanford.Sutton, III" <mirror176@cox.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
Hat: portmgr
Feature safe: yes
|
|
|
|
|
|
|
| |
- fix plist when WITHOUT_GTK2 is requested
Approved by: multimedia (kwm)
Approved by: sahil (mentor)
|
|
|
|
|
|
|
| |
PR: ports/157885
Submitted by: Jimmie James <jimmiejaz@gmail.com>
Approved by: multimedia (kwm)
Approved by: sahil (mentor)
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
- Update Mk/bsd.sdl.mk for the new shared lib version
- Bump portrevisions for all ports depending on graphics/sdl_gfx
|
|
|
|
| |
- chase library bump
|
| |
|
|
|
|
|
| |
PR: 146308
Submitted by: Ports Fury
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
|
| |
PR: 143816
Submitted by: Ports Fury
|
| |
|
|
|
|
| |
starting with M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
|
|
|
| |
Tested by: pav on pointyhat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/120265
Submitted by: Yuri
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The current mjpegtools (mpeg2enc for example) is dumping core way
too often to be able to do useful media conversions.
This version has been running on my system for two weeks now and
it works much better.
portrevision bump for multimedia/lives multimedia/mjpegtools-yuvfilters
multimedia/y4mscaler since they have LIB_DEPENDS on this port. Other
ports having RUN_DEPENDS on this port are not bumped.
PR: ports/113878
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: Michael Johnson <ahze@ahze.net>
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
| |
Reported by: krismail
|
| |
|
|
|
|
| |
Submitted by: stas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a few of out of date stuff in post-patch.
- Correct the USE_GETOPT_LONG, no need a check of FreeBSD version.
- Near all of knobs were not work, and option flags and dependenies were out
of date.
* Remove WITH_LIBMOVTAR, WITH_LIBDV_PAL, WITHOUT_AVIFILE and
WITH_JPEGMMX.
* Rename WITH_LIBDV -> WITH_DV (follow /usr/ports/KNOBS).
* Now depend on GTK2, not GTK1, with an autocheck and a new
WITH_GTK2 knob.
* Add new knobs: WITHOUT_PNG, WITHOUT_X11 and WITH_GTK2
* Make sure to not disable SDL if you want GTK2 otherwise it
will not working.
* All of knobs now work correct again with the update of
option flags.
- Fix the plist when you use knobs.
- Bump the PORTREVISION.
|
|
|
|
| |
-Use -[0-9]* in CONFLICT.
|
|
|
|
|
| |
Approved by: dhw (postmaster, for using multimedia@ as maintainer)
gnome (gstreamer ports)
|
|
|
|
| |
Approved by: ahze
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
|
| |
Submitted by: ankon via irc.freenode.org/#FreeBSD-GNOME
Obtained from: mjpeg cvs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
- Add SIZE to a few ports
|
| |
|
|
|
|
| |
Reported by: kris mail
|
|
|
|
|
|
|
| |
- Fix mplex on 4.x
PR: 83689
Submitted by: Sven Berkvens-Matthijsse <sven@berkvens.net>
|
|
|
|
|
| |
PR: 83596
Submitted by: q@galgenberg.net
|
| |
|
|
|
|
| |
Approved by: marcus (portmgr hat)
|
| |
|
|
|
|
|
| |
hopefully fix build on !i386 !amd64. Avifile support is only enabled
for i386 and amd64
|
|
|
|
|
| |
PR: ports/76709
Submitted by: Ulrich Spoerlein <q@uni.de>
|
|
|
|
| |
caring step father; he has submitted the last 3 major fixes
|
|
|
|
|
|
|
|
| |
- Switch to bash 3
PR: ports/73746 [1]
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
Approved by: maintainer timeout (4 months)
|
| |
|
|
|
|
|
| |
PR: 72559
Submitted by: ahze
|
|
|
|
|
|
|
| |
mjpegtools uses libquicktime now
PR: 71751
Submitted by: ahze
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix plist
- Respect CC and CFLAGS
- Fix WITH_QUICKTIME knob
PR: ports/69452, ports/69595
Submitted by: Michael Johnson <ahze@ahze.net>,
Christian Hiris <4711@chello.at>
Approved by: maintainer timeout (1 month)
|
|
|
|
|
|
|
|
|
|
| |
o BUILD_DEPENDS on devel/nasm only on ${ARCH} == i386 [1]
o RUN_DEPENDS on shells/bash2 since scripts are using it. Must take
time to rewrite them for sh compliancy
o Bump PORTREVISION due to dependency changes [1]
PR: 64145 [1]
Submitted by: michael jonson <ahze@ahze.net> [1]
|
|
|
|
|
| |
PR: 64721
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
|
| |
|
|
|
|
| |
on sdl12-1.2.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
PR: ports/61805
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
|
| |
- Add patch to add assert header [1]
- Add patch to make assembly routine gcc3 friendly (obtained from Gentoo) [1]
- Patch path to bash in two scripts
- Remove USE_SIZE=yes it's default now and Portlint
PR: ports/63745
Submitted by: michael johnson <ahze@ahze.net>
|
| |
|
| |
|
|
|
|
| |
(Part 1)
|
|
|
|
| |
Reported by: Dorian Büttner <Dorian.Buettner@gmx.de>
|
|
|
|
|
|
|
| |
is actually a PLIST packaging error, not a build error.
Prompted by: bento
Submitted by: adamw
|
| |
|
|
|
|
|
| |
PR: 51473
Submitted by: Ulrich Spoerlein <q@uni.de>
|
| |
|
|
|
|
| |
-CURRENT which has getopt_long in libc
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
port. Only depend on libgnugetopt in such scenario: less dependencies
and decreases chance of problems with -CURRENT vs libgnugetopt.
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> et al
Approved by: portmgr (self & no objections)
|
|
|
|
|
|
|
| |
references from graphics to multimedia category
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat)
|
|
|
|
|
| |
PR: 43378
Submitted by: adam@vectors.cx
|
|
|
|
| |
installations
|
| |
|
|
|
|
|
| |
PR: 42383
Prompted by: Frank Mayhar <frank@exit.com>
|
|
|
|
|
|
|
| |
o Use opportunity to fine tune post-patch target
PR: 40652
Prompted by: jbw <j.bw@verizon.net>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
support in i386 platforms
o Bump PORTREVISION
|
|
videos in MPEG format
o Patch written by Adrian De Groot <adridg@aramis.cs.kun.nl>
|