1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

6850 Commits

Author SHA1 Message Date
Martin Wilke
b0b250e15f - Add missing fonts.alias file
- While here trim header
2013-06-13 23:44:59 +00:00
Baptiste Daroussin
fb7450560b Fix build with clang 2013-06-12 16:08:37 +00:00
Martin Wilke
52ffd49ed9 - Add missing fonts.alias
Reported by:	pkg (DEV MOD)
2013-06-12 14:35:50 +00:00
Martin Wilke
61a28b72d7 Fix build
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 03:13:46 +00:00
TAKATSU Tomonari
3c03d43fee - Update to 4.2.6 2013-06-09 06:34:35 +00:00
Baptiste Daroussin
48ffaafcd5 Convert to new options framework 2013-06-06 16:05:55 +00:00
Frederic Culot
fd9d93df46 - Update to 0.20130603 [1]
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Number-Phone-JP/Changes
PR:		ports/179334 [1]
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
2013-06-06 07:36:34 +00:00
Steve Wills
3f781acde7 - Fix with ruby 1.9
PR:		ports/178293
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2013-06-01 22:04:34 +00:00
Carlo Strub
a2e82bc956 - Fix to work with Ruby 1.9
- Use better macro/function/class for Ruby 1.9 and later.
- Use OPTIONS instead of NOPORTDOCS.

PR:		ports/178022
Submitted by:	Hiroyuki Iwatsuki <don@na.rim.or.jp> (maintainer)
2013-05-27 19:52:00 +00:00
Baptiste Daroussin
b86b63c345 Do not try to remove a directory not created by the port
Reported by:	pkg (DEVELOPER_MODE)
2013-05-27 08:15:26 +00:00
Hiroki Sato
83f00ce6ea Fix pkg-plist.
Spotted by:	QAT
2013-05-27 02:40:17 +00:00
Hiroki Sato
e2ccc05f27 Mark USE_TEX=tetex. 2013-05-27 01:56:56 +00:00
Hiroki Sato
56735dbed4 - Fix PKGNAMEPREFIX.
- Mark USE_TEX=texlive.

Spotted by:	nyan
2013-05-27 01:46:24 +00:00
Jason Helfman
cb5c3e946a - match OPTION 2013-05-26 00:36:38 +00:00
Jason Helfman
69a52214a8 - adoption of optionsNG framework
- trim COMMENTS and historical headers

Approved by:	portmgr (bapt)
2013-05-26 00:33:54 +00:00
Niclas Zeising
92ea0d614b The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
Baptiste Daroussin
e71de09d6d Do not let system make.conf inpact the port's makefile
This fixes build on current
2013-05-24 16:35:30 +00:00
Hiroki Sato
87e2e8e2e6 Fix dependency.
Reported by:	miwi
2013-05-23 00:37:49 +00:00
Hiroki Sato
ca9b293799 - Fix duplicated pkg-plist entries.
- Split off documentation to print/texlive-docs from print/texlive-texmf.
  The document part was 1.3GB (30k files).  Now the size of texlive-texmf
  package is 557MB (this was 1.5GB before the split).
- do-texhash, do-fmtutil, do-updmap targets now run after post-install.
2013-05-22 08:26:53 +00:00
Jun Kuriyama
c65ef470a1 - Upgrade to 0.12. 2013-05-21 14:24:57 +00:00
Martin Wilke
31f17e5d67 - Unbreak build on HEAD
PR:		177175
Submitted by:	maintainer
2013-05-21 08:12:14 +00:00
Bryan Drewery
f050dd075b - Update to 0.20130501
- Pass maintainership to submitter

PR:		ports/178724
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
2013-05-19 05:09:45 +00:00
Max Brazhnikov
250a3e24d3 KDE/FreeBSD team presents KDE SC 4.10.3 ports!
- Remove patches and checks for unsupported FreeBSD versions.

