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

335217 Commits

Author SHA1 Message Date
Martin Wilke
f0f3d5d6f5 - Fix build with clang
PR:		187497
Submitted by:	Ports Fury
2014-05-18 05:00:30 +00:00
Martin Wilke
865d170328 - Fix build on i386
- Stage support

PR:		188139
Submitted by:	Ports Fury
2014-05-18 04:59:13 +00:00
Martin Wilke
82047d9250 - Fix build with clang
- Stage support

PR:		-188144
Submitted by:	ports fury
2014-05-18 04:57:08 +00:00
Martin Wilke
6b5a406916 - Fix build with clang
- Stage support

PR:		187756
Submitted by:	ports fury
2014-05-18 04:55:41 +00:00
Allan Jude
5ab394c3fe Add the location of the secret BSD Now studio so you can nuke it from orbit if I break the build
Approved by:	bcr (mentor)
2014-05-18 04:23:39 +00:00
Nicola Vitale
0a5a2e28f8 - Update to 1.4
- Add support for stage dir
- Sort variables
- Use new options helper
- Replace pkg-plist with an automatic package list

Release Notes:	http://docs.webob.org/en/latest/news.html
2014-05-18 03:29:57 +00:00
Erwin Lansing
264b3ececb Transfer maintainership to bapt
Submitted by:	bz
2014-05-18 03:16:28 +00:00
Jonathan Chu
f6a095b5c3 Update gitolite to 3.5.3.1,1
Changes:        https://github.com/sitaramc/gitolite/blob/v3.5.3.1/CHANGELOG

Approved by:	swills (mentor)
2014-05-18 02:59:00 +00:00
Steve Wills
3dc286dab4 - Fix paths for SHEBANG_FILES
Pointyhat to:	swills
Approved by:	vanilla
2014-05-18 02:07:47 +00:00
Mathieu Arnold
f6525cea8d Remove a mention to LICENSE_NOTES, it seems it never existed.
With hat:	portmgr
Sponsored by:	Absolight
2014-05-18 01:57:57 +00:00
Erwin Lansing
e720cb988a - Fix build on 8.x [1]
- Change license to BSD3CLAUSE
- Stageify

PR:		189895 [1]
Submitted by:	plosher [1]
Sponsored by:	DK Hostmaster A/S
2014-05-18 01:53:30 +00:00
Bryan Drewery
e380c31a46 - %D is based on @cwd, not PREFIX; Fix false-postives when using pkg_install
and @cwd has changed away from PREFIX:

    plist:
      @cwd /
      @dirrmtry var/spool/dma

    ====> Checking for pkg-plist issues (check-plist)
    ===> Parsing plist
    DIR '/usr/local/etc/dma' CWD: /usr/local
    DIR '/usr/local/var/spool/dma' CWD:
    DIR 'share/licenses/dma-v0.9,1' CWD: /usr/local
    DIR '/usr/local/share/licenses' CWD: /usr/local
    ===> Checking for items in STAGEDIR missing from pkg-plist
    Error: Orphaned: @unexec rmdir "/var/spool/dma" >/dev/null 2>&1 || :
    ===> Checking for directories owned by MTREEs
    ===> Checking for directories handled by dependencies
    ===> Checking for items in pkg-plist which are not in STAGEDIR
    Error: Missing: @dirrmtry var/spool/dma
    ===> Error: Plist issues found.

With hat:	portmgr
Reported by:	erwin
2014-05-18 01:51:43 +00:00
Bryan Drewery
c2ae3b2328 - Update to checkin 33c926770a
Changes:
  * Fix bulk -a
