1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
Commit Graph

3336 Commits

Author SHA1 Message Date
Wen Heping
ffd0211f0b - Update to 0.035
Changes: http://cpansearch.perl.org/src/WYANT/Astro-SIMBAD-Client-0.035/Changes
2016-09-26 06:11:40 +00:00
Tijl Coosemans
48f4591035 - Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-24 11:06:57 +00:00
Joseph Mingrone
6768da8e42 Add myself (jrm) to freebsd.committers.markers
Approved by:    swills (mentor)
2016-09-21 18:57:03 +00:00
Wen Heping
f182c2856b - Update to 3.390
PR:		212405
Submitted by:	wen@(myself)
Approved by:	maintainer(timeout, >=14 days)
2016-09-20 01:09:49 +00:00
Dmitry Marakasov
375203f333 - Fix versioning, simplify the port
- Add TIMESTAMP
2016-09-19 13:01:11 +00:00
Alexander Leidinger
b9b3c42940 - Update to 2.0.
- project moved to github

PR:		212737, 212738
Submitted by:	shun.fbsd.pr@dropcut.net
2016-09-19 10:15:56 +00:00
Dmitry Marakasov
17e86fd87a - Update to 10966 2016-09-16 22:11:32 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00
Dmitry Marakasov
cf1bceaa89 - Update to 18.5 2016-09-14 01:01:44 +00:00
Emanuel Haupt
d5c89b234b Mark NO_ARCH 2016-09-10 14:14:08 +00:00
Tijl Coosemans
aea21b3b36 - In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS.  Helper variables derived from the loop variable aren't
  expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.

PR:		211645
Reported by:	jkim
2016-09-07 12:43:22 +00:00
Dmitry Marakasov
c1cd2c6ec0 Use proper portscout syntax 2016-09-06 20:13:40 +00:00
Wen Heping
c437531413 - Update to 0.074
Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.074/Changes
2016-09-06 07:34:16 +00:00
Wen Heping
603b5b9ec3 - Update to 1.11
Changes: http://search.cpan.org/src/PRATZLAFF/Astro-FITS-CFITSIO-1.11/ChangeLog
2016-09-06 07:15:55 +00:00
Tijl Coosemans
82a87de90c - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-05 19:23:42 +00:00
Dmitry Marakasov
6c431aa807 - Ignore completely in portscout as the version number is just revision; stable revisions should be handled by hand 2016-09-05 14:11:59 +00:00
Wen Heping
0519a5d70a - Update to 0.094
Changes: http://cpansearch.perl.org/src/WYANT/Astro-SpaceTrack-0.094/Changes
2016-09-04 07:23:43 +00:00
Ben Woods
7478372f90 astro/google-earth: Update to 7.1.5.1557
- Switch to USES=makeself to minimize Makefile
- Improve COMMENT and pkg-descr, to clarify exactly what this port provides
- Do not set WRKSRC, as the default works just fine
- Fix whitespace at the end of LINUX_DRI_DESC (pet portlint)
- Install files with COPYTREE_SHARE instead of CP, to ensure permissions are set correctly
- Remove redundant -f after ${RM}

Changes this release:
  http://www.gearthblog.com/blog/archives/2015/05/new-version-google-earth-7-1-5.html

Reviewed by:	adamw (mentor)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D7673
2016-08-29 14:33:43 +00:00
Thomas Zander
7d09fea925 Fix build with libc++ 3.8.0
PR:		210991
Submitted by:	dev2@heesakkers.info (maintainer)
MFH:		2016Q3 (ports-secteam build fix blanket)
2016-08-28 07:42:58 +00:00
Emanuel Haupt
9a61739d7f Update WWW 2016-08-26 07:07:23 +00:00
Ben Woods
b4bef28065 astro/google-earth: Fix post-patch related to NVIDIA options post r420803
PR:		201693
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D7636
2016-08-24 16:24:14 +00:00
Ben Woods
ee449e253f astro/google-earth: Allow installation with NVIDIA legacy drivers
PR:		201693
Submitted by:	cmangin@arobas.net
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D7629
2016-08-24 15:43:30 +00:00
Tobias C. Berner
0f583d8700 Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports

At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.

The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].

