1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

2288 Commits

Author SHA1 Message Date
Dirk Meyer
4132656f31 - use STAGEDIR 2013-12-21 12:53:25 +00:00
Dirk Meyer
230fad1027 - reset owner/group 2013-12-21 09:49:53 +00:00
Dirk Meyer
69d111b272 - use STAGEDIR 2013-12-19 07:39:14 +00:00
Dirk Meyer
de50c23821 - use OPTIONS_SINGLE
- merge defines to master
2013-12-19 07:26:07 +00:00
Dirk Meyer
a7e576f8b2 - use STAGEDIR
- use OPTIONS_SINGLE
- merge defines from slave
- cleanup patches
- fix path to rnews
2013-12-19 07:24:58 +00:00
Dirk Meyer
c0f6b9ab24 - use STAGEDIR
- use OPTIONS_DEFINE
- honor option EXAMPLES
- use pkg-message
- change default path for over.view, note in UPDATING
2013-12-18 16:27:36 +00:00
Dirk Meyer
f7fc18628f - use STAGEDIR 2013-12-17 16:08:30 +00:00
Marcus von Appen
885b528f02 New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
    USE_TWISTED=        yes
    USE_TWISTED=        conch names
    USE_TWISTED_RUN=    yes
you now would write
    USES=       twisted
    USES=       twisted:conch,names
    USES=       twisted:run
2013-12-08 12:04:07 +00:00
Mark Felder
b06ea36cf8 Redesigned rc script to use a pidfile instead of attempting to use web API
which cannot stop the server in some configurations.

I've confirmed in the python codepath that both the web API shutdown and
the signal handling both call save_state() so it is safe to shutdown
this way.

PR:		ports/177944
Approved by:	crees (mentor)
2013-12-05 19:32:43 +00:00
Dirk Meyer
8e450647cb - use STAGEDIR
- USES=gmake
2013-12-01 18:33:26 +00:00
Li-Wen Hsu
63d1c68436 - Support STAGEDIR 2013-11-28 16:08:33 +00:00
Thierry Thomas
db9989e931 - Chase the update of INN;
- Stagify.
2013-11-27 22:33:26 +00:00
Sunpoet Po-Chuan Hsieh
6670f0b757 - Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
  - http://pypi.python.org/ -> https://pypi.python.org/

With hat:	python
Approved by:	bapt (portmgr)
2013-11-20 20:51:25 +00:00
Max Khon
0756362fee Unbreak clang build. 2013-11-18 12:11:40 +00:00
Max Khon
2eab7a7202 Fix clang-only build. 2013-11-18 10:33:36 +00:00
Dima Panov
639c936996 - Missed new etc files.
Reported by:	QAT
2013-11-18 02:14:56 +00:00
Dima Panov
131d638448 - Fix MLINKS 2013-11-17 23:25:24 +00:00
Dima Panov
a77cb8b9a6 - Oops, forgot about MAN section during update :(
Noticed by:	QAT
2013-11-17 23:19:12 +00:00
Dima Panov
17647b8db5 - Update to 2.5.3 security release
- Remove outdated patches
- Preserve configured database during upgrade [1]

PR:		183614 [1]
Submitted by:	Horia Racoviceanu [1]
2013-11-17 15:25:56 +00:00
Dirk Meyer
0c8ddf962a - use STAGEDIR
- rename patchfiles
2013-11-16 20:07:54 +00:00
Sunpoet Po-Chuan Hsieh
a653ba704a - Update to 13.2.0
Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.2.0/twisted/news/topfiles/NEWS
2013-11-15 20:53:42 +00:00
Vanilla I. Shu
af2c66f206 support STAGEDIR. 2013-11-05 13:01:55 +00:00
Andrej Zverev
487d869eba - support STAGEDIR 2013-11-03 08:05:18 +00:00
Matthias Andree
826216342d Give up on empty directory games about lib/leafnode.
Fix massively broken pkg-plist. (Bump PORTREVISION.)
2013-10-31 02:22:14 +00:00
Matthias Andree
5e1965dcff Attempt to fix build issues.
Add SHEBANG_FILES=newsstar.in, bumping PORTREVISION.
2013-10-31 00:38:31 +00:00
Rusmir Dusko
b1f00efc7e - Reset maintainer to ports@
PR:		ports/183261
Submitted by:	chris petrik <c.petrik.sosa@gmail.com>
Approved by:	pawel / wg (mentors, implicit)
2013-10-29 17:59:47 +00:00
Dirk Meyer
f9a95694ae - revert r331810 2013-10-28 20:17:49 +00:00
Dirk Meyer
b59bfa0126 - use PLIST_FILES 2013-10-28 06:31:18 +00:00
Dirk Meyer
338eecf237 - use STAGEDIR
- use OPTIONS_DEFINE
2013-10-27 22:29:46 +00:00
Emanuel Haupt
96e924e3e0 Support staging. 2013-10-26 07:52:07 +00:00
Matthias Andree
ebe8dcb8a3 Support staging.
Reorder Makefile targets (post-install after post-patch).
Update to new LIB_DEPENDS format.
Disable chown, and leave that to the package.

Note that this apparently exposes issues with
poudriere testport/make check-orphans due to absolute /var paths.
2013-10-23 22:17:50 +00:00
Alex Kozlov
546a9259a9 - Return ports to the pool
PR:	ports/183244
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
2013-10-23 20:45:10 +00:00
Dmitry Marakasov
27d195667d - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [np])
Approved by:	portmgr (bdrewery)
2013-10-22 13:59:53 +00:00
Mark Felder
ec465c0f07 - General cleanup
- unrar and Python are default enabled options
- New p7zip option, disabled by default
- The final release of 11.0 only requires --disable-sigchld-handler on
  32bit FreeBSD [1]

