Renee Otten
|
aa48e415c6
|
various ports: rev-bump for change in qscintilla-{qt5|qt4}
In e81da0445e we removed rpath from the
library install name; all ports depending on it need a rev-bump.
|
2020-07-20 09:50:09 -04:00 |
|
Marcus Calhoun-Lopez
|
cffde04043
|
append Qt version to qscintilla port names
Revbump all dependents.
Fixes https://trac.macports.org/ticket/55211
|
2017-11-04 22:28:51 -07:00 |
|
Michael Dickens
|
1eb2c13f70
|
sqliteman: update to use cmake portgroup; patch to find new Qsci library name; addresses ticket https://trac.macports.org/ticket/53619 .
|
2017-02-21 11:54:09 -05:00 |
|
Lawrence Velázquez
|
34b3070336
|
Remove all $Id$ lines
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
|
2016-12-28 18:14:04 +01:00 |
|
Craig Treleaven
|
b8efa4096b
|
sqliteman: fix dependencies, 46153
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@134673 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2015-04-02 20:17:19 +00:00 |
|
Joshua Root
|
bff5d0e02c
|
sqliteman: license
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@104228 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2013-03-21 10:48:43 +00:00 |
|
Ryan Schmidt
|
99998f61c8
|
app-1.0.tcl: use variable tracing magic to automatically add makeicns build dependency if needed
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@82546 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2011-08-15 16:00:04 +00:00 |
|
Ryan Schmidt
|
ac0bbccae5
|
sqliteman: use app portgroup
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@82538 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2011-08-15 13:15:49 +00:00 |
|
Ryan Schmidt
|
d9f9be423e
|
sqliteman: fix CFBundleExecutable; see https://trac.macports.org/ticket/30756
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@82474 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2011-08-14 11:42:41 +00:00 |
|
Ryan Schmidt
|
1650730ad3
|
sqliteman: add app in applications_dir; see https://trac.macports.org/ticket/30756
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@82472 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2011-08-14 10:01:47 +00:00 |
|
Eric Hall
|
fe7bf9c9b2
|
drop maintainership for multiple ports (ENOTIME)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@76385 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2011-02-21 20:58:10 +00:00 |
|
Michael Dickens
|
d5d01f792e
|
Changes to use qt4 portgroup.
Update to 1.2.2, to take care of qt 4.7 issues.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@72608 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2010-10-21 12:44:20 +00:00 |
|
Michael Dickens
|
7591609f70
|
Fix header location of Qscintilla; remove unnecessary explicit
dependency on qt4-mac (leave it implicit via Qsci).
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@69226 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2010-06-29 05:28:08 +00:00 |
|
Ryan Schmidt
|
b434470981
|
sqliteman: update to 1.2.1 and fix crash at exit; closes https://trac.macports.org/ticket/19227 (maintainer timeout)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@62496 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2010-01-09 10:13:21 +00:00 |
|
Ryan Schmidt
|
6c65560d6c
|
sqliteman: disable universal because dependency qscintilla is not universal
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@62490 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2010-01-09 09:50:36 +00:00 |
|
Ryan Schmidt
|
d86d3611f0
|
Allow qt4-mac or qt4-mac-devel to satisfy the dependency; see
http://lists.macosforge.org/pipermail/macports-users/2009-December/018200.html
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@62211 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2009-12-31 21:36:31 +00:00 |
|
Marcus Calhoun-Lopez
|
a9ecf8075e
|
multi-port commit: To allow cmake based ports to find qt4-mac, QTDIR was defined in configure.env.
${QTDIR}/bin is, however, the last place to be searched for qmake, so other Qt installations can interfere (see https://trac.macports.org/ticket/17773).
For an unknown reason, some systems fail to find qmake entirely (see https://trac.macports.org/ticket/17773 and https://trac.macports.org/ticket/17773).
Setting -DQT_QMAKE_EXECUTABLE=... in configure.args solves both problems.
A revision increase is warranted because another qmake may have been found and used to build the packages.
Fixes https://trac.macports.org/ticket/17773 and https://trac.macports.org/ticket/17773.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@44375 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2008-12-27 09:47:52 +00:00 |
|
Marcus Calhoun-Lopez
|
8071b1e949
|
sqliteman: Accommodate changes to qt4-mac (https://trac.macports.org/changeset/44214).
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@44219 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2008-12-23 21:27:32 +00:00 |
|
Eric Hall
|
318ed71d7e
|
add missing dep qscintilla, resolves https://trac.macports.org/ticket/17350
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@42476 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2008-11-21 23:32:11 +00:00 |
|
Eric Hall
|
c897b43f29
|
uprev to 1.2.0, turn on use_bzip2
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@42414 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2008-11-21 06:11:26 +00:00 |
|
Joshua Root
|
279e30095e
|
sqliteman: add missing Qt dependency. Closes https://trac.macports.org/ticket/13871.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@34833 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2008-03-08 02:19:21 +00:00 |
|
Joshua Root
|
c013937915
|
sqliteman: minor cleanups.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@34830 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2008-03-08 00:26:27 +00:00 |
|
Jochen Küpper
|
f3e2677539
|
new port
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@32473 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2008-01-03 20:11:42 +00:00 |
|