Changes to the KDE Ports needed by this:

Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
2016-08-24 08:20:31 +00:00
Dmitry Marakasov
bff77f1a65 - Update to 10786 2016-08-16 13:58:50 +00:00
Wen Heping
f5aa119c4e - Update to 0.073
Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.073/Changes
2016-08-08 11:38:29 +00:00
Kevin Lo
a4cb56147d Remove unneeded dependency on devel/py-six.
Spotted by:	koobs
2016-08-07 14:50:19 +00:00
Kevin Lo
a9384ca6d2 Set DISTNAME to PORTNAME.
Sugessted by:	mat
2016-08-05 15:59:42 +00:00
Kevin Lo
0e4791739f Import py-horoscopegenerator 0.1.8
py-horoscopegenerator generates horoscopes using context-free grammar.
2016-08-05 07:55:33 +00:00
Alexey Dokuchaev
66dd5b05c7 - Install official PDF User Guide as part of the documentation (version
number is hardcoded as it is not always in sync with the PORTVERSION)
- Make telescope control plugin (and Qt5SerialPort dependency) optional
- Remove enforced distfiles checksum recalculation added in r377577: it
  turned out that updating distinfo manually is easier and a lot faster
- Replace some options imperative (explicit) handling with helper knobs
- Do not install high resolution textures by default, since they do not
  have their prime meridians recalibrated yet while stock textures have

Discussed with:	Alexander Wolf (upstream)
2016-08-05 07:49:18 +00:00
Alexey Dokuchaev
d2bb45f9b3 Update to version 0.15.0. 2016-08-04 19:17:44 +00:00
Kevin Lo
844db02aa4 Import py-pywapi 0.3.8
The pywapi module provides a python wrapper around the Yahoo! Weather,
Weather.com and NOAA APIs.
2016-08-04 15:21:41 +00:00
Tobias C. Berner
c1ff5bbef3 Update graphics/exiv2 to 0.25.
As there is an shlib version bump, bump them portrevision of dependent ports.

While doing so, also switch to the cmake build system, as it requires less
patching and is easier to handle.

PR:             211329
Reviewed by:    mat, rakuco, kwm
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D7283
2016-07-27 10:22:26 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Ben Woods
fe28b5acf3 astro/xearth: Fix sorting of freebsd.committers.markers
Reported by:	adamw
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D7297
2016-07-24 11:22:00 +00:00
Ben Woods
c71d769f47 astro/xearth: Update my location in freebsd.committers.markers
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D7296
2016-07-24 04:32:09 +00:00
Dirk Meyer
3561a46f28 - update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
2016-07-20 09:33:31 +00:00
Muhammad Moinur Rahman
426df6c6b8 astro/qmapshack: Update version 1.6.1=>1.6.3
- Upstream FreeBSD support

PR:		210808
Submitted by:	cmt
2016-07-14 18:39:51 +00:00
Dmitry Marakasov
8d2f2e1dc3 - Update to 10526 2016-07-12 15:27:23 +00:00
Mathieu Arnold
7acca7e902 Bump PORTREVISION for the icu revert.
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
2016-07-06 22:10:14 +00:00
Pietro Cerutti
fb8d8ab5f9 devel/icu: bump PORTREVISION on dependent ports 2016-07-06 07:34:12 +00:00
Wen Heping
63575fa583 - Update to 0.072
CHanges: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.072/Changes
2016-07-04 00:29:01 +00:00
Steve Wills
c01d766819 astro/py-astropy: create port
Astropy is a package intended to contain core functionality and some common
tools needed for performing astronomy and astrophysics research with Python. It
also provides an index for other astronomy packages and tools for managing
them.

WWW: http://www.astropy.org

PR:		210278
Submitted by:	nathanw
2016-07-02 19:31:16 +00:00
Conrad Meyer
e589b83878 astro/gpsbabel: Update to upstream 1.5.3
- Use system minizip
- Convert to Github master site
- Update jeeps patch

Reviewed by:	AMDmi3
Differential Revision:	https://reviews.freebsd.org/D6963
2016-06-28 17:29:20 +00:00
Dmitry Marakasov
0b6450f020 - Clarify LICENSE, add LICENSE_FILE
- Fix dependency on qt5-dbus (move to USE_QT5)

Approved by:	portmgr blanket
2016-06-23 12:14:44 +00:00
Baptiste Daroussin
05422fd651 Prefer relative links to make packages more relocation friendly 2016-06-23 07:09:57 +00:00
Mathieu Arnold
7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00
John Marino
fe71802b7b astro/routino: revbump to fix astro/qmapshack
The previous commit added two libraries to the package, but failed to
bump the port.  The immediate fallout is astro/qmapshack fails at
run-depends stage on incremental bulk builds.

PR:	210062
2016-06-18 19:21:41 +00:00
Mathieu Arnold
1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00
Muhammad Moinur Rahman
4593f92124 astro/qmapshack: Update version 1.3.1=>1.6.1
- UNBREAK
- Remove depreceation
- Reqiores c++11 based compiler

PR:		210063
Submitted by:	cmt
2016-06-10 09:40:12 +00:00
Muhammad Moinur Rahman
4460a4dbbc astro/swe: Update version 2.04=>2.05.01 2016-06-09 23:25:23 +00:00