1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

6946 Commits

Author SHA1 Message Date
Boris Samorodov
3c7806fe48 . add iconv to USES;
. switch LOCALBASE to ICONV_PREFIX for iconv-includes and iconv-libraries.

Approved by:	portmgr (bapt, implicit)
2013-09-07 22:09:49 +00:00
Boris Samorodov
f357cdff95 Simplify a bit: utilise UCONV_CMD.
Approved by:	portmgr (bapt, implicit)
2013-09-07 21:59:42 +00:00
Sunpoet Po-Chuan Hsieh
7684922546 - Use single space after WWW: 2013-09-07 17:20:21 +00:00
Baptiste Daroussin
beae873ea6 Add an explicit dependency on pkgconf 2013-09-06 13:01:53 +00:00
Baptiste Daroussin
7a0f4abe2b Add an explicit dependency on pkgconf 2013-09-06 12:12:00 +00:00
Boris Samorodov
54e44467d7 . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value is
"--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null)
  otherwise;
. convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}.

Approved by:	portmgr (bapt, implicit)
2013-09-05 20:18:30 +00:00
Hiroki Sato
4fced727e3 Remove unmaintained japanese/texfamily{,-vfn2a} and japanese/dvi2dvi. 2013-09-05 20:09:25 +00:00
Thomas Abthorpe
9712a3779e - Reassign to the heap due to maintainer mail bounces 2013-09-05 18:24:04 +00:00
Baptiste Daroussin
3a4866fb15 Add an explicit dependency on pkgconf 2013-09-05 09:15:49 +00:00
Hiroki Sato
9edc5c1eb2 - Fix a warning "Having multiple values in <test> isn't supported and may
not work as expected" when using the latest x11-fonts/fontconfig [*].

- Update to the latest version (font-migu, font-ume, font-vlgothic).

- Style clean-ups.

PR:	ports/181701 [*]
2013-09-04 21:15:21 +00:00
Boris Samorodov
9f7e7e1326 Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
2013-09-04 20:01:05 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Antoine Brodin
dc67cc1ac6 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-03 19:16:46 +00:00
Antoine Brodin
5bd9b401ff Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-03 17:15:08 +00:00
Baptiste Daroussin
f367fab8f8 Fix building without libstdc++ 2013-09-03 14:32:13 +00:00
Baptiste Daroussin
1c7c3d2208 Add an explicit dependency on pkgconf 2013-09-03 12:13:23 +00:00
Baptiste Daroussin
c7d6ee97c1 Add an explicit dependency on pkgconf 2013-09-03 10:23:55 +00:00
Baptiste Daroussin
888f361022 Add an explicit dependency on pkgconf 2013-09-02 22:31:37 +00:00
Baptiste Daroussin
8302173231 Add an explicit dependency on pkgconf 2013-09-02 21:04:00 +00:00
Tijl Coosemans
f86cad0ce3 Two imake related changes:
1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable.
   For ports that don't need -a introduce USES=imake:notall.
   This way ports no longer have to redefine XMKMF.

2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments
   to set CPP, CC and CXX.  This creates the top Makefile, and then xmkmf
   runs make Makefiles.  This Makefiles target runs imake for each
   subdirectory but these imake invocations did not have the flags from
   IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor
   when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp).
   Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to
   imake let imake handle IMAKECPPFLAGS itself just like it handles
   IMAKEINCLUDE.

   This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm.

Approved by:	portmgr (bapt)
2013-09-02 13:26:34 +00:00
Boris Samorodov
41aa63fa0b 1. Introduce using iconv with arguments:
. lib (default, implicit);
. build,
. patch.

The default is the same, all existing ports stay valid.

2. Introduce variable ICONV_CMD with default to ${LOCALBASE}/bin/iconv.
It is intended to get the value of /usr/bin/iconv at recent 10.x.

3. Adopt all ports to using USES+= icomv:build and iconv:patch and
change iconv (executable) at Makefile commands to ${ICONV_CMD} at those ports.

Submitted by:	bsam (me, via e-mail)
Approved by:	portmgr (bapt)
2013-09-02 05:41:50 +00:00
Jun Kuriyama
d84b084332 - Update to 20130830. 2013-09-02 02:57:52 +00:00
Alexey Dokuchaev
b3aa1e96a6 - Make it fetchable again by using SFJP macro instead of hand-made URL
- Utilize PORTDOCS variable and thus offload pkg-plist
- Perform some miscellaneous Makefile cleanups while I am here
2013-08-31 11:17:07 +00:00
Baptiste Daroussin
e5142e9cfd Convert USE_GNOME=pkgconfig to USES=pkgconfig 2013-08-31 00:41:48 +00:00
Bryan Drewery
0f9ef17fbe - Mark BROKEN, fails to fetch 2013-08-31 00:02:26 +00:00
Bryan Drewery
f0fca4bde5 - Mark BROKEN, fails to build
ming.c: In function 'rb_Ming_key_press':
ming.c:59: error: 'struct RString' has no member named 'len'
ming.c:62: error: 'struct RString' has no member named 'ptr'
ming.c: In function 'rb_Ming_on_key_press':
ming.c:71: error: 'struct RString' has no member named 'len'
ming.c:74: error: 'struct RString' has no member named 'ptr'
*** [ming.o] Error code 1

