1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

7586 Commits

Author SHA1 Message Date
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
Eitan Adler
20c18e4af4 Add a new port with legal issues.
Approved by:	portmgr (implicit)
2013-05-18 07:16:03 +00:00
Jason Helfman
fd4e95a3c9 - update to 5.6.0 and unbreak 2013-05-17 23:49:02 +00:00
Erwin Lansing
ad437df9c8 Mark BROKEN: cannot fetch distfile.
Submitted by:	John Marino <draco@marino.st>,
		pointyhat
PR:		177993
2013-05-17 21:45:59 +00:00
Niclas Zeising
ef747efa6d Update to 2.6.3_01
- many enhacements
- localisation updates

While here, trim makefile headers

PR:		ports/178662
Submitted by:	Rodrigo (ros) OSORIO <rodrigo@bebik.net> (maintainer)
2013-05-15 18:51:13 +00:00
Ashish SHUKLA
3158568038 - Update to bzr snapshot 112532 2013-05-13 05:33:57 +00:00
Ashish SHUKLA
acec84102c - Bring back PORTREVISION, accidentally removed in previous commit 2013-05-13 05:24:50 +00:00
Ashish SHUKLA
383c41acbd - Unbreak on FreeBSD 9.x and later 2013-05-13 05:14:24 +00:00
Max Brazhnikov
5fdd545013 - Add missing sharedmime to the list of USE_KDE4 components. It will be
superseded by recently introduced USES= shared-mime-info later.
- Remove no longer needed exec/unexec from plist and post-install calls for
  update-mime-database
- Trim Makefile header while I'm here
2013-05-12 16:16:56 +00:00
Alexey Dokuchaev
f51a163d83 - Utilize standard HUNSPELL_DESC from bsd.options.desc.mk (thus fix a typo)
- Move OPTIONS block where it belongs (after other knobs) and kill stray
  empty line where at it
2013-05-12 04:55:53 +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
Jung-uk Kim
ea47cacd91 Update to 4.0.3. 2013-05-09 18:26:51 +00:00
Jung-uk Kim
8f252bdf4f Restore parallel build. It was accidentally disabled by r317320. 2013-05-08 22:34:52 +00:00
Maho Nakata
c9cce5d49a Update to svn 1479753 2013-05-08 09:36:51 +00:00
Jason Helfman
edc0b0cda9 - Update historical header
- Trim comment
- drop abi version for lib-depends
- adoption of USES=shared-mime-info
- cleanup reinplace_cmd
- standardize formatting in pkg-descr by using a space over tab

PR:		178019
Approved by:	admin@mjbrune.org, maintainer timeout (17 days)
2013-05-07 07:10:52 +00:00
Baptiste Daroussin
9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Baptiste Daroussin
9882047ad2 Finish converting e* from WITHOUT_NLS to PORT_OPTIONS:MNLS 2013-05-06 07:01:48 +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
Baptiste Daroussin
930382f8c0 Fix build on current 2013-05-05 22:01:12 +00:00
Hiroki Sato
d1ab137a46 - Improve compatibility with older Emacsen.
- Mark MAKE_JOBS_SAFE=yes.
- Respect CC and CFLAGS for egg-helper.
2013-05-05 05:23:29 +00:00
Bryan Drewery
63f76304d6 - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set
MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER}
  without any extra logic.
- Cleanup ports working around the empty MAKE_JOBS_NUMBER
- This also fixes several ports that were expecting MAKE_JOBS_NUMBER
  to always have a number

Reviewed by:	bapt
Spotted by:	John Marino <draco@marino.st>
With hat:	portmgr
2013-05-04 14:06:08 +00:00
Guido Falsi
94e79cbba1 - Update to 3.3.1
PR:		ports/178307, ports/178308
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2013-05-03 20:50:15 +00:00
Hiroki Sato
428e1bf603 - Remove obsolete editors/nxml-emacs21.
- Trim old-style header.
- Use OPTIONS_DEFINE.

