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

295904 Commits

Author SHA1 Message Date
Koop Mast
b88f280800 Prevert ! instead of empty() and fix a typo.
PR:		ports/177024
Submitted by:	John Marino <draco@marino.st>
2013-03-16 17:36:53 +00:00
Alexey Dokuchaev
abba8af75e - Trim old-school Makefile header
- Fix a typo in OPTIONS_DEFAULT (CLIETN -> CLIENT)
- Reindent and generally cleanup Makefile
- Reformat port description for better readability
2013-03-16 17:34:10 +00:00
Koop Mast
5e82fd8b7e Now that webkit-gtk2 was updated, reenable the helpbrowser plugin. 2013-03-16 17:33:54 +00:00
Alexey Dokuchaev
c930fb9f43 - Trim old-school Makefile header
- Remove defunct MASTER_SITES
- Improve the COMMENT text
- Fix couple of fallouts after OptionsNG conversion in r304274
- Drop shlib ABI versions from LIB_DEPENDS
- Reindent and generally cleanup Makefile
- Fix couple of typos in pkg-message
- Reformat port description for better readability
2013-03-16 17:17:37 +00:00
Alexey Dokuchaev
4d825bdd14 - Remove dead sites from the MASTER_SITES
- Correct one option description while here
2013-03-16 16:44:45 +00:00
Chris Rees
84d8603991 Stop leaving leftovers (PORTREVISION bumped because package
users would be missing files)

We are all so delighted that pointyhat is back!
2013-03-16 16:38:08 +00:00
Martin Wilke
d3f8fd6fac - Convert to PEAR_AUTOINSTALL 2013-03-16 16:21:45 +00:00
Martin Wilke
9854fe8096 - Convert to PEAR_AUTOINSTALL 2013-03-16 16:20:33 +00:00
Martin Wilke
f9197cd590 - Convert to PEAR_AUTOINSTALL 2013-03-16 16:19:19 +00:00
Martin Wilke
b311755a73 - Convert to PEAR_AUTOINSTALL 2013-03-16 16:18:15 +00:00
Martin Wilke
be9bb6180d - Convert to PEAR_AUTOINSTALL 2013-03-16 16:16:05 +00:00
Martin Wilke
976b10d15a - Convert to PEAR_AUTOINSTALL 2013-03-16 16:15:47 +00:00
Martin Wilke
8c3be419ac - Convert to PEAR_AUTOINSTALL 2013-03-16 16:15:10 +00:00
Martin Wilke
e87bea0a49 - Convert to PEAR_AUTOINSTALL 2013-03-16 16:14:46 +00:00
Martin Wilke
1c060e97b6 - Convert to PEAR_AUTOINSTALL 2013-03-16 16:14:17 +00:00
Martin Wilke
3613bf9f7c - Convert to PEAR_AUTOINSTALL 2013-03-16 16:14:01 +00:00
Martin Wilke
d26540d8a3 - Set really PEAR_AUTOINSTALL
Reported by:	wen@
2013-03-16 15:49:47 +00:00
Wen Heping
400526fcaf - Convert to PEAR_AUTOINSTALL
- Convert to optionsNG
- Trim Makefile headers
- Pass maintainership to miwi@
2013-03-16 15:24:39 +00:00
Alexey Dokuchaev
37a90aa848 - Trim old-school Makefile header, define LICENSE (GPLv2)
- Clarify wording in the COMMENT line
- Convert to contemporary OPTIONS framework and cleanup Makefile
- Drop shlib ABI version from LIB_DEPENDS
- Fix couple of typos in pkg-message
2013-03-16 15:24:10 +00:00
Wen Heping
d1f8d8fa8f - Convert to PEAR_AUTOINSTALL
- Trim Makefile headers
- Pass maintainership to miwi@
2013-03-16 15:21:58 +00:00
Bryan Drewery
993e4de8b7 - Fix leftover /var/qmail/control/locals
qmail-send.c:getcontrols() refuses to startup or to process
  the virtualdomains file if locals is missing. However,
  vpopmail's vadddomain is already creating the locals file
  when adding new domains. So creating it when installing is
  not needed.

  At the time that this change was added to the port, in
  vpopmail-5.4.13, vadddomain did not automatically create
  the locals file. The current version does in
  vpopmail.c:remove_line()

  This reverts the change done in r167787 for ports/99914

PR:		ports/99914 (reverts)
2013-03-16 15:03:24 +00:00
Alexey Dokuchaev
d04936f4c8 - Trim old-school Makefile header
- Convert to contemporary OPTIONS framework and cleanup Makefile
- Drop shlib ABI version from LIB_DEPENDS
- Relinquish control and add deprecation note
2013-03-16 14:58:33 +00:00
Wen Heping
424027033b - Update to 4.3.2
- Trim Makefile headers
2013-03-16 14:24:04 +00:00
Wen Heping
38c67626e2 - Update to 2.1.1
- Use dynamic plist instead of static plist
2013-03-16 14:22:29 +00:00
Alexey Dokuchaev
bd82c16f07 - Trim old-school Makefile header
- Convert to contemporary OPTIONS framework and cleanup Makefile
- Drop shlib ABI version from LIB_DEPENDS
- Provide a new home for distfiles (make them fetchable) and update WWW
  line in port description
