1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

362524 Commits

Author SHA1 Message Date
John Marino
639bdf6a36 net/netembryo: Add 2 new options, SCTP and IPv6
DragonFly does not support SCTP.  This was detected fine in the configure
script, but check-plist failed due to an SCTP file that didn't get
installed.  The configure script takes options for SCTP and IPv6, so turn
those into options.  Use the brand-new OPTIONS_EXCLUDE_DragonFly feature
to allow SCTP to be on by default for FreeBSD and not even an option for
DragonFly.
2015-03-26 18:10:43 +00:00
Don Lewis
22f641b08b Upgrade to apache-openoffice SVN revision 1667428.
Word around broken build on FreeBSD 11.0-CURRENT i386, which appears
to be a code generation bug in clang 3.6 when using -Os optimization.

Build using the ports version of graphics/silgraphite instead of
building an internal copy.

When building with clang, use the ports version of devel/boost-libs
instead of an internal copy.

Use the dictionaries already installed by ports.

Update the patch-bridges and patch-*.mk patches to versions that
will be sent upstream.  The latter are tuned for clang to use as
is, with only some minor additional tweaks needed for gcc.

Nuke patch-webdav because it has been incorporated upstream.

Wordsmith pkg-message.

Various Makefile cleanups.

Differential Revision:	https://reviews.freebsd.org/D2108
Reviewed by:	pfg
Approved by:	mat (mentor)
2015-03-26 18:03:54 +00:00
John Marino
b5485e708b Mk/bsd.options.mk: Add OPTIONS_EXCLUDE_${OPSYS}
This simple addition greatly simplifies the removal of options as a
function of operating system, e.g. OPTIONS_EXCLUDE_DragonFly.

Approved by:	portmgr (bdrewery)
2015-03-26 17:31:20 +00:00
Michael Reifenberger
9e71ec9d5a Upgrade to version 2015.03
PR:		198572
Submitted by:	Pedro F. Giffuni
2015-03-26 17:24:59 +00:00
Mark Felder
effdf51500 Varnish is not always obeying CPPFLAGS
Revert to CFLAGS to fix this build issue
2015-03-26 17:02:08 +00:00
Mathieu Arnold
1519d9cae4 MASTER_SITE_{PNET,RUBY_DBI,RUBY_GNOME} have been retired some time ago, remove
their magic macros.

Sponsored by:	Absolight
2015-03-26 16:46:02 +00:00
John Marino
1e73268a09 lang/icon: Add DragonFly support
Bring in fix from dports (port is not maintained)
2015-03-26 16:18:10 +00:00
Bryan Drewery
8c0aa218c9 Document removal of PTHREAD_LIBS/PTHREAD_CFLAGS 2015-03-26 16:06:03 +00:00
John Marino
0c5ab989b3 x11-toolkits/xforms: Add DragonFly support
Bring in fix from dports (port is not maintained)
2015-03-26 15:48:12 +00:00
John Marino
a18c31c3a1 net/remmina: remove FreeBSD 7 support 2015-03-26 15:44:13 +00:00
John Marino
973a44d9a8 net-p2p/tribler: Add DragonFly support
Bring in fix from dports (port is not maintained)
2015-03-26 15:27:01 +00:00
John Marino
7d0971ec28 net-p2p/libtorrent-rasterbar: Add DragonFly support
Bring in fix from dports (port is not maintained)
2015-03-26 14:54:20 +00:00
John Marino
030a0aaf30 mail/mailx: set zero arg to sendmail, not send-mail
This was probably a decade old oversight, but mail has spawned as
"sendmail" but set with first argument as "send-mail", requiring mail
wrapper to know both sendmail and send-mail.  The path and zero argument
should match, so let's do that here.