[1] http://nzbget.sourceforge.net/forum/viewtopic.php?f=3&t=596&start=10

PR:		ports/183026
Approved by:	maintainer, swills (mentor)
2013-10-18 15:02:22 +00:00
Tim Bishop
e94f806db4 - Remove no longer needed MAN1 from Makefile.
Submitted by:	az
2013-10-18 09:23:34 +00:00
Tim Bishop
4e207b09be - Update to 2.18 [1]
- Add stage support

Submitted by:	Andre Heider <a.heider@gmail.com> [1]
2013-10-17 15:54:33 +00:00
Danilo Egea Gondolfo
9d855d1b38 - Update from 10.2 to 11.0 [1]
- Remove gmake from USES [1]
- Convert LIB_DEPENDS to new syntax
- Add options helpers
- Add stage support

PR:		ports/182867
Submitted by:	Jeff Burchell <toxic@doobie.com> (maintainer) [1]
Approved by:	wg/culot (mentors, implicit)
2013-10-11 05:57:14 +00:00
Mark Felder
d4c4d3cc6f - Update to 0.7.16
- STAGE support

Approved by:	crees (mentor)
2013-10-07 16:02:20 +00:00
Johan van Selst
747c0c97a5 Use PKGNAMESUFFIX and remove NO_LATEST_LINK
Suggested by:	bapt
2013-10-06 15:22:10 +00:00
Baptiste Daroussin
eb7bb6a16a Removed unmaintained (ports@) or gnome@ ports depending on gnome1
Approved by:	gnome (implicit)
2013-10-05 14:42:53 +00:00
Matthias Andree
264c555c5e Support staging, and update LIB_DEPENDS format. 2013-09-30 21:37:18 +00:00
Dirk Meyer
0bc513777a - fix perl compatibility with getopt 2013-09-23 18:54:29 +00:00
Baptiste Daroussin
f45d0a8198 Fix NO_STAGE attribution 2013-09-22 18:05:04 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin
b9522341aa Add NO_STAGE all over the place in preparation for the staging support (cat: news) 2013-09-20 22:31:15 +00:00
Guido Falsi
73aadfabb8 - Add explicit $ICONV_LIB
Submitted by:	marino
Approved by:	portmgr (bapt, implicit)
2013-09-19 22:24:49 +00:00
Andrej Zverev
e5a7b5184d - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-14 12:04:18 +00:00
Guido Falsi
033e4d2b29 Add missing iconv in USES.
Reported by:	swills
Approved by:    portmgr (bapt, implicit)
2013-09-13 14:45:55 +00:00
Sunpoet Po-Chuan Hsieh
a9b5868fc8 - Update to 13.1.0
- Add my LOCAL to MASTER_SITES
- Remove leading indefinite article from COMMENT
- Remove LICENSE_FILE for well-known licenses
- Update USE_PYTHON
- Cleanup Makefile header

Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/news/topfiles/NEWS
2013-09-07 16:15:40 +00:00
Baptiste Daroussin
3a4866fb15 Add an explicit dependency on pkgconf 2013-09-05 09:15:49 +00:00