| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
2015-01-13 x11/rxvt-devel: No longer developed nor maintained and deprecated by x11/xvt and x11/rxvt-unicode
2015-01-15 comms/spandsp-devel: Use newer comms/spandsp
2015-01-16 multimedia/universal-media-server: "RC script broken, especially prestart target"
Notes:
svn path=/head/; revision=377217
|
|
|
|
|
|
|
| |
PR: 195034
Notes:
svn path=/head/; revision=374822
|
|
|
|
|
|
|
|
| |
PR: 195034
Submitted by: A.J. "Fonz" van Werven <freebsd@skysmurf.nl>
Notes:
svn path=/head/; revision=374820
|
|
|
|
| |
Notes:
svn path=/head/; revision=363352
|
|
|
|
| |
Notes:
svn path=/head/; revision=360082
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=357486
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket infrastructure)
Notes:
svn path=/head/; revision=339339
|
|
|
|
|
|
|
|
|
| |
- Fix LIB_DEPENDS
- Fix COMMENT
- Fix USE_GMAKE
Notes:
svn path=/head/; revision=330199
|
|
|
|
|
|
|
| |
x11)
Notes:
svn path=/head/; revision=327777
|
|
|
|
|
|
|
|
|
|
|
| |
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@)
Notes:
svn path=/head/; revision=324007
|
|
|
|
| |
Notes:
svn path=/head/; revision=305323
|
|
|
|
|
|
|
| |
Submitted by: Former maintainer
Notes:
svn path=/head/; revision=285290
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/156544
Submitted by: Marcin Cieslak <saper@saper.info>
Approved by: maintainer
Notes:
svn path=/head/; revision=275902
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
|
|
| |
PR: 143954
Submitted by: bf <bf1783@gmail.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=253990
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=251277
|
|
|
|
|
|
|
| |
starting with X
Notes:
svn path=/head/; revision=240078
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
Notes:
svn path=/head/; revision=238781
|
|
|
|
|
|
|
|
|
| |
PR: 136595
Submitted by: bf <bf1783@gmail.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=237671
|
|
|
|
|
|
|
|
|
|
|
|
| |
In FreeBSD -CURRENT, pseudo-terminals are named /dev/pts/%u. This
confuses rxvt-devel. Change the source to allow this naming scheme as
well. I still have to write a similar patch for rxvt, because this
version does not apply.
Approved by: port maintainer
Notes:
svn path=/head/; revision=229590
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 125877 / 125882
Submitted by: Andy Kosela <akosela@andykosela.com>
Notes:
svn path=/head/; revision=217984
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
|
|
|
| |
- Correct comment: we don't have chinese/rxvt these days
PR: ports/122281 [1]
Submitted by: Yoshiaki Kasahara <kasahara at nc.kyushu-u.ac.jp> [1]
Notes:
svn path=/head/; revision=210629
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes:
svn path=/head/; revision=209811
|
|
|
|
|
|
|
|
| |
PR: ports/98590
Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
Notes:
svn path=/head/; revision=205002
|
|
|
|
|
|
|
| |
dependency on wget.
Notes:
svn path=/head/; revision=204684
|
|
|
|
| |
Notes:
svn path=/head/; revision=204529
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
| |
Notes:
svn path=/head/; revision=183830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- from submitter
WITH_XGETDEFAULT which enables resource checking
via X's function instead of rxvt's own version. I'm using
this option for a long time, it would be better if I can
turn it on via a knob.Add a new know WITH_XGETDEFAULT which
enables resource checking via X's function instead of rxvt's
own version. I'm using this option for a long time, it would
be better if I can turn it on via a knob.
PR: 96152
Submitted by: Rong-En Fan <rafan_AT_infor dot org>
Notes:
svn path=/head/; revision=163838
|
|
|
|
|
|
|
| |
Submitted by: pointyhat (kris)
Notes:
svn path=/head/; revision=160624
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Add fresh MASTER_SITES
o Remove WWW tag from DESCR since developer's domain has expired
[1]
o Pass DESCR file through fmt(1)
Submitted by: Ted Cabeen <ted@cabeen.org> [1]
Notes:
svn path=/head/; revision=157924
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=148323
|
|
|
|
| |
Notes:
svn path=/head/; revision=147883
|
|
|
|
|
|
|
|
| |
PR: 84647
Submitted by: Marcin Cieslak <saper@system.pl>
Notes:
svn path=/head/; revision=144753
|
|
|
|
| |
Notes:
svn path=/head/; revision=138831
|
|
|
|
| |
Notes:
svn path=/head/; revision=125124
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Notes:
svn path=/head/; revision=113296
|
|
|
|
|
|
|
|
| |
PR: 62734
Submitted by: Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp>
Notes:
svn path=/head/; revision=104032
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=103963
|
|
|
|
| |
Notes:
svn path=/head/; revision=100321
|
|
|
|
|
|
|
| |
Submitted by: Oliver Eikemeier
Notes:
svn path=/head/; revision=94477
|
|
|
|
|
|
|
| |
"perl -pi -e" construction.
Notes:
svn path=/head/; revision=94465
|
|
|
|
|
|
|
|
|
| |
timeout (43 days).
While I'm at it, update 2.7.8 -> 2.7.10. This fixes XIM OverTheSpot for me.
Notes:
svn path=/head/; revision=86680
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
Notes:
svn path=/head/; revision=83696
|
|
|
|
|
|
|
|
|
|
| |
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
Notes:
svn path=/head/; revision=82300
|
|
|
|
| |
Notes:
svn path=/head/; revision=81219
|
|
|
|
| |
Notes:
svn path=/head/; revision=76311
|