1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

318708 Commits

Author SHA1 Message Date
Alexey Dokuchaev
ba425b79d1 Fix compilation problems with Clang (inaccurate usage of type qualifiers,
lack of this->, some missing #include's) that could be patched via simple
sed(1) calls and one trivial patch.  Linking still fails, and so does the
build with GCC 4.6+; this would be fixed in a separate commit, along with
other issues with the port (dependency on restricted LAME codec, usage of
somewhat old FOX v1.4).

While here, convert large number of optional LIB_DEPENDS conditionals to
helper knobs, reword LARGEFILE_DESC, do not bogusly augment CONFIGURE_ENV,
and stagify.

For users that have ReZound package installed, this commit does not bring
any visible changes, and should not be merged to any "stable" or quarterly
branches alone.
2013-12-25 11:27:31 +00:00
Pawel Pekala
084900cf43 - Respect CC/CFLAGS
- Use USE_GITHUB
- Add LICENSE
- Support staging

PR:		ports/184869
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-25 11:24:39 +00:00
Matthew Seaman
5ac9c8c021 Fix instructions for the apache>=2.3 case
Submitted by:	starlition@tp.edu.tw
2013-12-25 09:43:15 +00:00
Koop Mast
a70ad6d1b2 Fix build with freetype 2.5.2.
I forgot this in the big update yesterday.
2013-12-25 09:19:40 +00:00
Rusmir Dusko
58195ddf5a - Change Makefile header
- Bump PORTREVISION
- Change master sites and icon
- Remove dependency for graphics/netpbm
- USES gmake instead of USE_GMAKE
- Use pkg-plist instead of PLIST_FILES and PORTDATA
- Add DOCS Option
- Support STAGEDIR
- Change Desktop entry file

Approved by:	pawel / wg (mentors, implicit)
2013-12-25 08:20:15 +00:00
Max Brazhnikov
4a8f08ccf9 - Fix DOCS logic after conversion to new options
Pointyhat to:	danfe
2013-12-25 07:44:25 +00:00
Ruslan Makhmatkhanov
aecd0b3186 - update to 3.5.2
- use option helpers
- support staging

changelog:
http://blog.gpodder.org/2013/09/gpodder-352-prime-mover-released.html
2013-12-25 05:58:39 +00:00
Danilo Egea Gondolfo
3e7d556cb8 - Fix license definition
Reported by:	marino
2013-12-24 23:37:14 +00:00
Raphael Kubo da Costa
72aee68c1c Use NO_WRKSUBDIR=yes instead of WRKSRC=${WRKDIR}. 2013-12-24 23:22:35 +00:00
Jung-uk Kim
a2f7a06c58 Re-add jtreg to the distinfo. 2013-12-24 23:19:00 +00:00
Jung-uk Kim
799b4d21cc - Update to b29.
- Tidy up signal handler.
- Disable a Linux-specific hack.
- Do not create stack guard for Java threads.
- Implement thread CPU time.
2013-12-24 23:11:15 +00:00
Jung-uk Kim
19152012e7 - Add a patch from upstram.
- Use options framework properly.
2013-12-24 23:02:33 +00:00
Rusmir Dusko
40eaec2594 - Change Makefile header
- Bump PORTREVISION
- Change master sites and icon
- Remove dependency for graphics/netpbm
- USES gmake instead of USE_GMAKE
- Use pkg-plist instead of PLIST_FILES and PORTDATA
- Add DOCS Option
- Support STAGEDIR
- Change Desktop entry file

Approved by:	pawel / wg (mentors, implicit)
2013-12-24 22:58:42 +00:00
Dmitry Marakasov
b8b77c5b31 - Support staging
- Convert USE_GMAKE to USES
2013-12-24 22:36:46 +00:00
Pawel Pekala
3f4f9547c9 - Fix build with clang
- Add LICENSE
- Support staging

PR:		ports/184834
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-24 22:01:22 +00:00
John Marino
73e3a99cff math/sdpara: Unbreak on FreeBSD 10+
The breakage was caused by processing makefiles with bmake instead of the
specified gmake.

PR:		ports/184619
Approved by:	maintainer timeout
2013-12-24 21:50:59 +00:00
John Marino
91d6541dda math/parmgridgen: Unbreak on FreeBSD 10+
The breakage was caused by processing makefiles with bmake instead of the
specified gmake.

PR:		ports/184618
Approved by:	maintainer timeout
2013-12-24 21:43:27 +00:00
John Marino
6b15a1c042 sysutils/hdup: Unbreak on FreeBSD 10+
The breakage was caused by processing makefiles with bmake instead of the
specified gmake.

PR:		ports/184617
Approved by:	maintainer timeout
2013-12-24 21:35:54 +00:00
Rusmir Dusko
c0a9a91ff7 - Remove not needed post-install
Reported by:	wg
Approved by:	pawel / wg (mentors, implicit)
2013-12-24 21:32:01 +00:00
John Marino
d0ba060e55 ftp/ftpproxy: Unbreak on FreeBSD 10+
The breakage was caused by processing makefiles with bmake instead of the
specified gmake.

PR:		ports/184616
Approved by:	maintainer timeout
2013-12-24 21:28:45 +00:00
John Marino
95b017beed Unbreak german/ispell and german/ispell-neu on F10+
The breakage was caused by processing makefiles with bmake instead of the
specified gmake

PR:		ports/184613
Approved by:	maintainer timeout
2013-12-24 21:22:25 +00:00
Koop Mast
b1bf1620a6 Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.

Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.

Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.

PR:		ports/184587
2013-12-24 21:22:21 +00:00
Raphael Kubo da Costa
123411e1ee - Properly look for X11 using CMake and include the appropriate directories
instead of relying on FREETYPE_INCLUDE_DIRS (which will change with the
  upcoming Freetype 2.5.2 update) to pass -I${LOCALBASE}/include to the
  compiler.
- Support staging.
- Set LICENSE (therefore stop installing the license file into DOCSDIR and
  bump PORTREVISION).
- Remove the mysterious WITH_SN check, which was never a proper option and
  relied on some apparently unstable API (at least it was unstable at the
  time, almost 8 years ago).
2013-12-24 21:06:11 +00:00
Raphael Kubo da Costa
a92c900500 Use the right LICENSE name 2013-12-24 20:50:05 +00:00
Chris Rees
c673ee8bea Fix dependency information.
pkgng detects that some of these are used during runtime apparently, and adds
them anyway.

This fixes the Tinderbox/pkgng build of x11-wm/ccsm
2013-12-24 20:18:45 +00:00
Rusmir Dusko
76ef82fbda - Change Makefile header
- Bump PORTREVISION
- Change master sites, add icon
- USES gmake instead of USE_GMAKE
- Change PLIST_FILES
- Support STAGEDIR
- Add DOCS Option
- Add Desktop entry file
- Simplify Makefile

Approved by:	pawel / wg (mentors, implicit)
2013-12-24 20:15:24 +00:00
John Marino
5c085dd92e graphics/ipe: Unbreak by using new library specification 2013-12-24 18:24:20 +00:00
Raphael Kubo da Costa
78a985fc53 Actually make the port installable, sigh. 2013-12-24 17:48:14 +00:00
Raphael Kubo da Costa
7c826e1661 Fix the build with clang. 2013-12-24 17:41:24 +00:00
Raphael Kubo da Costa
e8b1b89949 - Fix the build when only clang is present
- Respect CFLAGS (bump PORTREVISION for consistency)
- Set LICENSE
- Support staging
- Do not silence the calls made in the do-install target
- Stop needlessly setting PKGNAMESUFFIX
2013-12-24 17:34:49 +00:00
Thierry Thomas
f8cfface7c . Update to 1.1.20131223
. This addresses multiple mplayer + mencoder problems:
- Wrong aspect ratio in certain (old) h264 files
  (Thanks Carl + Reimar for fixing this upstream)
- Proper handling of RTCPU. Fixes ports/184937 and ports/153776
- Remove explicit cat pkg_messag. Fixes ports/184945
- Dependency registration on screensaver works now. Fixes ports/177721

PR:		ports/185142
Submitted by:	Thomas Zander (maintainer)
2013-12-24 17:26:22 +00:00
William Grzybowski
1f6544c522 biology/seqtools: update to 4.24
PR:		ports/185162
Submitted by:	maintainer
2013-12-24 17:23:23 +00:00
William Grzybowski
8639dc6521 devel/py-stsci.distutils: update to 0.3.7
- Update to 0.3.7
- Switch from easy_install to install
- BSD -> BSD3CLAUSE
2013-12-24 17:16:59 +00:00
Rusmir Dusko
83f782445b - Change Makefile header
- Change master sites
- Change Desktop entry file
- Support STAGEDIR

Approved by:	pawel / wg (mentors, implicit)
2013-12-24 16:48:19 +00:00
Raphael Kubo da Costa
07ac6f8756 Add x11-fonts/vollkorn-ttf.
It intends to be a quiet, modest and well working text face for bread and
butter use. Unlike its examples in the book faces from the renaissance until
today, it has dark and meaty serifs and a bouncing and healthy look. It might
be used as body type as well as for headlines or titles.

WWW: http://friedrichalthausen.de/vollkorn/
2013-12-24 16:34:46 +00:00
Boris Samorodov
1f89f7f919 Update to version 4.5.17. 2013-12-24 16:12:50 +00:00
Pawel Pekala
127fd67358 - Fix build on -current
- Rescpect CXXFLAGS
- Use desktop-file-utils/pathfix
- Support staging

PR:		ports/184909
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-24 16:03:44 +00:00
Chris Rees
e27965f569 Fix install with DOCS option disabled
PR:		ports/185161
Submitted by:	Anton Yuzhaninov
2013-12-24 15:45:28 +00:00
Pawel Pekala
0e991db8af - Respect CC/CFLAGS
- Add option for docs
- Support staging

PR:		ports/184908
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-24 15:34:38 +00:00
Ruslan Makhmatkhanov
e9fa538fb7 - update to 2.21.1 2013-12-24 15:26:19 +00:00
Rusmir Dusko
7dcf1d2cb8 - Update to 0.9.1
- Change Desktop entry file
- Add REINPLACE_CMD, fix build (malloc.h)
- Change patch

Approved by:	pawel / wg (mentors, implicit)
2013-12-24 15:25:51 +00:00
Pawel Pekala
8f8daf14a3 - Fix build with clang
- Add LICENSE
- Switch to PLIST_FILES

PR:		ports/184905
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-24 15:04:04 +00:00
Pawel Pekala
caca19fd67 - Fix biuld with clang
- Add LICENSE
- Support staging

PR:		ports/184904
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-24 14:42:35 +00:00
Pawel Pekala
13168778aa - Fix build with clang
- Add desktop entry file
- Use shebangfix
- Support staging

PR:		ports/184901
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-24 14:23:21 +00:00
Pawel Pekala
2750942f18 - Fix build with clang
- Remove leading article from COMMENT
- Support staging

PR:		ports/184900
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-24 13:54:11 +00:00
Pawel Pekala
bcfc2e3ebf - Fix build on -current
- Convert to new options framework
- Support staging

PR:		ports/184899
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-24 13:41:41 +00:00
Philippe Audeoud
2cc79bfd4c - Update to 1.05 2013-12-24 13:32:47 +00:00
Pawel Pekala
f1d41d9a0c - Respect CXX/CXXFLAGS (fixes build with clang)
- Remove unnecessary BUILD_DEPENDS
- Add LICENSE

PR:		ports/184898
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-24 13:26:57 +00:00
Philippe Audeoud
270ddb684b - Update to 0.200005 2013-12-24 13:17:14 +00:00
Pawel Pekala
14eb15e82b - Fix build with clang
- Respect CXXFLAGS
- Add LICENSE
- Support staging, strip library

PR:		ports/184897
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-24 12:42:38 +00:00