Joshua Root
|
d7080a50bc
|
libxml2 dependents: bump revision for new soname
[skip ci]
Closes: https://trac.macports.org/ticket/72254
|
2026-03-10 15:55:12 +11:00 |
|
Joshua Root
|
3ab099fa50
|
nomaintainer editors/*: remove compiler_blacklist_versions
|
2025-08-01 15:43:57 +10:00 |
|
barracuda156
|
ccc83d1f6d
|
cssed: fix the build
Credit to @kencu for fixing build with Clang
Fixes: https://trac.macports.org/ticket/42008
Fixes: https://trac.macports.org/ticket/65784
|
2022-11-20 15:33:37 -08:00 |
|
Christopher Nielsen
|
08ac79d062
|
gtk2 ports: fix path-style dependency
|
2021-10-16 15:37:38 -04:00 |
|
Christopher Nielsen
|
7459497706
|
gtk2 ports: switch to path-style dependency
|
2021-10-16 15:32:07 -04:00 |
|
Ryan Schmidt
|
1cc22d3988
|
cssed: Add modeline and reformat
|
2018-10-13 03:12:40 -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 |
|
Joshua Root
|
b9b58726e6
|
cssed: build fix, needs to link with gmodule-2.0
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@122675 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2014-07-26 15:38:46 +00:00 |
|
Joshua Root
|
8a2d883a18
|
cssed: license
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@122670 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2014-07-26 14:55:32 +00:00 |
|
Ryan Schmidt
|
4011f1e7c7
|
Rewrite master_sites to avoid redirects
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@86408 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2011-10-25 10:47:46 +00:00 |
|
Joshua Root
|
c458723817
|
cssed: add pkgconfig dep
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@81756 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2011-08-04 17:59:17 +00:00 |
|
Jeremy Huddleston Sequoia
|
0e7e8f7a8c
|
cssed: Eliminated some dependencies that are already brought in by gtk2
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@43800 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2008-12-15 08:32:51 +00:00 |
|
Ryan Schmidt
|
aefd4ae95c
|
Change dependency style "path:${prefix}/..." to "path:..." in all nomaintainer ports, because this is simpler and actually works; see https://trac.macports.org/ticket/17182
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@41808 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2008-11-10 23:41:44 +00:00 |
|
Ryan Schmidt
|
639a0993d6
|
nomaintainer ports: allow pango or pango-devel to satisfy pango dependency
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@38750 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2008-07-30 07:07:11 +00:00 |
|
Ryan Schmidt
|
863a83c1e6
|
In all openmaintainer and nomaintainer ports and my ports, depend on glib2 via a path in ${prefix} so that either glib2 or glib2-devel can satisfy the dependency
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@38077 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2008-07-05 21:37:56 +00:00 |
|
Ryan Schmidt
|
3ed97e88c2
|
For all nomaintainer and openmaintainer ports, remove occurrences of
{{{
platform darwin 8 {
configure.compiler gcc-4.0
}
}}}
MacPorts 1.6 already ensures that GCC 4.0 is used by default on Tiger. See https://trac.macports.org/ticket/14046.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@33297 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2008-01-23 09:32:47 +00:00 |
|
Juan Manuel Palacios
|
e059446d30
|
nomaintainer address abstraction in editors category.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@30225 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2007-10-22 22:50:33 +00:00 |
|
Markus W. Weißmann
|
a020a8cb71
|
replace configure.env as far as possible
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@28541 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2007-09-03 11:46:50 +00:00 |
|
James D. Berry
|
9cf2b6d6fb
|
Convert all darwinports@opendarwin.org addresses
to nomaintainer@macports.org or openmaintainer@macports.org.
See http://trac.macports.org/projects/macports/wiki/SpecialMaintainerAddresses
for more information.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@20431 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2006-11-03 02:19:18 +00:00 |
|
Blair Zajac
|
fc2b6944de
|
Set the svn:keywords property to 'Id' for all Portfile's. This
re-enables the Id keyword substitution that was present in the CVS
repository.
See this thread for more information:
http://lists.macosforge.org/pipermail/macports-dev/2006-October/000180.html
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@20293 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2006-11-01 17:47:33 +00:00 |
|
Matt Anton
|
3208625b11
|
Added hicolor-icon-theme as a runtime depency.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@15867 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2006-01-15 23:36:23 +00:00 |
|
Markus W. Weißmann
|
ea90757ea9
|
fix linking on 10.4 if g++ is gcc3.3 (no need to inc. revision)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@15310 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2005-12-05 23:19:48 +00:00 |
|
Markus W. Weißmann
|
20e0f7cdd7
|
new port editors/cssed
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@15241 d073be05-634f-4543-b044-5fe20cf6d1d6
|
2005-11-30 20:18:24 +00:00 |
|