Commit Graph

29 Commits

Author SHA1 Message Date
Norikatsu Shigemura
f31ea515c8 o Respect PTHREAD_LIBS. [1]
o USE_LDCONFIG instead of INSTALLS_SHLIB. [2]

Approved by:	Antoine Brodin <antoine.brodin@laposte.net> (maintainer) [1]
Reviewed by:	thierry [1]
Requested by:	Antoine Brodin <antoine.brodin@laposte.net> (maintainer) [2]
2006-12-09 16:59:22 +00:00
Pav Lucistnik
35d98cecbe - Update to 1.0.1
PR:		ports/94615
Submitted by:	Antoine Brodin <antoine.brodin@laposte.net> (maintainer)
2006-03-18 13:42:48 +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
e33233f948 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:55:36 +00:00
Jean-Yves Lefort
c39005b78a - Update to 1.0.0 [1]
- Unsilence post-install and use ${INSTALL_DATA} rather than ${CP}

[1]:
PR:		ports/90284
Submitted by:	maintainer
2005-12-12 19:22:16 +00:00
Sergey Matveychuk
618ef898cc - Add SHA256
ggiterm port:
- Don't use gmake
- Install ggitem.termcap and add message about it
- Utilize DATADIR
- Bump PORTREVISION

PR:             ports/89280
Submitted by:   Antoine Brodin (maintainer)
2005-11-19 19:48:05 +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
Renato Botelho
e6fda36e32 - Update to 0.9.2
PR:		86501
Submitted by:	maintainer
2005-09-23 16:04:50 +00:00
Jean-Yves Lefort
200e03afa1 - Update to 0.9.1
- Give maintainership to antoine.brodin@laposte.net
- Add WITHOUT_X11 knob
- Use USE_LIBTOOL_VER=15
- Cleanup the Makefile

PR:		ports/80024
Submitted by:	Antoine Brodin <antoine.brodin@laposte.net>
Approved by:	adamw (mentor)
2005-04-18 21:15:34 +00:00
Pav Lucistnik
7906e6c255 - Update to 0.9.0
PR:		ports/74745
Submitted by:	Antoine Brodin <antoine.brodin@laposte.net>
2004-12-06 21:34:48 +00:00
Pav Lucistnik
fd494fd7af - Update to 0.8.5
PR:		ports/67635
Submitted by:	nsouch
2004-06-07 22:41:17 +00:00
Dirk Meyer
fcd089c185 - Fix package for non-i386 2004-03-05 13:02:16 +00:00
Kirill Ponomarev
dca635a8c4 - Fix package build on sparc64
- Unbreak and pet portlint
- Bump PORTREVISION
2004-02-26 23:12:20 +00:00
Kris Kennaway
8ff4d617fe BROKEN on !i386: Broken pkg-plist 2004-02-25 10:40:36 +00:00
Mark Linimon
744d25c564 Update to 0.8.4: manpage fixes; several minor bugfixes.
PR:		ports/62317
Submitted by:	Andrew Kenneth Milton <akm@theinternet.com.au>
2004-02-07 03:07:50 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Joe Marcus Clarke
3dfcb69b77 unPERLify, and use ${FIND} and ${XARGS} where appropriate.
PR:		48253
Submitted by:	Simon 'portlint' Schubert <corecode@corecode.ath.cx>
2003-11-15 20:37:04 +00:00
Mark Linimon
1f8ee746d2 Reflect reorganized mastersite, per distfile survey. 2003-10-26 07:05:50 +00:00
Pete Fritchman
cdc5952f51 - add sourceforge as a master site
- remove some stale comments
- add support for KGI4BSD

While I'm here, () -> {}.

PR:		52091
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-05-16 03:55:57 +00:00
Maho Nakata
12bb06ce73 Drop maintainership to ports@FreeBSD.org
Submitted by:	"Pedro F. Giffuni" <giffunip@yahoo.com>
2003-05-06 13:53:33 +00:00
Yen-Ming Lee
c248304d7a updates devel/libgii from 0.7 to 0.8.3
transfer maintainership

PR:		51795
Submitted by:	Matthew West <mwest@uct.ac.za>
2003-05-05 20:02:09 +00:00
Akinori MUSHA
65dac0040a De-pkg-comment. 2003-02-21 11:23:04 +00:00
Jimmy Olgeni
dd202cc5bc Sort pkg-plist, add etc/ files management. 2001-06-17 17:20:43 +00:00
James E. Housley
af1f5f48ac update devel/libgii from 0.6 to 0.7
PR:		24076
Submitted by:	Matthew West <mwest@uct.ac.za> MAINTAINER
2001-05-07 11:43:24 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Michael Haro
ed33fb7de0 PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
Steve Price
15cf33af79 Adding ligii version 0.6.
The goal of LibGII is to provide a single easy to use, but yet powerful,
API for all possible input sources.

PR:		15936
Submitted by:	Matthew West <mwest@uct.ac.za>
2000-01-29 04:57:43 +00:00