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

3990 Commits

Author SHA1 Message Date
Boris Samorodov
bc295856bb LOCALBASE -> ICONV_PREFIX for --with-iconv-* parameters. 2013-09-13 19:39:38 +00:00
Baptiste Daroussin
1f9270b0bc Reassign to the heap as maintainer no longer use FreeBSD
While here:
Use options helpers where possible

Submitted by:	Michael Brune <admin@mjbrune.org> (former maintainer via pkg-fallout)
2013-09-12 09:39:19 +00:00
John Marino
d834ce47a7 Add explicit dependency on pkgconf (20 ports)
Approved by:	portmgr (bapt, implicit)
2013-09-12 08:41:52 +00:00
Antoine Brodin
251f4ca6f1 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-11 17:17:35 +00:00
John Marino
30fb06c870 Add explicit dependency on pkgconf (18 ports) 2013-09-11 16:45:58 +00:00
Boris Samorodov
a5224aead3 . fix build with clang (CFLAGS+=-Wno-error);
. add LICENSE (GPLv2), bump PORTREVISION;
. trim headers;
. reword COMMENT;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. use one line install instead of an if loop.

PR:		ports/181619
Submitted by:	bsam (me)
Reviewed by:	alfredoj69@gmail.com (maintainer timeout, 2 weeks)
2013-09-11 15:53:29 +00:00
Andrej Zverev
466eb5c92f - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 12:59:14 +00:00
John Marino
b38bbaec1f Add explicit dependency on pkgconf (6 ports) 2013-09-11 09:36:48 +00:00
Antoine Brodin
11008fac27 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-09 18:54:28 +00:00
Niclas Zeising
b75ad17952 Update to 1.0.8 2013-09-08 12:34:34 +00:00
Roman Bogorodskiy
04c771e532 - Fix openbox-gnome-session script which wasn't functional because
of improper sed usage
- Bump PORTREVISION

Debugged and tested by:		olgeni
2013-09-08 08:54:25 +00:00
Sunpoet Po-Chuan Hsieh
7684922546 - Use single space after WWW: 2013-09-07 17:20:21 +00:00
Niclas Zeising
e4e2a3e416 Fix build with clang and libc++
Approved by:	portmgr (bapt)
2013-09-06 20:57:11 +00:00
Baptiste Daroussin
beae873ea6 Add an explicit dependency on pkgconf 2013-09-06 13:01:53 +00:00
Antoine Brodin
e1c05666f2 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-05 21:32:14 +00:00
Grzegorz Blach
f79ebb0828 - Fix freeze when splash screen is enabled
- Bump PORTREVISION

Approved by:	crees, tabthorpe (mentors, implicit)
2013-09-05 18:20:35 +00:00
Roman Bogorodskiy
f307b2826f - update to 2.0.4
- pet portlint
2013-09-05 17:03:14 +00:00
Roman Bogorodskiy
ba7818f9d1 - update to 3.5.2
- pet portlint
2013-09-05 17:02:21 +00:00
Antoine Brodin
eb4b4f9964 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-05 17:01:12 +00:00
Guido Falsi
fb4bfb4c98 - Add explicit pkgconfig dependency
- Bump PORTREVISION due to resulting runtime binary changes

Approved by:	portmgr (bdrewery)
2013-09-05 13:21:52 +00:00
Antoine Brodin
457deeed16 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-05 05:35:30 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Baptiste Daroussin
c7d6ee97c1 Add an explicit dependency on pkgconf 2013-09-03 10:23:55 +00:00
Baptiste Daroussin
db7a56d5ed Add an explicit dependency on pkgconf 2013-09-03 06:36:41 +00:00
Baptiste Daroussin
888f361022 Add an explicit dependency on pkgconf 2013-09-02 22:31:37 +00:00
Baptiste Daroussin
be41425d62 Add an explicit dependency on pkgconf 2013-09-02 21:16:30 +00:00
Baptiste Daroussin
b5ce1c7f4a Add an explicit dependency on pkgconf 2013-09-02 16:04:20 +00:00
Baptiste Daroussin
591aba0faa Add an explicit dependency on pkgconf 2013-09-02 15:26:23 +00:00
Tijl Coosemans
f86cad0ce3 Two imake related changes:
1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable.
   For ports that don't need -a introduce USES=imake:notall.
   This way ports no longer have to redefine XMKMF.

2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments
   to set CPP, CC and CXX.  This creates the top Makefile, and then xmkmf
   runs make Makefiles.  This Makefiles target runs imake for each
   subdirectory but these imake invocations did not have the flags from
   IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor
   when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp).
   Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to
   imake let imake handle IMAKECPPFLAGS itself just like it handles
   IMAKEINCLUDE.

   This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm.

