Commit graph

66 commits

Author SHA1 Message Date
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Pav Lucistnik
9a62fe04ac - Fix plist
Reported by:	krismail
2006-09-29 20:59:59 +00:00
Pav Lucistnik
0bbeb8e1fd - Download from jpilot.org fails (403 forbidden), add mirrorservice.org as
primary source

PR:		ports/103605
Submitted by:	Alex Samorukov <samm@os2.kiev.ua> (maintainer)
2006-09-25 17:37:25 +00:00
Ying-Chieh Liao
b23770728f upgrade to 0.99.9
PR:		103203
Submitted by:	maintainer
2006-09-22 08:10:09 +00:00
Andrey Slusar
3d0d03c71a Fix crash on startup when compiled with latest GTK2.
PR:		ports/98929 [1], ports/98994 [2]
Reported by:	Guy Brand <gb@isis.u-strasbg.fr> [1]
Submitted by:	maintainer [2]
2006-06-17 15:50:47 +00:00
Andrey Slusar
ca182222c0 - Add patch to fix a memory problem resulting in a segfault when
modifying records. (jpilot.org)
- Add patch to fix unresolved symbol glob_tooltips when using
  jpilot-sync (jpilot.org)
- Take mainteinership.

PR:		ports/98956
Submitted by:	"Alex Samorukov" <samm@os2.kiev.ua>
2006-06-15 18:12:56 +00:00
Erwin Lansing
5bebc454c8 Reset maintainership
PR:		98068
Submitted by:	Alex Varju <freebsd-ports@varju.ca> (maintainer)
2006-05-29 07:11:49 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
c8276f2dd3 SHA256ify
Approved by: krion@
2006-01-23 23:49:42 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Pav Lucistnik
9c88206bde - Update to 0.99.8
PR:		ports/88381
Submitted by:	Alex Varju <freebsd-ports@varju.ca> (maintainer)
2005-11-03 20:23:58 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Kirill Ponomarev
d5343fd552 Change maintainer's email.
PR:		ports/70758
Submitted by:	maintainer
2004-08-21 06:22:57 +00:00
Ying-Chieh Liao
d39ad996a5 re-organize Makefile
Discussed with:		maintainer
2004-07-19 01:51:42 +00:00
Volker Stolz
f9f4578699 Change the default configuration to use GTK2 rather than GTK1.
PR:		ports/69069
Submitted by:	Alex Varju (maintainer)
2004-07-15 10:39:31 +00:00
Volker Stolz
85a2d3ddb2 Fix build w/ GCC2 / GTK2
PR:		ports/69077
Submitted by:	Alex Varju (maintainer)
2004-07-14 11:53:14 +00:00
Pav Lucistnik
2838c86f2e - Support WITHOUT_NLS to disable gettext
PR:		ports/66126
Submitted by:	Alex Varju <varju@webct.com> (maintainer)
2004-05-02 22:01:44 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Pav Lucistnik
398056e2cb - Update to 0.99.7 [1]
- While here, use ${DOCSDIR} to silence portlint a bit

PR:		ports/63560
Submitted by:	Alex Varju <varju@webct.com> (maintainer)
2004-03-01 19:03:55 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Pav Lucistnik
baae9c9a1b - Add optional GTK2 support.
PR:		ports/60373
Submitted by:	Alex Varju <varju@webct.com> (maintainer)
2003-12-19 00:37:11 +00:00
Kirill Ponomarev
0a58d288bc - Fix MASTER_SITES
PR:		57816
Submitted by:	maintainer
2003-10-10 07:17:34 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Oliver Lehmann
105ab842bd Update MASTER_SITES
PR:		54648
Submitted By:   maintainer
2003-07-20 07:29:20 +00:00
Daichi GOTO
225a9bca38 update palm/jpilot: 0.99.5 -> 0.99.6
PR:		54479
Submitted by:	Alex Varju <varju@webct.com> (maintainer)
2003-07-15 06:10:50 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Edwin Groothuis
b14f270c07 This is a maintainer upgrade of ports/palm/jpilot to version 0.99.5
PR:		ports/48598
Submitted by:	Alex Varju <varju@webct.com>
2003-02-23 20:59:42 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Munechika SUMIKAWA
9b05851af3 Upgrade to 0.99.4
PR:		ports/47033
Submitted by:	Alex Varju <varju@webct.com> (maintianer)
2003-01-20 02:18:17 +00:00
Edwin Groothuis
27b9137a68 Maintainer upte to 0.99.3
PR:		ports/43870
Submitted by:	Alex Varju <varju@webct.com>
2002-11-09 00:18:46 +00:00
Joe Marcus Clarke
ab1babc860 Chase the pisock shared lib version number. Note, this new version may
break some of these ports, but they're definitely broken without this.
2002-09-17 16:35:39 +00:00
Mario Sergio Fujikawa Ferreira
17373c2caa Deploy USE_GNOMENG infrastructure
PR:		42287
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-01 15:09:04 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
SADA Kenji
a6066afac2 Do PREFIX clean.
PR:	ports/37695
Submitted by:	maintainer
2002-05-06 16:40:59 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00
Kevin Lo
6ff8c5dfde Update to version 0.99.2
PR: 34679
Submitted by: MAINTAINER
2002-02-09 08:56:58 +00:00
David W. Chapman Jr.
ba6ab50fc7 Depend on new Pilot-link
Bump PORTREVISION

PR:		30183
Submitted by:	maintainer
2001-08-30 02:03:01 +00:00
Munechika SUMIKAWA
01c3a17556 fix internationalization bug. these patches are already submitted to
the author and will be synced in next release.

Submitted by:	Takeshi MUTOH <tmutoh@mx10.freecom.ne.jp>
Approved by:	maintainer
2001-03-06 11:17:09 +00:00
James E. Housley
e63f0e6930 The current version of the port does not enable plugins, even though
they are compiled.  This stems from a problem in the configure script
that forces the enable_plugins value to always be false, whether or
not --enable-plugins is specified.

PR:		24973
Submitted by:	Alex Varju <varju@ca.webct.com> MAINTAINER
2001-02-11 17:25:56 +00:00
Vanilla I. Shu
edbfa7fec8 Upgrade to 0.99.
PR:		ports/24933
Submitted by:	maintainer
2001-02-09 16:14:28 +00:00
Jun Kuriyama
5e4dedd6b7 Update master site.
Submitted by:	Alex Varju <varju@alex.madd.tnmc.ca> (maintainer)
PR:		ports/24131
2001-01-08 07:36:04 +00:00
Jeremy Lea
99290b0d61 Implement USE_GTK, part 2. 2000-10-05 06:42:57 +00:00
Jun Kuriyama
c326d507a1 Remove empty directories.
Submitted by:	bento
2000-08-02 03:32:08 +00:00