- Add missing PORTEPOCH bump which should have happened in revision 1.148
PR: ports/139853
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: chris@officialunix.com (maintainer)
- Handle inter-option dependencies correctly (some would cause build errors).
If there are more of these please let me know but I think I tested most
configurations.
- General cleanups all around.
- This also fixes the build failure seen on pointyhat.
- None of these change the package in any way so don't bump PORTREVISION.
Approved by: chris@officialunix.com (maintainer)
- Don't use ?= for MAINTAINER and COMMENT (there are no slave ports)
- Remove IGNORE
- Use PLIST_SUB in place of PLIST_FILES
- Use LOCALBASE instead of hardcoding /usr/local
PR: ports/138977
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav)
-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
retrieve accurate directory listsings.
Proftpd and other ftp servers support this, but the jftpgw ftp proxy
doesn't, causing the client to hang.
This patch adds this capability.
PR: ports/136688
Submitted by: Jamie Landeg Jones <jamie@bishopston.net>
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.