The area51 repository features commits by avilla, rakuco and myself.
2013-05-18 20:34:41 +00:00
Hiroki Sato
bdb33870b6 Add a workaround when archivers/lha-ac is installed.
Spotted by:	me
2013-05-15 18:19:49 +00:00
Hiroki Sato
8a7acbced9 - Add Japan Post zip code dictionary.
- Add LICENSE.
 - Fix malformed BUILD_DEPENDS and remove unnecessary dependencies.
   Use USE_* in a consistent manner.
 - Fix inconsistency toolchain usage in build_tools and the others.
   Hardcoded g++ was always used only for the former even if both gcc
   and clang were available.
 - Enable -Werror.
 - Fix SSP issue on i386 platform.
 - Let cpp(1) to replace LOCALBASE instead of patching and sed(1).
 - Use GYP_DEFINES for build variables instead of patching.
 - Separate the stages of configuration and build from each other.
 - Add options for localbase and openssl-related configuration to gyp
   instead of patching.
 - Fix makesum target.
 - Fix whitespaces to make portlint happy.
 - Disable serialization for linking.  It is not needed.
 - Remove hardcoded mozc.xml.
 - Respect DISABLE_MAKE_JOBS=yes.  Do not calculate the factor using the
   number of CPUs.
 - Remove a confusing message after pkg-message.
 - Rename a deprecated function (inactivate-current-input-method-function)
   in mozc.el in a compatible fashion with the older emacsen [1].
 - Add leim-list.el for registration of mozc-mode via LEIM API.
   "(require 'mozc)" is no longer needed.
 - Fix a build problem when binutils is installed and ${LOCALBASE}/bin
   comes first in $PATH [2].

Submitted by:	Tadaaki Nagao [1]
Reported by:	Kenichi Niioka [2]
PR:		ports/178250
Approved by:	maintainer timeout (2 weeks)
2013-05-14 19:46:20 +00:00
MANTANI Nobutaka
4d3941fdc4 Fix incompatibility of anthy.el with Emacs 24.
PR:		ports/178413
Submitted by:	Yuichiro NAITO <naito.yuichiro@gmail.com>
2013-05-14 17:06:06 +00:00
MANTANI Nobutaka
3efa67895e - Update to 1.8.5.
- Trim Makefile header.
- Remove shared lib version from LIB_DEPENDS.
2013-05-14 16:51:16 +00:00
Martin Wilke
9656aa0dbc - Update to version 0.20130401
PR:		178573
Submitted by:	Ports Fury
2013-05-14 16:31:37 +00:00
Hiroki Sato
4e09def2d4 Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
2013-05-11 17:58:55 +00:00
Hiroki Sato
df02a1b305 Add DIST_SUBDIR to fix a fetch error because the distfiles are often replaced
with the same names in every release.
2013-05-10 08:08:33 +00:00
Bryan Drewery
75e0a28623 - Fix extract on 9+ due to this picking up /usr/bin/unzip instead of
looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to.
  Will let maintainers decide if archivers/unzip is really still needed.
  Some of these ports/options remain broken due to other issues.

With hat:	portmgr
2013-05-10 01:46:52 +00:00
Jung-uk Kim
ea47cacd91 Update to 4.0.3. 2013-05-09 18:26:51 +00:00
MIHIRA Sanpei Yoshiro
1b3f6cc80c fix extract-error(GNU unshar changed behavior)
Submitted by:	hrs
Reviewed by:	nyan
2013-05-08 11:29:45 +00:00
Hiroki Sato
501d6ef8d7 - Rename japanese/jisx0213-fonts with japanese/font-jisx0213.
- Trim old-style header.
- Fix MASTER_SITES.
- Mark as MAKE_JOBS_SAFE=yes
- Remove no-op pkg-req.
2013-05-08 01:27:26 +00:00
Jun Kuriyama
b7347fc31b - Update to 20130430. 2013-05-07 14:33:14 +00:00
Baptiste Daroussin
53ad8315b0 Add some shebangfix to allow building most of the ports tree without /usr/bin/perl
Submitted by:	John Marino
Obtained from:	DPorts
2013-05-07 13:12:31 +00:00
Hiroki Sato
7148be76c6 - Separate print/tex-dvipdfmx from print/texlive-base and add libpaper
support.  dvipdfmx's default paper size can be set by
  ${LOCALBASE}/etc/papersize and/or PAPERSIZE environment variable as
  other programs like print/psutils do.

