depend on the generated header; convert USE_GMAKE
- Use contemporary form of MASTER_SITES for local distfiles
- Convert to OptionsNG (SSL and EXAMPLES only this time)
- Utilize REINPLACE_CMD more vividly in post-patch
- Simplify installation of examples while here
Reported by: marino
Approved by: miwi, bapt (portmgr, implicit)
- 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
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)
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
- 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)
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
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines
PR: ports/175415 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with: bapt
- Convert to OptionsNG
- Trim header while here
- Remove indefinite article from COMMENT
- Remove ABI version numbers from LIB_DEPENDS
- Remove LICENSE_FILE since GPLv2 is in Templates/Licenses
- Install example config
PR: ports/174306
PR: ports/175851
Submitted by: Jeff Burchell <toxic@doobie.com> (maintainer)
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
Submitted by: Mark Felder <feld@feld.me>
Approved by: Jeff Burchell <toxic@doobie.com> (maintainer)
mail2nntp is a bridge from email realm to the newsgroup one.
It can be used to replicate a mailing-list on a newsgroup server.
It is a generic toot, using NNTP network commands
WWW: http://sourceforge.net/projects/mail2nntp/
PR: 176120
Submitted by: gary@hayers.org
Fix an installation error to fresh PREFIX directories, where a file was
installed one directory level too close to the root (lib/newsstar) and
renamed.
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings.
- TCL is no longer supported.
- Use new option framework.
- USE_PYTHON implies inclusion of bsd.python.mk.
- There are no --with-max-socket, --with-etc-dir and --with-datarootdirdir in configure.
- empty({PORT_OPTIONS:MTAGGED_HASH) NOT implies LARGE_FILES.
- Add missed files to plist
PR: 169666
Submitted by: Hung-te Liang <lhd AT cs DOT nctu DOT edu DOT tw>
- while here move away from "cp" license installation
in favor of license framework, respect PORTDOCS and move
from other "cp" installations to copytree installations.
PR: ports/165024
Submitted by: maintainer, dab at rj45.org
- Bump PORTREVISION.
The port didn't package most of the contents of share/examples/inn,
but attempted to use them in exec/unexec portions of the package list,
producing errors for binary package installations.
PR: 159977 [1]
PR: 155436
Submitted by: hag@linnaean.org [1]
Approved by: fluffy (maintainer timeout)
- install license via license framework, not manually
- use USE_TWISTED_RUN instead of direct depends
- strict python version (will not work with 3.x)
PR: 163975 [1]
Submitted by: W.Scholten <w-info at xs4all dot nl>
Approved by: maintainer (timeout; 2 weeks)
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
audio/shoutcast Unfetchable; website rearranged
audio/linux-shoutcast Unfetchable; website rearranged
chinese/scim-chewing Does not configure
converters/py-cjkcodecs Integrated into every python version in the tree
databases/kpogre Does not compile
deskutils/mhc Does not fetch
deskutils/org-mode.el6 Does not fetch
deskutils/gemcal Does not fetch
devel/erlang-thrift Does not build
dns/domtools Does not fetch
editors/richtext Does not compile
games/vultures-claw Does not fetch
games/bomb Does not fetch
games/lgeneral-data Bad plist
games/linux-enemyterritory-jaymod Does not fetch
games/xphotohunter Does not fetch
graphics/gimpshop Fails to patch
graphics/lightspark-devel Does not compile
graphics/xmms-plazma Does not fetch
graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt Does not fetch, fails to build with new utmpx
japanese/epic4 Some distfiles do not fetch
java/jde Does not fetch
java/kaffe Does not fetch
korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86 Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript Does not fetch
lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops Does not build
mail/itraxp Does not build
misc/tellico Leaves file behind on deinstall
net/gsambad Does not fetch
net/nocatauth-gateway Uses a UID registered to another port
net/nocatauth-server Uses a UID registered to another port
net/libosip2 Does not fetch
net/kmuddy Does not fetch
net/netboot Does not build
net-mgmt/jffnms Does not fetch
net-p2p/frostwire Does not fetch
net-p2p/azureus Does not fetch
news/cleanscore Does not fetch
news/nntpswitch Does not fetch
news/p5-NewsLib Does not fetch
russian/cyrproxy Does not fetch
science/gerris Does not fetch
security/opensaml Does not fetch
sysutils/wmbattery Does not fetch
sysutils/cpuburn No more public distfiles
textproc/tei-guidelines-p4 Does not fetch
textproc/tei-p4 Does not fetch
textproc/py-hyperestraier Does not fetch
textproc/tdtd.el Does not fetch
textproc/tei-lite Does not fetch
www/phpwiki13 Does not fetch
www/p5-Apache-Scoreboard Depends on mod_perl
www/p5-B-LexInfo Broken due the new mod_perl2 API
www/phpwiki Does not fetch
www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now
www/spip Checksum is changing daily
www/monkey Does not fetch
x11-toolkits/jdic Does not fetch
x11-toolkits/py-kde Does not compile
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
astro/gkrellsun Abandonware
astro/xrmap No more distfiles
audio/midimountain Abandonware
audio/gkrellmss Abandonware
audio/gnapster Abandonware
databases/xbase No more public distfiles
databases/xbsql No more public distfiles
games/gtkabale No more public distfiles
games/battleball No more public distfiles, does not compile on ia64 or sparc64
games/race No more public distfiles
games/stvef-paks No more public distfiles
games/stvef-server No more public distfiles
games/tome No more public distfiles
games/qkmj No more public distfiles
games/oilwar No more public distfiles
games/xbaby No more public distfiles
games/xword Abandonware
games/kslide No more public distfiles
graphics/xmrm No more public distfiles, does not compile on amd64 or sparc64
graphics/giftrans Upstream disappeared and distfile is not available
graphics/wildmagic BROKEN for more than 6 months, does not fetch
irc/ircd-rusnet No more public distfiles
irc/tkirc No more public distfiles
korean/mizifont No more public distfiles
lang/freetxl No more public distfiles
math/nsc2ke No more public distfiles
misc/mgp-mode.el No more public distfiles
multimedia/p5-RIFF-Info No more public distfiles
net/p5-Net-OpenDHT No more public distfiles
net/mudix No more public distfiles
net-im/newsbot No more public distfiles
net-im/libicq2000 Abandonware
net-im/gossip No longer maintain by upstream, use net-im/empathy instead
net-im/ickle Abandonware
net-mgmt/nipper BROKEN for more than 6 month, does not fetch
net-p2p/mldonkey-serverspy No more public distfiles
news/p5-Gateway No more public distfiles
print/epsmerge No more public distfiles
science/at No more public distfiles
science/pyvox No more public distfiles
security/p5-Email-Obfuscate No more public distfiles
security/libparanoia No more public distfiles
security/execwrap No more public distfiles
2011-09-01 sysutils/wots: No more public distfiles
2011-09-15 sysutils/gpart: Upstream disappeared
2011-09-01 sysutils/plod: No more public distfiles
2011-09-01 sysutils/checkservice: BROKEN for more than 6 month
2011-09-01 security/nsm-console: BROKEN for more than 6 month
2011-09-01 security/fressh: No more public distfiles
2011-09-01 palm/pose: No more public distfiles
2011-09-01 palm/isilo: No more public distfiles
2011-09-01 news/ija: BROKEN for more than 6 month
2011-09-01 news/PicMonger: Abandonware
2011-09-01 korean/pgp.language: No more public distfiles
2011-09-01 games/xgammon: No more public distfiles
2011-09-01 korean/hanIM: No more public distfiles
2011-09-01 misc/gplbp: No more public distfiles
2011-09-01 net/vyqchat: No more public distfiles
2011-09-01 news/xmitbin: No more public distfiles
2011-09-01 games/tvp: No more public distfiles
2011-09-01 games/glasteroids: No more public distfiles
2011-09-01 games/xscrabble: No more public distfiles
2011-09-01 games/xbat: No more public distfiles
2011-09-01 korean/hanmiscutils: No more public distfiles
2011-09-01 net-p2p/hagelslag: No more public distfiles
2011-09-01 games/cgoban2: No more public distfiles
2011-09-01 games/krosswordplayer: No more public distfiles
2011-09-01 korean/helvis: No more public distfiles
2011-09-01 print/mgv: No more public distfiles
2011-09-01 japanese/linux-JM: No more public distfiles
2011-09-01 games/xlines: No more public distfiles
2011-09-01 games/xgame: No more public distfiles
2011-09-01 net/ttt: No more public distfiles
2011-09-01 games/merlin: No more public distfiles
2011-09-01 games/xshisen: No more public distfiles
2011-09-01 games/slige: No more public distfiles
2011-09-01 games/wmtimebomb: No more public distfiles
2011-09-01 net-mgmt/cfgstoragemk: No more public distfiles
already including on python 2.5 and later versions. These are
already the required versions for the port.
o Remove ELEMENTTREE from OPTIONS
o Bump PORTREVISION due to dependency list change
PR: 159867
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-01 korean/a2ps: Looks like an abandonware, no more public distfiles
2011-08-01 korean/bitchx: Look like an abandonware, no more public distifles
2011-08-01 korean/elm: Look like an abandonware, no more public distifles
2011-08-01 korean/linuxdoc-sgml: Look like an abandonware, no more public distifles
2011-08-01 korean/mod_url: Look like an abandonware, no more public distifles
2011-08-01 korean/nh2ps: Look like an abandonware, no more public distifles
2011-08-01 korean/pinetreefonts: No more public distfile
2011-08-01 mail/bincimap: No more public distfile
2011-08-01 mail/cmail: No more public distfile
2011-08-01 math/hexcalc: Look like an abandonware, no more public distifles
2011-08-01 math/qgfe: Look like an abandonware, no more public distifles
2011-08-01 misc/ewipe: Look like an abandonware, no more public distifles
2011-08-01 misc/gkrellmfmonitor2: Look like an abandonware, no more public distifles
2011-08-01 misc/gkx86info: Look like an abandonware, no more public distifles
2011-08-01 multimedia/goggles: Abandonware, see: http://www.fifthplanet.net/2010/01/dead-projects-goggles-dvd-player.html
2011-08-01 multimedia/ldvd: Abandonware
2011-08-01 multimedia/linux-divx4linux: No more needed
2011-08-01 multimedia/linux-divx4linux4: No more needed
2011-08-01 multimedia/ogle: Abandonware
2011-08-01 multimedia/ogle-gui: Abandonware
2011-08-01 multimedia/okle: Abandonware
2011-08-01 multimedia/subconv: Look like an abandonware, no more public distifles
2011-08-01 net/callgen323: Look like an abandonware, no more public distifles
2011-08-01 net/lyntin: No longer under active development
2011-08-01 net/py-rt: No more public distfiles, looks like an abandonware
2011-08-01 net/rwhoisd: Looks like an abandonware, no more public distfiles
2011-08-01 net/traffic: Looks like an abandonware, no more public distfiles
2011-07-23 net-im/gnomeicu: No longer maintain by upstream, use net-im/empathy instead
2011-08-01 net-mgmt/trafd: Look like an abandonware, no more public distifles
2011-08-01 net-p2p/gkrellm-gift: Look like an abandonware, no more public distifles
2011-08-01 news/bgrab: Looks like an abandonware, no more public distfiles
2011-08-01 news/rkive: Looks like an abandonware, no more public distfiles
2011-08-01 polish/sap: Looks like an abandonware, no more public distfiles
2011-08-01 print/nenscript: Looks like an abandonware, no more public distfiles
2011-05-01 news/leafnode+: Upstream disapear and distfile is no more available
2011-05-01 news/pyne: Upstream disapear and distfile is no more available
2011-05-01 news/slurp: Upstream disapear and distfile is no more available
2011-05-01 news/unpost: Upstream disapear and distfile is no more available
2011-04-17 cad/tclspice: has been broken for more than a year
2011-04-17 comms/hcfmdm: does not compile on 7.X or higher
2011-04-17 databases/mysqlcc: has been broken for almost a year
2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer
2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer
2011-04-17 devel/lamson: has been broken for a half year
2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer
2011-04-17 devel/djgpp-gcc: has been broken for half a year
2011-04-17 devel/gauche-sdl: has been broken for a year
2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up
2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer
2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer
2011-04-17 graphics/libvisual-plugins: has been broken for 3 years
2011-04-17 japanese/roundcube: has been broken for almost a year
2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer
2011-04-17 lang/u++: has been broken for over a half year
2011-04-17 lang/pugs: has been broken for over a year
2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer
2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer
2011-04-17 math/R-cran-igraph: has been broken for over a half year
2011-04-17 misc/ftree: has been broken for over a half year
2011-04-17 multimedia/katchtv: has been broken for a half year
2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year
2011-04-17 multimedia/banshee-mirage: has been broken for over a half year
2011-04-17 net-p2p/trackerbt: has been broken for a half year
2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer
2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer
2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer
2011-04-17 net/penguintv: has been broken for a half year
2011-04-17 news/openftd: has been broken for almost a year
2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer
2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer
2011-04-17 science/elmer-fem: has been broken for over a year
2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer
2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer
2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer
2011-04-17 security/f-protd: has been broken for over a year
2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer
2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer
2011-04-17 www/bricolage: has been broken for a half year
2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year
2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year
2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year
2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year
2011-04-17 x11/metisse: has been broken for over a half year
- Update MASTER_SITE
- Pass maintainership to submitter
- Use DATADIR in plist
- Some other improve in Makefile
PR: ports/154771
Submitted by: C-S <c-s@c-s.li>
+ This unbreaks the build, removing BROKEN= tag.
- For examples, use [NO]PORTEXAMPLES instead of [NO]PORTDOCS
- HAS_CONFIGURE -> GNU_CONFIGURE
- Drop all patches from files/,
+ patch-configure.in and patch-newsstar.in integrated in upstream
+ patch-Makefile.am no longer needed after further upstream fixes
- Drop USE_AUTOTOOLS, we're no longer patching *.ac/*.am files.
- Mark MAKE_JOBS_SAFE for parallel builds.
- Note I cannot actually test the resulting executable for lack of local
news servers, hence I'm not taking maintainership either.
Feature safe: yes
- Claim maintainership
- Now installs a .sample config files and doesn't override
the original (cleanfeed.local) if it has been edited
- Internal files moved into a separate directory (upstream default)