| 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 D-F.
CR: D196
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=357277
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=355707
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
Notes:
svn path=/head/; revision=352986
|
|
|
|
|
|
|
| |
devel part 1)
Notes:
svn path=/head/; revision=327722
|
|
|
|
|
|
|
|
|
|
|
| |
connotations with official Open Group trademark; new spelling is often used
informally to denote any operating system that closely resembles the
trademarked system (quoting Wikipedia and common knowledge).
Feature safe: yes
Notes:
svn path=/head/; revision=285854
|
|
|
|
|
|
|
|
|
|
| |
can do this job better and yet be more readable and straightforward.
Verified by: comparing build logs
Feature safe: yes
Notes:
svn path=/head/; revision=285585
|
|
|
|
| |
Notes:
svn path=/head/; revision=285245
|
|
|
|
| |
Notes:
svn path=/head/; revision=266849
|
|
|
|
|
|
|
|
| |
- Add LICENSE (GPLv2) and retouch the comments
- Drop MD5 hash from distinfo
Notes:
svn path=/head/; revision=266848
|
|
|
|
| |
Notes:
svn path=/head/; revision=257860
|
|
|
|
|
|
|
|
|
|
|
| |
Remove USE_LDCONFIG actually, the port doesn't need it.
PR: based on ports/146365
Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua>
Approved by: danfe@ (maintainer)
Notes:
svn path=/head/; revision=256131
|
|
|
|
|
|
|
|
|
|
|
|
| |
prevents certain macros from expanding correctly, and the build woes
- Clean up Makefile while here: fix line wraps, reorder knobs, simplify
PORTDOCS handling
Bug ID (nasm@sf.net tracker): 3005117
Fix suggested by: Frank Kotler
Notes:
svn path=/head/; revision=254742
|
|
|
|
| |
Notes:
svn path=/head/; revision=242641
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- Reorganize Makefile
- Kill pkg-plist
- Axe out implied USE_REINPLACE
Triggered into by: fenner's distfile survey [1]
Notes:
svn path=/head/; revision=156586
|
|
|
|
|
|
|
|
|
|
| |
- $FOO -> ${FOO}
- Reformat description so it looks nicer
- Kill attribution (submitter's name mentioned in Makefile header)
- Add SHA256 checksum per new world order
Notes:
svn path=/head/; revision=150045
|
|
|
|
|
|
|
|
|
| |
PR: ports/88157
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: maintainer timeout (1 month)
Notes:
svn path=/head/; revision=150039
|
|
|
|
|
|
|
| |
Reported by: pointyhat via kris
Notes:
svn path=/head/; revision=134127
|
|
|
|
|
|
|
| |
Approved by: portmgr (marcus)
Notes:
svn path=/head/; revision=131879
|
|
|
|
| |
Notes:
svn path=/head/; revision=129966
|
|
|
|
|
|
|
| |
Reported by: kris on behalf of pointyhat
Notes:
svn path=/head/; revision=127772
|
|
|
|
|
|
|
|
|
| |
- Utilize REINPLACE
- Tidy up Makefile
- Take maintainership
Notes:
svn path=/head/; revision=127407
|
|
|
|
| |
Notes:
svn path=/head/; revision=112691
|
|
|
|
| |
Notes:
svn path=/head/; revision=100266
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
| |
Notes:
svn path=/head/; revision=92900
|
|
|
|
| |
Notes:
svn path=/head/; revision=91402
|
|
|
|
|
|
|
|
|
|
| |
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
Notes:
svn path=/head/; revision=82300
|
|
|
|
| |
Notes:
svn path=/head/; revision=81231
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
| |
Submitted by: fenner
Notes:
svn path=/head/; revision=45364
|
|
|
|
| |
Notes:
svn path=/head/; revision=42599
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=39705
|
|
language.
PR: 24519
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes:
svn path=/head/; revision=39472
|