1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

37 Commits

Author SHA1 Message Date
Pawel Pekala
0787699748 - Fix build on current
- Reword options descriptions to current standards
- Use CONFIGURE_WITH helper
2014-07-25 08:32:27 +00:00
Tijl Coosemans
3127da9b78 Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged port)
2014-07-04 20:28:31 +00:00
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Dmitry Marakasov
4ed5d621eb - Convert misc/xosd and dependent ports which need it (deskutils/xneur, polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop .la files
- Since xosd shlib version has changed, bump all ports which depend on it
- Stagify deskutils/xneur
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax

Approved by:	portmgr blanket
2014-05-27 11:17:41 +00:00
Jason E. Hale
784e4c52e1 - Update security/gpgme to 1.4.3
- Use USE_GNOME= ltverhack to correct the library version number
  to what the author intended.  This effectively rolls the version
  number backwards, but should prevent future unneccesary version
  bumps.
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION on dependent ports
2013-10-20 19:20:15 +00:00
Pawel Pekala
dfc33c10af Add support for STAGEDIR 2013-10-05 16:52:12 +00:00
Baptiste Daroussin
7de0193087 Add NO_STAGE all over the place in preparation for the staging support (cat: polish) 2013-09-20 22:34:42 +00:00
Pawel Pekala
f2904b6af8 - Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
2013-08-29 15:01:46 +00:00
Pawel Pekala
658676be60 - Add NLS to OPTIONS_DEFINE this fixes failed plist
substitution by OPTIONS_SUB=yes
- Remove MAKE_JOBS_SAFE, it's default now
2013-07-18 14:07:24 +00:00
Pawel Pekala
e482e392f6 Convert my ports to current standards
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense
2013-07-10 19:41:30 +00:00
Martin Wilke
47e7925d6c - Correct plist
- Trim header

Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:48:19 +00:00
Marcus von Appen
95e7081976 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
2013-04-27 18:25:24 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Pawel Pekala
38cc7fc805 Remove PTHREAD_CFLAGS and PTHREAD_LIBS from my ports 2013-02-07 17:06:44 +00:00
Carlo Strub
a9f85911cd Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
2012-08-03 15:54:35 +00:00
Pawel Pekala
2fa6259674 Convert my ports to optionsNG 2012-06-07 22:44:21 +00:00
Pawel Pekala
3f46756150 - Add UNICODE option (default off) which enables experimental unicode support
- Don't link to libidn when found on system
- Switch to bsd.port.options.mk
2012-01-06 15:27:25 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Pawel Pekala
f64ff5bd25 - Update to 0.3.1
- Remove unneeded patch
- Fix hang on connecting to GaduGadu server

Approved by:	miwi (mentor)
2011-03-31 14:15:52 +00:00
Pawel Pekala
1c89fac54a - Update my email to FreeBSD
Approved by:    miwi, wen (mentors)
2011-03-23 16:58:01 +00:00
Martin Wilke
1c143559c8 - update to version 0.3.0
- take maintainership
- mark MAKE_JOBS_SAFE
- add LICENSE info
- add optional building of several plugins

PR:		154919
Submitted by:	"Pawel Pekala" <c0rn@o2.pl> (maintainer)
2011-02-23 15:36:12 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Max Brazhnikov
7abb32c045 Fix build on 6-STABLE after adding --with-pthread to polish/libgadu 2009-03-22 10:56:44 +00:00
Mark Linimon
270145b39d Reset alex@bsdguru.org due to maintainer-timeouts and no response to email.
Hat:		portmgr
2008-09-03 02:26:24 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Edward Tomasz Napierala
3736e22c60 - Update to 0.1.1.
PR:		ports/116173
Submitted by:	trasz
Approved by:	maintainer (via irc), miwi (mentor, implicit)
2007-09-08 08:20:19 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Edward Tomasz Napierala
40443554b5 - Update to 20070303.
PR:		ports/111268
Submitted by:	trasz
Approved by:	maintainer (mentor miwi)
2007-04-20 07:52:05 +00:00
Pav Lucistnik
13c306d9db - Fix after objformat removal
Reported by:	pointyhat
2007-03-27 20:27:42 +00:00
Martin Wilke
f7d986509f Update to 20060519
PR:		ports/97967
Approved by:	krion (mentor), maintainer
2006-06-07 12:10:27 +00:00
Edwin Groothuis
d10469eb92 [maint update] polish/ekg2 fix 4.x compilation and upgrade
PR:		ports/95319
Submitted by:	Aleksander Fafula <alex@bsdguru.org>
2006-04-04 23:57:09 +00:00
Pav Lucistnik
2966eec37b - Mark broken on 4.X
Reported by:	krismail
2006-04-03 20:54:30 +00:00
Pav Lucistnik
6d8cb2fed2 Text-based Gadu-Gadu (and other) client for Unix-like systems.
Gadu-Gadu is an ICQ-like messenger for polish language users.

EKG2 is similar to EKG. It has many improvements like Jabber
and IRC plugins. It is considered to be in its development stage,
so use with care.

WWW: http://ekg2.org/

PR:		ports/95214
Submitted by:	Aleksander Fafula <alex@bsdguru.org>
2006-04-02 01:01:20 +00:00