Approved by:	portmgr (bapt)
2013-09-02 13:26:34 +00:00
Baptiste Daroussin
d20742f0c1 Add explicit dependency on pkgconf
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
2013-08-31 01:17:11 +00:00
Baptiste Daroussin
c63f67fb05 Add an explicit dependency on pkgconf
While here convert USE_GMAKE to USES=gmake
2013-08-31 01:04:32 +00:00
Baptiste Daroussin
162e0d2821 Eradicate USE_GNOME=pkgconfig from x11-wm
While here:
- Trim headers
- Convert some port from USE_GNOME=gnomehack to USES=pathfix
- Convert from USE_GMAKE to USES=gmake
2013-08-30 23:31:49 +00:00
John Marino
89a1aa0426 x11-wm/phluid: Fix typo (USEs => USES)
Approved by:	bapt/culot (mentors, implicit)
2013-08-22 22:34:32 +00:00
Baptiste Daroussin
d1701f00f8 - update to 4.6
- tab -> space for pkg-descr WWW
- Remove leading indefinite article from COMMENT
- Remove upstreamed patch
2013-08-22 21:58:25 +00:00
Pietro Cerutti
565208cb8c - Update to 1.0.13.0
Changes:

  * Fix installation group ownership of theme files (ticket 2345).
  * Fix various perl warnings.
  * Fix menu generation issue.
  * Play raise/lower sounds only if any windows are actually raised/lowered.
  * Fix bug in ActionClass loading.
  * Tweak button swallowing in slideouts.
  * Clear SF_INFO struct before calling sf_open().
  * Save some bytes in various structs.
  * Button:inside_win is not used.
  * Tweak button event callback parameter.
  * updating desktop files translations
  * updating esperanto and adding serbian translation
  * Fixed sorting in desktop files
  * Avoid potential crash in menu unloading.
  * Fix potential use of uninitialised data.
  * Remove unnecessary EXTRA_DIST.
  * Eliminate BordersForeach().
  * No need for double - change to float.
  * Let "eesh screen" show some randr info.
  * Disable moving "None" background to front.
  * Discard broken backgrounds (bg file missing) on exit.
  * Fix background dialog issues.
  * Switch to new list implementation.
2013-08-21 14:13:11 +00:00
Bryan Drewery
15c0690891 - Reset matusita's ports
With hat:	portmgr
2013-08-18 13:24:23 +00:00
Rusmir Dusko
1ddcbe6f06 - Change maintainer email gmx.ch --> FreeBSD.org
- Remove dependency for textproc/docbook-to-man
- Remove hal version from LIB_DEPENDS
- Add dependencies for lang/vala, devel/libgee, dbus-glib and textproc/libxslt
- USES gmake iconv pkgconfig
- Trim NLS

Approved by:wg (mentor)
2013-08-17 23:34:19 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Grzegorz Blach
745bd6e04b - Update to 0.17.4
Approved by:	crees (mentor)
2013-08-12 12:45:24 +00:00
John Marino
94dde06340 x11-wm/e17-modules: Replace hardcoded "freebsd" with OPSYS:L
Using OPSYS allows port to build on DragonFly without modification.
There were no functional changes made to port.

Approved by:	bapt/culot (mentors, implicit)
2013-08-11 02:21:37 +00:00
Alexey Dokuchaev
51a9b4dec5 Restore previous COMMENT (as of r324156), new one was overly concise.
Discussed with:	ak (maintainer)
2013-08-05 14:15:32 +00:00
Andrej Zverev
544e16f0d1 - Convert to new perl framework
Approved by:	bapt@ (maintainer)
2013-08-04 12:33:50 +00:00
Mathieu Arnold
62a41b423b - Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-03 13:44:00 +00:00
Alexey Dokuchaev
5da5115a2d - Try to unbreak parallel (-jX) builds
- Define LICENSE (MIT), augment MASTER_SITES
- Cleanup Makefile and port description
2013-08-02 09:53:22 +00:00
Koop Mast
a5f590e51d The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.
This update updates Glib20 to 2.36 and Gtk+ 3.8

* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
  It is replaced by a GIO kqueue implementation developed as part of a NetBSD
  GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
  pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
  prevent creation of /  root/.cache dir. Defaults to build & run depend,
  but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
  pangox support which was removed from the pango port. Add it to ports still
  using pangox API.

Exp-run by:	bapt@
PR:		ports/178958 [1]
Submitted by:	emaste@ [1]
2013-07-31 11:57:45 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-07-26 19:19:20 +00:00
Baptiste Daroussin
7f4d6446d8 Fix build with newer binutils
Cleanup the Makefile
2013-07-26 14:25:16 +00:00
Baptiste Daroussin
be856e74d2 Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils.
2013-07-26 07:06:30 +00:00
Baptiste Daroussin
119dc743db Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils.

Obtained from:	DPorts
2013-07-26 06:07:28 +00:00
Eitan Adler
3e61d7e801 Remove now excess verbiage.
Reviewed by:	bapt
2013-07-16 21:59:48 +00:00