aboutsummaryrefslogtreecommitdiffstats
path: root/databases/hk_classes
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2013-04-26 18:44:28 +0800
committerak <ak@FreeBSD.org>2013-04-26 18:44:28 +0800
commitbe0532aa1927751208f2697351ec6365d64f46e3 (patch)
treee5e83d3ba0442c1c2f0b99c843428b36a8eb003d /databases/hk_classes
parent1b4e8ae3fa9398a48e6c4797e41a32870c88ed6c (diff)
downloadfreebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.tar.gz
freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.tar.zst
freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.zip
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
Diffstat (limited to 'databases/hk_classes')
-rw-r--r--databases/hk_classes/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile
index deec17afe57e..c0e16f4a5def 100644
--- a/databases/hk_classes/Makefile
+++ b/databases/hk_classes/Makefile
@@ -13,11 +13,10 @@ BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone
LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
xml2.5:${PORTSDIR}/textproc/libxml2
-USES= pkgconfig
+USES= pkgconfig gettext
USE_BZIP2= yes
USE_ICONV= yes
USE_PYTHON= yes
-USE_GETTEXT= yes
CXXFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -largp -lintl
USE_AUTOTOOLS= libtool
f2e76cbbe2fce7'>- update png to 1.5.10dinoex2012-06-011-0/+1 * - Update to 0.4.0.stephen2012-04-191-5/+13 1'>| | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo * - Update patches required by nzbgetswills2013-02-183-40/+106 | | | | | | PR: ports/175846 Submitted by: Mark Felder <feld@feld.me> Approved by: Jeff Burchell <toxic@doobie.com> (maintainer) * For a number of ports in archives category, trim the header and drop leadingdanfe2012-12-181-3/+3 | | | | | indefinite article from COMMENT line; also fix few noticed styles bugs while I am here. * Convert to new options frameworkbapt2012-11-231-10/+8 | | | | | | | PR: ports/173810 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: Jeff Burchell <toxic@doobie.com> Feature safe: yes * - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-2/+0 | * - Fix build on FreeBSD 10miwi2011-10-301-0/+2 | * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2 | | | | | | | | | - 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 * - Get Rid MD5 supportmiwi2011-03-191-1/+0 | | | | With hat: portmgr (myself) * - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0 | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) * - Includes two patchesmiwi2010-05-104-5/+247 | | | | | | | | | | | | | | * a bugfix that closes a memory leak triggered by corrupted PAR2 files. That fix is included in some linux vendors' libpar2 packages, and is well-tested. * The other adds additional functionality: a method to cancel a file repair in progress. This patch can be disabled through a config option. It is enabled by default because the only application in the ports tree that links against libpar2 is news/nzbget. Nzbget makes use of this functionality if it is available. PR: 146125 Submitted by: Jeff Burchell <toxic@doobie.com> (maintainer) * - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1 | | | | starting with A * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) * Fix NOPORTDOCS related issuesedwin2008-08-182-12/+12 | | | | Noticed by: ionbot