Pawel Pekala
f3bb6fac5c
- Update to version 2.6.1
...
- Remove leading article from COMMENT
- support staging
PR: ports/181056
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2013-11-01 20:59:30 +00:00
Dmitry Marakasov
a2105d9f79
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
...
Approved by: portmgr (bdrewery)
2013-10-22 13:57:35 +00:00
Baptiste Daroussin
8e91f3161f
Add NO_STAGE all over the place in preparation for the staging support (cat: cad)
2013-09-20 15:58:41 +00:00
Baptiste Daroussin
2729c7d447
Add an explicit dependency on pkgconf
2013-09-02 21:32:24 +00:00
Alex Kozlov
d4041784dc
- Remove MAKE_JOBS_SAFE variable
...
Approved by: portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Eitan Adler
1e5f12f776
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead.
2013-03-28 03:28:30 +00:00
Dirk Meyer
2b74a89bc8
- update png to 1.5.10
2012-06-01 05:26:28 +00:00
Martin Wilke
410bb79e05
- Update to version 2.6.0
...
PR: 164151
Submitted by: Ports Fury
2012-01-28 17:49:21 +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
8424feac21
- Update to version 2.5.0
...
PR: 155830
Submitted by: Ports Fury
2011-03-25 11:36:12 +00:00
Martin Wilke
bb86cbe5d2
- Get Rid MD5 support
2011-03-20 12:54:45 +00:00
Ade Lovett
4a8684e352
Sync to new bsd.autotools.mk
2010-12-04 07:34:27 +00:00
Dirk Meyer
9eb2d76579
- cleanup libpng12
2010-03-30 15:32:09 +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
Joerg Wunsch
bdce4d94e2
Upgrade to version 2.4.0.
...
Feature safe: yes
2010-03-04 21:04:23 +00:00
Dirk Meyer
ca9c60461c
- update to jpeg-8
2010-02-05 11:46:55 +00:00
Martin Wilke
313224735b
- Update to 2.3.0
...
PR: 138274
Submitted by: Ports Fury
2009-08-28 23:29:43 +00:00
Dmitry Marakasov
c926af277e
- Switch SourceForge ports to the new File Release System: categories starting with B,C
2009-08-22 00:15:15 +00:00
Jeremy Messenger
789d75c728
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
...
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
2009-08-02 19:36: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
Martin Wilke
e5ed32b55d
- Update to 2.2.0
...
PR: 131839
Submitted by: Ports Fury
2009-02-20 16:25:38 +00:00
Martin Wilke
d18ba92f13
- Update to 2.1.0
...
PR: 130462
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2009-01-14 09:11:59 +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
Martin Wilke
065822a473
- Update to 2.0.1
...
PR: 120814
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2008-02-19 09:00:37 +00:00
Martin Wilke
452d7dbd42
- Update to 2.0.0
...
PR: 119720
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2008-01-20 21:56:00 +00:00
Martin Wilke
1e64d0303d
- Update to 1.0.3
...
PR: 118587
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2007-12-14 17:05:14 +00:00
Rong-En Fan
f935a609c5
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
...
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
2007-07-23 09:36:51 +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
Ion-Mihai Tetcu
3095dbd589
Update to version 1.0.2
...
PR: ports/101188
Submitted by: KATO Tsuguru
2006-08-01 19:51:08 +00:00
Edwin Groothuis
bbee4a66a6
remove USE_REINPLACE for all ports with categories starting with C
2006-05-03 23:38:41 +00:00
Pav Lucistnik
2098ca40dc
- Add SHA256
2005-11-24 00:22:47 +00:00
Joe Marcus Clarke
235c907ae5
Bump PORTREVISION to chase the glib20 shared library update.
2005-11-05 05:22:06 +00:00
Joe Marcus Clarke
b3458f652e
Bump PORTREVISION to chase the glib20 shared lib version change.
2005-03-12 10:54:27 +00:00
Florent Thoumie
e671b2d487
- Update to 1.0.1.
...
PR: ports/78497
Submitted by: Ports Fury
Approved by: pav (mentor)
2005-03-07 13:46:51 +00:00
Kirill Ponomarev
7c91e0c9f5
Update to version 1.0.0
...
PR: ports/75688
Submitted by: Ports Fury
2004-12-31 13:17:30 +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
Kirill Ponomarev
ad7f7aa999
Update to version 0.16
...
PR: ports/68369
Submitted by: Ports Fury
2004-06-27 18:02:24 +00:00
Joe Marcus Clarke
053fdb6a6b
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
e8d5605043
Add SIZE.
2004-01-27 20:51:07 +00:00
Trevor Johnson
439b8a040c
Use the CPIO macro defined in bsd.port.mk.
2004-01-22 12:18:43 +00:00
Kirill Ponomarev
7516cbb6fa
- Update to version 0.15
...
PR: 58519
Submitted by: Ports Fury
2003-10-26 10:50:49 +00:00
Kirill Ponomarev
6df407adc4
- Update to version 0.14
...
PR: 55998
Submitted by: Ports Fury
2003-08-26 18:43:02 +00:00
Christian Weisgerber
74c3ce7dfb
Use USE_GETOPT_LONG.
...
PR: 51222
Submitted by: Ports Fury
2003-04-27 18:06:41 +00:00
Christian Weisgerber
e1c97b86a0
Update to version 0.13.
...
PR: 51047
Submitted by: Ports Fury
2003-04-23 22:13:41 +00:00
Joe Marcus Clarke
4fb7eb3a61
Remove USE_GNOMENG.
2003-04-18 04:54:11 +00:00
Akinori MUSHA
7cc1393a93
De-pkg-comment.
2003-02-20 17:07:10 +00:00
Ying-Chieh Liao
ee641a6465
upgrade to 0.12
2003-02-11 16:45:54 +00:00
Norikatsu Shigemura
d6428c128a
Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.
...
Submitted by: Ports Fury
2003-02-08 05:27:23 +00:00
Norikatsu Shigemura
ea225fddf4
Conditionalize libgnugetopt dependencies.
...
PR: ports/47737
Submitted by: Ports Fury
2003-02-02 13:54:17 +00:00
Ying-Chieh Liao
6af68e8e45
upgrade to 0.11
...
PR: 46141
Submitted by: Ports Fury
2003-01-02 19:11:51 +00:00