| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=357139
|
|
|
|
| |
Notes:
svn path=/head/; revision=356069
|
|
|
|
|
|
|
| |
LIB_DEPENDS in benchmarks
Notes:
svn path=/head/; revision=336168
|
|
|
|
|
|
|
| |
benchmarks)
Notes:
svn path=/head/; revision=327708
|
|
|
|
|
|
|
|
|
| |
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}
Approved by: bapt (mentor)
Notes:
svn path=/head/; revision=275235
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/153763
Submitted by: Julien Laffaye <kimelto _AT_ gmail.com> (maintainer)
Notes:
svn path=/head/; revision=267518
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
| |
Notes:
svn path=/head/; revision=263089
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes:
svn path=/head/; revision=261230
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Submitter is now maintainer
- remove files/patch-configure
PR: ports/150071
Submitted by: Julien Laffaye <kimelto _at_ gmail.com>
Approved by: tabthorpe (co-mentor)
Notes:
svn path=/head/; revision=260167
|
|
|
|
|
|
|
|
|
|
| |
to PRs.
Hat: portmgr
Feature safe: yes
Notes:
svn path=/head/; revision=256687
|
|
|
|
|
|
|
|
|
|
|
| |
which will be conflict with default --mandir in bsd.port.mk (testing in
exp run now)
Reported by: pointyhat exp run
Approved by: jmelo (maintainer)
Notes:
svn path=/head/; revision=195737
|
|
|
|
|
|
|
|
|
| |
Pointy hat to: jmelo
- While here, remove 4.X conditional
Notes:
svn path=/head/; revision=187618
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump portrevision.
PR: ports/109590
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Reviewed by: jmelo
Notes:
svn path=/head/; revision=186906
|
|
|
|
|
|
|
| |
Approved by: mnag (mentor)
Notes:
svn path=/head/; revision=158897
|
|
|
|
|
|
|
|
| |
Tested by: me
Approved by: maintainer
Notes:
svn path=/head/; revision=148272
|
|
|
|
|
|
|
|
|
|
|
| |
- Add SHA256
- Use NOT_FOR_ARCHS instead .if
PR: ports/89006
Submitted by: maintainer
Notes:
svn path=/head/; revision=148228
|
|
|
|
|
|
|
| |
Notified by: kris
Notes:
svn path=/head/; revision=146084
|
|
|
|
| |
Notes:
svn path=/head/; revision=146069
|
|
|
|
|
|
|
|
|
|
| |
Make portlint happyer
PR: 87810
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
Notes:
svn path=/head/; revision=146068
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/87620
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Notes:
svn path=/head/; revision=145781
|
|
|
|
|
|
|
| |
Pointy hat passed from cluster via kris to: me
Notes:
svn path=/head/; revision=131843
|
|
|
|
|
|
|
|
| |
- Use PLIST_FILES
- Avoid excessive Makefile-patching
Notes:
svn path=/head/; revision=131775
|
|
|
|
| |
Notes:
svn path=/head/; revision=99295
|
|
|
|
| |
Notes:
svn path=/head/; revision=96008
|
|
|
|
|
|
|
|
| |
PR: 59109
Approved by: marcus (mentor)
Notes:
svn path=/head/; revision=94400
|
|
|
|
| |
Notes:
svn path=/head/; revision=76030
|
|
|
|
|
|
|
|
|
| |
Noticed by: portsurvey.
Submitted by: Andrew 'Onyx' Shevtsov <tridge@samba.org>
Notes:
svn path=/head/; revision=71975
|
|
|
|
|
|
|
| |
Noticed by: portsurvey
Notes:
svn path=/head/; revision=71952
|
|
|
|
|
|
|
| |
And some ports have USE_PERL5=yes now.
Notes:
svn path=/head/; revision=69436
|
|
|
|
|
|
|
| |
Noticed by: bento
Notes:
svn path=/head/; revision=64852
|
|
|
|
| |
Notes:
svn path=/head/; revision=57361
|
|
PR: 35055
Submitted by: Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
Notes:
svn path=/head/; revision=55154
|