Commit graph

11976 commits

Author SHA1 Message Date
Max Brazhnikov
7d5e6b666c In preparation for Qt 5 ports:
Mk/Uses/qmake.mk:
- Add support for out-of-source builds
- Add support for Qt 5 ports
- Respect WITH_DEBUG

Mk/bsd.qt.mk:
- Massive rework for Qt 5 ports
- Remove '-phonon' from global configure args, thus allow qt4-designer and
  qt4-qtconfig to be built without Phonon support [1]

devel/qmake4:
- Improve mkspecs for gcc (mainly sync with linux version) and clang

devel/qt4-corelib:
- Convert to USES=iconv
- Remove ancient patch

devel/qt4-designer:
- Remove reference to WRKSRC from installed pkgconfig files [2]
- Don't build Qt Designer plugin for Phonon from outdated Qt sources.
  Separate port for plugin will be committed later

devel/qt4-assistant-adp, devel/qt4-libqtassistantclient:
- Convert to USES=qmake

Clean up Qt4 ports:
- Update comments
- Update description; use common description
- Consistently use QT_INCDIR, QT_LIBDIR, etc.
- Use options helpers
- Convert to new LIB_DEPENDS syntax
- Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports
- Rename/move several ports for unification with Qt 5 ports

PR:		ports/184620 [1]
Reported by:	Kevin Zheng <kevinz5000@gmail.com>

PR:		ports/181141 [2]
Reported by:	thierry

PR:		ports/185101
Exp-run by:	bdrewery

This is mostly solely avilla's work in area51, kudos to him! And a couple
commits from myself, so you know who's collecting pointyhats :)
2014-01-06 16:16:52 +00:00
Raphael Kubo da Costa
68823e72d9 - Update to 3.8.2
- Don't add RTREE by default
- Add new OPTION: UNICODE61

PR:		ports/185465
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
2014-01-05 15:27:50 +00:00
Sunpoet Po-Chuan Hsieh
9c9a26bf61 - Add pecl-leveldb 0.1.4
This extension is a PHP binding for Google LevelDB

WWW: http://pecl.php.net/package/leveldb

PR:		ports/185233
Submitted by:	John Chen <johnpupu@gmail.com>
2014-01-04 08:24:55 +00:00
Antoine Brodin
f623c8be90 Fix plist (JSON parser and producer orphaned) 2014-01-03 16:22:02 +00:00
Li-Wen Hsu
4ddf155adc - Update to 0.6.2 2014-01-03 08:57:52 +00:00
Li-Wen Hsu
7c372d7ea5 - Update to 0.6.1 2014-01-03 08:57:38 +00:00
Matthias Andree
4c00187cd4 Convert to staging, and fix a few quirks along the way:
- fix shebang lines in example scripts
- strip the installed bdb.so file
2014-01-03 02:28:49 +00:00
Steve Wills
5072887128 - Minimize patches to just remove the comparison
Pointed out by:		mandree
Pointyhat to:		swills
2014-01-03 01:59:31 +00:00
Baptiste Daroussin
c0d7b638ed Part 1 at removing now useless FETCH_ARGS redifition 2014-01-03 00:46:47 +00:00
Steve Wills
5eed4361ac - Make check for bdb version ignore the patch level
PR:		ports/184921
2014-01-02 20:12:09 +00:00
Steve Wills
a672ed22fb - Remove unneeded RUBY_VER
With hat:	ruby@
2014-01-02 19:43:39 +00:00
Dmitry Sivachenko
8e0b4166fa Unbreak:
/!\ mongodb-2.4.8: Makefile errors /!\

you cannot include bsd.port[.pre].mk twice

*** Error code 1
2014-01-02 15:19:24 +00:00
Sunpoet Po-Chuan Hsieh
3060ea2bf9 - Update to 0.17.1
- Add LICENSE

