Commit graph

39 commits

Author SHA1 Message Date
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Max Brazhnikov
98003dbd30 - Fix packaging after last commit
Reported by:	marino@
2013-10-30 16:07:15 +00:00
Max Brazhnikov
21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00
Dmitry Marakasov
fdb84adb5d - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with d)
Approved by:	portmgr (bdrewery)
2013-10-22 13:52:24 +00:00
Max Brazhnikov
4476a5c138 - Remove LATEST_LINK from my Qt4/KDE4 ports
- Use new LIB_DEPENDS syntax
- Use options helpers
2013-10-07 12:26:54 +00:00
Baptiste Daroussin
cf104c570b Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils) 2013-09-20 16:21:37 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Max Brazhnikov
344cf9dd05 Update to 6.0 2012-01-16 12:30:38 +00:00
Max Brazhnikov
d79525e735 Update to 5.3
Feature safe:	yes
2011-01-14 22:53:58 +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
Max Brazhnikov
a06ddff51f Update to 5.1 2010-01-05 13:20:21 +00:00
Max Brazhnikov
4d6f9f569a Update to 4.2 2009-10-26 18:32:23 +00:00
Max Brazhnikov
ca0c154db8 Update to 4.1 2009-08-06 09:33:20 +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
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00
Max Brazhnikov
37b97ad127 Don't install kioslave to avoid conflict with kdegraphics4 2009-03-12 21:27:48 +00:00
Max Brazhnikov
48e2b29678 Update deskutils/kchmviewer-kde4 to 4.0
Approved by:	miwi (implicit)
2009-01-18 21:48:14 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +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
Markus Brueffer
f94c1fb1a5 - Update to version 3.1 [2]
- Fix installation locations if WITHOUT_KDE is set [1]
- Fix tinderbox build and package creation if WITHOUT_KDE is set
- Don't install locales if WITHOUT_KDE is set, as locale support in the
  Qt-only version is not present

PR:		ports/117449 [1]
		ports/120540 [2]
Submitted by:	Denise H. G. <denisehg@hotpop.com> [1]
		Yarodin <yarodin@gmail.com> [2]
2008-04-08 15:02:10 +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
Markus Brueffer
b6cc02a223 - Update to version 3.0
- Let WWW point to the new projectsite
2007-03-27 20:38:22 +00:00
Markus Brueffer
24689a65f8 Update to version 2.7 2006-12-15 01:22:02 +00:00
Markus Brueffer
0089ffeda5 Update to version 2.6 2006-07-10 10:12:54 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Markus Brueffer
295a3aca52 Update to version 2.5 2006-04-05 17:48:49 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Markus Brueffer
1f436035ea - Update to version 2.0
- Utilize the ports version of chmlib
2006-02-04 16:12:45 +00:00
Markus Brueffer
e578497776 - Update to version 1.3
- Add SHA256
2005-12-13 11:59:53 +00:00
Markus Brueffer
b705c37004 Update to version 1.1 2005-11-08 17:15:14 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Markus Brueffer
764ab73aef Add patch in order to fix the build on ia64, alpha and sparc64
Submitted by:	pointyhat via kris
Approved by:	portmgr (linimon)
2005-08-12 18:55:09 +00:00
Markus Brueffer
8852673677 Update to version 1.0 2005-07-29 16:30:44 +00:00
Markus Brueffer
b90b51bb0d Add kchmviewer 0.92, a Qt/KDE viewer for CHM files.
KchmViewer is a chm (MS HTML help file format) viewer. Unlike most existing
CHM viewers for Unix, it uses Trolltech's Qt widget library, and does not
depend on KDE or Gnome. However, it may be compiled with full KDE support,
including KDE widgets and KIO/KHTML.

The main advantage of KchmViewer is non-english language support. Unlike
others, KchmViewer in most cases correctly detects help file encoding,
correctly shows tables of context of russian, korean, chinese and japanese
help files, and correctly searches in non-english help files.

WWW: http://kchmviewer.sourceforge.net/
2005-07-25 16:13:01 +00:00