| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
| |
|
| |
|
|
|
|
|
| |
- Add LICENSE_FILE
- Switch to options helpers
|
|
|
|
| |
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
|
|
|
|
|
|
| |
Categories: irc, x11-clocks, benchmarks, misc, textproc
approved by: PTHREAD blanket
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
added to LIBS to make sure they appear after any -L and -l flags set by
upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.
Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.
PR: 190592
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
|
|
|
|
|
|
| |
polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop .la files
- Since xosd shlib version has changed, bump all ports which depend on it
- Stagify deskutils/xneur
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
|
| |
|
|
|
|
|
| |
- Use options helpers
- Convert LIB_DEPENDS to new syntax
|
|
|
|
| |
misc)
|
| |
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
| |
Reported by: madpilot
Feature safe: yes
|
|
|
|
|
|
|
| |
- Drop no longer relevant adjustment of ltmain.sh
- Move PATCH_STRIP downstairs a bit
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- Rebase existing milliseconds timeout patch up to -p1 so we can have Xft
patch unmodified to avoid gratuitous differences with various GNU/Linux
distributions out there
Obtained from: Puppy Linux Discussion Forum
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
milliseconds (obviously, since it breaks API compatibility, it must
be disabled by default)
- Specify correct delay units in osd_cat program (including usage
information), its manual page, and XMMS plugin code
- Drop explicit shlib version numbers from LIB_DEPENDS (but not for
libgdk-pixbuf, to avoid a clash with `graphics/gdk-pixbuf2')
- Explicitly disable Beep Media Player plugin (just in case)
- Cleanup Makefile, define LICENSE (GPLv2), sort the knobs
- Install a few documentation files while I am here
- Improve COMMENT and port description, update WWW line
Feature safe: yes
|
|
|
|
|
| |
PR: 169677
Reported by: Alfred Bartsch <bartsch at dssgmbh dot de>
|
| |
|
| |
|
|
|
|
|
| |
PR: 158663
Submitted by: Guido Falsi
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/136375
Submitted by: Olexandr Davydenko <o.davydenko@gmail.com>
Approved by: wxs@/itectu@ (mentors, implicit)
|
|
|
|
|
|
| |
to email.
Hat: portmgr
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 123493
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
| |
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
|
| |
PR: ports/109925 (based on)
Submitted by: rafan
Approved by: maintainer timeout (perky; 18 days)
|
| |
|
|
|
|
|
| |
Discussed with: kris
Approved by: portmgr (implicit)
|
|
|
|
|
|
| |
PR: 91285 (part of)
Submitted by: David Le Brun <david@dyn-ns.net>
Approved by: maintainer timeout (more than month)
|
|
|
|
|
|
|
|
|
|
| |
on gdk-pixbuf only if building xmms plugin and remove gtk12 dependency
as it would be catched up xmms.
- Don't print sed's output
PR: 92347
Submitted by: novel
Approved by: maintainer timeout (2 weeks)
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
| |
PR: 73662
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
|
|
|
|
|
| |
PR: ports/71066
Submitted by: maintainer
|
|
|
|
| |
Submitted by: Greg J. <xcas@cox.net>
|
|
|
|
|
| |
PR: 68906
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
|
| |
|
|
|
|
|
| |
PR: 67352
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
(Part 1)
|
| |
|
|
|
|
|
| |
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
Approved by: (unbreak of port builds)
|
|
|
|
| |
use USE_GETOPT_LONG instead.
|
|
|
|
|
|
|
|
| |
- Allow building WITHOUT_XMMS. [2]
PR: 51494 [1]
Submitted by: Sebastian Yepes <Sebastian@mail.x123.info> [1]
Suggested by: Andy Fawcett <andy@athame.co.uk> [2]
|
| |
|
|
|
|
|
| |
(We don't need to run autotools anymore here. The original tarball
is shipped with `configure' now. :)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Add LIB_DEPEND on gdk-pixbuf [1]
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> [1]
PR: 47726 [1]
|
|
|
|
| |
the author removes his old distfiles when every new version comes out.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
Approved by: perky (maintainer)
|
| |
|
|
|
|
|
| |
PR: 42286
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
| |
|
| |
|
|
|
|
| |
Approved by: cjh (mentor)
|
|
|
|
|
| |
PR: 38359
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 36253
Submitted by: Norikatsu Shigemura <FreeBSD-gnats-submit@freebsd.org>
Approved by: maintainer
|
|
|
|
|
| |
PR: 34372
Submitted by: maintainer
|
| |
|
|
|
|
|
|
| |
files/patch-aa; this fixes xosd's needless squandering of cpu resources.
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From MAINTAINER:
1) Add GTK/GLIB lib depends.
2) Fix building without xmms.
3) Install header file.
4) Correct xmms-config && gtk12-config paths.
From will@:
5] Respect ${CC}.
6] Respect ${GLIB_CONFIG}.
7] Respect ${PTHREAD_[CFLAGS,LIBS]}.
PR: 27479
Submitted by: maintainer
|
|
PR: 27015
Submitted by: Hye-Shik Chang <perky@python.or.kr>
|