| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=360454
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=351411
|
|
|
|
|
|
|
|
| |
Use options helpers
Install data
Notes:
svn path=/head/; revision=346812
|
|
|
|
|
|
|
| |
installed.
Notes:
svn path=/head/; revision=345227
|
|
|
|
|
|
|
|
|
| |
LIB_DEPENDS in astro
With hat: portmgr
Notes:
svn path=/head/; revision=336154
|
|
|
|
|
|
|
| |
astro)
Notes:
svn path=/head/; revision=327701
|
|
|
|
|
|
|
| |
Approved by: novel (maintainer)
Notes:
svn path=/head/; revision=305486
|
|
|
|
|
|
|
| |
Reported by: Justim <freebsd.users@gmail.com> via ports/168642
Notes:
svn path=/head/; revision=298497
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
| |
Notes:
svn path=/head/; revision=296301
|
|
|
|
|
|
|
|
| |
PR: ports/163589
Approved by: novel (maintainer)
Notes:
svn path=/head/; revision=287983
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=269594
|
|
|
|
|
|
|
|
|
| |
PR: ports/149525
Submitted by: avilla
Approved by: novel (maintainer timeout), tabthorpe (mentor)
Notes:
svn path=/head/; revision=260381
|
|
|
|
| |
Notes:
svn path=/head/; revision=254019
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
| |
Tested by: pav on pointyhat
Notes:
svn path=/head/; revision=238018
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214428
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Approved by: Pav (wearing portmgr hat)
Notes:
svn path=/head/; revision=196069
|
|
|
|
|
|
|
|
| |
- 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=161245
|
|
|
|
| |
Notes:
svn path=/head/; revision=147269
|
|
|
|
| |
Notes:
svn path=/head/; revision=137683
|
|
|
|
|
|
|
| |
Requested by: Dan Langille <dan@langille.org>
Notes:
svn path=/head/; revision=133477
|
|
|
|
| |
Notes:
svn path=/head/; revision=130974
|
|
|
|
|
|
|
| |
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=130591
|
|
|
|
|
|
|
|
| |
PR: ports/74776
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Notes:
svn path=/head/; revision=123463
|
|
|
|
|
|
|
| |
big upgrade.
Notes:
svn path=/head/; revision=121070
|
|
|
|
|
|
|
|
| |
PR: ports/73457
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Notes:
svn path=/head/; revision=120908
|
|
|
|
|
|
|
|
| |
PR: 69673
Submitted by: maintainer
Notes:
svn path=/head/; revision=114903
|
|
|
|
|
|
|
|
|
|
| |
- Typo: WITH_TIFF should really be WITHOUT_TIFF
PR: ports/69497
Submitted by: maintainer
Notes:
svn path=/head/; revision=114514
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/69330
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Notes:
svn path=/head/; revision=114451
|
|
|
|
|
|
|
|
|
| |
fix build on -stable
Noticed by: Dominik Brettnacher <domi@saargate.de>
Notes:
svn path=/head/; revision=109830
|
|
|
|
| |
Notes:
svn path=/head/; revision=105298
|
|
|
|
|
|
|
| |
gcc 3.2 is currently broken
Notes:
svn path=/head/; revision=100683
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
|
|
|
|
|
| |
PR: 61094
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
Approved by: erwin (mentor) (implicitly)
Notes:
svn path=/head/; revision=97721
|
|
|
|
| |
Notes:
svn path=/head/; revision=96477
|
|
|
|
|
|
|
| |
Reported by: Quincey Koziol <koziol@ncsa.uiuc.edu>
Notes:
svn path=/head/; revision=78522
|
|
|
|
|
|
|
|
|
| |
reset maintainer to ports
Approved by: maintainer (will@)
Notes:
svn path=/head/; revision=78406
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
|
| |
PR: 40251, 40252, 40253, 40254
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes:
svn path=/head/; revision=62517
|
|
|
|
|
|
|
|
|
|
|
| |
use a specific version of Tk and other fluff. Install the markers that
come with the xearth port.
PR: 36185 (Update to 0.93)
Submitted by: Lars Eggert <larse@isi.edu>
Notes:
svn path=/head/; revision=59491
|
|
|
|
|
|
|
| |
Notified by: author
Notes:
svn path=/head/; revision=46619
|
|
|
|
|
|
|
| |
Noted by: author (10 days ago)
Notes:
svn path=/head/; revision=44065
|
|
|
|
|
|
|
| |
Notified by: author
Notes:
svn path=/head/; revision=40827
|
|
|
|
| |
Notes:
svn path=/head/; revision=37252
|