| 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)
|
|
|
|
| |
- Add missing OPTIONS_DEFINE
|
|
|
|
|
|
| |
LIB_DEPENDS in astro
With hat: portmgr
|
|
|
|
| |
astro)
|
| |
|
| |
|
|
|
|
| |
Trim headers
|
| |
|
|
|
|
| |
Feature safe: yes
|
| |
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
| |
|
|
|
|
|
| |
PR: 140112
Submitted by: Ports Fury
|
|
|
|
| |
starting with A
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
| |
Approved by: Pav (wearing portmgr hat)
|
|
|
|
|
|
|
|
|
|
|
| |
- Augment MASTER_SITES
- Convert pkg-message -> files/pkg-message.in
- Mute MKDIRs
- Tidy up package description and message (kill EOL spaces, add a fullstop,
reformat slightly)
- Properly reindent Makefile header
Reported by: pointyhat [1]
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
| |
<nick@netdot.net>: host renny.slash.netdot.net[65.254.45.140] said: 550 5.1.1
<nick@netdot.net>... User unknown (in reply to RCPT TO command)
|
|
|
|
|
| |
Discussed with: kris
Approved by: portmgr (implicit)
|
|
|
|
| |
Approved by: krion@
|
| |
|
|
|
|
|
|
|
|
|
| |
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.
Approved by: portmgr, maintainers of sqlite and related ports
|
| |
|
|
|
|
|
|
| |
PR: ports/66903 (based on)
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Approved by: maintainer timeout (2 weeks)
|
| |
|
|
|
|
| |
(Part 2)
|
| |
|
|
|
|
|
|
|
|
| |
update of ports/astro/roadmap from 0.14 to 1.0rc6
PR: ports/53991
Submitted by: bruno <bruno@mail.tinkerbox.org>
Approved by: Nicholas Esborn <nick@netdot.net> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
* Includes patches missing from previous commit
PR: 50015
Submitted by: Nicholas Esborn <nick@netdot.net>
|
|
|
|
|
| |
Noticed by: bento and kris
Approved by: kris
|
|
|
|
|
|
|
|
|
|
| |
- Port is now portlint-safe
- Quality of port greatly improved
- Update submitted as diff
- Obsoletes ports/48550
PR: 48725
Submitted by: Nicholas Esborn <nick@netdot.net>
|
| |
|
|
details on fetching map files and setting up the maps database.
PR: ports/44910
Submitted by: Nicholas Esborn <nick@netdot.net>
|