1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

341536 Commits

Author SHA1 Message Date
John Marino
994267b8fd irc/ircproxy: modernize and explicit linking with libcrypto (dports)
* new LIB_DEPENDS format
* use option configure
* convert USE_BZIP2
2014-07-05 19:18:41 +00:00
Rui Paulo
c74a4dc933 hgreviewboard: fix the json import
Newer Python versions include a json module, but hgreviewboard tries to use
the simplejson module included in its tarball.
We don't install the included simplejson module, so fix the import line.

Reviewed by:	bapt
2014-07-05 19:17:41 +00:00
John Marino
3d1b7d9e54 graphics/timeless: stage and explicit linking with -lm (dports) 2014-07-05 19:15:41 +00:00
Tijl Coosemans
47bd638a44 - Convert to USES=libtool
- Use INSTALL_TARGET=install-strip
2014-07-05 19:14:53 +00:00
Tijl Coosemans
7b9993d18c - Convert to USES=libtool
- Set MAKEINFOFLAGS instead of MAKEINFO
2014-07-05 19:12:54 +00:00
Andrej Zverev
231bcebf48 configure is already include build+run 2014-07-05 19:07:47 +00:00
Andrej Zverev
ab4de0d3b8 net/p5-Net-OpenSSH - update to version 0.62 2014-07-05 19:04:56 +00:00
John Marino
57371de519 graphics/gimageview: Bring in dports patch to support DragonFly 2014-07-05 18:58:00 +00:00
John Marino
6d384ef0a3 graphics/gdchart: Replace wrong PROFILE option
The profile library gets built if NO_PROFILE is not set.  All the
PROFILE option was doing was manually changing the pkg-plist which
would only work if the PROFILE option was manually synchronized with
the make.conf option (they are by default, so it worked accidently).

Change PLIST_SUB to switch based on NO_PROFILE as is done with other
ports.
2014-07-05 18:55:33 +00:00
William Grzybowski
d05845f5a6 audio/mbox: use WX 3.0+ 2014-07-05 18:53:18 +00:00
Dirk Meyer
73d9926eae - fix build with clang34
PR:		191074, 191290
2014-07-05 18:45:41 +00:00
William Grzybowski
459a52c68d Mk/bsd.wx.mk: add wxPython 3.0 support
Approved by:	portmgr (bapt)
2014-07-05 18:38:03 +00:00
Thierry Thomas
975bb59729 Fix build on FreeBSD-9. 2014-07-05 18:36:55 +00:00
John Marino
5eafe13d23 graphics/diacanvas2: explicit linking with -lm 2014-07-05 18:36:41 +00:00
John Marino
6815a22976 graphics/comical: explicit linking with -lz 2014-07-05 18:33:57 +00:00
John Marino
afbcd38fd5 graphics/Coin: hardcode debug off
When WITH_DEBUG is set, this port will fail staging as the result won't
match the pkg-plist due to file name changes during a debug regime. To
fix, configure Coin with debug off always.
2014-07-05 18:31:12 +00:00
John Marino
ec79062e02 games/pongix: Stage, Unbreak on F10+, LDFLAGS+= -lm (explicit linking) 2014-07-05 18:25:49 +00:00
William Grzybowski
1a65109268 Introduce x11-toolkits/py-wxPython30
x11-toolkits/py-wxPython28 was been modified to do not install wxversion python
files which conflict with wxPython30. Instead a new port has been created
(x11-toolkits/py-wxPython-common) which only installs wxversion and wx.pth
responsible for selecting the wxPython version.

Stage support has been added to all related ports.

Maintainership has been reset to python@.

The final goal is to make all ports use wxPython30 so we can remove wxPython28.
2014-07-05 18:22:32 +00:00
William Grzybowski
06f837722a audio/py-vorbis: remove useless PYDISTUTILS_PKGNAME knob 2014-07-05 18:05:08 +00:00
Tijl Coosemans
9811c97c69 Add USES=libtool 2014-07-05 18:02:48 +00:00
Tijl Coosemans
db2a1577d9 - Add USES=libtool and bump dependent ports
- Add USE_GNOME=gnomehier to fix leftovers
- Simplify documentation handling with staging and install documentation
  in standard location
2014-07-05 17:47:03 +00:00
Thomas Zander
d9deed77b9 - Update to upstream release 3.1.3
- Makefile cleanup / pet portlint
- Reduce available set of OPTIONS
  - DEBUG, GCOV, EFENCE not supported anymore
  - ASS and LUA now required by port

PR:		191375
Submitted by:	tkato432@yahoo.com
Approved by:	mentors (implicit)
2014-07-05 17:46:36 +00:00
John Marino
708a6f3666 editors/vile: Bring in DragonFly support from dports 2014-07-05 17:44:19 +00:00
TAKATSU Tomonari
72c2472a7f - Support STAGEDIR
- Add DOCS to OPTIONS_DEFINE
- Drop EXIM3 option
- Unmute INSTALL_DATA and CP
- Update pkg-plist
- Replace tab with a single space after WWW: in pkg-descr
- Sync with mail/mailman as possible
  * Drop INTEGRATION option, which would at best be confusing
  * When Postfix integration is chosen, add BUILD and RUN_DEPENDS on
    Postfix because we need the postconf program
  * Fix a few minor glitches in FreeBSD-post-install-notes
  * Install a dummy one-line text file into PYTHON_SITELIBDIR so that
    Python's upgrade-site-packages would reinstall Mailman
  * Add "status" support for rc.d script
  * Change pre-fetch: to pre-everything::
  * Revise formatting of pre-everything text to make clear it displays
    default values, not current values
  * Update pkg-install.in, pkg-deinstall.in and pkg-message.in