PR:	ports/177287
2013-05-02 05:43:40 +00:00
Martin Wilke
4127ae8cc3 - Update to 9.8j
PR:		178034
Submitted by:	ports fury
2013-04-29 14:26:14 +00:00
Martin Wilke
7bcf7dc529 - Update to 9.8j
PR:		178030
Submitted by:	ports fury
2013-04-29 14:22:09 +00:00
Stefan Walter
ef00b320c4 Unset DEPRECATED - the (master) port is fetchable again.
PR:		176811
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2013-04-29 10:33:42 +00:00
Baptiste Daroussin
5271da855f Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
2013-04-29 08:57:12 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Baptiste Daroussin
bc62127a69 Convert from USE_GETTEXT to USES= gettext
While here:
- Trim some headers
- Convert to new options framework
2013-04-26 16:39:14 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Martin Wilke
241688e3c0 - Update to 5.2.6
PR:		178029
Submitted by:	Ports Fury
2013-04-26 07:03:07 +00:00
Martin Wilke
1b1d1eaf04 - Update to 35.0.0
PR:		177911
Submitted by:	Ports Fury
2013-04-26 06:34:46 +00:00
Baptiste Daroussin
32adaf6f08 Convert the 2 last USE_CMAKE to USES= cmake 2013-04-25 06:46:22 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Eitan Adler
3191003dbc Convert to USES=gettext
Reviewed by:	kwm
2013-04-24 17:47:51 +00:00
Jimmy Olgeni
af9cf314e0 Upgrade to version 23. 2013-04-24 12:59:36 +00:00
Alex Kozlov
08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00
Hiroki Sato
819a1fb35f Remove editors/tamago-emacs21 because it is obsolete. 2013-04-24 04:17:24 +00:00
Olivier Duchateau
1a8dedc839 - Update to 0.3.0
- Trim Makefile header
- Add new option DBUS
- Convert to USES=desktop-file-utils gettext pathfix pkgconfig
- Remove unneeded patch
2013-04-23 17:43:17 +00:00
Pietro Cerutti
24eec8eea8 - Chase x11-toolkits/fox16 shlib version bump 2013-04-23 16:45:40 +00:00
Hiroki Sato
89999292aa - Remove redundant lines and style clean-ups.
- Fix (accept-process-output) to use (with-local-quit).
- Replace (inactivate-current-input-method-function) with
  (deactivate-current-input-method-function).
- Replace (inactivate-input-method) with (deactivate-input-method).
2013-04-23 16:21:21 +00:00
Baptiste Daroussin
e6f882f47a Convert e* to USES=pkgconfig 2013-04-23 10:19:45 +00:00
Alberto Villa
6bf4c38236 - Fix MySQL option.
PR:		177628
Submitted by:	John Marino <draco@marino.st>
2013-04-23 10:07:55 +00:00
Pietro Cerutti
6c341ee07f - Update to 0.91
- Add OPTIONs to chose whether to use FOX-1.6 or FOX-1.7
- Switch to GitHub as a MASTER_SITE

Feature safe:	yes
2013-04-22 15:16:30 +00:00
Koop Mast
dd046be9d4 Remove MD5's from distinfo *blush*.
Feature safe:	yes
2013-04-17 12:49:24 +00:00
Pietro Cerutti
a6bbbd1624 - Update to 5.1
Release notes: http://sf.net/projects/codelite/files/Releases/codelite-5.1/
- Remove a few FreeBSD-specific patches which were applied upstream

Feature safe:	yes
2013-04-17 08:16:10 +00:00
Maho Nakata
c23e2b028b update to svn 1466687.
Feature safe: yes
2013-04-17 02:40:54 +00:00
Jung-uk Kim
9b86b8c858 Update to 4.0.2.
Feature safe:	yes
2013-04-16 20:51:47 +00:00
Eitan Adler
93dadb3c36 vim has sufficiently improved the security of its modeline processing.
The FreeBSD Security Team no longer feels that the warning to disable
modeline support is needed.

Discussed with:	delphij, des
With Hat:	secteam-ports
Feature safe:	yes
2013-04-16 16:04:14 +00:00
Hiroki Sato
b43fb3c172 - Rename obsolete symbol (s/last-command-char/last-command-event/) which
prevents it from working with Emacs 24.3.
- Minor style fixes.

Submitted by:	Yasuhiro KIMURA
PR:		ports/177498
Approved by:	portmgr (bdrewery)
2013-04-15 12:14:06 +00:00