Commit graph

329441 commits

Author SHA1 Message Date
Mathieu Arnold
64ed78f7c8 Update to 1.1.0.
Sponsored by:	Absolight
2014-03-17 14:42:54 +00:00
Emanuel Haupt
c1b81c8bcc - Support staging
- Use shebangfix
- Define EXAMPLES option
- Define DOCS option
- Use WWW: with a single space
2014-03-17 14:11:10 +00:00
Josh Paetzel
cdf4edc50e Update pkg-descr to chase new project website URL
Noticed by:	jhs@berklix.com
2014-03-17 14:10:53 +00:00
Emanuel Haupt
c7441c80b6 Support staging 2014-03-17 13:53:29 +00:00
Emanuel Haupt
2736bc1f84 Support staging 2014-03-17 13:35:56 +00:00
Emanuel Haupt
ced0b2014e Support staging 2014-03-17 13:32:18 +00:00
Danilo Egea Gondolfo
6c0be1fd5f - Don't use QT_BINDIR
- Remove useless @dirrmtry

Reported by:	makc
2014-03-17 13:32:09 +00:00
Mathieu Arnold
b6007efa61 Add tar:tbz.
Suggested by:	danfe
Sponsored by:	Absolight
2014-03-17 13:13:01 +00:00
Emanuel Haupt
59ac605472 Support staging 2014-03-17 12:59:47 +00:00
Thierry Thomas
5788d16b9f Set USES+=fortran. This sets LDFLAGS so rkward links with libgcc_s
from lang/gcc instead of base system libgcc_s which is too old for
libgfortran.

Obtained from:	tijl
2014-03-17 12:56:04 +00:00
Pietro Cerutti
d5b97643e1 - Update to 05_20140316
Changes:

  * The documentation file doc/install.txt has been improved to describe
    the command 'make install'.
  * The chapter about the foreign function interface in the manual has
    been improved.
  * In striutl.h the macros os_stri_alloc and os_stri_free have been
    improved to use a stack like allocation. Allocations done with
    os_stri_alloc must be freed with os_stri_free in the reverse order
    of their creation. The new macros reduce the runtime of
    stri_to_os_stri and cp_to_os_path to 66% of the old time. This
    reduces the time used by operating system calls. E.g.: The CPU time
    used by the program sydir7 is reduced to 83% of the old time.
  * The targets 'install' and 'uninstall' have been added to makefile,
    mk_linux.mak, mk_osx.mak, mk_clang.mak, mk_cygw.mak, mk_mingw.mak,
    mk_msys.mak, mk_nmake.mak, mk_msvc.mak, mk_bcc32.mak and
    mk_bccv5.mak.
  * The program setwpath.c has been added. This program sets the search
    path (PATH variable) under Windows.
  * The obsolete target 'hi' has been removed from the makefiles.
  * The functions initEmulatedCwd, cmdSetenv (both in cmd_rtl.c),
    setEmulatedCwd (in striutl.c) and freeArgVector (in cmd_unx.c) have
    been adjusted to work with the stack like allocation of
    os_stri_alloc and os_stri_free.
  * The functions heapAllocOsStri and heapFreeOsStri have been added to
    striutl.c.
  * Usages of MAX_SYMLINK_PATH_LENGTH in cmd_rtl.c have been replaced
    with MAX_OS_STRI_LEN.
2014-03-17 12:47:37 +00:00
Alexey Dokuchaev
bb6dbbd07e Remove defunct master site; tighten COMMENT; convert EXTRACT_SUFX to USES. 2014-03-17 12:17:15 +00:00
Alexey Dokuchaev
18c2d40ce0 Stagify; tighten COMMENT; simplify installation target; reformat pkg-descr. 2014-03-17 11:57:33 +00:00
Alexey Dokuchaev
a747683167 Stagify the port. Upstream `install' target was almost ready for it, just
missing $(DESTDIR) prefix in destination directories.  While here, convert
post-installation banner to pkg-message (guard it with `ifndef DESTDIR' to
prevent it from showing up in the build logs twice).
2014-03-17 11:32:30 +00:00
Emanuel Haupt
3f1fd97d26 Support staging 2014-03-17 10:24:59 +00:00
Gerald Pfeifer
9d1793bb61 Update to the 20140316 snapshot of GCC 4.9.0.
Convert USE_BZIP2 to USES=tar:bzip2.
2014-03-17 10:15:23 +00:00
Rusmir Dusko
9e563c6685 - Change Makefile header, use my name and @FreeBSD.org email
- Change Desktop entry file
- Change install, cosmetical changes
2014-03-17 09:57:49 +00:00
Alexey Dokuchaev
8bcdc2f8e0 Utilize OPTIONS helpers; drop quotes; fix broken indentation in USES knob. 2014-03-17 09:57:16 +00:00
Emanuel Haupt
4ccab87c55 - Support staging
- USES -> gmake
- New LIB_DEPENDS definition
- Define EXAMPLES option
- Define DOCS option
2014-03-17 09:50:06 +00:00
Emanuel Haupt
6f23ee2fee - Support staging
- Don't build with debug symbols
2014-03-17 09:41:52 +00:00
Emanuel Haupt
23fcc9d1ab - Support staging
- USES -> gmake
- Define DOCS option
- New LIB_DEPENDS definition
2014-03-17 09:36:51 +00:00
Frederic Culot
8bf2d5dd9b - Add missing USES=pkgconfig
Reported by:    antoine@
2014-03-17 09:27:32 +00:00
Rusmir Dusko
f276741acc - Remove #USE_GCC=yes, forgotten in previous commit
- Don't silence warnings
- Change REINPLACE, cosmetical changes
2014-03-17 09:26:49 +00:00
Alexey Dokuchaev
808a500da3 Stagify QuakeC compiler ports. 2014-03-17 09:26:43 +00:00
Alexey Dokuchaev
d1a1c83626 Cleanup Quake1-related ports and stagify appropriately. 2014-03-17 09:22:18 +00:00
Frederic Culot
3abb633d25 - Add misc/p5-OSSP-uuid as a replacement for misc/ossp-uuid-perl.
p5-OSSP-uuid only installs the Perl API, hence avoiding to have two
conflicting ports as was the case with ossp-uuid and ossp-uuid-perl.