- Use absolute pathname in {fmtutil,texconfig,updmap}-sys programs because
  manually-installed and/or old TeXLive files can prevent them from
  working. [1]

- Fix pkg-plist in print/texlive-texmf.

- Remove DIST_SUBDIR from Mk/bsd.tex.mk.

Reported by:	bsam, Stephen Montgomery-Smith [1]
2013-05-07 08:44:32 +00:00
Baptiste Daroussin
46023dda78 Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS 2013-05-06 15:18:38 +00:00
Hiroki Sato
7dadfc8a88 Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
2013-05-06 02:00:40 +00:00
Hiroki Sato
139838ce1d TeXLive mega commit. The following ports have been added:
* Meta port
   - print/texlive-full: meta port to install all of the TeXLive components

  * Libraries
   - devel/tex-kpathsea: kpathsea library
   - devel/tex-web2c: WEB2C toolchain and TeX engines
   - print/tex-ptexenc: character code conversion library for pTeX

  * Base part of the TeXLive
   - print/texlive-base: binary programs in TeXLive
   - print/texlive-texmf: macro and font data in TeXLive
   - print/texlive-infra: tlmgr dependency (Perl modules)

  * TeX Formats
   - print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
       EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
   - print/tex-aleph: Aleph/Lambda
   - print/tex-xetex: XeTeX
   - print/tex-luatex: LuaTeX
   - print/tex-jadetex: JadeTeX
   - print/tex-xmltex: XMLTeX
   - japanese/tex-ptex: pTeX

  * DVI ware
   - print/tex-xdvik: XDvi

Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].

Approved by:	portmgr (old version) [1]
PR:		ports/171571
PR:		ports/176399 [1]
2013-05-06 00:44:22 +00:00
Hiroki Sato
a0fe96a2e8 Use OPTIONS_DEFINE and add style clean-ups. 2013-05-05 16:12:13 +00:00
Hiroki Sato
3e43f147e3 - Fix fork() and select() in skkserv. It didn't work properly.
- Trim old-style header.
2013-05-05 15:53:04 +00:00
Jun Kuriyama
6fa036f189 - Ubreak.
PR:		ports/176926
Submitted by:	Hiroyuki Iwatsuki <don@na.rim.or.jp>
2013-05-04 10:48:54 +00:00
Hiroki Sato
7bf7b97124 Trim old-style header and add style clean-ups. 2013-05-04 08:11:13 +00:00
Hiroki Sato
b5e7f98a27 - Fix build after utmp->utmpx migration.
- Use OPTIONS_DEFINE.
- Use USERS and GROUPS for _sj3 user.
- Trim old-style header.
2013-05-04 08:07:59 +00:00
Hiroki Sato
cd7d8d3dc4 - Update to 3.0.j2.1b.
- Use OPTIONS_RADIO for Japanese FEP selection.
- Fix build when CC is defined.
- Respect CFLAGS.
- Rename MACHINE and TARGET in Makefile.
- Mark MAKE_JOBS_SAFE=yes.
2013-05-03 18:57:53 +00:00
Hiroki Sato
0b6d63fea9 - Trim old-style header.
- Use OPTIONS_DEFINE.
2013-05-03 17:42:12 +00:00
Hajimu UMEMOTO
de860a2660 Unmark BROKEN. It seems buildable. 2013-05-03 16:48:29 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Baptiste Daroussin
44a150712c Fix syntax error
Spotted by:	bmake exp-run
2013-05-03 08:13:43 +00:00