Tijl Coosemans
edb7229dd4
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
...
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine)
2014-11-29 18:22:32 +00:00
Antoine Brodin
0dae2aca96
Cleanup plist
2014-11-15 12:20:53 +00:00
Christian Weisgerber
967397b623
Update to 2.1.3: bug fixes, new and updated translations
2014-03-15 19:47:35 +00:00
Christian Weisgerber
62ef31db61
USE_BZIP2 -> USES+=tar:bzip2
...
USE_XZ -> USES+=tar:xz
2014-03-13 16:11:14 +00:00
Baptiste Daroussin
e04b632220
Fix properties on pkg-plist
2014-01-21 23:40:21 +00:00
Dmitry Marakasov
d46ccd7303
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with m)
...
Approved by: portmgr (bdrewery)
2013-10-22 13:56:27 +00:00
Christian Weisgerber
8d8145c555
Support staging.
2013-10-04 15:21:09 +00:00
Baptiste Daroussin
ce5e457020
Add NO_STAGE all over the place in preparation for the staging support (cat: math)
2013-09-20 20:55:04 +00:00
Baptiste Daroussin
db7a56d5ed
Add an explicit dependency on pkgconf
2013-09-03 06:36:41 +00:00
Christian Weisgerber
9c7a77ab1e
For all my ports
...
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
2013-08-01 20:22:27 +00:00
Christian Weisgerber
5dba9f786b
Update to 2.1.2. No user-visible changes.
2013-04-29 15:00:15 +00:00
Christian Weisgerber
5336bcb331
Fix build on systems that happen to have GCC 4.[678] installed.
...
Submitted by: bf
2013-02-13 22:13:23 +00:00
Christian Weisgerber
b7c6bc8e54
Update to 2.1: bug fixes, add Turkish translation
2013-02-12 18:24:25 +00:00
Christian Weisgerber
16722f6be0
Update to 2.0.1: config file stored according to XDG spec.
2012-12-17 21:40:40 +00:00
Christian Weisgerber
2b5cd291f7
Update to 2.0.
...
Adds a few translations; no user-visible changes otherwise.
Feature safe: yes
2012-10-16 18:47:10 +00:00
Christian Weisgerber
0062a3fa62
Remove pointless header lines from ports I created once upon a time.
2012-09-15 20:00:32 +00:00
Dirk Meyer
2b74a89bc8
- update png to 1.5.10
2012-06-01 05:26:28 +00:00
Dmitry Marakasov
6f6fbe4bdf
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
...
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
2011-09-23 22:26:39 +00:00
Martin Wilke
bb86cbe5d2
- Get Rid MD5 support
2011-03-20 12:54:45 +00:00
Dirk Meyer
de78af3ac5
- update to 1.4.1
...
Reviewed by: exp8 run on pointyhat
Supported by: miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c
- update to jpeg-8
2010-02-05 11:46:55 +00:00
Dmitry Marakasov
a13d9a603d
- Switch SourceForge ports to the new File Release System: categories starting with M
2009-08-22 00:28:34 +00:00
Dirk Meyer
eca78ec61b
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
...
Requested by: edwin
2009-07-31 13:57:52 +00:00
Christian Weisgerber
5f72e5ca89
Mark MAKE_JOBS_SAFE for parallel building.
2009-03-25 16:24:14 +00:00
Christian Weisgerber
564144c68d
Update to 1.3.4 which fixes a bug when changing sign in scientific
...
EE notation.
2009-03-18 15:42:12 +00:00
Christian Weisgerber
971a133302
Update to 1.3.3. No major changes.
2009-01-12 14:40:44 +00:00
Edwin Groothuis
090059a210
Bump portrevision due to upgrade of devel/gettext.
...
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
2008-06-06 14:17:21 +00:00
Christian Weisgerber
169d1d8436
Don't try to remove share/pixmaps.
...
Submitted by: linimon (pointyhat)
2007-10-05 15:29:08 +00:00
Christian Weisgerber
26b1368f51
Update to 1.3.1, which adds an additional "paper mode".
2007-10-01 21:23:54 +00:00
Florent Thoumie
d4f0d0048a
- Welcome X.org 7.2 \o/.
...
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Christian Weisgerber
43de3ec587
(1) Try to deinstall some locale directories not listed in BSD.local.dist.
...
(2) Attempt to fix build on 4.x, whose ancient perl still requires a
mode argument to mkdir().
PR: 101487
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> (1), pointyhat (2)
2006-08-07 16:46:12 +00:00
Christian Weisgerber
6b6944eab9
Sync with upstream (1.2.5.2); no functional changes.
2006-04-02 22:25:37 +00:00
Christian Weisgerber
1b0a46f86e
Maintenance update to 1.2.5.1 which fixes a bug with recent glib
...
versions.
2006-03-27 15:02:48 +00:00
Edwin Groothuis
53354e7e9c
SHA256ify
...
Approved by: krion@
2006-01-22 12:59:47 +00:00
Edwin Groothuis
a437d08eca
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
...
Approved by: krion@
PR: ports/88711 (related)
2006-01-22 02:30:01 +00:00
Joe Marcus Clarke
235c907ae5
Bump PORTREVISION to chase the glib20 shared library update.
2005-11-05 05:22:06 +00:00
Christian Weisgerber
f242049857
Maintenance update to 1.2.5: minor bug fixes.
2005-05-10 19:11:42 +00:00
Joe Marcus Clarke
b3458f652e
Bump PORTREVISION to chase the glib20 shared lib version change.
2005-03-12 10:54:27 +00:00
Christian Weisgerber
d7d18824b0
Don't leave extra directory after uninstall.
...
Submitted by: kris (pointyhat)
2004-12-19 22:48:00 +00:00
Joe Marcus Clarke
46a4d69571
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
...
big upgrade.
2004-11-07 22:37:47 +00:00
Christian Weisgerber
d1b537f3b9
Update to 1.2.4. This is a bugfix/minor feature enhancement release:
...
* introducing thousands separators
* several bugfixes
* cleaned up display code
* new and updated translations
2004-10-23 13:51:22 +00:00
Christian Weisgerber
fb552ecb61
Update to 1.2.3:
...
- Small fixes.
- Translation updates.
2004-05-27 20:11:34 +00:00
Joe Marcus Clarke
731798cdcf
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
2004-04-05 03:31:02 +00:00
Christian Weisgerber
34d2eea617
Update to 1.2.2. Changes in this release:
...
* several bugfixes
* [EE] shortcut
* updated translations
2004-04-01 21:01:40 +00:00
Christian Weisgerber
52cead8e93
Update to 1.2.1. Changes in this release:
...
* formula entry mode
* right mouse button click gives popup menu
* translation updates
* bug fixes
2004-03-20 23:32:39 +00:00
Trevor Johnson
38069212cc
Add size data, approved by maintainers.
2004-03-18 20:59:15 +00:00
Joe Marcus Clarke
73f7c91b5d
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 1)
2004-02-04 05:10:27 +00:00
Christian Weisgerber
a4fa436ea8
Update to 1.1.4: RPN mode improvements, bugfixes, translation updates.
2003-11-13 02:37:57 +00:00
Christian Weisgerber
6a71386b5e
Update to 1.1.3. Changes in this release:
...
* Introducing basic and scientific mode.
* Number base, angle unit and notation mode are remembered on exit.
No defaults anymore.
* Updates to binary mode.
* New functions (asinh, acosh, atanh) and a new operation (percent).
* Bug fixes: crash on bracket closing, remember display value, GUI.
* Japanese translation, translation updates.
2003-09-01 18:35:09 +00:00
Christian Weisgerber
77135353b4
Update to 1.1.2. Adds French translation.
2003-07-08 15:08:40 +00:00