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

2267 Commits

Author SHA1 Message Date
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
Boris Samorodov
9f7e7e1326 Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
2013-09-04 20:01:05 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Mark Felder
4e33fa2dc3 Fix SSL and Feedparser options
PR:		ports/181806
Approved by:	crees (mentor)
2013-09-04 17:39:41 +00:00
Dirk Meyer
9d82b16ff9 - cleanup configure stage
- fix side effects in Makefile
2013-09-03 19:04:16 +00:00
Baptiste Daroussin
db7a56d5ed Add an explicit dependency on pkgconf 2013-09-03 06:36:41 +00:00
Baptiste Daroussin
3f0ee0e031 Add an explicit dependency on pkgconf 2013-09-02 22:11:23 +00:00
Andrej Zverev
ca11b0d6e9 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-02 09:22:47 +00:00
Alexey Dokuchaev
8223a9e378 - Enable SSL by default again, missed during OptionsNG conversion in r325030
- Fix a silly typo: double -e option was passed to sed(1), breaking slave
  `news/suck-cnews' port
- Bump port revision, as defaults had changed (again)

Noticed by:	dinoex
Pointy hat to:	danfe
2013-08-30 13:01:33 +00:00
Sunpoet Po-Chuan Hsieh
7a0285baaf - Use single space after WWW: 2013-08-29 04:08:53 +00:00
Rene Ladan
829b60e37d Remove expired ports:
2013-08-27 lang/ldc-devel: Broken for more than 6 month
2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month
2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month
2013-08-27 sysutils/avfs: Broken for more than 6 month
2013-08-27 multimedia/mp4split: Broken for more than 6 month
2013-08-27 net-mgmt/noc: Broken for more than 6 month
2013-08-27 sysutils/empower: Broken for more than 6 month
2013-08-27 emulators/xgngeo: Broken for more than 6 month
2013-08-27 graphics/geglmm: Broken for more than 6 month
2013-08-27 sysutils/libumberlog: Broken for more than 6 month
2013-08-27 net/wizd: Broken for more than 6 month
2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month
2013-08-27 palm/barry: Broken for more than 6 month
2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month
2013-08-27 news/lottanzb: Broken for more than 6 month
2013-08-27 textproc/xaira: Broken for more than 6 month
2013-08-27 graphics/f90gl: Broken for more than 6 month
2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month
2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month
2013-08-27 math/dislin: Broken for more than 6 month
2013-08-27 irc/smuxi: Broken for more than 6 month
2013-08-27 18:57:00 +00:00
Alexey Dokuchaev
dd2bb3f6ad Couple of minor, non-functional changes forgotten in the previous commits. 2013-08-24 16:46:12 +00:00
Alexey Dokuchaev
885c52414d - Try to unbreak parallel builds (-jX); respect CC/LD and CFLAGS
- Trim Makefile header, fix a typo in email address
- Convert USE_GMAKE, define LICENSE (GPLv2), sort the knobs
- Allow non-root installation: pre-install should be pre-su-install
  since it touches non-user writable directory
- Make INSTALL_DATA command atomic and $cwd-agnostic
- While here, fix port description: drop explicit author attribution
  and use space, not tab, after WWW: per PH section 3.2.1

Approved by:	miwi, bapt (portmgr, implicit)
2013-08-24 16:23:43 +00:00
Alexey Dokuchaev
7206deaa2e - Attempt to unbreak parallel (-jX) builds: call sub-makes correctly
- Pad pkg-message display for consistency of port vs. package install
- Cleanup the port a bit: drop gratuitous variables, use REINPLACE_CMD
  instead of MV/SED, convert to OptionsNG, etc.

Reported by:	marino
Approved by:	miwi, bapt (portmgr, implicit)
2013-08-22 11:18:13 +00:00
Alexey Dokuchaev
626caaab55 - Unbreak parallel builds (sf.net ticket #116)
- Cleanup Makefile a bit while here
- Kill EOL space, correctly spell FidoNet

Reported by:	marino
Approved by:	miwi, bapt (portmgr, implicit)
2013-08-21 11:17:07 +00:00
Alexey Dokuchaev
cc5738c701 - Allow parallel (-jX) builds to work: some object files
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)
2013-08-20 05:36:09 +00:00
Steve Wills
753e952e7d - Fix build on CURRENT 2013-08-18 19:19:11 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Andrej Zverev
a74217e6d9 - Convert to new perl framework
- Trim Makefile header
2013-07-31 11:56:17 +00:00
Mark Felder
35c53153e4 Fix my email address again, using proper @FreeBSD.org styling
Approved by:	swills (mentor)
2013-07-29 15:03:58 +00:00
Alexey Dokuchaev
d451e40da1 - Fix Makefile header, normalize COMMENT, add LICENSE
- 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
2013-07-27 11:12:27 +00:00
Baptiste Daroussin
ab20a94680 Deprecate and set expiration date for ports broken for more than 6 month 2013-07-26 23:20:17 +00:00