| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=371283
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
- Use option helper
- Define DOCS option
- Unmute install commands
Notes:
svn path=/head/; revision=352479
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=347760
|
|
|
|
|
|
|
| |
graphics)
Notes:
svn path=/head/; revision=327733
|
|
|
|
| |
Notes:
svn path=/head/; revision=324437
|
|
|
|
|
|
|
|
|
|
| |
- Remove indefinite article from COMMENT
PR: ports/179453 [1]
Submitted by: John Marino <draco@marino.st>
Notes:
svn path=/head/; revision=320559
|
|
|
|
| |
Notes:
svn path=/head/; revision=320366
|
|
|
|
|
|
|
|
|
|
| |
- Trim Makefile headers
- Convert to optionsNG
- Update LIB_DEPENDS
- Reset maintainer to ports@
Notes:
svn path=/head/; revision=318136
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=294411
|
|
|
|
| |
Notes:
svn path=/head/; revision=292350
|
|
|
|
| |
Notes:
svn path=/head/; revision=289062
|
|
|
|
|
|
|
|
|
|
|
| |
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
Notes:
svn path=/head/; revision=284232
|
|
|
|
| |
Notes:
svn path=/head/; revision=279158
|
|
|
|
| |
Notes:
svn path=/head/; revision=273832
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=267978
|
|
|
|
| |
Notes:
svn path=/head/; revision=266713
|
|
|
|
| |
Notes:
svn path=/head/; revision=262894
|
|
|
|
| |
Notes:
svn path=/head/; revision=260399
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=257256
|
|
|
|
| |
Notes:
svn path=/head/; revision=255042
|
|
|
|
|
|
|
|
|
|
| |
- Update my mail adress to FreeBSD
Approved by: miwi(mentor), jadawin(co-mentor)
Feature safe: yes
Notes:
svn path=/head/; revision=241590
|
|
|
|
|
|
|
|
| |
PR: 137352
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=238962
|
|
|
|
|
|
|
| |
Approved by: old maintainer
Notes:
svn path=/head/; revision=238763
|
|
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|
|
|
|
|
|
|
|
|
| |
PR: 133091
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=233013
|
|
|
|
|
|
|
|
| |
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail
Notes:
svn path=/head/; revision=231835
|
|
|
|
|
|
|
|
|
|
|
| |
- Style
PR: ports/120022
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: Konosuke Shiomi <yukinopo@livedoor.com> (maintainer)
Notes:
svn path=/head/; revision=207700
|
|
|
|
|
|
|
|
| |
- 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=161496
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154157
|
|
|
|
| |
Notes:
svn path=/head/; revision=106662
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
|
|
|
| |
PHPLot depends on Apache. This patch adds Apache2 support.
PR: ports/52727
Submitted by: Richard Arends <richard@unixguru.nl>
Notes:
svn path=/head/; revision=90901
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
graphics/gd(based on 1.8.4) -> graphics/gd1
graphics/gd2(based on 2.0.15) -> graphics/gd
graphics/p5-GD(based on 1.41) -> graphics/p5-GD1
graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
japanese/gd -> japanese/gd1
japanese/gd2 -> japanese/gd
o Include some feature
WITH_XPM(w/, w/o WITHOUT_X11)
o Chase this modification
o Fix build error [1]
PR: ports/54540
Submitted by: Ports Fury
Approved by: maintainer (blanket)
Reported by: bento via kris [1]
Notes:
svn path=/head/; revision=87214
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Do not install everything except headers and libraries
(to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).
PR: ports/54100
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=84696
|
|
|
|
| |
Notes:
svn path=/head/; revision=76036
|
|
a PHP class for creating scientific and business charts.
PR: ports/31426
Submitted by: yukinopo@livedoor.com
Notes:
svn path=/head/; revision=50930
|