Taken from:	DragonFly
2015-03-26 14:47:41 +00:00
John Marino
8a6824e0f5 textproc/bsdsort: disable -Werror 2015-03-26 14:35:59 +00:00
John Marino
50d18b729c mail/dma: disable -Werror 2015-03-26 14:33:34 +00:00
John Marino
69b8346356 lang/rust: Add special IGNORE for DragonFly
lang/rust-dragonfly is in dports and it is bleeding edge (updated every
couple of weeks)
2015-03-26 14:29:57 +00:00
John Marino
be0cebe018 graphics/geomview: Add DragonFly support
Bring in fix from dports (port is not maintained)
2015-03-26 14:25:09 +00:00
John Marino
0ef457ae80 ftp/pftpd: Add DragonFly support
Bring in fix from dports (port is not maintained)
2015-03-26 14:18:50 +00:00
Sunpoet Po-Chuan Hsieh
d361a1631c - Update to 0.55
Changes:	http://search.cpan.org/dist/Net-Stomp/CHANGES
2015-03-26 14:13:41 +00:00
Sunpoet Po-Chuan Hsieh
e1b6536ef4 - Update to 0.48
- Sort PLIST

Changes:	http://search.cpan.org/dist/HTTP-DAV/Changes
2015-03-26 14:13:23 +00:00
Sunpoet Po-Chuan Hsieh
92bae5e8a4 - Update to 0.75
Changes:	http://search.cpan.org/dist/Net-GitHub/Changes
2015-03-26 14:13:15 +00:00
Sunpoet Po-Chuan Hsieh
45b7581e17 - Update to 5.90085
Changes:	http://search.cpan.org/dist/Catalyst-Runtime/Changes
2015-03-26 14:13:08 +00:00
Sunpoet Po-Chuan Hsieh
8874e7571a - Update to 4.01010
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2015-03-26 14:13:00 +00:00
Sunpoet Po-Chuan Hsieh
ec55093f96 - Update to 2.204
Changes:	http://search.cpan.org/dist/Email-Simple/Changes
2015-03-26 14:12:53 +00:00
Sunpoet Po-Chuan Hsieh
f145884dbd - Update to 0.10
Changes:	http://search.cpan.org/dist/Sphinx-Config/Changes
2015-03-26 14:12:31 +00:00
John Marino
53e94c9299 textproc/xqilla: not jobs safe
This has been set jobs unsafe in dports for a long time.  I don't know
where the breakage is, but I'm setting it here since port is unmaintained.
2015-03-26 14:01:57 +00:00
John Marino
b996b3da55 devel/synfig: Add DragonFly support
Bring in fix from dports (port is not maintained)
2015-03-26 13:58:25 +00:00
John Marino
ad7e1e7a3b devel/sourcenav: Add DragonFly support
Bring in fix from dports (port is not maintained)
2015-03-26 13:49:15 +00:00
John Marino
c7ca1625c4 devel/log4cxx: Add DragonFly support
Bring in fix from dports (port is not maintained)
Fix originally came from pkgsrc.
2015-03-26 13:44:44 +00:00
Bartek Rutkowski
d7a5c3e9b6 math/gnumeric: add CPE information
PR:		198327
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
Approved by:	kwm (blanket)
2015-03-26 13:31:16 +00:00
Cy Schubert
ab289701d8 Update 2.066.1 --> 2.067.0 2015-03-26 13:31:14 +00:00
John Marino
c957361b74 chinese/libtabe: Add DragonFly support
Bring in fix from dports (port is not maintained)
2015-03-26 13:12:38 +00:00
Sunpoet Po-Chuan Hsieh
a527d975ab - Mark MAKE_JOBS_UNSAFE
Reported by:	kwm (via IRC)
2015-03-26 13:07:18 +00:00
Mark Felder
0d829ae109 Add warning to inform users that upstream is ending support for Varnish 3.0.
Fix COMMENT
2015-03-26 13:01:07 +00:00
John Marino
1a4ca43453 audio/vamp-plugin-sdk: Add DragonFly support
Bring in fix from dports (port is not maintained)
I confirmed it still builds on FreeBSD.
2015-03-26 12:56:26 +00:00
Dmitry Marakasov
7c1bc9ab25 - Remove useless -pthread replace 2015-03-26 12:46:45 +00:00
Dmitry Marakasov
fd88dea19c Remove useless -pthread replace 2015-03-26 12:17:49 +00:00
Dmitry Marakasov
8a1e364ade - Update to 0.2.3
- Switch to new github home
- Add LICENSE
- Simplify
2015-03-26 12:16:54 +00:00
Bartek Rutkowski
6902b41a16 sysutils/less: add CPE information
PR:		198831
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
2015-03-26 11:36:34 +00:00
John Marino
acc4282a6b games/airstrike: put this thing out of it's misery
This "game" was never completed, it was never playable, and now it looks
like it's not even being developed "slowly".  The respository and dev wiki
don't resolve (dyndns.org).  In my opinion, it never had the quality to
enter ports.  Since it's explicitly unmaintained, I'm setting it to be
removed on 10 April 2015.
2015-03-26 11:18:34 +00:00
Johannes Jost Meixner
f892aa4b4e lang/lci: fix build on -HEAD
- Add USES+= readline to work around readline removal from base,
  which causes build-issues on 11.0-CURRENT