Suggested by:	mat@
Approved by:	vd@ (ossp-uuid maintainer, via email)
2014-03-17 09:01:44 +00:00
Dmitry Sivachenko
50c56afcc6 Update to version 2.0.3. 2014-03-17 09:00:17 +00:00
Guido Falsi
e87aa9a24b Convert to new USES=tar 2014-03-17 08:37:19 +00:00
Baptiste Daroussin
b62827e040 Update to 0.9.5 2014-03-17 08:33:19 +00:00
Emanuel Haupt
fd9d95e82a Support staging 2014-03-17 08:00:23 +00:00
Emanuel Haupt
589da063b1 - Support staging
- Define EXAMPLES option
- Define DOCS option
- Convert USE_BZIP2=yes to USES=tar:bzip2
2014-03-17 07:54:09 +00:00
Emanuel Haupt
e98445c084 Support staging 2014-03-17 07:47:19 +00:00
Emanuel Haupt
cd649878df Support staging 2014-03-17 07:47:13 +00:00
Emanuel Haupt
10b4bd4d4d Support staging 2014-03-17 07:34:58 +00:00
Emanuel Haupt
4c6427ccd7 Support staging 2014-03-17 07:31:42 +00:00
Ashish SHUKLA
865cd6b8fc - Update to 0.7
- Add LICENSE information
- Add OPTION for NLS
- Convert to OptionsNG helpers
2014-03-17 03:11:51 +00:00
Mark Felder
d6f8c6d5b4 Support STAGE 2014-03-17 01:05:34 +00:00
Mark Felder
3b8a674f5b Support STAGE 2014-03-17 00:16:06 +00:00
Mark Felder
c63136b5fe Support STAGE 2014-03-17 00:06:34 +00:00
Pawel Pekala
d8057eeadd Add staging support 2014-03-16 23:17:21 +00:00
Gerald Pfeifer
ed08b27967 Now that the default version of GCC in the Ports Collection (per
lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace
USE_GCC=4.7+ by USE_GCC=yes.

Approved by:	portmgr (mat)
2014-03-16 22:33:04 +00:00
Gerald Pfeifer
56bf763338 Update to the 20140315 snapshot of GCC 4.7.4. 2014-03-16 22:26:50 +00:00
Pawel Pekala
82bfe375c3 - Fix build on 10+ by respecting CC [1]
- Remove leading article from COMMENT
- Make LICENSE more precise
- Switch to PLIST_FILES, port installs only 2 files
- Strip pgrogram binary
- Add support for staging

PR:		ports/187635 [1] (patch not used)
Submitted by:	maintainer
2014-03-16 21:35:11 +00:00
Adam Weinberger
c4274e881f Clean up. Support STAGE. Turn the optional libraries into an
OPTION. Install docs. Respect MAKE_ARGS/MAKE_ENV/MAKE_CMD.
2014-03-16 21:31:13 +00:00
Olli Hauer
9ec2b82a0f - fix buid on FreeBSD 10
- bump PORTREVISION
- change MAINTAINER to PR submitter

PR:		ports/187270 (followup)
Submitted by:	Jeff Lawson <jeff.lawson@flightaware.com> (new maintainer)
Approved by:	Peter Lai <cowbert@gmail.com> (former maintainer)
2014-03-16 21:30:48 +00:00
Pawel Pekala
eab3aedc71 - Add LICENSE, desktop entry file
- Support staging
2014-03-16 21:30:18 +00:00
Danilo Egea Gondolfo
a8d576c559 - Update from 2.7.4 to 2.7.5
- Take maintainership
- Convert USE_BZIP2 to USES
2014-03-16 21:29:58 +00:00
Olli Hauer
0eba7edb61 - fix build on FreeBSD 10
- bump PORTREVISION

PR:		ports/187433
Submitted by:	Daniel Siechniewicz <daniel@nulldowntime.com>
2014-03-16 21:23:06 +00:00
TAKATSU Tomonari
0fb96cce0a - Update WWW: in pkg-descr
Submitted by:	ohauer (via private e-mail)
2014-03-16 21:17:47 +00:00
Olli Hauer
de3ca97a89 - add entry for renamed ports
o mail/p5-Mail-SpamAssassin
   o japanese/p5-Mail-SpamAssassin
- trim trailing whitespaces

Noted on the ports@ list by J David
2014-03-16 21:12:02 +00:00