1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
Commit Graph

76 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
adbfaebbe9 - Remove unrecognized CONFIGURE_ARGS
- Silence patch message
- Cosmetic change
- Reformat pkg-descr
- Add sourceforge to WWW
- Sort PLIST
- Take maintainership
2014-12-08 09:11:52 +00:00
Baptiste Daroussin
3f6c422e36 Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year

PR:		195059
2014-12-02 22:40:56 +00:00
Tijl Coosemans
d60589d175 - Switch to USES=libtool:build
- Use @sample
2014-09-19 15:48:35 +00:00
Dmitry Marakasov
25d4e3cebe - Swith to USES=libtool
Approved by:	portmgr blanket
2014-06-06 11:06:32 +00:00
Mathieu Arnold
9ef39344e6 - Convert to staging
- Use new LIB_DEPENDS
- Add license

Sponsored by:	Absolight
2014-01-26 14:42:54 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +00:00
Cheng-Lung Sung
bd9893388f - Update to 1.12.1 2013-06-28 03:08:29 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +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
Sunpoet Po-Chuan Hsieh
e76dd1c7aa - Bump PORTREVISION for devel/libmaa shlib change 2011-04-12 15:16:15 +00:00
Cheng-Lung Sung
c8f29642ed - Update to 1.12.0 2011-02-11 08:23:42 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Cheng-Lung Sung
cd8662c00a - Update to 1.11.2
PR:		ports/141451
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
2010-01-28 08:28:53 +00:00
Doug Barton
342bcd5b6f Remove "Josh Gilliam <josh@quick.net>" from the last few pkg-descr's
where it appears. Mail to that address bounces now, and has for years.

Not having stale e-mail addresses in the pkg-descr files helps avoid
user confusion when looking for someone to contact for help with a port.
2009-12-21 22:54:04 +00:00
Wen Heping
cbf4164b47 - Bump PORTREVISION to chase the update of devel/libmaa 2009-12-14 01:06:34 +00:00
Dmitry Marakasov
b2b01422b8 - Switch SourceForge ports to the new File Release System: categories starting with T,U,V 2009-08-22 00:37:17 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Cheng-Lung Sung
1ca146820a - Update to 1.11.1 2009-06-17 08:30:59 +00:00
Cheng-Lung Sung
2016209058 - Update to 1.11.0
PR:		ports/130155
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
2009-01-19 02:14:21 +00:00
Cheng-Lung Sung
6cb8f64114 - Update to 1.10.11 2008-04-14 07:16:03 +00:00
Cheng-Lung Sung
a41aa62ad1 - Update to 1.10.10 2008-04-08 02:27:11 +00:00
Ade Lovett
dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +00:00
Cheng-Lung Sung
4b7c64a51c - Update to 1.10.9 2007-07-26 06:20:56 +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
Cheng-Lung Sung
ac5c6c5000 - update to 1.10.8
- I'll maintain it for a while
2007-04-11 02:38:42 +00:00
Mark Linimon
a007ee79d6 dd@ has had his port bit taken for safekeeping. Therefore, return these
to the pool.

Hat:		portmgr
2007-03-04 02:12:35 +00:00
Edwin Groothuis
1adfa4acd3 Remove USE_REINPLACE from categories starting with T 2006-05-13 04:24:52 +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
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Dima Dorfman
47967296c3 Avoid clobbering a modified dict.conf on deinstall.
PR:		91294
Submitted by:	Rong-En Fan
2006-01-07 23:31:52 +00:00
Dima Dorfman
1195283da3 Upgrade to 1.10.4.
Submitted by:	Andy Miller
2006-01-02 02:03:26 +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
Dima Dorfman
25b008afeb Upgrade to 1.10.1. Drop the dependency on ltdl; the client never used
it, and the server seems to work okay with the native implementation.
The patch to libmaa/decl.h is no longer necessary because the
distribution already includes that test (the other libmaa patches still
apply--I'm not sure that they're really necessary any more, but they
don't hurt).
2005-06-14 12:20:18 +00:00
Dima Dorfman
9e347273b3 Upgrade to 1.9.15
Submitted by:	Andy Miller <andy@trit.org>, vs
2005-01-30 06:48:18 +00:00
Dima Dorfman
44b49730b5 Upgrade to 1.9.14
Submitted by:	Andy Miller <andy@trit.org>
2004-09-03 10:41:03 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Dima Dorfman
d88c2603d9 Upgrade to 1.9.13
Submitted by:	Andy Miller <andy@trit.org>
2004-05-11 11:14:20 +00:00
Kris Kennaway
cef67d6544 Add missing file and manpage 2004-04-15 08:18:09 +00:00
Ade Lovett
2c577f8a04 Convert all but one port that uses libtool14 to use libtool15, in readiness
for the destruction of devel/libtool14
2004-03-24 20:59:17 +00:00
Dima Dorfman
fd37672842 Upgrade to 1.9.11
Submitted by:	Andy Miller <andym@trit.org>
2004-03-03 10:25:59 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Dima Dorfman
92d712caba This new version of dict(1) doesn't seem to default to using
dict://dict.org if the config file is absent, so install a config file
with some default servers instead of making the user rummage through
the man page and the web to figure out how to make this work.

Noticed by:	ceri
2003-12-29 10:43:36 +00:00
Dima Dorfman
44e936d923 Upgrade to 1.9.10
Submitted by:	Andy Miller <andym@trit.org>
2003-12-24 12:49:52 +00:00
Dima Dorfman
96a90e40e5 Avoid building lstat.o since we have lstat in libc. 2003-10-17 18:04:03 +00:00
Dima Dorfman
ca0481961e Put C*FLAGS into CONFIGURE_ENV instead of assigning it directly. This
allows configure-run test programs to find the right include files and
libraries.

Breakage reported by:	many
Fix submitted by:	adamw
2003-10-17 09:11:39 +00:00
Dima Dorfman
bae6f46a0f Removed empty file. 2003-10-16 07:18:51 +00:00
Dima Dorfman
c87c87d74f Upgrade to 1.9.7.
PR:		57810
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-16 07:11:25 +00:00
Ade Lovett
b2fd75e438 libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)
2003-06-26 22:58:32 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00