2014-05-18 01:10:14 +00:00
Tijl Coosemans
862c8b04d0 - USES=libtool tar:xz.
- INSTALL_TARGET=install-strip.
2014-05-17 21:43:04 +00:00
Tijl Coosemans
7551d00586 Add USES=libtool. 2014-05-17 21:41:42 +00:00
Tijl Coosemans
fa30a64baa USES=libtool tar:bzip2. 2014-05-17 21:40:15 +00:00
Tijl Coosemans
4f3337eb0a USES=libtool tar:bzip2. 2014-05-17 21:38:05 +00:00
Tijl Coosemans
a7f668cf41 USES=desktop-file-utils libtool pathfix shared-mime-info tar:bzip2. 2014-05-17 21:34:07 +00:00
Mathieu Arnold
3d3897ed7d Fix build with GOST (on 10, base OpenSSL doesn't have it)
Make sure OpenSSL from ports is used < 10.

Sponsored by:	Absolight
2014-05-17 21:30:24 +00:00
Koop Mast
8e4282ffe6 Catch up with libxml2 api breakage in 2.9.x 2014-05-17 21:28:59 +00:00
John Marino
640e99a0f6 www/aws: Upgrade from 3.1.0.0 => 3.2.0.0
The templates parser was split out from AWS and due to quirk how
GPRBuild interacts with aggregate library projects, linking it as a
separate library was more than challenging.  It would drop a library
exchange file (aws.lexch) in /usr/local/lib/templates_parser during
the linking process.  Ports are not support to touch areas outside of
their work directory -- if they do, builders will notice and fail the
port.  After hours of trying to get GPRLib to behave, I was reduced to
copying the *.ali files over to the work directory and creating a
custom gpr file to make linking legal.  In the process, I noticed AWS
was linking back to work directory (sanity checks don't flag this yet)
so that was fixed the the custom "-R" option that I added to GPRBuild
a couple of years ago.

I had to create a custom aws.gpr file for lib/gnat, and it works really
well.  Currently something like 238 of 243 tests are passing and the
failing ones are socket related and may looking for linux-specific
output in a couple of cases.

* Documentation is now based on Sphinx.
* A fixed package list has replaced the generated one (due to number
  of options, this was a real chore to generate and validate)
* The option to generate only a shared library was removed.  It was
  confusing and not really useful.  It produces static and shared
  libraries by default, and the shared ones can be suppressed optionally.
* The FreeBSD-specific makefile was removed.  The previous issue was
  caused by the way the compiler was built which has since been fixed
* ASIS was added as dependency
* RUN_DEPENDS were defined (they were missing before)
* GNUTLS support was fixed.  It requires version 3 now and does not
  required gcrypt or openssl anymore which indicated a previous problem.

The aws-demos port had some missing files and other problems.  It has
been updated at the same time.  Note that the output directory has
changed from share/examples/aws-demos to share/examples/aws.  A couple
of tests that were broken now build, and a new test was added.

This update comes straight from the latest repositories and was custom
packaged.  The annual Adacore release was about 5 months old.
2014-05-17 21:21:18 +00:00
Carlo Strub
261a508695 - Update to 2.6.1
- Support staging
- Please portlint

PR:		ports/187484
Submitted by:	Goran Lowkrantz <glz@hidden-powers.com> (maintainer)
Relnotes:	http://piwigo.org/releases/2.6.0 and http://piwigo.org/releases/2.6.1
2014-05-17 20:55:36 +00:00
Bryan Drewery
643bca267f Enable colors by default 2014-05-17 20:46:34 +00:00
Thierry Thomas
c661f50a95 File format of libncursesw.so is not recognized on FreeBSD-8.4
(treating as linker script) => use binutils from ports.

Reported by:	pkg-fallout
Obtained from:	tijl
2014-05-17 20:45:05 +00:00
Ryan Steinmetz
7260477d90 - Unbreak build on 10 or higher
- Bump PORTREVISION
2014-05-17 20:36:18 +00:00
Pawel Pekala
54dcccb4ba - Add staging support
- Convert to new options framework, USES=tar:bzip2
- Switch to PLIST_FILES, PORTDOCS
2014-05-17 20:35:55 +00:00
Renato Botelho
95b03bcdc8 Fix plist with old pkg_ tools 2014-05-17 20:26:29 +00:00
Brad Davis
9330ea542a - Update devel/librelp from 1.2.0 to 1.2.7
Reviewed by:	zi@
2014-05-17 20:16:32 +00:00
Pawel Pekala
9ec4ca731b Stage safe 2014-05-17 20:12:19 +00:00
Stephen Montgomery-Smith
9e6c3ab7fd - Correction to patch: delete -> delete[].
- Bump portrevision.

Submitted by:	tijl@
2014-05-17 19:57:55 +00:00
Tijl Coosemans
179a54755e - USES=libtool tar:xz.
- Remove duplicate USE_GNOME=gnomehier.
2014-05-17 19:50:22 +00:00
Rusmir Dusko
9c285869c9 - Change pkg-plist, add missing
Reported by:	swills
2014-05-17 19:41:44 +00:00
Pawel Pekala
ef24ea0594 - Add staging support
- Switch to PLIST_FILES, PORTDATA
2014-05-17 19:38:44 +00:00
Stephen Montgomery-Smith
ef191c9378 - Make clang compliant.
- Bump portrevision.
2014-05-17 19:34:49 +00:00
Stephen Montgomery-Smith
cbc411de09 - Make clang compliant.
- Bump portrevision.
2014-05-17 19:34:08 +00:00
Pawel Pekala
0bd093a217 Stage safe 2014-05-17 19:10:25 +00:00
Erwin Lansing
37a048081c stagify
Approved by:	portmgr (blanket)
Sponsored by:	DK Hostmaster A/S
2014-05-17 18:48:25 +00:00
Pawel Pekala
506738e899 - Add staging support
- Convert to new options framework
2014-05-17 18:41:43 +00:00
Pawel Pekala
682960d22f - Add staging support
- Switch to PLIST_FILES, don't touch other package's files
- Don't support DOCS, that would create conflict with master
- Remove leading article from COMMENT
2014-05-17 18:35:00 +00:00
Pawel Pekala
f3603472a5 - Add staging support
- Remove leading article from COMMENT
2014-05-17 18:21:40 +00:00
Erwin Lansing
97ef7b801c Stagify
Sponsored by:	DK Hostmaster A/S
2014-05-17 18:20:39 +00:00
Dag-Erling Smørgrav
46a53638d3 Add support for inserting CPE URIs as package annotations.
To enable this for a particular port, add "cpe" to the USES list and
optionally define CPE_VENDOR, CPE_PRODUCT etc. if the defaults are not
correct (they should be in most cases).

Approved by:	portmgr (bdrewery)
2014-05-17 18:09:14 +00:00
Ryan Steinmetz
e77550ecd9 - Add STAGE support
- Add LICENSE
- Cleanup plist-related clever
- Pacify portlint(1)
- Bump PORTREVISION

With hat:	ports-secteam
2014-05-17 17:58:38 +00:00
Pawel Pekala
1357963fb1 - Add staging support
- Convert to new options framework
- Remove leading article from COMMENT
2014-05-17 17:55:55 +00:00
Pawel Pekala
826f1bf5c8 - Add staging support
- Convert to new options framework
- Remove leading article from COMMENT
2014-05-17 17:43:46 +00:00
Johan van Selst
6a050250e5 Add missing run-time dependency
Submitted by:	des
MFH:		2014Q2
2014-05-17 17:20:35 +00:00
Pawel Pekala
1a48dd1a3e - Add staging support
- Convert to new options framework
2014-05-17 17:13:59 +00:00
Julio Merino
483e81bc0b Make devel/lutok use USES+=libtool.
As a side-effect, also make use of install-strip for installation.

Approved by:	bdrewery
2014-05-17 17:05:11 +00:00
Julio Merino
e635ef17ad Update devel/atf to 0.20 and modernize the port.
This includes:
- Taking ownership of the package (with ack from previous maintainer).
- Forcing all file registrations into pkg-plist.
- Fully dropping support for the deprecated tools.
- Adding support for the TEST option.
- Properly using libtool via USES.
- Not using OSREVISION to determine whether atf can or can't be installed.
- Avoiding Makefile.in hacks by just using MAKE_FLAGS.

... which basically means this really is a full rewrite of the port.

Approved by:	bapt, bdrewery
2014-05-17 17:03:25 +00:00
Pawel Pekala
82fb8d9012 - Add staging support
- Convert to new options framework
- Remove leading article from COMMENT
2014-05-17 16:59:58 +00:00