| 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=345350
|
|
|
|
|
|
|
|
|
| |
PR: ports/184440, ports/184441, ports/184442, ports/184443, ports/184444, ports/184445, ports/184446, ports/184447, ports/184448, ports/184449, ports/184450
Submitted by: mat
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=335658
|
|
|
|
|
|
|
| |
net)
Notes:
svn path=/head/; revision=327755
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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=271346
|
|
|
|
| |
Notes:
svn path=/head/; revision=269996
|
|
|
|
|
|
|
|
| |
PR: ports/145245
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Notes:
svn path=/head/; revision=254222
|
|
|
|
| |
Notes:
svn path=/head/; revision=233374
|
|
|
|
|
|
|
| |
Submitted by: pointyhat
Notes:
svn path=/head/; revision=225509
|
|
|
|
|
|
|
|
|
| |
- Fix a bug when config file was overriden [1]
Reported by: Anton Yuzhaninov (citrin@RusNet)
Notes:
svn path=/head/; revision=190140
|
|
|
|
| |
Notes:
svn path=/head/; revision=155429
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154193
|
|
|
|
|
|
|
| |
Asked by: many users
Notes:
svn path=/head/; revision=153799
|
|
|
|
|
|
|
|
|
|
|
| |
I haven't had time to maintain net/trafshow. Worse, I don't even use
it myself anymore. Hopefully someone else will pick this up soon.
PR: ports/91441
Submitted by: Ryan Thompson <ryan@sasknow.com> <ryan@sasknow.com>
Notes:
svn path=/head/; revision=152960
|
|
|
|
|
|
|
| |
Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
Notes:
svn path=/head/; revision=147530
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix configuration file handling across updates
[1]:
PR: ports/88123
Submitted by: Serge Maslov <serge@maslov.biz>
Approved by: maintainer
Notes:
svn path=/head/; revision=147375
|
|
|
|
|
|
|
|
|
|
|
|
| |
During the split of trafshow3 and 4, the file patch-ah (a
local enhancement adding the ability to apply masks to
traffic patterns) was removed from files/ .
PR: ports/75685
Submitted by: Ryan Thompson <ryan@sasknow.com>
Notes:
svn path=/head/; revision=126183
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
net/trafshow and net/trafshow4 installs same executable
(bin/trafshow). Both Makefile are missing CONFLICTS= line.
Also added NO_LATEST_LINK for net/trafshow4
PR: ports/71097
Submitted by: Riccardo Torrini <riccardo@torrini.org>
Notes:
svn path=/head/; revision=119381
|
|
|
|
| |
Notes:
svn path=/head/; revision=116482
|
|
|
|
|
|
|
|
|
|
| |
Back out net/trafshow to 3.1.
PR: ports/70428
Submitted by: maintainer
Notes:
svn path=/head/; revision=116468
|
|
|
|
|
|
|
|
| |
PR: ports/70152
Submitted by: maintainer
Notes:
svn path=/head/; revision=115598
|
|
|
|
|
|
|
|
|
| |
PR: ports/69654
Submitted by: Ilya V. Guy <ilya@lisgroup.net>
Approved by: maintainer
Notes:
svn path=/head/; revision=115089
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
|
|
|
|
| |
bump PORTREVISION
PR: 51002, 53807
Submitted by: Luigi Rizzo <rizzo@icir.org>
Ryan Thompson <ryan@sasknow.com>
Notes:
svn path=/head/; revision=83841
|
|
|
|
|
|
|
|
|
|
| |
Fix a typo in the package comment.
PR: 51121
Submitted by: maintainer
Notes:
svn path=/head/; revision=79448
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
|
|
|
| |
And some ports have USE_PERL5=yes now.
Notes:
svn path=/head/; revision=69436
|
|
|
|
|
|
|
|
| |
PR: 37598
Submitted by: maintainer
Notes:
svn path=/head/; revision=58384
|
|
|
|
|
|
|
|
| |
PR: 33592
Submitted by: maintainer, Eugene Grosbein <eugen@grosbein.pp.ru>
Notes:
svn path=/head/; revision=52639
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Grammar corrections to pkg-descr
o Remove bit about adding BPF devices to kernel,
as these are now included in GENERIC
o Hand maintainer over to submitter
PR: 33078
Submitted by: Ryan Thompson <ryan@sasknow.com>
Notes:
svn path=/head/; revision=51959
|
|
|
|
|
|
|
|
|
| |
have been inactive for too long
Approved by: will
Notes:
svn path=/head/; revision=47915
|
|
|
|
|
|
|
|
|
| |
PR: 21460
Submitted by: jeh
Reviewed by: will
Notes:
svn path=/head/; revision=43603
|
|
|
|
| |
Notes:
svn path=/head/; revision=37252
|
|
|
|
| |
Notes:
svn path=/head/; revision=35188
|
|
|
|
| |
Notes:
svn path=/head/; revision=34422
|
|
|
|
|
|
|
|
|
|
| |
No response from the MAINTAINER in a month.
PR: 21288
Submitted by: James E. Housley <jim@thehousleys.net> (me)
Notes:
svn path=/head/; revision=34421
|
|
|
|
|
|
|
|
|
|
| |
- Add WWW: line into pkg/DESCR
PR: 19345
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes:
svn path=/head/; revision=29934
|
|
|
|
| |
Notes:
svn path=/head/; revision=27423
|
|
|
|
| |
Notes:
svn path=/head/; revision=25547
|
|
|
|
|
|
|
|
| |
Submitted by: Michael Vasilenko <acid@stu.cn.ua>
PR: ports/15907, ports/16296
Notes:
svn path=/head/; revision=25030
|
|
|
|
| |
Notes:
svn path=/head/; revision=21126
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
Notes:
svn path=/head/; revision=19803
|
|
|
|
| |
Notes:
svn path=/head/; revision=12624
|
|
|
|
| |
Notes:
svn path=/head/; revision=10719
|
|
|
|
|
|
|
| |
PR: 5815
Notes:
svn path=/head/; revision=10689
|
|
|
|
|
|
|
|
| |
PR: 4211
Submitted by: Igor Vinokurov <igor@zynaps.ru>
Notes:
svn path=/head/; revision=7567
|
|
|
|
|
|
|
| |
Submitted by: ache (Andrey A. Chernov)
Notes:
svn path=/head/; revision=7517
|
|
|
|
|
|
|
| |
Found by: distfile checker
Notes:
svn path=/head/; revision=7387
|
|
|
|
| |
Notes:
svn path=/head/; revision=4575
|