Changes:	https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc
2014-01-01 00:08:46 +00:00
Matthew Seaman
705358bdfe Update to 4.1.3
This is a routine bugfix update

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.3/phpMyAdmin-4.1.3-notes.html/view
2013-12-31 13:24:54 +00:00
Sunpoet Po-Chuan Hsieh
60654db5e3 - Add LICENSE 2013-12-31 13:08:35 +00:00
Antoine Brodin
7047a19e51 - Stage support
- Use OPTIONS helpers
2013-12-31 12:59:50 +00:00
Antoine Brodin
d13e8fffa3 Stage support, uses gmake 2013-12-31 12:47:23 +00:00
Sunpoet Po-Chuan Hsieh
ff716a87d5 - Add LICENSE
- Sort RUN_DEPENDS
2013-12-31 10:09:04 +00:00
Sunpoet Po-Chuan Hsieh
6023497033 - Update to 5.0.0
- Add LICENSE

Changes:	https://github.com/rails/arel/blob/master/History.txt
2013-12-31 06:58:25 +00:00
Sunpoet Po-Chuan Hsieh
afbf0d0ec1 - Add missing *_DEPENDS: it should be added while updating to 2.05+
- Bump PORTREVISION for dependency change
2013-12-31 02:54:19 +00:00
Sunpoet Po-Chuan Hsieh
7962fbd027 - Add p5-Dancer-Plugin-Database-Core 0.05
Dancer::Plugin::Database::Core is a shared library for Dancer::Plugin::Database
and Dancer2::Plugin::Database modules.

WWW: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/
2013-12-31 02:54:13 +00:00
Sunpoet Po-Chuan Hsieh
16345edded - Update to 1.75
- Add missing TEST_DEPENDS

Changes:	http://search.cpan.org/dist/SQL-Abstract/Changes
2013-12-31 00:59:16 +00:00
Sunpoet Po-Chuan Hsieh
b70716b149 - Update to 2.09
Changes:	http://search.cpan.org/dist/Dancer-Plugin-Database/Changes
2013-12-31 00:59:12 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Sunpoet Po-Chuan Hsieh
0968e3d223 - Allow build with clang [1]
- Remove explicit -lstdc++
- Bump PORTREVISION for package change

Submitted by:	vanilla [1]
2013-12-30 09:08:13 +00:00
Sunpoet Po-Chuan Hsieh
f6144636ac - Allow build with clang [1]
- Remove explicit -lstdc++
- Bump PORTREVISION for package change

Submitted by:	vanilla [1]
2013-12-30 09:08:08 +00:00
Koop Mast
5c4174835f Add vsqlite, a well designed and portable SQLite3 Wrapper for C++. 2013-12-29 20:37:27 +00:00
Chris Rees
50ef26bc89 Stage devel and database ports maintained by me.
While here, add missing cvs dep and general cleanups
2013-12-29 14:50:31 +00:00
Rene Ladan
be02e97526 Remove expired port:
2013-11-01 databases/mird: No longer maintained upstream
2013-12-28 20:29:22 +00:00
Mikolaj Golub
4a4cbc6b58 - update to 1.10.0;
- support staging;
- use autoplist.

PR:	ports/184501
2013-12-28 19:31:31 +00:00
Johan van Selst
85b1935a9e - Update gdbm to 1.11
- Enable STAGE support
- Strip installed libraries
2013-12-28 19:11:14 +00:00
David Naylor
e288e58754 Convert Mk/bsd.cran.mk to the Uses framework.
PR:		ports/184699
Reviewed by:	bapt
Approved by:	portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
2013-12-28 10:28:40 +00:00
Koop Mast
2a51b2182a Update poppler to 0.24.4.
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.

Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.
2013-12-27 16:54:21 +00:00
Baptiste Daroussin
ea7a141e0d Use CFLAGS_amd64
While here support stage
2013-12-27 11:12:02 +00:00
Sunpoet Po-Chuan Hsieh
d99fb44730 - Use USE_GCC=any
- Add missing USES=pkgconfig
- Remove deprecated PTHREAD_*
- Strip binary executable and shared library
- Support STAGEDIR
2013-12-27 02:18:11 +00:00
Sunpoet Po-Chuan Hsieh
4172488350 - Use USE_GCC=any
- Change -lpthread to -pthread
- Strip binary executable and shared library
- Use NOT_FOR_ARCHS
- Remove outdated ARCH check and pkg-message
- Support STAGEDIR
2013-12-27 02:16:28 +00:00
Sunpoet Po-Chuan Hsieh
4b29e6e6c9 - Use MAKE_CMD
- Reenable regression-test:
- Support STAGEDIR
2013-12-27 02:16:24 +00:00
Sunpoet Po-Chuan Hsieh
8448f0a87a - Update LICENSE 2013-12-26 21:42:05 +00:00
Raphael Kubo da Costa
6f4916f545 - Update to 3.8.1.
- Support staging.

