Age | Commit message (Collapse) | Author |
|
Approved by: portmgr (bdrewery)
|
|
- Trim Makefile header
|
|
Approved by: swills (mentor)
|
|
- Make the port parallel build (-jX) safe
- Install manual page relative to MANPREFIX
- Convert to OptionsNG (DOCS), sort the knobs, etc.
- Reformat pkg-message, convert three-line pkg-plist
While here, mute REINPLACE_CMD (debug leftover) from previous commit.
Reported by: pointyhat-west
|
|
|
|
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
|
|
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
|
|
Approved by: swills (mentor)
|
|
|
|
Fixes compilation on CURRENT
|
|
While here:
- trim headers
- convert to uses=gmake
- remove now useless pre.mk/post.mk dancing
|
|
|
|
|
|
|
|
Approved by: swills (mentor)
|
|
Submitted by: matt.raspberry@gmail.com
Approved by: crees (mentor)
|
|
Approved by: crees (mentor)
|
|
This uses accept 'env' as an argument for ports that do use their own or a different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
|
|
- Fix build with OpenSSL, path to base lib
PR: ports/179508
Submitted by: Nicolas Raspail <nicolas@whisperingvault.net>
Approved by: maintainer (timeout)
|
|
- Convert to PORT_OPTIONS
- Add a missing directory to pkg-plist
|
|
|
|
fetchnews in verbose mode.
|
|
Reported by: pkg (DEVELOPER_MODE)
|
|
ChangeLog: http://www.leafnode.org/NEWS.txt
|
|
libpar2 has been update and compiles with clang, so as the configure test.
PR: ports/179399
Submitted by: wg (myself)
Approved by: culot / jpaetzel (mentors, implicit), maintainer
|
|
prestart
- Bump PORTREVISION
Reported by: flo
Submitted by: "Mark Felder" <feld@feld.me> (maintainer, private email)
|
|
|
|
- rc script passes rclint now
PR: ports/178886
Submitted by: Mark Felder <feld@feld.me>
|
|
- Fix typo in pkg-descr
- Remove PORTDOCS in Makefile
- USE_GCC for PAR option (test fails with clang)
Changes: http://nzbget.sourceforge.net/History_%28ChangeLog%29
PR: ports/177839 [1]
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> [1]
Approved by: jpaetzel (mentor)
|
|
|
|
|
|
Fix reversed logic in the GTK3 option [1].
PR: ports/177973
Submitted by: Thomas Mueller <tmueller@sysgo.com>
|
|
- Trim Makefile header
- Use OptionsNG for DOCS option
PR: ports/177660 [1]
Submitted by: John Marino <draco@marino.st> [1]
Approved by: culot (mentor)
|
|
- update MASTER_SITES
|
|
Reported by: miwi
|
|
|
|
|
|
|
|
Approved by: portmgr (bapt@)
|
|
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
|
Approved by: portmgr (bapt)
|
|
Approved by: portmgr (bapt)
|
|
Feature safe: yes
|
|
- Fix COMMENT
- Trim header
|
|
"pathfix" instead.
|
|
Approved by: portmgr (bapt)
|
|
Submitted by: naddy
|
|
Submitted by: QAT
|
|
PR: ports/176887
Submitted by: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
Obtained from: pan upstream
|
|
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
|