2013-03-16 14:19:05 +00:00
Alexey Dokuchaev
f489f39a47 - Convert to contemporary OPTIONS framework
- Cleanup Makefiles, improve port description
- Relinquish maintainership
2013-03-16 13:46:09 +00:00
Koop Mast
d90e4ab9af Fix plist [1], while here use USES=pathfix instead of gnomehack.
Submitted by:	QAT
2013-03-16 13:33:19 +00:00
Alexey Dokuchaev
fbb29e3771 - Trim Makefile header per new style guidelines
- Convert to contemporary OPTIONS framework
- Cleanup Makefiles, fix a typo, reword pkg-descr
- Add a hint where to look for data port logic description to quake3-data
  port and terminate an URL with slash while here
2013-03-16 13:33:12 +00:00
Gerald Pfeifer
bbd1d00f94 Simplify (and strictly speaking, though not practically given version
number schemes between FreeBSD and GCC, correct) the check for a valid
version specified by USE_GCC. [1]

If IGNORE is set, have test-gcc note that instead of showing its usual,
and in that case incorrect and useless, debugging output.

PR:		175252 [1]
Submitted by:	Yamaya Takashi <yamayan@kbh.biglobe.ne.jp> [1]
2013-03-16 13:01:12 +00:00
Alexey Dokuchaev
a037bcf9be - Trim Makefile header per new style guidelines
- Convert to contemporary OPTIONS framework
- Drop maintainership, this port is stable enough to fly solo
- Cleanup Makefiles, reformat pkg-descr and add WWW line
2013-03-16 12:51:56 +00:00
Bryan Drewery
46ac3af7ce - Add missing build dependency on php
- Trim header
- Pet portlint rm->${RM}

Approved by:	miwi (maintainer)
2013-03-16 12:27:10 +00:00
Alexey Dokuchaev
455700b19f - Trim Makefile header per new style guidelines
- Convert to contemporary OPTIONS framework
- Replace defunct URLs with working mirror in MASTER_SITES and pkg-descr
- Cleanup Makefile, remove stray empty line in pkg-plist
2013-03-16 12:25:18 +00:00
Alexey Dokuchaev
86618fd189 - Trim Makefile header
- Convert to OptionsNG
- Drop ABI version in LIB_DEPENDS
2013-03-16 11:48:45 +00:00
Alexey Dokuchaev
894dcdf052 - Finish conversion to OptionsNG (was missing DOCS option)
- Provide better description what NV-CONTROL is needed for
- Rename QT option to QT3 to make it more clear it's legacy
- Improve descriptions for GUI programs while I am at here
2013-03-16 11:32:30 +00:00
Guido Falsi
6e4aa19f99 - Make DOXYGEN option default only when mass building packages
- Bump PORTREVISION

Requested by:	danfe
2013-03-16 10:07:10 +00:00
Roman Bogorodskiy
36e3a98617 - Fix build [1]
- Respect CC

Reported by:	miwi [1]
2013-03-16 09:35:14 +00:00
Martin Wilke
5063c8bc2d - MYSQL and PGSQL are default in b.o.d.m
- Correct the include part
2013-03-16 09:04:41 +00:00
Martin Wilke
82d597147d - Remove post-extract this is no longer needed. 2013-03-16 08:30:46 +00:00
Martin Wilke
8e72c5eda1 - Cleanup old PHP version check
- Remove post-extract is no longer needed
2013-03-16 08:30:14 +00:00
Martin Wilke
b3981fd8ae - Covert to PEAR_AUTOINSTALL
- Fix dependency after devel/pear-PHPUnit3 update
- Bump PORTREVISION
2013-03-16 08:09:10 +00:00
Martin Wilke
cb242f3db0 - Fix dependency after devel/pear-PHPUnit3 update
- Bump PORTREVISION
2013-03-16 08:01:34 +00:00
Jason Helfman
ca5d93cf90 - adopt optionsNG
- trim historical header
- trim COMMENT

Approved by:	portmgr (miwi)
2013-03-16 07:30:33 +00:00
Sean Bruno
794fdc1d52 Resolve current build breakage on head for the nvidia driver via this nice
handy patch from dhw@ :-)

Shoveled in via src commit bit, after some discussions in #bsdports

PR:		ports/176980
Submitted by:	dhw@
Reviewed by:	miwi@
Approved by:	nobody in particular
Obtained from:	dogfood
MFC after:	2 weeks
2013-03-16 07:29:53 +00:00
Jason Helfman
c111245040 - adopt optionsNG
- cleanup of EXAMPLES and unconditionally assign PORTDOCS

Approved by:	portmgr (miwi)
2013-03-16 07:29:22 +00:00
Jason Helfman
8cb8f7534e - adopt optionsNG
-trim historical header

Approved by:	portmgr (miwi)
2013-03-16 06:47:21 +00:00
Jason Helfman
c5e8fd1440 - adopt optionsNG
- trim historical header

Approved by:	portmgr (miwi)
2013-03-16 04:59:32 +00:00
TAKATSU Tomonari
a2a4fb6221 - Update to 1.9.6 2013-03-16 04:42:10 +00:00
Bryan Drewery
8a650dee65 - Remove needless quoting of BROKEN/IGNORE
- Trim headers

PR:		ports/168908
With hat:	portmgr
2013-03-16 02:56:29 +00:00
TAKATSU Tomonari
4820fa4509 - Update to 6.7.0
- Remove indefinite article from COMMENT
- Adapt to the new OPTIONS framework

Release Notes:	http://astah.net/release-notes/community/com-6.7.0
2013-03-16 02:54:51 +00:00
Baptiste Daroussin
04927443ba - update to 0.15
- changes: http://cpansearch.perl.org/src/MSTPLBG/AnyEvent-I3-0.15/Changes
2013-03-16 01:31:35 +00:00