Commit graph

40 commits

Author SHA1 Message Date
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Stanislav Sedov
422bce3414 - Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
2011-10-24 03:33:20 +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
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Stanislav Sedov
98130c3c16 - Bump PORTEPOCH, this was missed in previous update [1].
- Use proper shebang line in perl and python scripts [1].
- Define INSTALLS_ICONS and USE_GETTEXT where appropriate.
- Implement WITHOUT_NLS knob.

Reported by:	Nick Withers <nick@nickwithers.com> [1]
2009-02-21 11:43:23 +00:00
Stanislav Sedov
f78edf3122 - Update to 1.4.3.
PR:		ports/131468 (based on)
Submitted by:	Oliver Lehmann <oliver@freebsd.org>
2009-02-08 16:33:55 +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
Edwin Groothuis
13fcaf3ba2 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 00:15:01 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +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
Stanislav Sedov
9cbf45966b - Update to 20070216
- Deprecate geda-projectmanager.
2007-03-13 16:30:28 +00:00
Stanislav Sedov
69d654b858 - Update to 20061020 2006-11-03 17:50:45 +00:00
Stanislav Sedov
3451c7add3 - Update to 20060906
- Change my email
2006-10-10 07:44:57 +00:00
Rong-En Fan
7d98596c5e - Fix installdirs to address GEDA directory structure unification
- Fix comment
- Update pkg-desck
- Use %%DOCSDIR%% and %%DATADIR%% macroses
- Bump PORTREVISION
- Mark BROKEN on 4.x
- Rename directory from gnetlist to geda-netlist [2]

PR:		ports/100220, ports/100230 [2]
Submitted by:	maintainer
2006-07-16 03:48:49 +00:00
Pav Lucistnik
3021a32611 - Transfer maintainership to the submitter of the last update
Approved by:	old maintainer
2006-06-28 07:53:41 +00:00
Pav Lucistnik
8be0599061 - Update to 20060123
PR:		ports/99477
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
Approved by:	maintainer
2006-06-26 22:05:42 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Jean-Yves Lefort
8f08043ad0 - Update to 20050313 [1]
- Miscellaneous cleanups

PR:		ports/80967 [1]
Submitted by:	maintainer [1]
2005-05-16 03:32:41 +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
a9332e619d - Update gEDA suite to 20040111 version
PR:		ports/62549
Submitted by:	bruno <bruno@mail.tinkerbox.org> (maintainer)
2004-03-07 14:52:40 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Joe Marcus Clarke
df26af9a74 Update to version 20030223 which now works with guile 1.6.
Submitted by:	maintainer
2003-05-06 06:35:19 +00:00
Joe Marcus Clarke
6e2c11dcf5 Chase guile's shared lib version. 2003-05-02 03:29:26 +00:00
Joe Marcus Clarke
4fb7eb3a61 Remove USE_GNOMENG. 2003-04-18 04:54:11 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Ying-Chieh Liao
62f1d6e1de upgrade to 20020825
PR:		43563
Submitted by:	maintainer
2002-10-10 18:45:49 +00:00
Mario Sergio Fujikawa Ferreira
a517c31c11 Deploy USE_GNOMENG infrastructure
PR:		42188
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-30 13:05:55 +00:00
Joe Marcus Clarke
71c8105783 Chase guile shared lib number.
Prompted by:	Mike Harding <mvh@ix.netcom.com>
2002-06-19 16:37:57 +00:00
Patrick Li
dbfe487361 Add missing dependency
PR:		36513
Submitted by:	maintainer
2002-03-30 18:18:57 +00:00
Ying-Chieh Liao
ef459263b5 do net need patches anymore
Submitted by:	maintainer
2002-03-25 04:44:01 +00:00
Ying-Chieh Liao
0b9a514e16 upgrade to 20020209
PR:		35714
Submitted by:	maintainer
2002-03-10 03:42:23 +00:00
Mario Sergio Fujikawa Ferreira
93c68bc15d Add missing dependency: geda-symbols
Approved by:	maintainer
2001-12-02 17:04:40 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Vanilla I. Shu
9f233704f3 gEDA electronic schematic capture tools
Submitted by:	bruno.schwander@technologist.com
2001-04-07 00:20:37 +00:00
Vanilla I. Shu
1c640af553 gEDA electronic schematic capture tools
Submitted by:	bruno.schwander@technologist.com
2001-04-07 00:19:08 +00:00