2014-07-05 17:42:23 +00:00
John Marino
0f7b5354b9 devel/p5-Goo-Canvas: Add dependencies needed for explicit linking (dports) 2014-07-05 17:37:58 +00:00
John Marino
8bdd0c7747 devel/pure-readline: Prepare to use ports readline (dports)
Approved by:	portmgr (implicit, for NOT_STAGED)
2014-07-05 17:30:32 +00:00
John Marino
d3e714d5bd devel/phptoolchain-gcc-stage1: Fix build for modern gcc (dports)
Approved by:	portmgr (implicit, for NOT_STAGED)
2014-07-05 17:26:47 +00:00
Vsevolod Stakhov
13b2c83194 - Disable developers checks for source files: they are not intended for end-users and
require perl for build stage.

Do not bump portrevision, as those checks have no influence on the target package.
2014-07-05 17:16:01 +00:00
John Marino
4d191364fd deskutils/genius: Support ports readline (dports) 2014-07-05 17:09:32 +00:00
Thierry Thomas
df990667c8 Distfile has been rerolled - yet one more time!
Just adding volatile and removing a html file.
Full diff available at
http://people.freebsd.org/~thierry/CImg-1.5.9_140703_140704.diff

Reported by:	swills
2014-07-05 17:05:12 +00:00
John Marino
6c9af64ffd devel/chrpath: Switch back from fmake to gmake
Redports: 8x pass
2014-07-05 17:00:30 +00:00
Tijl Coosemans
7f0021a80a - Convert to USES=libtool
- Add kde_cv_prog_cxx_fno_check_new=no to CONFIGURE_ARGS because
  -fno-check-new is not supported by Clang and that causes the -fPIC
  configure test to fail.
2014-07-05 16:53:05 +00:00
Steve Wills
101a62f1f2 - Don't try to remove directories created by mtree 2014-07-05 16:38:48 +00:00
John Marino
1096b316ba databases/flamerobin: Stage, indicate license, DF support (dports) 2014-07-05 16:32:41 +00:00
John Marino
686f2f295d databases/sqsh: Fix build for ports readline (dports) 2014-07-05 16:31:08 +00:00
Steve Wills
c5b7f29ef5 - Fix shebang for template-converter 2014-07-05 16:22:19 +00:00
Adam Weinberger
a0e0aa704d Fix build for FreeBSD < 9 where libstatgrab 0.90 codepath is used.
PR:		190718
Submitted by:	Kevin Bowling [patch]
Approved by:	maintainer
2014-07-05 16:11:38 +00:00
John Marino
75a4519a45 audio/xmms-nas: Remove unnecessary patch
At one point DragonFly needs a patched ltconfig to build this port, but
libtool was recently updated to apply changes for DF automatically, so
the ltconfig patch is redundant.

Noticed by:	tijl
2014-07-05 16:10:02 +00:00
Sunpoet Po-Chuan Hsieh
fb2754b6f9 - Remove contiguous blank lines 2014-07-05 16:06:00 +00:00
Tijl Coosemans
024bc82cb7 Convert to USES=libtool 2014-07-05 15:46:30 +00:00
Mikhail Teterin
5c7cc12137 Upgrade vips and nip2 to 7.40.3 and 7.40.2 respectively. Unbreak
packaging for the case, when the install of documentation is enabled.

Transfer maintainership to antoine@, so he can continue to do as he
pleases with both, but without the guilt of changing other people's
ports.
2014-07-05 15:41:01 +00:00
Adam Weinberger
f02a59cb6d Stage, and fix up paths to perl.
PR:		ports/191039
Submitted by:	pauls@utdallas.edu
2014-07-05 15:32:46 +00:00
Tijl Coosemans
e201761a67 - USES=libtool tar:bzip2
- Use @sample
2014-07-05 15:30:35 +00:00
William Grzybowski
b0a6513011 devel/pyside: update to 1.2.2
- Support stage
- Change maintainership to python@
2014-07-05 15:19:32 +00:00
Tijl Coosemans
5b39cc4351 USES=libtool:keepla tar:bzip2 2014-07-05 15:17:44 +00:00
Tijl Coosemans
3cb491a56c - New LIB_DEPENDS syntax
- Add USES=libtool
2014-07-05 15:16:09 +00:00
Vsevolod Stakhov
b40a4ec35f - Add runtime dependency on perl for exim utilities [1], [2]
- Support berkeley DB lookups [3]
- Remove unnecessary options checks [1]
- Improve description for EXIMON option
- Bump portrevision

PR:		189019 [2], 181863 [3]
Submitted by:	ak [1], tim at bishnet.net [2], odavydenko at gmail.com [3]
2014-07-05 15:09:15 +00:00
John Marino
2a205074c6 comms/hylafax: Add patch for DragonFly support (dports) 2014-07-05 15:09:06 +00:00
John Marino
dd9b64226a chinese/scim-tables: Add scim as BUILD_DEPENDS (dports) 2014-07-05 15:06:03 +00:00
Dmitry Sivachenko
32c60e5252 Update to 3.7.2, install hfst.pc into correct location. 2014-07-05 15:04:30 +00:00