Antoine Brodin
2e3a92ee44
Cleanup plist
2014-11-14 15:38:27 +00:00
Adam Weinberger
bbc8c4d740
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
...
Approved by: portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Tijl Coosemans
9f8b4bcde3
Support LIBS like LDFLAGS.
...
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.
Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.
PR: 190592
Exp-run by: antoine
Approved by: portmgr (antoine)
2014-06-11 14:49:59 +00:00
Martin Wilke
f53c4cf27d
- Stage support
...
- Convert to USES
2014-02-01 15:38:50 +00:00
Eitan Adler
14e13da149
Clean up some COMMENTs
2013-10-15 21:17:55 +00:00
Baptiste Daroussin
c2c2a2b86b
Add NO_STAGE all over the place in preparation for the staging support (cat: java)
2013-09-20 19:48:32 +00:00
Marcus von Appen
a3a0715f38
- Convert USE_ICONV=yes to USES=iconv
...
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
2013-04-27 11:59:28 +00:00
Martin Wilke
bb86cbe5d2
- Get Rid MD5 support
2011-03-20 12:54:45 +00:00
Dmitry Marakasov
0074c5fa8c
- Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L
2009-08-22 00:24:37 +00:00
Gabor Kovesdan
c44fa33a5e
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
...
with letter i-m
2007-04-18 11:46:10 +00:00
Mark Linimon
d5e3867768
Reassign ports from archie@ back to pool at his request.
...
Hat: portmgr
2006-11-25 16:46:44 +00:00
Edwin Groothuis
c92c635b24
SHA256ify
...
Approved by: krion@
2006-01-22 12:42:24 +00:00
Archie Cobbs
0018c9fcdc
Fix problem with -encoding flag.
...
PR: ports/89536
2005-11-27 16:54:40 +00:00
Archie Cobbs
5b8b84aada
Update master site.
2005-10-07 18:29:42 +00:00
Archie Cobbs
8121ec3a81
Update project home page.
2005-02-28 01:08:32 +00:00
Kris Kennaway
34f46bdbe0
BROKEN on alpha 4.x: Internal compiler error
...
Approved by: portmgr (self)
2005-01-02 01:09:53 +00:00
Archie Cobbs
ccdd4e45cd
Update to version 1.22.
2004-11-02 01:12:38 +00:00
Archie Cobbs
a11f4fc4f9
Upgrade to version 1.21.
2004-05-16 19:06:40 +00:00
Archie Cobbs
1a2575b4ea
Update to version 1.20.
2004-04-20 14:24:19 +00:00
Trevor Johnson
8232e82f85
SIZEify (maintainer timeout)
2004-03-31 03:12:58 +00:00
Kirill Ponomarev
4efa9ce4ab
- Use USE_ICONV knob
...
Approved by: portmgr
2004-03-30 19:20:22 +00:00
Archie Cobbs
e64fffb2e7
Fix incorrect MASTER_SITES.
2004-02-21 21:47:39 +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
Archie Cobbs
42fad40dab
Upgrade to version 1.19.
2004-02-02 19:43:09 +00:00
Archie Cobbs
b0adb5aa7c
Add iconv encoding support.
...
PR: ports/57725
Submitted by: Palle Girgensohn <girgen@pingpong.net>
2003-11-10 23:07:07 +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
Archie Cobbs
857dd5b839
Update to version 1.18, but without using 'libicuuc' which seems
...
to be what destablizes the jikes-devel port.
2003-02-24 20:31:37 +00:00
Kris Kennaway
a13f81cd3b
Add missing include
2003-01-14 04:43:10 +00:00
Archie Cobbs
c5b703a4fb
Update MASTER_SITES after directory re-org.
2002-10-13 19:22:43 +00:00
Archie Cobbs
7dd2eb9a86
Using libicuuc.a seems to make jikes more unstable. Since this is supposed
...
to be the stable version, stop using it. Folks who need it can use the
"jikes-devel" port.
2002-08-30 23:14:28 +00:00
Archie Cobbs
e4717d5807
Split the jikes port into stable and development versions.
...
PR: ports/41961
Reviewed by: freebsd-java
2002-08-27 20:32:03 +00:00
Archie Cobbs
706670efce
Don't compile jikes with '-O' because that makes core dumps more likely.
...
Exactly why is not understood yet.
PR: ports/41961
2002-08-27 17:49:00 +00:00
Archie Cobbs
1a94226a43
LIB_DEPENDS should have been BUILD_DEPENDS.
...
Submitted by: vanilla
2002-08-07 16:01:41 +00:00
Archie Cobbs
4b1b2157b9
Add support for the -encoding option by utilizing the ICU library.
...
PR: ports/38396
2002-08-05 19:14:31 +00:00
Archie Cobbs
e96820c65d
Update to version 1.16.
2002-07-18 18:14:36 +00:00
Bill Fumerola
c7d2b42fcf
respect PREFIX by using GNU_CONFIGURE, not HAS_CONFIGURE
...
Submitted by: Nick Johnson <freebsd@spatula.net>
2002-04-23 23:25:54 +00:00
Archie Cobbs
215c21dc01
Update to version 1.15.
2001-10-04 17:39:41 +00:00
Archie Cobbs
a11c4631f3
Update to version 1.14.
...
PR: ports/27301
2001-05-16 01:30:42 +00:00
Archie Cobbs
6cc227b03f
Fix PLIST for new version 1.13.
2001-03-11 22:07:10 +00:00
Archie Cobbs
e9a0272325
Update to version 1.13.
2001-03-01 15:52:33 +00:00
Archie Cobbs
2e0a5e1338
Distfile location changed.
...
Detected by: http://people.freebsd.org/~fenner/portsurvey
2001-02-23 16:08:07 +00:00
Chris Piazza
77f32e460e
Update MASTER_SITE
...
PR: 20487
Submitted by: rwatson
2000-08-09 16:49:27 +00:00
Archie Cobbs
d6b92f9058
Update to version 1.12.
2000-07-31 23:55:10 +00:00
David E. O'Brien
1228d352ee
Move the stragler's www.freebsd.org/~user distfiles to the offical
...
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Archie Cobbs
ba2be00761
Update master site.
2000-05-11 03:28:47 +00:00
David E. O'Brien
5cd5b258b5
Convert to the PORTNAME - PORTVERSION syntax.
2000-04-12 06:21:15 +00:00
Archie Cobbs
0f3db5cd3d
Update to version 1.11.
...
PR: ports/16259
Submitted by: des
2000-01-24 02:53:14 +00:00
Archie Cobbs
cc9eb3cfa5
Jikes comes with its own man page now, so install that one instead
...
of the placeholder man page.
1999-09-27 18:52:36 +00:00
Archie Cobbs
95afab2836
Upgrade to version 1.06. Also make myself the new maintainer.
...
Handed over by: dillon
1999-09-26 18:14:40 +00:00
David E. O'Brien
5133141363
Change Id->FreeBSD.
1999-08-25 06:16:32 +00:00