Martin Wilke
afba853254
- Stage support
...
- While here cleanup some whitespaces / dependencys
2014-02-18 12:40:01 +00:00
Martin Wilke
79113a51e4
- Stage support
2014-02-18 12:31:49 +00:00
Emanuel Haupt
c81f564a8a
Support staging
2014-02-18 12:25:41 +00:00
Emanuel Haupt
9ce0247c70
Support staging
2014-02-18 12:19:34 +00:00
Emanuel Haupt
4c27ec69e6
Support staging
2014-02-18 12:16:11 +00:00
Emanuel Haupt
e3920f4dc4
Support staging
2014-02-18 12:13:22 +00:00
Emanuel Haupt
43570e4f26
Support staging.
2014-02-18 11:53:14 +00:00
Martin Wilke
0e0b3cc00b
- Stage support
2014-02-18 00:25:53 +00:00
Ashish SHUKLA
df376d9658
- Add missing file
...
Reported by: Nicolas EDEL (on IRC)
2014-02-17 10:04:05 +00:00
Bryan Drewery
9fc7729ff8
- Fix bad stage conversion. I added the left side of an MLINK in the plist
...
which ended up in there twice.
PR: ports/186812
Submitted by: lioux
2014-02-16 14:25:11 +00:00
Sunpoet Po-Chuan Hsieh
d5ed92134b
- Update to 2.203
...
Changes: http://search.cpan.org/dist/Email-Simple/Changes
2014-02-16 10:37:49 +00:00
Martin Wilke
e763fe94d9
- Convert to autoplist
...
- Stage support
- Bump PORTREV
2014-02-15 10:32:53 +00:00
Martin Wilke
30015b772b
- Stage support
2014-02-15 10:13:33 +00:00
Martin Wilke
a4ab51e993
- Stage support
2014-02-15 10:13:05 +00:00
Martin Wilke
7bebf85700
- Stage support
2014-02-15 10:12:46 +00:00
Sunpoet Po-Chuan Hsieh
f381f76fd1
- Use PYDISTUTILS_AUTOPLIST
...
- Simplify Makefile
2014-02-14 19:41:11 +00:00
Martin Wilke
c8058284a4
- Remove gmake complete builds fine without everywhere.
2014-02-14 16:52:45 +00:00
Thomas Abthorpe
d8299fcc60
- Reassign lioux' ports to the heap
...
With hat: portmgr
2014-02-14 16:51:44 +00:00
Martin Wilke
212168ca71
- Remove now useless bmake/fmake check
...
- Convert USE_GMAKE to USES
2014-02-14 16:25:16 +00:00
Pietro Cerutti
7c72e4d106
- STAGE-clean
...
- Convert to new LIB_DEPENDS format
2014-02-14 16:23:59 +00:00
Antoine Brodin
8c30cabe76
Mark broken: does not build
...
fl_edit.cpp: In function 'void fl_textedit_draw_textline(FL_OBJECT*, TextLine*, int, FL_Coord, FL_Coord, FL_Coord, FL_Coord, int, int, int)':
fl_edit.cpp:577:27: error: 'fl_textcolor' was not declared in this scope
2014-02-14 16:19:22 +00:00
Pietro Cerutti
8d21bfb1e8
- New port: mail/rss2email3
...
rss2email is a python script that lets you subscribe to a list of
RSS or Atom feeds and get new posts sent to you by email. It is
generally run via cron, but can be run manually as well.
This is a python 3 rewrite of the original rss2email project by
Lindsey Smith at AllThingsRSS. It does not run on python 2.
WWW: https://github.com/wking/rss2email
PR: 186752
Submitted by: Stephen R Guglielmo <srg@guglielmo.us>
2014-02-14 15:52:42 +00:00
Mark Felder
68a3e8e3d5
PORTREVISION bump was intended with last commit
...
pointyhat -> me
2014-02-14 15:14:58 +00:00
Mark Felder
334d56dc6a
STAGE support
...
requires PHP hash module
Submitted by: p.novikov@step.nnov.ru
2014-02-14 15:13:31 +00:00
Philippe Audeoud
0d7faea85c
- Update to 0.6803
...
- Add LICENSE
2014-02-14 10:22:20 +00:00
Antoine Brodin
5efcae10c1
Mark broken: Does not compile
...
On 8 and 9:
src/words.c: In function 'void ifParen(FICL_VM*)':
src/words.c:1086: error: cast from 'ficl_word*' to 'int' loses precision
On 10 and head:
g++ -O2 -pipe -fno-strict-aliasing -Wall -W -fno-rtti `perl -MExtUtils::Embed -e ccopts` -DUNIX -Ihpp -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c src/ficl.c
g++: not found
Reported by: pkg-fallout since august 2013
2014-02-13 23:15:14 +00:00
Dirk Meyer
39973ff586
- use OPTIONS_SET
2014-02-13 21:51:25 +00:00
Pietro Cerutti
063723028e
- Remove mail/zmailer, has been broken since last August
2014-02-13 13:57:24 +00:00
Pietro Cerutti
6e0063ca62
- STAGE-clean
2014-02-13 13:53:30 +00:00
Pietro Cerutti
429cc3850a
- STAGE-clean
...
- Refactor a bit
2014-02-13 13:50:35 +00:00
Pietro Cerutti
2441ee5755
- STAGE-clean
2014-02-13 13:30:07 +00:00
Emanuel Haupt
fd83920786
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
...
afterwards.
Encouraged by: mat
2014-02-13 09:39:39 +00:00
Emanuel Haupt
a3c824a55b
Now that this port is staged and DOCS defined we can stop testing for DOCS in
...
any install target.
2014-02-12 19:24:13 +00:00
Emanuel Haupt
bd6fdb162f
Now that this port is staged and DOCS defined we can stop testing for DOCS in
...
any install target.
2014-02-12 19:24:09 +00:00
Ruslan Makhmatkhanov
36de9ba19d
- update to 0.23
...
- support staging
while here:
- move manpages to packing-list
- remove MAKE_JOBS_UNSAFE - builds fine here
- install docs and examples to stage area unconditionally
- remove redundant inclusion of bsd.port.options.mk
PR: 186667
Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer)
2014-02-12 10:16:07 +00:00
Antoine Brodin
2c87dcbb98
Stage support
2014-02-11 20:24:13 +00:00
Antoine Brodin
d2fa8b9a1d
Stage support
2014-02-11 20:20:19 +00:00
Antoine Brodin
65d37a97b6
Stage support
2014-02-11 20:12:27 +00:00
Martin Wilke
1b56bc2df7
- Stage support
2014-02-11 09:28:57 +00:00
Antoine Brodin
a44ee12ece
Reset maintainer, SMTP servers refuse connection
2014-02-10 17:47:15 +00:00
Ruslan Makhmatkhanov
eb572e5bf8
- update to version 3_0_3. This should fix runtime.
...
- add stage support, while here
PR: 178245
Submitted by: Lawrence Chen <beastie@tardisi.com>
Approved by: maintainer timeout (9 months)
2014-02-10 16:49:17 +00:00
Emanuel Haupt
5005b67362
According to the Porter's Handbook (5.12.2.3.) default options must be added to
...
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org , kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
2014-02-10 13:54:26 +00:00
Baptiste Daroussin
ce1c0bc3ed
Back to the futur
2014-02-10 13:27:09 +00:00
Baptiste Daroussin
e6ef2c96d5
Mark as deprecated unmaintained ports for which no public distfiles are
...
available for part or all the needed distfiles.
Reported by: distillator
2014-02-10 12:58:54 +00:00
Baptiste Daroussin
3909def930
Reset maintainership due to mail bouncing
...
Reported by: pkg-fallout
2014-02-10 12:48:58 +00:00
Ruslan Makhmatkhanov
de229d7c81
Remove RESTRICTED. This code is now in public domain.
...
Citing http://cr.yp.to/distributors.html :
"""
2011.02.05: I hereby place the mess822 package (in particular, mess822-0.58.tar.gz,
with MD5 checksum 8ce4c29c994a70dcaa30140601213dbe) into the public domain.
The package is no longer copyrighted.
"""
Turn qmail into build dependency too, because it fails to build w/o it.
PR: 184323
Submitted by: Uffe Jakobsen <uffe@uffe.org>
Approved by: maintainer timeout (2 months)
2014-02-10 06:45:31 +00:00
Martin Wilke
3935c21124
- Stage support
2014-02-10 03:19:29 +00:00
Martin Matuska
d6ff1b4b9b
Horde package update
2014-02-10 00:53:49 +00:00
Ruslan Makhmatkhanov
9d274025bf
- do not use easy_install, convert to auto-generated packing list
...
- move DIST_SUBDIR upper, where appropriate
- add trailing slash to WWW url, where appropriate
- bump PORTREVISION
2014-02-09 23:40:57 +00:00
Ruslan Makhmatkhanov
0d4495394a
- mark this port deprecated - it's using Yahoo classic mail interface, that's
...
discontinued, so this port will never work again.
- set deprecation date to 2014-03-09
PR: 178246
Submitted by: Lawrence Chen <beastie@tardisi.com>
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
2014-02-09 17:42:56 +00:00
Antoine Brodin
f77a02a546
Finish stage support
2014-02-09 12:21:12 +00:00
Bryan Drewery
37c67b7815
- Support STAGEDIR
...
- Remove usage of bsd.port.pre.mk
2014-02-09 03:49:42 +00:00
Bryan Drewery
60faa91966
- Support STAGEDIR
2014-02-09 03:29:07 +00:00
Bryan Drewery
c4dee71af4
- Support STAGEDIR
...
- Remove bsd.port.pre.mk usage
2014-02-09 03:25:02 +00:00
Bryan Drewery
07a0704338
- Support STAGEDIR
2014-02-09 03:11:45 +00:00
Bryan Drewery
70c01d444d
- Support STAGEDIR
2014-02-09 03:10:07 +00:00
Bryan Drewery
2bfacd8bfc
- Support STAGEDIR
2014-02-09 02:22:44 +00:00
Bryan Drewery
e0cff94514
- Update to 5.0.0
...
- Support STAGEDIR
Changelog:
http://www.spamdyke.org/documentation/Changelog.txt
Upgrade guide from 4.x:
http://www.spamdyke.org/documentation/UPGRADING_version_4_to_version_5.txt
2014-02-09 02:17:38 +00:00
Lars Thegler
401854e1e1
Update to 1.926
...
Changes: https://metacpan.org/source/RJBS/Email-MIME-1.926/Changes
2014-02-08 16:46:38 +00:00
Ulrich Spörlein
daf73d263d
Mark as jobs unsafe, the port doesn't build in parallel.
...
% for i in `jot 20`; do { make clean && make; } >/dev/null 2>&1; echo -n " $?"; done; echo
0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0
% for i in `jot 20`; do { make clean && make -DMAKE_JOBS_UNSAFE; } >/dev/null 2>&1; echo -n " $?"; done; echo
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
2014-02-08 11:38:17 +00:00
Florian Smeets
c142ca97a6
Update BUILD_DEPENDS, nss 3.15.4 is required to build firefox-esr and
...
thunderbird.
Submitted by: Toomas Aas <toomas.aas@raad.tartu.ee>
2014-02-07 21:55:08 +00:00
Baptiste Daroussin
155aa7f937
Deprecate ports unmaintained for which distillator is not able to find public distfiles
...
Reported by: distilator
2014-02-07 18:50:30 +00:00
Baptiste Daroussin
09b57dd6d1
Remove yet another Netscape related ports
2014-02-07 16:34:51 +00:00
Guido Falsi
3e659f8e41
Chase icu bump
...
Approved by: portmgr (bapt)
2014-02-07 14:07:25 +00:00
Baptiste Daroussin
4650a910d0
Chase boost and icu bump
...
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Koop Mast
1779c04415
Allow to use a newer bdb version.
...
PR: ports/185400
Submitted by: Kevin Oberman <rkoberman@gmail.com>
2014-02-07 09:10:38 +00:00
Martin Wilke
c215ae85a9
- Stage support
2014-02-06 12:14:25 +00:00
Emanuel Haupt
27c8c00b90
Support staging
2014-02-06 12:09:50 +00:00
Emanuel Haupt
219fdec8c7
- Support staging
...
- Use shebangfix
2014-02-06 12:02:58 +00:00
Emanuel Haupt
8edf9bbad8
Support staging and use shebangfix.
2014-02-06 11:57:55 +00:00
Emanuel Haupt
e91edeef1b
Support staging.
2014-02-06 11:51:29 +00:00
Emanuel Haupt
0a2a32a1f4
Support staging.
2014-02-06 11:49:15 +00:00
Martin Wilke
7b96c74448
- Stage support
2014-02-06 10:41:26 +00:00
Martin Wilke
dd42c8f963
- Stage support
2014-02-06 10:29:54 +00:00
Martin Wilke
e7778bcfed
- Stage support
2014-02-06 07:23:38 +00:00
Martin Wilke
54cd26bca5
- Stage support
2014-02-06 07:21:52 +00:00
Martin Wilke
e9fc29d7b6
- Stage support
2014-02-06 02:41:50 +00:00
John Marino
600b4960f5
mail/pgpsendmail: use <errno.h> header instead of local extern
2014-02-05 22:25:39 +00:00
John Marino
1bf166dddf
mail/ezmlm: use <errno.h> header instead of local extern
2014-02-05 22:12:02 +00:00
John Marino
9100bd8563
mail/wmmaiload: Explicitly link libcrypto (taken from dports)
2014-02-05 20:31:12 +00:00
Martin Wilke
c57133fc36
- Stage support
2014-02-05 13:45:39 +00:00
Thierry Thomas
4b4b91a4a9
Fix when SLANG is selected.
...
Reported by: Albert Shih
2014-02-05 09:05:09 +00:00
Beat Gaetzi
2f24f871a0
- Update Firefox to 27.0
...
- Update Firefox ESR to 24.3.0
- Update Thunderbird to 24.3.0
- Update NSPR to 4.10.3
- Update NSS to 3.15.4
- Depend on yasm when building with bundled libvpx or libjpeg-turbo
- Prepare gstreamer conditional for upcoming Firefox versions
- Improve jemalloc3 conditional
- Break build unless alsa-lib port installs new config file
- Chase USE_DOS2UNIX deprecation
- Temporarily disable system cairo over screen corruption with
smoothScroll [1]
Submitted by: Jan Beich
Reported by: flo [1]
Security: http://www.vuxml.org/freebsd/1753f0ff-8dd5-11e3-9b45-b4b52fce4ce8.html
2014-02-05 05:23:30 +00:00
Lars Engels
934f74e518
Fix several typos in the ports tree.
...
PR: ports/176378
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
2014-02-04 20:09:29 +00:00
Antoine Brodin
ec150cfca4
Finish stage support
2014-02-04 18:17:14 +00:00
Thierry Thomas
24114b8f19
- Enable staging, simplifying the port, especially the PLIST code
...
- Make port work with installed db6 for header caches
PR: ports/185081
Submitted by: Udo Schweigert <udo.schweigert (at) siemens.com> (maintainer)
2014-02-03 22:39:05 +00:00
Antoine Brodin
4d351555e3
pico-alpine slave is now staged, so move NO_STAGE to a master only part
2014-02-03 21:34:10 +00:00
Pawel Pekala
82cd4fd94a
- Update to version 1.7, add LICENSE [1]
...
- Convert to new LIB_DEPENDS format
- Respect CFLAGS by disabling FDEBUG var in Makefile
- Support stage, unmute install commands
- Remove Author tag from pkg-descr
PR: ports/184378 [1]
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Approved by: maintainer timeout
2014-02-03 19:15:38 +00:00
Vsevolod Stakhov
1a3b00113f
- Update to 0.6.8.
2014-02-03 17:17:14 +00:00
Martin Wilke
9d9fecc928
- Stage support
2014-02-03 14:31:32 +00:00
Martin Wilke
0f2200e494
- Stage support
2014-02-03 13:40:41 +00:00
Martin Wilke
2e95bf0cd1
- Stage support
2014-02-03 13:40:25 +00:00
Martin Wilke
2aa69d3577
- Stage support
2014-02-03 13:40:08 +00:00
Martin Wilke
1631db264b
- Stage support
2014-02-03 13:38:32 +00:00
Martin Wilke
6b3deca90b
- Stage support
2014-02-03 11:11:50 +00:00
Martin Wilke
b3c0ac803f
- Stage support
2014-02-03 11:11:36 +00:00
Martin Wilke
41550c5239
- Stage support
2014-02-03 11:10:53 +00:00
Martin Wilke
dceac989f5
- Stage support
2014-02-03 09:43:30 +00:00
Martin Wilke
6a09171318
- Stage support
2014-02-03 09:41:17 +00:00
Martin Wilke
1a048b4225
- Stage support
...
- Convert to USES
2014-02-03 09:40:26 +00:00