Stop in /wrkdirs/usr/ports/japanese/ruby-ming/work/ming-ruby-0.1.6/ext/ming/ming.
2013-08-30 23:21:51 +00:00
Olli Hauer
0ad9a57a22 - remove expired bugzilla3 ports 2013-08-29 20:17:08 +00:00
Sunpoet Po-Chuan Hsieh
fdd462485d - Remove Author line 2013-08-29 18:06:47 +00:00
Sunpoet Po-Chuan Hsieh
9e12ae1e0f - Use single space after WWW: 2013-08-29 04:10:37 +00:00
Hiroki Sato
59cda47588 Fix clang build. 2013-08-27 11:38:56 +00:00
Baptiste Daroussin
a110650af3 Fix build with clang by forcing the port to respect CFLAGS and adding -Wno-return-type to CFLAGS 2013-08-26 17:14:16 +00:00
Andrej Zverev
eac296e298 - Remove unnecessary LICENSE_FILE
PR:		ports/181206
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2013-08-25 18:06:53 +00:00
MANTANI Nobutaka
d6284d8eb3 Use OPTIONS_SLAVE instead of OPTIONS_OVERRIDE.
Pointed out by:	  jgh and bapt
2013-08-23 12:30:16 +00:00
John Marino
652af27955 japanese/eb: Make gettext dependency a condition of NLS
PORTREVISION bumped to reset dependencies for folks that don't use NLS.

PR:		181205
Submitted by:	az
Reviewed by:	jgh, marino
Approved by:	bapt/culot (mentors, implicit)
2013-08-23 00:06:37 +00:00
Jung-uk Kim
b54218e9d4 Update to 4.0.5. 2013-08-22 20:38:28 +00:00
MANTANI Nobutaka
5905035866 - Make slave ports of www/w3m work as are before master port is
OptionsNG-fied.
- Convert makefile header to new format.
- Remove shlib version from LIB_DEPENDS.
- Remove M17N option and make m17n feature always on. It is because
configure script enables m17n feature by default and there is no
practical advantage of disabling it.
- Remove www/w3m-m17n and www/w3m-m17-img because they are now identical
with www/w3m and www/w3m-img.
- Add entry of removed ports to MOVED.
- Update CONFLICTS.
- Adjust dependency of www/emacs-w3m.
- Bump PORTREVISON of w3m ports and www/emacs-w3m.

PR:		ports/178189
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2013-08-22 16:30:42 +00:00
Andrej Zverev
8ba1f10a4a Conver to new perl5 framework.
PR:		ports/181207
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2013-08-20 11:54:39 +00:00
Andrej Zverev
c20b7d93e3 - Conver to new perl5 framework.
- Remove duplication of 'USES=gettext'.

PR:		ports/181205
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2013-08-20 11:48:33 +00:00
Hiroki Sato
9993dd9b19 Add a patch to fix a build error "invalid DSO for symbol `libiconv_open'
definition".
2013-08-18 08:03:43 +00:00
Antoine Brodin
2be70a3f2b - Trim Makefile header
- Replace DISTFILES/WRKSRC with DISTNAME/EXTRACT_SUFX
- Unbreak with clang
2013-08-15 17:51:05 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
William Grzybowski
c42445da89 japanese/wordpress: update to 3.6
- Update to 3.6 [1]
- Remove LICENSE_FILE [1]
- Remove indefinite article from COMMENT

PR:		ports/181258
Submitted by:	Takefu <takefu airport.fm>
2013-08-13 11:40:47 +00:00
TAKATSU Tomonari
e9630e4d64 - Update to 0.996
- Remove LICENSE_FILE for standard license

PR:		ports/177694
Submitted by:	Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
2013-08-11 05:21:49 +00:00
TAKATSU Tomonari
30e20e1115 - Update to 0.996
- Remove LICENSE_FILE for standard license

PR:		ports/177694
Submitted by:	Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
Approved by:	Junji NAKANISHI (maintainer)
2013-08-11 05:21:29 +00:00
TAKATSU Tomonari
b319d0fe89 - Update to 0.996
- Remove LICENSE_FILE for standard license

PR:		ports/177694
Submitted by:	Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
2013-08-11 05:21:05 +00:00
TAKATSU Tomonari
6461935b55 - Update to 0.996
- Pass maintainership to submitter
- Remove LICENSE_FILE for standard license

PR:		ports/177694
Submitted by:	Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
2013-08-11 05:20:29 +00:00
Mathieu Arnold
62a41b423b - Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-03 13:44:00 +00:00
Andrej Zverev
99ad912735 - Convert to new perl framework
- Trim Makefile header
2013-08-03 08:45:51 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Andrej Zverev
0aad97bb5c - Convert to new perl framework 2013-08-02 18:21:05 +00:00