- While there, remove GH_COMMIT

Spotted by:	Maxim Filimonov <che@bein.link>
Differential Revision:	https://reviews.freebsd.org/D2147
Approved by:	koobs (mentor)
2015-03-26 09:38:44 +00:00
John Marino
c560a85625 Mk: remove PTHREAD_LIBS and PTHREAD_CFLAGS variable
For bsd.gecko.mk, replace PTHREAD_LIBS with "-pthread", the same value
it was using before.

Approved by:	PTHREAD blanket (completes task)
Approved by:	portmgr (bapt)
2015-03-26 08:57:36 +00:00
John Marino
057f32cfd2 security/openssl: Remove patch hunk for configuring pthreads
The patching of Configure file for pthreads is unnecessary -- the effect
of -lpthread -D_REENTRANT is the same as -pthread -D_REENTRANT, so just
remove it to make things even more simpler.
2015-03-26 08:38:24 +00:00
David Naylor
360dc94e21 emulators/i386-wine-devel: update to 1.7.39.
Changes:
 patch-nvidia.sh:
   - handle nvidia-driver with package name suffix [1]
   - handle i386-wine with arbitary package name suffix
   - remove support for old pkg_ tools

PR:		198497 [1]
2015-03-26 06:59:30 +00:00
Steve Wills
fa9e808fcd Add UIDs/GIDs for sysutils/consul
PR:		192937
Pointyhat to:	swills
Reported by:	w.schwarzenfeld@utanet.at
2015-03-26 04:48:20 +00:00
Steve Wills
54b54ffd01 games/2048-qt: create port
A cross platform clone of 2048, implemented in Qt.
2015-03-26 02:52:14 +00:00
Steve Wills
e709a7738e textproc/consul-template: create port
Generic template rendering and notifications with Consul
2015-03-26 02:43:02 +00:00
Steve Wills
b1147a51f9 sysutils/consul: add port
Consule is a distributed, highly available and data center aware tool for
discovering and configuring services.

Set maintainer to myself for now since I made so many changes I'm not sure
submitter wants to maintain any more.

PR:		192937
Submitted by:	Thomas Bartelmess <thomas@bartelmess.io> (based on)
2015-03-26 02:21:24 +00:00
Vanilla I. Shu
76817f2a1e Upgrade to 5.6.
PR:		198914
Submitted by:	maintainer
2015-03-26 01:57:14 +00:00
Vanilla I. Shu
91c3e855c5 Upgrade to 0.7.0
PR:		198906
Submitted by:	maintainer
2015-03-26 01:42:40 +00:00