PR:		ports/184558
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
2013-12-25 23:33:14 +00:00
Matthew Seaman
5ac9c8c021 Fix instructions for the apache>=2.3 case
Submitted by:	starlition@tp.edu.tw
2013-12-25 09:43:15 +00:00
Pawel Pekala
18249d83c8 - Fix build with gcc on 8.x and 9.x
- Use option subs
- Support staging, strip library

PR:		ports/184896
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-24 12:33:44 +00:00
Antoine Brodin
944cefafc5 Fix LIB_DEPENDS and plist 2013-12-24 10:16:18 +00:00
Matthew Seaman
8238bf7aa3 Update to 5.1.28
This is a routine bugfix and incremental improvement release.

ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-28.html
2013-12-24 07:57:42 +00:00
Matthew Seaman
330a78b248 Update to 4.1.2
- Add instructions for more recent verions of Apache to
    pkg-message (1)

Release Notes:	http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.2/phpMyAdmin-4.1.2-notes.html/view
Submitted by:	poinsot.julien@gmail.com (1)
2013-12-23 22:58:24 +00:00
Ruslan Makhmatkhanov
13e644f372 - update to 2.0.4
- replace LATEST_LINK with PKGNAMESUFFIX
- add conflicts with other postgis branches
- add staging support
- add patch to link with json-c (upstream ticket #2213)
- define LICENSE (GPLv2)
- update COMMENT

PR:		182031
Submitted by:	Trevor Caira <trevor@bitba.se>, romain
Approved by:	maintainer timeout (3 months)
2013-12-23 20:59:44 +00:00
Antoine Brodin
e2c004a07e Fix LIB_DEPENDS 2013-12-23 20:42:11 +00:00
Max Khon
bec24dc2f6 Fix installation.
PR:		185006, 185068
2013-12-23 17:36:48 +00:00
Sunpoet Po-Chuan Hsieh
3c379d4185 - Update LICENSE 2013-12-23 17:12:33 +00:00
Rene Ladan
d8338d9bfa Remove expired ports:
2013-12-22 devel/ruby-cvs: Broken for more than 6 month
2013-12-22 devel/hs-reactive: Broken for more than 6 month
2013-12-22 databases/rubygem-delayed_job_data_mapper: Broken for more than 6 month
2013-12-22 graphics/xmagv: Broken for more than 6 month
2013-12-22 lang/slib-gauche: Broken for more than 6 month
2013-12-22 graphics/f-spot: Broken for more than 6 month
2013-12-22 sysutils/linux-megamgr: Broken for more than 6 month
2013-12-22 games/linux-savage-samuraiwars: Broken for more than 6 month
2013-12-22 ftp/gftp: Broken for more than 6 month
2013-12-22 devel/hs-DeepArrow: Broken for more than 6 month
2013-12-22 converters/py-svglib: Broken for more than 6 month
2013-12-22 converters/p5-Unicode-Lite: Broken for more than 6 month
2013-12-22 mail/squirrelmail-calendar_sql_backend-plugin: Broken for more than 6 month
2013-12-22 finance/quantlib: Broken for more than 6 month
2013-12-22 games/xkobo: Broken for more than 6 month
2013-12-22 games/quake3-rq3: Broken for more than 6 month
2013-12-22 math/fbm: No new release since 2004, new supported upstream
2013-12-22 11:48:43 +00:00
Florian Smeets
ec2f641762 Don't use the LATEST link. This fixes the issue that these ports became
unfetchable after every upstream update.
2013-12-21 00:25:08 +00:00